From 0ff7800044a4ce8915be124f8cbf78df144d6b21 Mon Sep 17 00:00:00 2001 From: Alex Karpov Date: Fri, 4 Oct 2024 15:27:21 +0300 Subject: [PATCH] NAS-130691 / 25.04 / Alert Services - E-Mail - Incorrect description of asn option (#10799) * NAS-130691: Alert Services - E-Mail - Incorrect description of asn option * NAS-130691: PR update --- src/app/helptext/system/alert-service.ts | 3 ++- .../alert-service/alert-service/alert-service.component.html | 2 +- .../alert-services/email-service/email-service.component.html | 2 +- .../email-service/email-service.component.spec.ts | 4 ++-- src/assets/i18n/af.json | 3 ++- src/assets/i18n/ar.json | 3 ++- src/assets/i18n/ast.json | 3 ++- src/assets/i18n/az.json | 3 ++- src/assets/i18n/be.json | 3 ++- src/assets/i18n/bg.json | 3 ++- src/assets/i18n/bn.json | 3 ++- src/assets/i18n/br.json | 3 ++- src/assets/i18n/bs.json | 3 ++- src/assets/i18n/ca.json | 3 ++- src/assets/i18n/cs.json | 3 ++- src/assets/i18n/cy.json | 3 ++- src/assets/i18n/da.json | 3 ++- src/assets/i18n/de.json | 3 ++- src/assets/i18n/dsb.json | 3 ++- src/assets/i18n/el.json | 3 ++- src/assets/i18n/en-au.json | 3 ++- src/assets/i18n/en-gb.json | 3 ++- src/assets/i18n/en.json | 3 ++- src/assets/i18n/eo.json | 3 ++- src/assets/i18n/es-ar.json | 3 ++- src/assets/i18n/es-co.json | 3 ++- src/assets/i18n/es-mx.json | 3 ++- src/assets/i18n/es-ni.json | 3 ++- src/assets/i18n/es-ve.json | 3 ++- src/assets/i18n/es.json | 3 ++- src/assets/i18n/et.json | 3 ++- src/assets/i18n/eu.json | 3 ++- src/assets/i18n/fa.json | 3 ++- src/assets/i18n/fi.json | 3 ++- src/assets/i18n/fr.json | 3 ++- src/assets/i18n/fy.json | 3 ++- src/assets/i18n/ga.json | 3 ++- src/assets/i18n/gd.json | 3 ++- src/assets/i18n/gl.json | 3 ++- src/assets/i18n/he.json | 3 ++- src/assets/i18n/hi.json | 3 ++- src/assets/i18n/hr.json | 3 ++- src/assets/i18n/hsb.json | 3 ++- src/assets/i18n/hu.json | 3 ++- src/assets/i18n/ia.json | 3 ++- src/assets/i18n/id.json | 3 ++- src/assets/i18n/io.json | 3 ++- src/assets/i18n/is.json | 3 ++- src/assets/i18n/it.json | 3 ++- src/assets/i18n/ja.json | 3 ++- src/assets/i18n/ka.json | 3 ++- src/assets/i18n/kk.json | 3 ++- src/assets/i18n/km.json | 3 ++- src/assets/i18n/kn.json | 3 ++- src/assets/i18n/ko.json | 3 ++- src/assets/i18n/lb.json | 3 ++- src/assets/i18n/lt.json | 3 ++- src/assets/i18n/lv.json | 3 ++- src/assets/i18n/mk.json | 3 ++- src/assets/i18n/ml.json | 3 ++- src/assets/i18n/mn.json | 3 ++- src/assets/i18n/mr.json | 3 ++- src/assets/i18n/my.json | 3 ++- src/assets/i18n/nb.json | 3 ++- src/assets/i18n/ne.json | 3 ++- src/assets/i18n/nl.json | 3 ++- src/assets/i18n/nn.json | 3 ++- src/assets/i18n/os.json | 3 ++- src/assets/i18n/pa.json | 3 ++- src/assets/i18n/pl.json | 3 ++- src/assets/i18n/pt-br.json | 3 ++- src/assets/i18n/pt.json | 3 ++- src/assets/i18n/ro.json | 3 ++- src/assets/i18n/ru.json | 3 ++- src/assets/i18n/sk.json | 3 ++- src/assets/i18n/sl.json | 3 ++- src/assets/i18n/sq.json | 3 ++- src/assets/i18n/sr-latn.json | 3 ++- src/assets/i18n/sr.json | 3 ++- src/assets/i18n/strings.json | 3 ++- src/assets/i18n/sv.json | 3 ++- src/assets/i18n/sw.json | 3 ++- src/assets/i18n/ta.json | 3 ++- src/assets/i18n/te.json | 3 ++- src/assets/i18n/th.json | 3 ++- src/assets/i18n/tr.json | 3 ++- src/assets/i18n/tt.json | 3 ++- src/assets/i18n/udm.json | 3 ++- src/assets/i18n/uk.json | 3 ++- src/assets/i18n/vi.json | 3 ++- src/assets/i18n/zh-hans.json | 3 ++- src/assets/i18n/zh-hant.json | 3 ++- 92 files changed, 182 insertions(+), 93 deletions(-) diff --git a/src/app/helptext/system/alert-service.ts b/src/app/helptext/system/alert-service.ts index c9d6d831fb8..bcfe38679d4 100644 --- a/src/app/helptext/system/alert-service.ts +++ b/src/app/helptext/system/alert-service.ts @@ -25,7 +25,8 @@ export const helptextAlertService = { AWSSNS_aws_secret_access_key_tooltip: T('Secret Access Key for the linked AWS account.'), - Mail_email_tooltip: T('Enter a valid email address to receive alerts from this system.'), + Mail_email_tooltip: T('Enter an email address to override the admin account’s default email. \ + If left blank, the admin account’s email address will be used'), InfluxDB_host_tooltip: T('Enter the - + diff --git a/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.html b/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.html index 5b4a374765b..447d90cfecd 100644 --- a/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.html +++ b/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.html @@ -2,7 +2,7 @@ diff --git a/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.spec.ts b/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.spec.ts index bedcf4737b0..0f9e3f15513 100644 --- a/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.spec.ts +++ b/src/app/pages/system/alert-service/alert-service/alert-services/email-service/email-service.component.spec.ts @@ -28,13 +28,13 @@ describe('EmailServiceComponent', () => { const values = await form.getValues(); expect(values).toEqual({ - Email: 'me@truenas.com', + 'Override Admin Email': 'me@truenas.com', }); }); it('returns alert service form values when getSubmitAttributes is called', async () => { await form.fillForm({ - Email: 'new@truenas.com', + 'Override Admin Email': 'new@truenas.com', }); const submittedValues = spectator.component.getSubmitAttributes(); diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index f0ef903a338..2c32269afeb 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -1243,12 +1243,12 @@ "Enter a threshold temperature in Celsius. S.M.A.R.T. will message with a log level of LOG_INFO if the temperature is higher than the threshold.": "", "Enter a unique name for the dataset. The dataset name length is calculated by adding the length of this field's value and the length of the parent path field value. The length of 'Parent Path' and 'Name' added together cannot exceed 200 characters. Because of this length validation on this field accounts for the parent path as well. Furthermore, the maximum nested directory levels allowed is 50. You can't create a dataset that's at the 51st level in the directory hierarchy after you account for the nested levels in the parent path.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", "Enter additional smb.conf options. See the Samba Guide for more information on these settings.
To log more details when a client attempts to authenticate to the share, add log level = 1, auth_audit:5.": "", "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2424,6 +2424,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 88f1abbeb5c..5003bbf5c95 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -1153,6 +1153,7 @@ "Enter additional smb.conf options. See the Samba Guide for more information on these settings.
To log more details when a client attempts to authenticate to the share, add log level = 1, auth_audit:5.": "", "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any email addresses to receive status updates. Separate entries by pressing Enter.": "", @@ -2123,6 +2124,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner Group": "", @@ -4207,7 +4209,6 @@ "Enter a password of at least eight characters.": "Geben Sie ein Kennwort mit mindestens acht Zeichen ein.", "Enter a user to associate with this service. Keeping the default is recommended.": "Geben Sie einen Benutzer ein, der diesem Dienst zugeordnet werden soll. Es wird empfohlen, die Standardeinstellung zu beibehalten.", "Enter a valid IPv4 address.": "Geben Sie eine gültige IPv4 Adresse ein.", - "Enter a valid email address to receive alerts from this system.": "Geben Sie eine gültige E-Mail-Adresse ein, um Benachrichtigungen von diesem System zu erhalten.", "Enter an IPv4 address. This overrides the default gateway provided by DHCP.": "Geben Sie eine IPv4-Adresse ein. Dies überschreibt das von DHCP bereitgestellte Standard-Gateway.", "Enter an IPv6 address. This overrides the default gateway provided by DHCP.": "Geben Sie eine IPv6-Adresse ein. Dies überschreibt das von DHCP bereitgestellte Standard-Gateway.", "Enter an alphanumeric name for the virtual machine.": "Geben Sie einen alphanumerischen Namen für die virtuelle Maschine ein.", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index f7e9638bef3..f1b6be1ca70 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -843,6 +843,7 @@ "Enter a unique name for the dataset. The dataset name length is calculated by adding the length of this field's value and the length of the parent path field value. The length of 'Parent Path' and 'Name' added together cannot exceed 200 characters. Because of this length validation on this field accounts for the parent path as well. Furthermore, the maximum nested directory levels allowed is 50. You can't create a dataset that's at the 51st level in the directory hierarchy after you account for the nested levels in the parent path.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter dataset name to continue.": "", "Enter path for {label}.{multiple}": "", @@ -1618,6 +1619,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Owner Group": "", "Owner:": "", "PCI Passthrough Device": "", @@ -3689,7 +3691,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Ingrese un usuario para asociarlo con este servicio. Se recomienda mantener el valor predeterminado.", "Enter a username to register with this service.": "Ingrese un nombre de usuario para registrarse en este servicio.", "Enter a valid IPv4 address.": "Ingrese una dirección IPv4 válida.", - "Enter a valid email address to receive alerts from this system.": "Ingrese una dirección de correo electrónico válida para recibir alertas de este sistema.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Ingrese un valor en segundos para que el UPS espere antes de iniciar el apagado. El apagado no ocurrirá si la energía se restablece mientras el temporizador está haciendo la cuenta regresiva. Este valor solo se aplica cuando Modo de apagado está configurado en UPS funciona con batería.", "Enter additional smb.conf options. See the Samba Guide for more information on these settings.
To log more details when a client attempts to authenticate to the share, add log level = 1, auth_audit:5.": "Ingrese opciones adicionales de smb.conf. Consulte la Guía de Samba para obtener más información sobre esta configuración.
Para registre más detalles cuando un cliente intente autenticarse en el recurso compartido, agregue log level = 1, auth_audit:5.", "Enter an IPv4 address. This overrides the default gateway provided by DHCP.": "Ingrese una dirección IPv4. Esto anula la puerta de enlace predeterminada proporcionada por DHCP.", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 567a91b39c5..d99e051af9e 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -1486,7 +1486,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1496,6 +1495,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2723,6 +2723,7 @@ "Outbound Network": "", "Outbound Network:": "", "Outgoing Mail Server": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner Group": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index d352253d5cc..4337628c6df 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -201,6 +201,7 @@ "Encryption Root": "", "Encryption Standard": "", "End session": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Eula": "", "Exec": "", "Exit": "", @@ -469,6 +470,7 @@ "Other Write": "", "Outbound Network:": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Parent": "", "Parent Interface": "", "Passthrough": "", @@ -2349,7 +2351,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Entrez un utilisateur à associer à ce service. Il est recommandé de conserver la valeur par défaut.", "Enter a username to register with this service.": "Entrez un nom d'utilisateur pour vous inscrire à ce service.", "Enter a valid IPv4 address.": "Entrez une adresse IPv4 valide.", - "Enter a valid email address to receive alerts from this system.": "Entrez une adresse e-mail valide pour recevoir les alertes de ce système.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Entrer une valeur en secondes pour que l'onduleur attende avant de déclencher l'arrêt. L'arrêt ne se produira pas si le courant est rétabli pendant le compte à rebours de la minuterie. Cette valeur ne s'applique que lorsque le mode d'arrêt est réglé sur UPS passe sur batterie.", "Enter a value to use for the sysctl variable.": "Entrez une valeur à utiliser pour la variable sysctl.", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "Saisissez les comptes disposant d'un accès administratif. Voir upsd.users(5) pour des exemples.", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 67cc013f7bf..d6d93320a1a 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -39,6 +39,7 @@ "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.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Error when loading similar apps.": "", "Exited": "", "For performance reasons SHA512 is recommended over SHA256 for datasets with deduplication enabled.": "", @@ -63,6 +64,7 @@ "No volume mounts": "", "Notes": "", "Ok": "", + "Override Admin Email": "", "Percentage of total core utilization": "", "Please specify whether to install NVIDIA driver or not.": "", "Pool Usage": "", @@ -1715,7 +1717,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Cuir isteach úsáideoir a bhfuil baint aige leis an tseirbhís seo. Moltar an réamhshocrú a choinneáil.", "Enter a username to register with this service.": "Cuir isteach ainm úsáideora chun clárú leis an tseirbhís seo.", "Enter a valid IPv4 address.": "Cuir isteach seoladh IPv4 bailí.", - "Enter a valid email address to receive alerts from this system.": "Cuir isteach seoladh ríomhphoist bailí chun foláirimh a fháil ón gcóras seo.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Iontráil luach i soicindí chun an UPS fanacht sula dtosaíonn tú ar an múchadh. Ní tharlóidh múchadh má athbhunaítear an chumhacht agus an t-amadóir ag comhaireamh síos. Ní bhaineann an luach seo ach amháin nuair a shocraítear modh Múchadh chuig UPS téann an ceallraí ar aghaidh .", "Enter a value to use for the sysctl variable.": "Cuir isteach luach le húsáid don athróg sysctl .", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "Cuir isteach cuntais a bhfuil rochtain riaracháin acu. Féach upsd.users(5) le haghaidh samplaí.", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 7f307c487d1..1b4b37d0737 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -1453,7 +1453,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1463,6 +1462,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2790,6 +2790,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 97e7f2549a9..c8f1fc34f42 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -1411,6 +1411,7 @@ "Enter additional smb.conf options. See the Samba Guide for more information on these settings.
To log more details when a client attempts to authenticate to the share, add log level = 1, auth_audit:5.": "", "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any email addresses to receive status updates. Separate entries by pressing Enter.": "", @@ -2650,6 +2651,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner": "", @@ -4811,7 +4813,6 @@ "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "イシューの1〜3段落の要約を入力します。問題を説明し、問題を再現するための手順を提供します。", "Enter a password of at least eight characters.": "8 文字以上のパスワードを入力してください。", "Enter a username to register with this service.": "このサービスに登録するユーザー名を入力してください。", - "Enter a valid email address to receive alerts from this system.": "このシステムからアラートを受信するには、有効な電子メール アドレスを入力してください。", "Enter an IPv4 address. This overrides the default gateway provided by DHCP.": "IPv4アドレスを入力します。これは、DHCPにより提供されるデフォルトゲートウエイを上書きします。", "Enter an IPv6 address. This overrides the default gateway provided by DHCP.": "IPv6アドレスを入力します。これは、DHCPにより提供されるデフォルトゲートウエイを上書きします。", "Enter an alphanumeric name for the virtual machine.": "仮想マシンの名前を英数字で入力します。", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index a8c0ae7a932..e8fdb662725 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -1218,7 +1218,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1228,6 +1227,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2555,6 +2555,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index d428e26c9ef..6ffeb1930b1 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -1636,7 +1636,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1646,6 +1645,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2973,6 +2973,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index edb48543927..5a0a137e538 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -410,6 +410,7 @@ "Enter a name of the TrueCloud Backup Task.": "", "Enter a password for the SPICE display.": "", "Enter a shell glob pattern to match files and directories to exclude from the backup.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", "Error ({code})": "", @@ -751,6 +752,7 @@ "Other node is currently configuring the system dataset.": "", "Outbound Network:": "", "Outgoing Mail Server": "", + "Override Admin Email": "", "Owner Group": "", "Parent": "", "Parent Interface": "", @@ -2507,7 +2509,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Een gebruiker invoeren die je aan deze service wilt koppelen. Het wordt aanbevolen om de standaardwaarde te behouden.", "Enter a username to register with this service.": "Een gebruikersnaam invoeren om je te registreren bij deze service.", "Enter a valid IPv4 address.": "Een geldig IPv4-adres invoeren.", - "Enter a valid email address to receive alerts from this system.": "Een geldig e-mailadres invoeren om waarschuwingen van dit systeem te ontvangen.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Een waarde in seconden invoeren zodat de UPS moet wachten voordat de uitschakeling wordt gestart. Uitschakeling vindt niet plaats als de stroom wordt hersteld terwijl de timer aftelt. Deze waarde is alleen van toepassing wanneer Uitschakelmodus is ingesteld op UPS gaat op batterij.", "Enter a value to use for the sysctl variable.": "Een waarde invoeren om te gebruiken voor de variabele sysctl.", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "Accounts invoeren die beheerderstoegang hebben. Zie upsd.users(5) voor voorbeelden.", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 7fc8ec20b2f..1b9ff413649 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -1589,7 +1589,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1599,6 +1598,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2923,6 +2923,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index a7f2dff31d8..6a4fb8db706 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -1583,7 +1583,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1593,6 +1592,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2919,6 +2919,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index ef693056a54..1ef12aa4509 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -781,7 +781,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -791,6 +790,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -1710,6 +1710,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner Group": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index c36df3fb5cf..60c14e94033 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -1005,6 +1005,7 @@ "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", "Enter additional smb.conf options. See the Samba Guide for more information on these settings.
To log more details when a client attempts to authenticate to the share, add log level = 1, auth_audit:5.": "", "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter or paste the API key provided from iXsystems Account Services. Login or signup is required.": "", "Enter path for {label}.{multiple}": "", @@ -1854,6 +1855,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", @@ -3963,7 +3965,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Введите пользователя для ассоциации с этой службой. Рекомендуется оставить значение по умолчанию.", "Enter a username to register with this service.": "Введите пользователя для регистрации на данном сервисе.", "Enter a valid IPv4 address.": "Введите действительный адрес IPv4.", - "Enter a valid email address to receive alerts from this system.": "Введите действующий адрес электронной почты, чтобы получать уведомления от этой системы.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Введите число секунд, которое ИБП будет ожидать до отключения. Отключение не произойдет если питание восстановится до указанного времени. Значение применяется только если Shutdown mode установено в UPS goes on battery.", "Enter an IPv4 address. This overrides the default gateway provided by DHCP.": "Введите адрес IPv4. Это заменяет шлюз по умолчанию предоставленный DHCP.", "Enter an IPv6 address. This overrides the default gateway provided by DHCP.": "Введите адрес IPv6. Это заменяет шлюз по умолчанию предоставленный DHCP.", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 0dbfe269729..be73c44fa24 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -615,6 +615,7 @@ "Enter a password for the SPICE display.": "", "Enter a shell glob pattern to match files and directories to exclude from the backup.": "", "Enter a unique name for the dataset. The dataset name length is calculated by adding the length of this field's value and the length of the parent path field value. The length of 'Parent Path' and 'Name' added together cannot exceed 200 characters. Because of this length validation on this field accounts for the parent path as well. Furthermore, the maximum nested directory levels allowed is 50. You can't create a dataset that's at the 51st level in the directory hierarchy after you account for the nested levels in the parent path.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter path for {label}.{multiple}": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", @@ -1123,6 +1124,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Owner Group": "", "Parent": "", "Parent Interface": "", @@ -2944,7 +2946,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "Введіть користувача для асоціації з цією послугою. Рекомендується залишити значення за замовчуванням.", "Enter a username to register with this service.": "Введіть користувача, щоб зареєструватися в даному сервісі.", "Enter a valid IPv4 address.": "Введіть фактичну адресу IPv4.", - "Enter a valid email address to receive alerts from this system.": "Введіть поточну електронну адресу, щоб отримувати сповіщення з цієї системи.", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "Введіть кількість секунд, які UPS очікує до вимкнення. Вимкнення не відбудеться, якщо живлення відновиться до вказаного часу. Значення застосовується лише якщо Shutdown mode встановлено у UPS goes on battery.", "Enter a value to use for the sysctl variable.": "Введіть значення для змінної sysctl .", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "Введіть облікові записи, які мають адміністративний доступ. Перегляньте upsd.users(5) для прикладів.", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index d0b7d0ae81c..ba420acdd32 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -1642,7 +1642,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1652,6 +1651,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2979,6 +2979,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 4cf293223f9..4adf03fabdb 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -423,6 +423,7 @@ "Enter a name of the TrueCloud Backup Task.": "", "Enter a password for the SPICE display.": "", "Enter a shell glob pattern to match files and directories to exclude from the backup.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", "Error ({code})": "", @@ -788,6 +789,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Owner Group": "", "Parent": "", "Parent Interface": "", @@ -2580,7 +2582,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "输入要与此服务关联的用户。建议保留默认值。", "Enter a username to register with this service.": "输入用户名来注册这个服务。", "Enter a valid IPv4 address.": "输入有效的 IPv4 地址。", - "Enter a valid email address to receive alerts from this system.": "输入有效的电子邮件地址,以接收来自此系统的警报。", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "输入以秒为单位的值,以使 UPS 在启动关机之前等待。如果在计时器递减计数时恢复供电,则不会发生关机。仅当关机模式设置为 使用 UPS 电池时,此值才适用。", "Enter a value to use for the sysctl variable.": "输入一个 sysctl 使用的变量", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "输入有管理员权限的账号。参阅 upsd.users(5) 以获取实例。", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index b9a0e140483..04de30cb050 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -1348,7 +1348,6 @@ "Enter a user to associate with this service. Keeping the default is recommended.": "", "Enter a username to register with this service.": "", "Enter a valid IPv4 address.": "", - "Enter a valid email address to receive alerts from this system.": "", "Enter a value in seconds for the the UPS to wait before initiating shutdown. Shutdown will not occur if power is restored while the timer is counting down. This value only applies when Shutdown mode is set to UPS goes on battery.": "", "Enter a value to use for the sysctl variable.": "", "Enter accounts that have administrative access. See upsd.users(5) for examples.": "", @@ -1358,6 +1357,7 @@ "Enter an alphanumeric encryption key. Only available when Passphrase is the chosen key format.": "", "Enter an alphanumeric name for the certificate. Underscore (_), and dash (-) characters are allowed.": "", "Enter an alphanumeric name for the virtual machine.": "", + "Enter an email address to override the admin account’s default email. If left blank, the admin account’s email address will be used": "", "Enter an optimal number of threads used by the kernel NFS server.": "", "Enter any additional snmpd.conf(5) options. Add one option for each line.": "", "Enter any aliases, separated by spaces. Each alias can be up to 15 characters long.": "", @@ -2494,6 +2494,7 @@ "Outbound Network:": "", "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", + "Override Admin Email": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner Group": "",