diff --git a/src/app/helptext/services/components/service-nfs.ts b/src/app/helptext/services/components/service-nfs.ts index cb78dff43e5..6b87e6726e3 100644 --- a/src/app/helptext/services/components/service-nfs.ts +++ b/src/app/helptext/services/components/service-nfs.ts @@ -20,6 +20,8 @@ export const helptextServiceNfs = { nfs_srv_v4_v3owner_tooltip: T('Set when NFSv4 ACL support is needed without requiring\ the client and the server to sync users and groups.'), + nfs_srv_protocols_tooltip: T('Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.'), + nfs_srv_v4_krb_tooltip: T('Set to force NFS shares to fail if the Kerberos ticket\ is unavailable.'), diff --git a/src/app/helptext/sharing/nfs/nfs.ts b/src/app/helptext/sharing/nfs/nfs.ts index 43611aefdf8..9ab1f0e7ab6 100644 --- a/src/app/helptext/sharing/nfs/nfs.ts +++ b/src/app/helptext/sharing/nfs/nfs.ts @@ -29,6 +29,10 @@ export const helptextSharingNfs = { ), tooltip_enabled: T('Enable this NFS share. Unset to disable this NFS share \ without deleting it.'), + tooltip_networks_wrapper: T( + 'Click "Add" to specify NFS client network ranges for this share.\ + If both networks and hosts are empty the share will be exported to everyone.', + ), tooltip_network: T( 'Allowed network in network/mask CIDR notation (example 1.2.3.4/24).\ One entry per field. Leave empty to allow everybody.', @@ -36,6 +40,10 @@ export const helptextSharingNfs = { tooltip_hosts: T( 'Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.', ), + tooltip_hosts_wrapper: T( + 'Click "Add" to specify NFS client hosts for this share.\ + If both networks and hosts are empty the share will be exported to everyone.', + ), tooltip_maproot_user: T( 'When a user is selected, the root user is\ limited to the permissions of that user.', diff --git a/src/app/pages/services/components/service-nfs/service-nfs.component.html b/src/app/pages/services/components/service-nfs/service-nfs.component.html index e198a0800ca..9993816c5dd 100644 --- a/src/app/pages/services/components/service-nfs/service-nfs.component.html +++ b/src/app/pages/services/components/service-nfs/service-nfs.component.html @@ -36,6 +36,7 @@ [label]="'Enabled Protocols' | translate" [options]="protocolOptions$" [multiple]="true" + [tooltip]="tooltips.protocols" [required]="true" > diff --git a/src/app/pages/services/components/service-nfs/service-nfs.component.ts b/src/app/pages/services/components/service-nfs/service-nfs.component.ts index 6d62adab4dc..eb7a046e516 100644 --- a/src/app/pages/services/components/service-nfs/service-nfs.component.ts +++ b/src/app/pages/services/components/service-nfs/service-nfs.component.ts @@ -59,6 +59,7 @@ export class ServiceNfsComponent implements OnInit { servers: helptextServiceNfs.nfs_srv_servers_tooltip, servers_auto: helptextServiceNfs.nfs_srv_servers_auto_tooltip, v4_domain: helptextServiceNfs.nfs_srv_v4_domain_tooltip, + protocols: helptextServiceNfs.nfs_srv_protocols_tooltip, v4_v3owner: helptextServiceNfs.nfs_srv_v4_v3owner_tooltip, v4_krb: helptextServiceNfs.nfs_srv_v4_krb_tooltip, mountd_port: helptextServiceNfs.nfs_srv_mountd_port_tooltip, diff --git a/src/app/pages/sharing/nfs/nfs-form/nfs-form.component.html b/src/app/pages/sharing/nfs/nfs-form/nfs-form.component.html index 9dfd0d08277..483701f8f89 100644 --- a/src/app/pages/sharing/nfs/nfs-form/nfs-form.component.html +++ b/src/app/pages/sharing/nfs/nfs-form/nfs-form.component.html @@ -81,6 +81,7 @@ [empty]="form.controls.networks.controls.length === 0" [label]="'Networks' | translate" [formArray]="form.get('networks')" + [tooltip]="helptext.tooltip_networks_wrapper | translate" (add)="addNetworkControl()" > @for (network of form.controls.networks.controls; track network; let i = $index) { @@ -103,6 +104,7 @@ [empty]="form.controls.hosts.controls.length === 0" [label]="'Hosts' | translate" [formArray]="form.get('hosts')" + [tooltip]="helptext.tooltip_hosts_wrapper | translate" (add)="addHostControl()" > @for (network of form.controls.hosts.controls; track network; let i = $index) { diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index 01c98f008a6..b2f4754343b 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -769,6 +769,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1433,6 +1435,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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 the Active Directory service. The first time this option is set, the Domain Account Password must be entered.": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 47df7cb83de..6901e302cd5 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -580,6 +580,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1075,6 +1077,7 @@ "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 support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index 9256122641d..2e373b1ff97 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -402,6 +402,8 @@ "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 specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -789,6 +791,7 @@ "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 support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 682fd8e2b64..c9f40ceb2fb 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -748,6 +748,8 @@ "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click to give {index} star rating.": "", @@ -1383,6 +1385,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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 the Active Directory service. The first time this option is set, the Domain Account Password must be entered.": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 28abeca9620..6d9efed42bc 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -87,6 +87,8 @@ "Check": "", "Check Now": "", "Clear": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Client ID": "", "Close {formType} Form": "", "Cloud Backup Snapshot": "", @@ -190,6 +192,7 @@ "Edit Label": "", "Edit Trim": "", "Empty drive cage": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", @@ -716,6 +719,7 @@ "Storj": "", "Storj iX": "", "Stream Compression": "", + "Stripe": "", "Subdir Filter": "", "Subfolder": "", "Successfully exported/disconnected {pool}.": "", @@ -4304,7 +4308,6 @@ "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.": "Storj est une plateforme de stockage cloud décentralisée et open source. Il utilise la technologie blockchain et la cryptographie pour sécuriser les fichiers. Au lieu de stocker les fichiers sur un serveur centralisé, Storj divise les fichiers, les crypte et les distribue sur un réseau d'ordinateurs à travers le monde.", "Strip ACL": "Supprimer ACL", "Strip ACLs": "Supprimer les ACLs", - "Stripe": "Rayure", "Stripping ACLs": "Suppression des ACLs", "Subject": "Sujet", "Subject Alternative Name": "Nom alternatif de sujet", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 8e5bcbd9e6e..eb83196504f 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -15,6 +15,8 @@ "CPU Usage Per Core": "", "Check Now": "", "Choose Shell Details": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Configuration": "", "Container ID": "", "Container Logs": "", @@ -28,6 +30,7 @@ "Device Attached": "", "Device detached": "", "Docker Write": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "Enclosure Unavailable": "", "Ensure that ACL permissions are validated for all users and groups. Disabling this may allow configurations that do not provide the intended access. It is recommended to keep this option enabled.": "", "Error when loading similar apps.": "", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 810f6136542..648a221590a 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -716,6 +716,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1351,6 +1353,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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 the SNMPv3 security model.": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 23478b6b866..75f95b1d7dc 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -681,6 +681,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1317,6 +1319,7 @@ "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 support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index d82b1856028..c0938aaee7b 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -388,6 +388,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1111,6 +1113,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index 82bec8bdb93..ccf7d13b02c 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -808,6 +808,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1531,6 +1533,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index 9e56a61a235..df462913acc 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -177,6 +177,8 @@ "Child Shares": "", "Choose Shell Details": "", "Clear": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Click Add to add first VDEV.": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", @@ -386,6 +388,7 @@ "Enable Learning": "", "Enable TLS": "", "Enable passwordless sudo for zfs commands": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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": "", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 60207ee8dde..c56fa931fec 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -768,6 +768,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1484,6 +1486,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index ebab982b158..047bf519b52 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -755,6 +755,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1478,6 +1480,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index e911b72828d..b359d514039 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -313,6 +313,8 @@ "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 specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click to give {index} star rating.": "", @@ -673,6 +675,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index dc829ae2dce..da7c9f26fb4 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -467,6 +467,8 @@ "Clear": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -942,6 +944,7 @@ "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 support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 67a4100ed01..2db33551e5b 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -272,6 +272,8 @@ "Choose Shell Details": "", "Choose a connection that has been saved in Credentials > Backup Credentials > SSH Connections.": "", "Clear": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Click Add to add first VDEV.": "", "Click to give {index} star rating.": "", "Client ID": "", @@ -579,6 +581,7 @@ "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 support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 38f02292c50..05fdf943040 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -814,6 +814,8 @@ "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1537,6 +1539,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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.": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 2ac871e95a7..d5731e4f2dd 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -182,6 +182,8 @@ "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 Shell Details": "", "Clear": "", + "Click \"Add\" to specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "Click Add to add first VDEV.": "", "Click to give {index} star rating.": "", "Close Feedback Dialog": "", @@ -397,6 +399,7 @@ "Enable Learning": "", "Enable TLS": "", "Enable passwordless sudo for zfs commands": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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": "", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 124cbcbdad1..495bbfdc75c 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -672,6 +672,8 @@ "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 specify NFS client hosts for this share. If both networks and hosts are empty the share will be exported to everyone.": "", + "Click \"Add\" to specify NFS client network ranges for this share. If both networks and hosts are empty the share will be exported to everyone.": "", "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.": "", @@ -1251,6 +1253,7 @@ "Enable iXsystems Proactive Support": "", "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", + "Enable server support for NFSv3 or NFSv4 or both NFSv3 and NFSv4 clients.": "", "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 the Active Directory service. The first time this option is set, the Domain Account Password must be entered.": "",