From 9c40ce855759c496b1abda51dc085a424a00df6f Mon Sep 17 00:00:00 2001 From: Alex Karpov Date: Fri, 27 Sep 2024 12:12:29 +0300 Subject: [PATCH] NAS-131363: Add link to forum (#10753) --- src/app/helptext/system/support.ts | 1 + .../components/file-review/file-review.component.html | 4 ++++ .../feedback/components/file-review/file-review.component.ts | 5 +++++ src/assets/i18n/af.json | 1 + src/assets/i18n/ar.json | 1 + src/assets/i18n/ast.json | 1 + src/assets/i18n/az.json | 1 + src/assets/i18n/be.json | 1 + src/assets/i18n/bg.json | 1 + src/assets/i18n/bn.json | 1 + src/assets/i18n/br.json | 1 + src/assets/i18n/bs.json | 1 + src/assets/i18n/ca.json | 1 + src/assets/i18n/cs.json | 1 + src/assets/i18n/cy.json | 1 + src/assets/i18n/da.json | 1 + src/assets/i18n/de.json | 1 + src/assets/i18n/dsb.json | 1 + src/assets/i18n/el.json | 1 + src/assets/i18n/en-au.json | 1 + src/assets/i18n/en-gb.json | 1 + src/assets/i18n/en.json | 1 + src/assets/i18n/eo.json | 1 + src/assets/i18n/es-ar.json | 1 + src/assets/i18n/es-co.json | 1 + src/assets/i18n/es-mx.json | 1 + src/assets/i18n/es-ni.json | 1 + src/assets/i18n/es-ve.json | 1 + src/assets/i18n/es.json | 1 + src/assets/i18n/et.json | 1 + src/assets/i18n/eu.json | 1 + src/assets/i18n/fa.json | 1 + src/assets/i18n/fi.json | 1 + src/assets/i18n/fr.json | 1 + src/assets/i18n/fy.json | 1 + src/assets/i18n/ga.json | 1 + src/assets/i18n/gd.json | 1 + src/assets/i18n/gl.json | 1 + src/assets/i18n/he.json | 1 + src/assets/i18n/hi.json | 1 + src/assets/i18n/hr.json | 1 + src/assets/i18n/hsb.json | 1 + src/assets/i18n/hu.json | 1 + src/assets/i18n/ia.json | 1 + src/assets/i18n/id.json | 1 + src/assets/i18n/io.json | 1 + src/assets/i18n/is.json | 1 + src/assets/i18n/it.json | 1 + src/assets/i18n/ja.json | 1 + src/assets/i18n/ka.json | 1 + src/assets/i18n/kk.json | 1 + src/assets/i18n/km.json | 1 + src/assets/i18n/kn.json | 1 + src/assets/i18n/ko.json | 1 + src/assets/i18n/lb.json | 1 + src/assets/i18n/lt.json | 1 + src/assets/i18n/lv.json | 1 + src/assets/i18n/mk.json | 1 + src/assets/i18n/ml.json | 1 + src/assets/i18n/mn.json | 1 + src/assets/i18n/mr.json | 1 + src/assets/i18n/my.json | 1 + src/assets/i18n/nb.json | 1 + src/assets/i18n/ne.json | 1 + src/assets/i18n/nl.json | 1 + src/assets/i18n/nn.json | 1 + src/assets/i18n/os.json | 1 + src/assets/i18n/pa.json | 1 + src/assets/i18n/pl.json | 1 + src/assets/i18n/pt-br.json | 1 + src/assets/i18n/pt.json | 1 + src/assets/i18n/ro.json | 1 + src/assets/i18n/ru.json | 1 + src/assets/i18n/sk.json | 1 + src/assets/i18n/sl.json | 1 + src/assets/i18n/sq.json | 1 + src/assets/i18n/sr-latn.json | 1 + src/assets/i18n/sr.json | 1 + src/assets/i18n/strings.json | 1 + src/assets/i18n/sv.json | 1 + src/assets/i18n/sw.json | 1 + src/assets/i18n/ta.json | 1 + src/assets/i18n/te.json | 1 + src/assets/i18n/th.json | 1 + src/assets/i18n/tr.json | 1 + src/assets/i18n/tt.json | 1 + src/assets/i18n/udm.json | 1 + src/assets/i18n/uk.json | 1 + src/assets/i18n/vi.json | 1 + src/assets/i18n/zh-hans.json | 1 + src/assets/i18n/zh-hant.json | 1 + 91 files changed, 98 insertions(+) diff --git a/src/app/helptext/system/support.ts b/src/app/helptext/system/support.ts index 08cbec7fa45..d55d603f888 100644 --- a/src/app/helptext/system/support.ts +++ b/src/app/helptext/system/support.ts @@ -26,6 +26,7 @@ export const helptextSystemSupport = { message: { placeholder: T('Share your thoughts on our product\'s features, usability, or any suggestions for improvement.'), }, + vote_for_new_features: T('You can also vote for new features on our forum.'), }, token: { diff --git a/src/app/modules/feedback/components/file-review/file-review.component.html b/src/app/modules/feedback/components/file-review/file-review.component.html index 39a2ce138c4..af65c31c71f 100644 --- a/src/app/modules/feedback/components/file-review/file-review.component.html +++ b/src/app/modules/feedback/components/file-review/file-review.component.html @@ -39,6 +39,10 @@ > } + + @if (!(isEnterprise$ | async)) { +

+ } diff --git a/src/app/modules/feedback/components/file-review/file-review.component.ts b/src/app/modules/feedback/components/file-review/file-review.component.ts index b0927802ab4..d300e0594f6 100644 --- a/src/app/modules/feedback/components/file-review/file-review.component.ts +++ b/src/app/modules/feedback/components/file-review/file-review.component.ts @@ -13,6 +13,7 @@ import { FeedbackService } from 'app/modules/feedback/services/feedback.service' import { ImageValidatorService } from 'app/modules/forms/ix-forms/validators/image-validator/image-validator.service'; import { rangeValidator } from 'app/modules/forms/ix-forms/validators/range-validation/range-validation'; import { ErrorHandlerService } from 'app/services/error-handler.service'; +import { SystemGeneralService } from 'app/services/system-general.service'; export const maxRatingValue = 5; export const maxFileSizeBytes = 5 * MiB; @@ -30,6 +31,8 @@ export class FileReviewComponent { readonly isLoadingChange = output(); + protected isEnterprise$ = this.systemGeneralService.isEnterprise$; + protected form = this.formBuilder.group({ rating: [undefined as number, [Validators.required, rangeValidator(1, maxRatingValue)]], message: ['', [Validators.maxLength(4067)]], @@ -40,6 +43,7 @@ export class FileReviewComponent { }); protected readonly messagePlaceholder = helptext.review.message.placeholder; + protected readonly voteForNewFeaturesText = helptext.review.vote_for_new_features; protected readonly acceptedFiles = ticketAcceptedFiles; constructor( @@ -47,6 +51,7 @@ export class FileReviewComponent { private errorHandler: ErrorHandlerService, private imageValidator: ImageValidatorService, private feedbackService: FeedbackService, + private systemGeneralService: SystemGeneralService, ) {} onSubmit(): void { diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index 6e06be547c6..0ebb1c15aa7 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -4027,6 +4027,7 @@ "Who this ACL entry applies to, shown as a Windows Security Identifier. Either a SID or a Domain and Name is required for this ACL.": "", "Who this ACL entry applies to, shown as a user name. Requires adding the user Domain.": "", "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", + "You can also vote for new features on our forum.": "", "ZFS Errors": "", "iXsystems does not audit or otherwise validate the contents of third-party applications catalogs. It is incumbent on the user to verify that the new catalog is from a trusted source and that the third-party properly audits its chart contents. Failure to exercise due diligence may expose the user and their data to some or all of the following:
    \n
  • Malicious software
  • \n
  • Broken services on TrueNAS host
  • \n
  • Service disruption on TrueNAS host
  • \n
  • Broken filesystem permissions on Host or within application
  • \n
  • Unexpected deletion of user data
  • \n
  • Unsafe service configuration in application
  • \n
  • Degradation of TrueNAS host performance and stability
  • \n
": "", "{n, plural, one {# CPU} other {# CPUs}}": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 4368c67f2d9..ffa49d98d3e 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -3547,6 +3547,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index a8a082eae92..0a23e5f33ac 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -2739,6 +2739,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 0c68365be2c..f254b88e614 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -4426,6 +4426,7 @@ "Yandex Access Token.": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 903e9416331..1ee8e9f37e4 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -828,6 +828,7 @@ "Workloads": "", "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", "Yandex": "", + "You can also vote for new features on our forum.": "", "ZFS Errors": "", "Zoom In": "", "Zoom Out": "", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index cc34478166f..d05e19fee5f 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -84,6 +84,7 @@ "We encountered an issue while applying the new network changes. Unfortunately, we were unable to reconnect to the system after the changes were implemented. As a result, we have restored the previous network configuration to ensure continued connectivity.": "", "We’re unable to access the enclosure at the moment. Please ensure it’s connected properly and reload the page.": "", "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", + "You can also vote for new features on our forum.": "", "ZFS Errors": "", "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{coreCount, plural, one {# core} other {# cores} }": "", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index b23afa8e839..0baceb55139 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -3622,6 +3622,7 @@ "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", "Yandex": "", "Yandex Access Token.": "", + "You can also vote for new features on our forum.": "", "ZFS": "", "ZFS Deduplication": "", "ZFS Errors": "", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 5a7ed3131ae..7a1593ffb3d 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -4404,6 +4404,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index 71fe3db6b73..b8365770d1a 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -4477,6 +4477,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index 3d1517af44d..3814abd7842 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -4890,6 +4890,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index c8074798ff2..e064f6ba0ca 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -1199,6 +1199,7 @@ "Widgets": "", "Winbind NSS Info": "", "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", + "You can also vote for new features on our forum.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "Your dashboard is currently empty!": "", "ZFS Errors": "", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index f889ff2946e..75dd1b69814 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -4821,6 +4821,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index 60f96e739e4..f810ec45120 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -4841,6 +4841,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index c875b2cca6b..af32d2adf19 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -3056,6 +3056,7 @@ "Yandex": "", "Yandex Access Token.": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", + "You can also vote for new features on our forum.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", "You have left the domain.": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index 4ed2fc906c4..8e7a911e626 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -3166,6 +3166,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index b7e06cd9af5..f0c984579bf 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -1818,6 +1818,7 @@ "Yandex": "", "Yesterday": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You may enter a specific IP address (e.g., 192.168.1.1) for individual access, or use an IP address with a subnet mask (e.g., 192.168.1.0/24) to define a range of addresses.": "", "Your dashboard is currently empty!": "", "ZFS Errors": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 546e52c8970..7cab7a671f2 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -4901,6 +4901,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index a6cc771319a..cd2cca2ceb8 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -1255,6 +1255,7 @@ "Widgets": "", "Winbind NSS Info": "", "Xen: Extent block size 512b, TPC enabled, Xen compat mode enabled, SSD speed": "", + "You can also vote for new features on our forum.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "Your dashboard is currently empty!": "", "ZFS Errors": "", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 7c67f6d23c6..2017096bc0c 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -4130,6 +4130,7 @@ "Yesterday": "", "You are trying to open:
\n{url}

\nBecause HTTP to HTTPS redirect is enabled in settings your browser will force HTTPS connection for this URL.
\nThis may create issues if app does not support secure connections.
\n
\nYou can try opening app url in an incognito mode.
\nAlternatively you can disable redirect in Settings, clear browser cache and try again.": "", "You are using an insecure connection. Switch to HTTPS for secure access.": "", + "You can also vote for new features on our forum.": "", "You can join the TrueNAS Newsletter for monthly updates and latest developments.": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "You can search both for local users as well as users from Active Directory.Press ENTER to separate entries.": "",