From c7730c2c810e14cb0c3893191156d179e9ef9654 Mon Sep 17 00:00:00 2001 From: Alex Karpov Date: Wed, 15 May 2024 23:11:26 +0300 Subject: [PATCH] NAS-128621 / 24.10 / QA TrueCloud Backup tasks (#10062) * NAS-128621: QA TrueCloud Backup tasks * NAS-128621: QA TrueCloud Backup tasks --- .../helptext/data-protection/cloud-backup/cloud-backup.ts | 4 ++-- .../cloud-backup-form/cloud-backup-form.component.html | 4 ++-- .../cloud-backup-form/cloud-backup-form.component.spec.ts | 6 +++--- .../cloud-backup-form/cloud-backup-form.component.ts | 2 +- src/assets/i18n/af.json | 2 +- src/assets/i18n/ar.json | 2 +- src/assets/i18n/ast.json | 2 +- src/assets/i18n/az.json | 2 +- src/assets/i18n/be.json | 2 +- src/assets/i18n/bg.json | 2 +- src/assets/i18n/bn.json | 2 +- src/assets/i18n/br.json | 2 +- src/assets/i18n/bs.json | 2 +- src/assets/i18n/ca.json | 2 +- src/assets/i18n/cs.json | 2 +- src/assets/i18n/cy.json | 2 +- src/assets/i18n/da.json | 2 +- src/assets/i18n/de.json | 2 +- src/assets/i18n/dsb.json | 2 +- src/assets/i18n/el.json | 2 +- src/assets/i18n/en-au.json | 2 +- src/assets/i18n/en-gb.json | 2 +- src/assets/i18n/en.json | 2 +- src/assets/i18n/eo.json | 2 +- src/assets/i18n/es-ar.json | 2 +- src/assets/i18n/es-co.json | 2 +- src/assets/i18n/es-mx.json | 2 +- src/assets/i18n/es-ni.json | 2 +- src/assets/i18n/es-ve.json | 2 +- src/assets/i18n/es.json | 2 +- src/assets/i18n/et.json | 2 +- src/assets/i18n/eu.json | 2 +- src/assets/i18n/fa.json | 2 +- src/assets/i18n/fi.json | 2 +- src/assets/i18n/fr.json | 2 +- src/assets/i18n/fy.json | 2 +- src/assets/i18n/ga.json | 2 +- src/assets/i18n/gd.json | 2 +- src/assets/i18n/gl.json | 2 +- src/assets/i18n/he.json | 2 +- src/assets/i18n/hi.json | 2 +- src/assets/i18n/hr.json | 2 +- src/assets/i18n/hsb.json | 2 +- src/assets/i18n/hu.json | 2 +- src/assets/i18n/ia.json | 2 +- src/assets/i18n/id.json | 2 +- src/assets/i18n/io.json | 2 +- src/assets/i18n/is.json | 2 +- src/assets/i18n/it.json | 2 +- src/assets/i18n/ja.json | 2 +- src/assets/i18n/ka.json | 2 +- src/assets/i18n/kk.json | 2 +- src/assets/i18n/km.json | 2 +- src/assets/i18n/kn.json | 2 +- src/assets/i18n/ko.json | 2 +- src/assets/i18n/lb.json | 2 +- src/assets/i18n/lt.json | 2 +- src/assets/i18n/lv.json | 2 +- src/assets/i18n/mk.json | 2 +- src/assets/i18n/ml.json | 2 +- src/assets/i18n/mn.json | 2 +- src/assets/i18n/mr.json | 2 +- src/assets/i18n/my.json | 2 +- src/assets/i18n/nb.json | 2 +- src/assets/i18n/ne.json | 2 +- src/assets/i18n/nl.json | 2 +- src/assets/i18n/nn.json | 2 +- src/assets/i18n/os.json | 2 +- src/assets/i18n/pa.json | 2 +- src/assets/i18n/pl.json | 2 +- src/assets/i18n/pt-br.json | 2 +- src/assets/i18n/pt.json | 2 +- src/assets/i18n/ro.json | 2 +- src/assets/i18n/ru.json | 2 +- src/assets/i18n/sk.json | 2 +- src/assets/i18n/sl.json | 2 +- src/assets/i18n/sq.json | 2 +- src/assets/i18n/sr-latn.json | 2 +- src/assets/i18n/sr.json | 2 +- src/assets/i18n/strings.json | 2 +- src/assets/i18n/sv.json | 2 +- src/assets/i18n/sw.json | 2 +- src/assets/i18n/ta.json | 2 +- src/assets/i18n/te.json | 2 +- src/assets/i18n/th.json | 2 +- src/assets/i18n/tr.json | 2 +- src/assets/i18n/tt.json | 2 +- src/assets/i18n/udm.json | 2 +- src/assets/i18n/uk.json | 2 +- src/assets/i18n/vi.json | 2 +- src/assets/i18n/zh-hans.json | 2 +- src/assets/i18n/zh-hant.json | 2 +- 92 files changed, 96 insertions(+), 96 deletions(-) diff --git a/src/app/helptext/data-protection/cloud-backup/cloud-backup.ts b/src/app/helptext/data-protection/cloud-backup/cloud-backup.ts index 2798003b162..1d806ae9013 100644 --- a/src/app/helptext/data-protection/cloud-backup/cloud-backup.ts +++ b/src/app/helptext/data-protection/cloud-backup/cloud-backup.ts @@ -19,8 +19,8 @@ export const helptextCloudBackup = { folder_placeholder: T('Folder'), - description_placeholder: T('Description'), - description_tooltip: T('Enter a description of the Cloud Backup Task.'), + name_placeholder: T('Name'), + name_tooltip: T('Enter a name of the Cloud Backup Task.'), keep_last_placeholder: T('Keep Last'), keep_last_tooltip: T('Enter the number of last kept backups.'), diff --git a/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.html b/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.html index 3f2f2baa7e0..7ca1003cff5 100644 --- a/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.html +++ b/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.html @@ -56,8 +56,8 @@ > { const form = await loader.getHarness(IxFormHarness); await form.fillForm({ 'Source Path': '/mnt/my pool 2', - Description: 'New Cloud Backup Task', + Name: 'New Cloud Backup Task', Password: 'qwerty', Credentials: 'Storj iX (Storj)', 'Keep Last': 3, @@ -173,7 +173,7 @@ describe('CloudBackupFormComponent', () => { expect(await form.getValues()).toEqual({ Bucket: '', Credentials: 'Storj iX (Storj)', - Description: 'sdf', + Name: 'sdf', Folder: '/My Folder', 'Keep Last': '2', Password: '1234', @@ -205,7 +205,7 @@ describe('CloudBackupFormComponent', () => { it('saves updated cloud backup task when form opened for edit is saved', async () => { const form = await loader.getHarness(IxFormHarness); await form.fillForm({ - Description: 'Edited description', + Name: 'Edited description', Password: 'qwerty123', Bucket: 'bucket1', 'Source Path': ['/mnt/path1', '/mnt/path2'], diff --git a/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.ts b/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.ts index 8fa9f174c5a..18117f99ff4 100644 --- a/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.ts +++ b/src/app/pages/data-protection/cloud-backup/cloud-backup-form/cloud-backup-form.component.ts @@ -105,7 +105,7 @@ export class CloudBackupFormComponent implements OnInit { const targetCredentials = _.find(credentialsList, { id: credentialId }); const targetProvider = _.find(providersList, { name: targetCredentials?.provider }); - if (credentialId && targetProvider.buckets) { + if (credentialId && targetProvider?.buckets) { this.form.controls.folder.enable(); this.loadBucketOptions(credentialId); } else if (credentialId) { diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index 3f43746d924..b878b9cdf8d 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -1327,12 +1327,12 @@ "Enter {pool} below to confirm": "", "Enter {zvolName} below to confirm.": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", "Enter a list of denied hostnames or IP addresses. Separate entries by pressing Enter. If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a long string of random characters for use as salt for the encryption password. Warning: Always securely back up the encryption salt value! Losing the salt value will result in data loss.": "", "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 5638540d879..f3027560958 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -1035,12 +1035,12 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", "Enter a list of denied hostnames or IP addresses. Separate entries by pressing Enter. If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a long string of random characters for use as salt for the encryption password. Warning: Always securely back up the encryption salt value! Losing the salt value will result in data loss.": "", "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a password for the SPICE display.": "", "Enter a port to bind rpc.lockd(8).": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index f388f111e15..95e000068ef 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -550,9 +550,9 @@ "Enter {pool} below to confirm": "", "Enter {zvolName} below to confirm.": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a password for the SPICE display.": "", "Enter a port to bind rpc.lockd(8).": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index b37fc12c2ab..147b07bfbcb 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -1318,7 +1318,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1334,6 +1333,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 9ae57e03ba4..cb8f5954850 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -91,7 +91,7 @@ "Enclosure Read": "", "Enclosure Write": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", + "Enter a name of the Cloud 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 path for {label}.{multiple}": "", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index bdf2db44011..0902cdb2886 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -1233,7 +1233,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1249,6 +1248,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 66d583dd0ff..2f64d414720 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -1196,13 +1196,13 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", "Enter a list of denied hostnames or IP addresses. Separate entries by pressing Enter. If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a long string of random characters for use as salt for the encryption password. Warning: Always securely back up the encryption salt value! Losing the salt value will result in data loss.": "", "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a password for the rancher user. This is used to log in to the VM from the serial shell.": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index 7fe13ac5be4..fa6f9d9df54 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -954,7 +954,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -970,6 +969,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index cd5b9f6c455..22bc090764a 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -1443,7 +1443,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1459,6 +1458,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index b420150872f..b3002909fec 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -51,8 +51,8 @@ "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enclosure Dashboard": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", + "Enter a name of the Cloud 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 the number of last kept backups.": "", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 7327f5bacdd..13d273b6384 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -1388,7 +1388,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1404,6 +1403,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index e74fe2bc0af..a442888a43b 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -1386,7 +1386,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1402,6 +1401,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index 8e11a6d5503..3816b09c5c9 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -594,7 +594,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -610,6 +609,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index e41cae7cb86..f48dad4ebbf 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -738,11 +738,11 @@ "Enter {pool} below to confirm": "", "Enter {zvolName} below to confirm.": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", "Enter a list of denied hostnames or IP addresses. Separate entries by pressing Enter. If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a password for the SPICE display.": "", "Enter a port to bind rpc.lockd(8).": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 7dae0c78811..3e36ed830fe 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -280,8 +280,8 @@ "Enclosure Write": "", "Enforce the use of FIPS 140-2 compliant algorithms": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of allowed hostnames or IP addresses. Separate entries by pressing Enter. A more detailed description with examples can be found here.

If neither *Hosts Allow* or *Hosts Deny* contains an entry, then SMB share access is allowed for any host.

If there is a *Hosts Allow* list but no *Hosts Deny* list, then only allow hosts on the *Hosts Allow* list.

If there is a *Hosts Deny* list but no *Hosts Allow* list, then allow all hosts that are not on the *Hosts Deny* list.

If there is both a *Hosts Allow* and *Hosts Deny* list, then allow all hosts that are on the *Hosts Allow* list.

If there is a host not on the *Hosts Allow* and not on the *Hosts Deny* list, then allow it.": "", + "Enter a name of the Cloud 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 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.": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 7213dd59ac3..488839878e2 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -1449,7 +1449,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1465,6 +1464,7 @@ "Enter a name for the new credential.": "", "Enter a name for the share.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 4c95da0dda4..463c4ef6c3b 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -67,8 +67,8 @@ "Enclosure Read": "", "Enclosure Write": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", + "Enter a name of the Cloud 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 the number of last kept backups.": "", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 89784f01899..030ab416b55 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -1111,7 +1111,6 @@ "Enter {zvolName} below to confirm.": "", "Enter a Name (optional)": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", - "Enter a description of the Cloud Backup Task.": "", "Enter a description of the Cloud Sync Task.": "", "Enter a description of the cron job.": "", "Enter a description of the interface.": "", @@ -1126,6 +1125,7 @@ "Enter a name for the interface. Use the format bondX, vlanX, or brX where X is a number representing a non-parent interface. Read-only when editing an interface.": "", "Enter a name for the new credential.": "", "Enter a name for this Keytab.": "", + "Enter a name of the Cloud Backup Task.": "", "Enter a number of degrees in Celsius. S.M.A.R.T. reports if the temperature of a drive has changed by N degrees Celsius since the last report.": "", "Enter a number of seconds to wait before alerting that the service cannot reach any UPS. Warnings continue until the situation is fixed.": "", "Enter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.": "",