Enter
.'),\n\n globalconf_tooltip_pool_avail_threshold: T('Generate an alert when the \\\n pool has this percent space remaining. This is typically \\\n configured at the pool level when using zvols or at the extent level \\\n for both file and device based extents.'),\n\n globalconf_tooltip_alua: T('Do not enable ALUA on TrueNAS unless it is also supported \\\n by and enabled on the client computers. ALUA only works when enabled \\\n on both the client and server.'),\n\n fieldset_extent_basic: T('Basic Info'),\n fieldset_extent_type: T('Type'),\n fieldset_extent_options: T('Compatibility'),\n\n extent_placeholder_name: T('Name'),\n extent_tooltip_name: T(\n 'Name of the extent. If the Extent size is not 0,\\\n it cannot be an existing file within the pool or dataset.',\n ),\n extent_validators_name: [Validators.required],\n\n extent_placeholder_type: T('Extent Type'),\n extent_tooltip_type: T('Device provides virtual storage access to zvols, zvol snapshots, or physical devices.\\\n File provides virtual storage access to a single file.'),\n\n extent_placeholder_disk: T('Device'),\n extent_tooltip_disk: T(\n 'Only appears if Device is selected. Select the\\\n unused zvol or zvol snapshot.',\n ),\n\n extent_placeholder_serial: T('Serial'),\n extent_tooltip_serial: T(\n 'Unique LUN ID. The default is generated from\\\n the MAC address of the system.',\n ),\n\n extent_placeholder_path: T('Path to the Extent'),\n extent_tooltip_path: T('Browse to an existing file. Create a new file by browsing to a\\\n dataset and appending /(filename.ext) to the path.'),\n\n extent_placeholder_filesize: T('Filesize'),\n extent_tooltip_filesize: T('Entering 0 uses the actual file size and requires that the\\\n file already exists. Otherwise, specify the file size for the new file.'),\n\n extent_placeholder_blocksize: T('Logical Block Size'),\n extent_tooltip_blocksize: T(\n 'Leave at the default of 512 unless the initiator\\\n requires a different block size.',\n ),\n\n extent_placeholder_pblocksize: T('Disable Physical Block Size Reporting'),\n extent_tooltip_pblocksize: T(\n 'Set if the initiator does not support physical block size values\\\n over 4K (MS SQL).',\n ),\n\n extent_placeholder_avail_threshold: T('Available Space Threshold (%)'),\n extent_tooltip_avail_threshold: T('Only appears if a File or \\\n zvol is selected. When the specified percentage of free space is reached,\\\n the system issues an alert.'),\n\n extent_placeholder_comment: T('Description'),\n extent_tooltip_comment: T('Notes about this extent.'),\n\n extent_placeholder_insecure_tpc: T('Enable TPC'),\n extent_tooltip_insecure_tpc: T(\n 'Set to allow an initiator to bypass normal access\\\n control and access any scannable target. This allows\\\n xcopy operations which are\\\n otherwise blocked by access control.',\n ),\n\n extent_placeholder_xen: T('Xen initiator compat mode'),\n extent_tooltip_xen: T('Set when using Xen as the iSCSI initiator.'),\n\n extent_placeholder_rpm: T('LUN RPM'),\n extent_tooltip_rpm: T(\n 'Do NOT change this setting when using Windows\\\n as the initiator. Only needs to be changed in large\\\n environments where the number of systems using a\\\n specific RPM is needed for accurate reporting\\\n statistics.',\n ),\n\n extent_placeholder_ro: T('Read-only'),\n extent_tooltip_ro: T(\n 'Set to prevent the initiator from initializing this\\\n LUN.',\n ),\n\n extent_placeholder_enabled: T('Enabled'),\n extent_tooltip_enabled: T('Set to enable the iSCSI extent.'),\n\n extent_form_enum_rpm: [\n { label: 'UNKNOWN', value: 'UNKNOWN' },\n { label: 'SSD', value: 'SSD' },\n { label: '5400', value: '5400' },\n { label: '7200', value: '7200' },\n { label: '10000', value: '10000' },\n { label: '15000', value: '15000' },\n ],\n\n extent_form_enum_type: [\n { label: T('Device'), value: 'DISK' },\n { label: T('File'), value: 'FILE' },\n ],\n\n extent_form_enum_blocksize: [\n { label: '512', value: 512 },\n { label: '1024', value: 1024 },\n { label: '2048', value: 2048 },\n { label: '4096', value: 4096 },\n ],\n\n authaccess_placeholder_tag: T('Group ID'),\n authaccess_tooltip_tag: T(\n 'Allow different groups to be configured\\\n with different authentication profiles.\\\n Example: all users with a group ID of\\\n 1 will inherit the authentication profile\\\n associated with Group 1.',\n ),\n\n authaccess_placeholder_user: T('User'),\n authaccess_tooltip_user: T(\n 'User account to create for CHAP authentication with the user on the\\\n remote system. Many initiators use the initiator name as the user name.',\n ),\n\n authaccess_placeholder_secret: T('Secret'),\n authaccess_tooltip_secret: T(\n 'User password. Must be at least 12 and no more than 16 characters\\\n long.',\n ),\n\n authaccess_placeholder_secret_confirm: T('Secret (Confirm)'),\n\n authaccess_tooltip_peeruser: T(\n 'Only entered when configuring mutual CHAP. Usually the same value\\\n as User.',\n ),\n authaccess_tooltip_peersecret: T(\n 'Mutual secret password. Required when Peer User is set. Must be\\\n different than the Secret.',\n ),\n\n associated_target_tooltip_target: T('Select an existing target.'),\n associated_target_tooltip_lunid: T(\n 'Select the value or enter a value between\\\n 0 and 1023. Some initiators\\\n expect a value below 256. Leave\\\n this field blank to automatically assign\\\n the next available ID.',\n ),\n\n associated_target_tooltip_extent: T('Select an existing extent.'),\n\n fc_mode_placeholder: T('Mode'),\n fc_mode_tooltip: T(''),\n\n fc_target_placeholder: T('Targets'),\n fc_target_tooltip: T(''),\n\n fc_initiators_placeholder: T('Connected Initiators'),\n fc_initiators_tooltip: T(''),\n\n // wizard\n step1_label: T('Create or Choose Block Device'),\n\n name_placeholder: T('Name'),\n name_tooltip: T('Keep the name short and only lowercase. Using a name longer than 63 characters can prevent accessing the block device. Allowed characters: letters, numbers, period (.), dash (-), and colon (:).'),\n\n disk_placeholder: T('Device'),\n disk_tooltip: T('Select the unused zvol or zvol snapshot. Select\\\n Create New to create a new zvol.'),\n\n dataset_placeholder: T('Pool/Dataset'),\n dataset_tooltip: T('Browse to an existing pool or dataset to store the new zvol.'),\n\n volsize_placeholder: T('Size'),\n volsize_tooltip: T('Specify the size of the new zvol.'),\n\n volblocksize_placeholder: T('Block Size'),\n volblocksize_tooltip: T('Only override the default if the initiator requires a different block size.'),\n\n usefor_placeholder: T('Sharing Platform'),\n usefor_tooltip: T('Choose the platform that will use this share. The associated options are applied to this share.'),\n\n target_placeholder: T('Target'),\n target_tooltip: T('Create a new Target or choose an existing target for this share.'),\n\n step2_label: T('Portal'),\n\n portal_placeholder: T('Portal'),\n portal_tooltip: T('Select an existing portal or choose Create New to configure a new portal.'),\n\n step3_label: T('Initiator'),\n\n initiators_placeholder: T('Initiators'),\n initiators_tooltip: T('Leave blank to allow all or enter a list of initiator hostnames. \\\n Separate entries by pressing Enter
.'),\n\n auth_network: {\n placeholder: T('Authorized Networks'),\n tooltip: T('Network addresses allowed to use this initiator. Leave blank to allow all \\\n networks or list network addresses with a CIDR mask. Separate entries by pressing \\\n Enter
.'),\n error: T('Invalid network address list. Check for typos or missing CIDR netmasks and \\\n separate addresses by pressing Enter
.'),\n },\n};\n", "import { marker as T } from '@biesbjerg/ngx-translate-extract-marker';\n\nexport const helptextSharingNfs = {\n root_level_warning: T(\n 'Configuring NFS exports of root-level datasets\\\n may lead to storage reconfiguration issues.\\\n Consider creating a dataset instead.',\n ),\n\n // NFSFormComponent\n tooltip_path: T('Full path to the pool, dataset or directory to share. \\\n The path must reside within a pool. Mandatory.'),\n error_alias: T('The Alias field can either be left empty or \\\n have an alias defined for each path in the share.'),\n tooltip_comment: T(\n 'Provide helpful notations related to the share, e.g. ‘Shared to everybody’. \\\n Maximum length is 120 characters.',\n ),\n tooltip_alldirs: T(\n 'Set to allow the client to mount any\\\n subdirectory within the Path.',\n ),\n tooltip_ro: T('Set to prohibit writing to the share.'),\n tooltip_quiet: T(\n 'Set to inhibit some syslog diagnostics\\\n to avoid error messages. See\\\n exports(5) for examples.',\n ),\n tooltip_enabled: T('Enable this NFS share. Unset to disable this NFS share \\\n without deleting it.'),\n tooltip_networks_wrapper: T(\n 'Click \"Add\" to specify NFS client network ranges for this share.\\\n If both networks and hosts are empty the share will be exported to everyone.',\n ),\n tooltip_network: T(\n 'Allowed network in network/mask CIDR notation (example 1.2.3.4/24).\\\n One entry per field. Leave empty to allow everybody.',\n ),\n tooltip_hosts: T(\n 'Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.',\n ),\n tooltip_hosts_wrapper: T(\n 'Click \"Add\" to specify NFS client hosts for this share.\\\n If both networks and hosts are empty the share will be exported to everyone.',\n ),\n tooltip_maproot_user: T(\n 'When a user is selected, the root user is\\\n limited to the permissions of that user.',\n ),\n tooltip_maproot_group: T(\n 'When a group is selected, the root user is also\\\n limited to the permissions of that group.',\n ),\n tooltip_mapall_user: T(\n 'The specified permissions of that user are used\\\n by all clients.',\n ),\n tooltip_mapall_group: T(\n 'The specified permissions of that group are used\\\n by all clients.',\n ),\n tooltip_security: T(\n 'Specifies level of authentication and cryptographic protection.\\\n SYS or none should be used if no KDC is available. If a KDC is available, e.g. Active Directory, KRB5 is recommended.\\\n If desired KRB5I (integrity protection) and/or KRB5P (privacy protection) may be included with KRB5.',\n ),\n};\n", "import { marker as T } from '@biesbjerg/ngx-translate-extract-marker';\n\nexport const helptextSharingSmb = {\n root_level_warning: T(\n 'Configuring SMB exports of root-level datasets\\\n may lead to storage reconfiguration issues.\\\n Consider creating a dataset instead.',\n ),\n\n shareAclDescription: T('The SMB share ACL defines access rights for users of this SMB share up to, but not beyond, the access granted by filesystem ACLs.'),\n\n placeholder_path: T('Path'),\n tooltip_path: T('Select pool, dataset, or directory to share.'),\n errormsg_name: T(\n 'global is a reserved name that cannot be used as a share\\\n name. Please enter a different share name.',\n ),\n\n placeholder_name: T('Name'),\n tooltip_name: T('Enter a name for the share.'),\n\n placeholder_comment: T('Description'),\n tooltip_comment: T('Description of the share or notes on how it is used.'),\n\n placeholder_enabled: T('Enabled'),\n tooltip_enabled: T(\n 'Enable this SMB share. Unset to disable this SMB share without deleting it.',\n ),\n tooltip_enabled_audit_log: T(\n 'Controls whether audit messages will be generated for the share. \\\nEnter
. \\\n If neither *Hosts Allow* or *Hosts Deny* contains \\\n an entry, then SMB share access is allowed for any host. fss-
followed by a snapshot creation timestamp. A snapshot must have \\\n this prefix for an RPC user to delete it.',\n ),\n\n placeholder_path_suffix: T('Path Suffix'),\n tooltip_path_suffix: T(\n 'Appends a suffix to the share connection path. \\\n This is used to provide unique shares on a per-user, per-computer, or per-IP address basis. \\\n Suffixes can contain a macro. See the \\\n smb.conf manual page for \\\n a list of supported macros. The connectpath **must** be preset before a client connects.',\n ),\n\n placeholder_auxsmbconf: T('Additional Parameters String'),\n tooltip_auxsmbconf: T('String of additional smb4.conf parameters not covered by the system\\'s API.'),\n\n actions_basic_mode: T('Basic Mode'),\n actions_advanced_mode: T('Advanced Mode'),\n\n action_share_acl: T('Edit Share ACL'),\n action_edit_acl: T('Edit Filesystem ACL'),\n action_edit_acl_dialog: {\n title: T('Error'),\n },\n\n dialog_warning: T('Warning'),\n dialog_warning_message: T(\n 'Setting default permissions will reset the permissions of this share and any others within its path.',\n ),\n\n dialog_edit_acl_title: T('Configure ACL'),\n dialog_edit_acl_message: T(\n \"Configure permissions for this share's dataset now?\",\n ),\n dialog_edit_acl_button: T('Configure now'),\n\n restart_smb_dialog: {\n title: T('Restart SMB Service?'),\n message_time_machine: T(\n 'Enabling Time Machine on an SMB share requires restarting the SMB service.',\n ),\n message_allow_deny: T(\n 'Changes to Hosts Allow or Hosts Deny take effect when the \\\n SMB service restarts.',\n ),\n action_btn: T('Save and Restart SMB Now'),\n cancel_btn: T('Save Without Restarting'),\n },\n restarted_smb_dialog: {\n title: T('SMB Service'),\n message: T('The SMB service has been restarted.'),\n },\n\n // share acl\n ae_who_sid_tooltip: T(\n 'Who this ACL entry applies to, shown as a\\\n Windows\\\n Security Identifier. Either a SID or a Domain and Name is required for this ACL.',\n ),\n ae_who_name_domain_tooltip: T('The domain for local users is the NetBIOS name of the TrueNAS server.'),\n ae_who_name_name_tooltip: T(\n 'Who this ACL entry applies to, shown as a user name. Requires adding the user Domain.',\n ),\n ae_perm_tooltip: T(\n 'Predefined permission combinations: