From c63612483151a459b530442da89759333f4e56ed Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Wed, 6 Nov 2024 14:52:20 +0700 Subject: [PATCH] NAS-131978 / 25.04 / Instances table and layout (#10971) * NAS-131978: Instances table and layout * NAS-131978: Instances table and layout * NAS-131978: Instances table and layout * NAS-131978: Update tests --- src/app/enums/virtualization.enum.ts | 10 + ...-call-and-subscribe-directory.interface.ts | 2 + .../api/api-job-directory.interface.ts | 2 +- .../all-instances.component.html | 16 +- .../all-instances.component.scss | 17 +- .../all-instances.component.spec.ts | 14 +- .../all-instances/all-instances.component.ts | 31 ++- .../instance-details.component.html | 2 +- .../instance-details.component.scss | 39 ++++ .../instance-details.component.ts | 13 +- .../instance-devices.component.scss | 15 +- .../instance-devices.component.ts | 13 +- .../instance-list.component.html | 54 ++++++ .../instance-list.component.scss | 111 +++++++++++ .../instance-list.component.spec.ts | 45 +++++ .../instance-list/instance-list.component.ts | 181 ++++++++++++++++++ .../instance-row/instance-row.component.html | 54 ++++++ .../instance-row/instance-row.component.scss | 42 ++++ .../instance-row.component.spec.ts | 71 +++++++ .../instance-row/instance-row.component.ts | 49 +++++ .../virtualization-instances.store.spec.ts | 56 ++++++ .../stores/virtualization-instances.store.ts | 74 +++++++ .../virtualization/virtualization.routes.ts | 2 + src/assets/i18n/af.json | 7 +- src/assets/i18n/ar.json | 7 +- src/assets/i18n/ast.json | 7 +- src/assets/i18n/az.json | 7 +- src/assets/i18n/be.json | 7 +- src/assets/i18n/bg.json | 7 +- src/assets/i18n/bn.json | 7 +- src/assets/i18n/br.json | 7 +- src/assets/i18n/bs.json | 7 +- src/assets/i18n/ca.json | 7 +- src/assets/i18n/cs.json | 7 +- src/assets/i18n/cy.json | 7 +- src/assets/i18n/da.json | 7 +- src/assets/i18n/de.json | 7 +- src/assets/i18n/dsb.json | 7 +- src/assets/i18n/el.json | 7 +- src/assets/i18n/en-au.json | 7 +- src/assets/i18n/en-gb.json | 7 +- src/assets/i18n/en.json | 7 +- src/assets/i18n/eo.json | 7 +- src/assets/i18n/es-ar.json | 7 +- src/assets/i18n/es-co.json | 7 +- src/assets/i18n/es-mx.json | 7 +- src/assets/i18n/es-ni.json | 7 +- src/assets/i18n/es-ve.json | 7 +- src/assets/i18n/es.json | 7 +- src/assets/i18n/et.json | 7 +- src/assets/i18n/eu.json | 7 +- src/assets/i18n/fa.json | 7 +- src/assets/i18n/fi.json | 7 +- src/assets/i18n/fr.json | 7 +- src/assets/i18n/fy.json | 7 +- src/assets/i18n/ga.json | 7 +- src/assets/i18n/gd.json | 7 +- src/assets/i18n/gl.json | 7 +- src/assets/i18n/he.json | 7 +- src/assets/i18n/hi.json | 7 +- src/assets/i18n/hr.json | 7 +- src/assets/i18n/hsb.json | 7 +- src/assets/i18n/hu.json | 7 +- src/assets/i18n/ia.json | 7 +- src/assets/i18n/id.json | 7 +- src/assets/i18n/io.json | 7 +- src/assets/i18n/is.json | 7 +- src/assets/i18n/it.json | 7 +- src/assets/i18n/ja.json | 7 +- src/assets/i18n/ka.json | 7 +- src/assets/i18n/kk.json | 7 +- src/assets/i18n/km.json | 7 +- src/assets/i18n/kn.json | 7 +- src/assets/i18n/ko.json | 7 +- src/assets/i18n/lb.json | 7 +- src/assets/i18n/lt.json | 7 +- src/assets/i18n/lv.json | 7 +- src/assets/i18n/mk.json | 7 +- src/assets/i18n/ml.json | 7 +- src/assets/i18n/mn.json | 7 +- src/assets/i18n/mr.json | 7 +- src/assets/i18n/my.json | 7 +- src/assets/i18n/nb.json | 7 +- src/assets/i18n/ne.json | 7 +- src/assets/i18n/nl.json | 7 +- src/assets/i18n/nn.json | 7 +- src/assets/i18n/os.json | 7 +- src/assets/i18n/pa.json | 7 +- src/assets/i18n/pl.json | 7 +- src/assets/i18n/pt-br.json | 7 +- src/assets/i18n/pt.json | 7 +- src/assets/i18n/ro.json | 7 +- src/assets/i18n/ru.json | 7 +- src/assets/i18n/sk.json | 7 +- src/assets/i18n/sl.json | 7 +- src/assets/i18n/sq.json | 7 +- src/assets/i18n/sr-latn.json | 7 +- src/assets/i18n/sr.json | 7 +- src/assets/i18n/strings.json | 7 +- src/assets/i18n/sv.json | 7 +- src/assets/i18n/sw.json | 7 +- src/assets/i18n/ta.json | 7 +- src/assets/i18n/te.json | 7 +- src/assets/i18n/th.json | 7 +- src/assets/i18n/tr.json | 7 +- src/assets/i18n/tt.json | 7 +- src/assets/i18n/udm.json | 7 +- src/assets/i18n/uk.json | 7 +- src/assets/i18n/vi.json | 7 +- src/assets/i18n/zh-hans.json | 7 +- src/assets/i18n/zh-hant.json | 7 +- 111 files changed, 1401 insertions(+), 128 deletions(-) create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.html create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.scss create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.spec.ts create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.ts create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.html create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.scss create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.spec.ts create mode 100644 src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.ts create mode 100644 src/app/pages/virtualization/stores/virtualization-instances.store.spec.ts create mode 100644 src/app/pages/virtualization/stores/virtualization-instances.store.ts diff --git a/src/app/enums/virtualization.enum.ts b/src/app/enums/virtualization.enum.ts index f3cbf77562b..9d32b139b17 100644 --- a/src/app/enums/virtualization.enum.ts +++ b/src/app/enums/virtualization.enum.ts @@ -5,11 +5,21 @@ export enum VirtualizationType { Vm = 'VM', } +export const virtualizationTypeMap = new Map([ + [VirtualizationType.Container, T('Container')], + [VirtualizationType.Vm, T('VM')], +]); + export enum VirtualizationStatus { Running = 'RUNNING', Stopped = 'STOPPED', } +export const virtualizationStatusMap = new Map([ + [VirtualizationStatus.Running, T('Running')], + [VirtualizationStatus.Stopped, T('Stopped')], +]); + export enum VirtualizationRemote { LinuxContainers = 'LINUX_CONTAINERS', } diff --git a/src/app/interfaces/api/api-call-and-subscribe-directory.interface.ts b/src/app/interfaces/api/api-call-and-subscribe-directory.interface.ts index 8129e3d19c7..a1848df7917 100644 --- a/src/app/interfaces/api/api-call-and-subscribe-directory.interface.ts +++ b/src/app/interfaces/api/api-call-and-subscribe-directory.interface.ts @@ -4,6 +4,7 @@ import { Group } from 'app/interfaces/group.interface'; import { Pool } from 'app/interfaces/pool.interface'; import { User } from 'app/interfaces/user.interface'; import { VirtualMachine } from 'app/interfaces/virtual-machine.interface'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; /** * Directory of compatible API call and subscribe methods. @@ -15,6 +16,7 @@ export interface ApiCallAndSubscribeEventDirectory { 'group.query': { response: Group }; 'app.image.query': { response: ContainerImage }; 'app.query': { response: App }; + 'virt.instance.query': { response: VirtualizationInstance }; } export type ApiCallAndSubscribeMethod = keyof ApiCallAndSubscribeEventDirectory; diff --git a/src/app/interfaces/api/api-job-directory.interface.ts b/src/app/interfaces/api/api-job-directory.interface.ts index 061d2a50d97..e453bdb743a 100644 --- a/src/app/interfaces/api/api-job-directory.interface.ts +++ b/src/app/interfaces/api/api-job-directory.interface.ts @@ -203,7 +203,7 @@ export interface ApiJobDirectory { 'virt.instance.delete ': { params: [instanceId: string]; response: boolean }; 'virt.instance.restart': { params: VirtualizationStopParams; response: boolean }; 'virt.instance.start': { params: [instanceId: string]; response: boolean }; - 'virt.instance.stop': { params: [instanceId: string]; response: boolean }; + 'virt.instance.stop': { params: VirtualizationStopParams; response: boolean }; 'virt.instance.update': { params: [instanceId: string, update: UpdateVirtualizationInstance]; response: VirtualizationInstance; diff --git a/src/app/pages/virtualization/components/all-instances/all-instances.component.html b/src/app/pages/virtualization/components/all-instances/all-instances.component.html index caccad494c4..b7f9aeae33d 100644 --- a/src/app/pages/virtualization/components/all-instances/all-instances.component.html +++ b/src/app/pages/virtualization/components/all-instances/all-instances.component.html @@ -2,8 +2,18 @@ -
-
+
+
+ +
- +
+ @if (selectedInstance()) { + + } +
diff --git a/src/app/pages/virtualization/components/all-instances/all-instances.component.scss b/src/app/pages/virtualization/components/all-instances/all-instances.component.scss index 8f51b5d2e21..fb16dfe64e5 100644 --- a/src/app/pages/virtualization/components/all-instances/all-instances.component.scss +++ b/src/app/pages/virtualization/components/all-instances/all-instances.component.scss @@ -1,8 +1,15 @@ -.demo-layout { - display: grid; - grid-template-columns: 1fr 1fr; +@import 'scss-imports/variables'; +@import 'mixins/layout'; - .demo-table { - height: 100%; +@include tree-node-with-details-container; + +:host { + box-sizing: border-box; + display: flex; + flex-direction: column; + height: 100%; + + .table-container { + background: var(--bg2); } } diff --git a/src/app/pages/virtualization/components/all-instances/all-instances.component.spec.ts b/src/app/pages/virtualization/components/all-instances/all-instances.component.spec.ts index efa9f34a9e1..307a3213876 100644 --- a/src/app/pages/virtualization/components/all-instances/all-instances.component.spec.ts +++ b/src/app/pages/virtualization/components/all-instances/all-instances.component.spec.ts @@ -1,5 +1,7 @@ import { createComponentFactory, mockProvider, Spectator } from '@ngneat/spectator/jest'; -import { MockComponents } from 'ng-mocks'; +import { MockComponents, MockDirective } from 'ng-mocks'; +import { mockAuth } from 'app/core/testing/utils/mock-auth.utils'; +import { DetailsHeightDirective } from 'app/directives/details-height/details-height.directive'; import { AllInstancesHeaderComponent, } from 'app/pages/virtualization/components/all-instances/all-instances-header/all-instances-header.component'; @@ -7,21 +9,30 @@ import { AllInstancesComponent } from 'app/pages/virtualization/components/all-i import { InstanceDetailsComponent, } from 'app/pages/virtualization/components/all-instances/instance-details/instance-details.component'; +import { InstanceListComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-list.component'; import { VirtualizationConfigStore } from 'app/pages/virtualization/stores/virtualization-config.store'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; describe('AllInstancesComponent', () => { let spectator: Spectator; const createComponent = createComponentFactory({ component: AllInstancesComponent, providers: [ + mockAuth(), mockProvider(VirtualizationConfigStore, { initialize: jest.fn(), }), + mockProvider(VirtualizationInstancesStore, { + initialize: jest.fn(), + selectedInstance: jest.fn(), + }), ], declarations: [ + MockDirective(DetailsHeightDirective), MockComponents( AllInstancesHeaderComponent, InstanceDetailsComponent, + InstanceListComponent, ), ], }); @@ -32,5 +43,6 @@ describe('AllInstancesComponent', () => { it('initializes config store on init', () => { expect(spectator.inject(VirtualizationConfigStore).initialize).toHaveBeenCalled(); + expect(spectator.inject(VirtualizationInstancesStore).initialize).toHaveBeenCalled(); }); }); diff --git a/src/app/pages/virtualization/components/all-instances/all-instances.component.ts b/src/app/pages/virtualization/components/all-instances/all-instances.component.ts index be949c3aec7..a61ed92a45a 100644 --- a/src/app/pages/virtualization/components/all-instances/all-instances.component.ts +++ b/src/app/pages/virtualization/components/all-instances/all-instances.component.ts @@ -1,6 +1,8 @@ -import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core'; +import { + ChangeDetectionStrategy, Component, OnInit, signal, +} from '@angular/core'; import { TranslateModule } from '@ngx-translate/core'; -import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { DetailsHeightDirective } from 'app/directives/details-height/details-height.directive'; import { PageHeaderComponent } from 'app/modules/page-header/page-title-header/page-header.component'; import { AllInstancesHeaderComponent, @@ -8,10 +10,12 @@ import { import { InstanceDetailsComponent, } from 'app/pages/virtualization/components/all-instances/instance-details/instance-details.component'; +import { InstanceListComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-list.component'; import { VirtualizationConfigStore } from 'app/pages/virtualization/stores/virtualization-config.store'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; @Component({ - selector: 'ix-instance-list', + selector: 'ix-all-instances', templateUrl: './all-instances.component.html', styleUrls: ['./all-instances.component.scss'], standalone: true, @@ -21,30 +25,21 @@ import { VirtualizationConfigStore } from 'app/pages/virtualization/stores/virtu TranslateModule, AllInstancesHeaderComponent, InstanceDetailsComponent, + InstanceListComponent, + DetailsHeightDirective, ], }) export class AllInstancesComponent implements OnInit { - readonly demoInstance = { - id: 'demo', - name: 'Demo', - type: 'CONTAINER', - status: 'RUNNING', - cpu: '525', - autostart: true, - image: { - architecture: 'amd64', - description: 'Almalinux 8 amd64 (20241030_23:38)', - os: 'Almalinux', - release: '8', - }, - memory: 131072000, - } as unknown as VirtualizationInstance; + readonly selectedInstance = this.instancesStore.selectedInstance; + readonly showMobileDetails = signal(false); constructor( private configStore: VirtualizationConfigStore, + private instancesStore: VirtualizationInstancesStore, ) {} ngOnInit(): void { this.configStore.initialize(); + this.instancesStore.initialize(); } } diff --git a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.html b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.html index 2af29d60ce4..3e04709bda9 100644 --- a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.html +++ b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.html @@ -1,6 +1,6 @@
- +
diff --git a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.scss b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.scss index f4e47e28362..720b9c1f199 100644 --- a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.scss +++ b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.scss @@ -2,8 +2,47 @@ @import 'scss-imports/variables'; :host { + + display: block; + width: 100%; width: 100%; + .header { + color: var(--fg1); + + @media (max-width: calc($breakpoint-hidden - 1px)) { + border-bottom: solid 1px var(--lines); + margin: 0 16px 16px 0; + } + } + + .title { + margin-bottom: 12px; + margin-top: 20px; + min-height: 36px; + + @media (max-width: calc($breakpoint-hidden - 1px)) { + margin-top: 0; + } + + .mobile-prefix { + display: none; + + @media (max-width: $breakpoint-hidden) { + align-items: center; + display: flex; + } + } + + .prefix { + display: flex; + + @media (max-width: $breakpoint-hidden) { + display: none; + } + } + } + &::ng-deep { .cards .card { @include details-card(); diff --git a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.ts b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.ts index b71f92879e7..27bd194c7eb 100644 --- a/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.ts +++ b/src/app/pages/virtualization/components/all-instances/instance-details/instance-details.component.ts @@ -1,11 +1,16 @@ -import { ChangeDetectionStrategy, Component, input } from '@angular/core'; +import { + ChangeDetectionStrategy, Component, inject, input, +} from '@angular/core'; +import { TranslateModule } from '@ngx-translate/core'; import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { MobileBackButtonComponent } from 'app/modules/buttons/mobile-back-button/mobile-back-button.component'; import { InstanceDevicesComponent, } from 'app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component'; import { InstanceGeneralInfoComponent, } from 'app/pages/virtualization/components/all-instances/instance-details/instance-general-info/instance-general-info.component'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; @Component({ selector: 'ix-instance-details', @@ -14,10 +19,16 @@ import { standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [ + TranslateModule, InstanceDevicesComponent, InstanceGeneralInfoComponent, + MobileBackButtonComponent, ], }) export class InstanceDetailsComponent { instance = input.required(); + + onCloseMobileDetails(): void { + inject(VirtualizationInstancesStore).selectInstance(null); + } } diff --git a/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.scss b/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.scss index 846473a5772..2c9cc17cc49 100644 --- a/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.scss +++ b/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.scss @@ -1,4 +1,15 @@ +@import 'mixins/cards'; +@import 'scss-imports/variables'; -mat-card-content p { - margin: 0 0 6px; +:host { + .card { + @include details-card(); + margin: 0; + + mat-card-header { + button { + margin-left: 8px; + } + } + } } diff --git a/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.ts b/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.ts index d966ced4ba2..6140f4d5015 100644 --- a/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.ts +++ b/src/app/pages/virtualization/components/all-instances/instance-details/instance-devices/instance-devices.component.ts @@ -1,9 +1,8 @@ -import { ChangeDetectionStrategy, Component } from '@angular/core'; +import { ChangeDetectionStrategy, Component, input } from '@angular/core'; import { MatButton } from '@angular/material/button'; -import { - MatCard, MatCardContent, MatCardHeader, MatCardTitle, -} from '@angular/material/card'; +import { MatCardModule } from '@angular/material/card'; import { TranslateModule } from '@ngx-translate/core'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; @Component({ selector: 'ix-instance-devices', @@ -13,12 +12,10 @@ import { TranslateModule } from '@ngx-translate/core'; changeDetection: ChangeDetectionStrategy.OnPush, imports: [ MatButton, - MatCard, - MatCardHeader, - MatCardTitle, + MatCardModule, TranslateModule, - MatCardContent, ], }) export class InstanceDevicesComponent { + instance = input.required(); } diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.html b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.html new file mode 100644 index 00000000000..38682dce99a --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.html @@ -0,0 +1,54 @@ +
+
+ + +
+ @if (filteredInstances()?.length) { +
+
+ +
+
{{ 'Name' | translate }}
+
{{ 'Type' | translate }}
+
{{ 'Status' | translate }}
+
{{ 'Controls' | translate }}
+
+ } @else { + + } + + @for (instance of filteredInstances(); track instance.id) { + + } +
+
+
diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.scss b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.scss new file mode 100644 index 00000000000..23a9b881893 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.scss @@ -0,0 +1,111 @@ +@import 'scss-imports/variables'; +@import 'mixins/layout'; + +:host { + .item-search { + background-color: var(--bg2); + padding: 16px; + position: sticky; + top: 0; + z-index: 2; + } + + .loader-bar { + height: 2px; + left: 0; + position: absolute; + top: 0; + z-index: 3; + } + + .table-header { + align-items: flex-end; + color: var(--fg1); + display: flex; + justify-content: space-between; + margin-bottom: 12px; + min-height: 56px; + + h2 { + align-items: center; + display: flex; + margin-top: 20px; + min-height: 36px; + } + } + + .instances { + color: var(--fg1); + display: flex; + flex-direction: column; + } + + .instances-header-row { + align-items: center; + background: var(--bg1); + border-bottom: 1px solid var(--lines); + color: var(--fg2); + display: grid; + grid-gap: 8px; + min-height: 48px; + min-width: fit-content; + + position: sticky; + top: 0; + width: 100%; + z-index: 1; + + .cell { + align-items: center; + display: flex; + font-weight: bold; + height: 100%; + justify-content: flex-start; + padding: 4px 0; + + @media (max-width: $breakpoint-tablet) { + display: none !important; + } + + &:first-child { + left: 0; + position: sticky; + + @media (max-width: $breakpoint-tablet) { + display: block !important; + } + } + + &:nth-child(2) { + @media (max-width: $breakpoint-tablet) { + display: flex !important; + } + } + } + + .cell.checkbox { + mat-checkbox { + margin: 0; + } + } + + .cell.actions { + justify-content: flex-end; + padding-right: 12px; + } + } + + .instances-header-row, + ix-instance-row { + display: grid; + grid-template-columns: 45px minmax(160px, auto) minmax(100px, 120px) 100px 88px; + + @media (max-width: $breakpoint-tablet) { + grid-template-columns: 45px auto 0 0 0; + } + } + + ix-instance-row { + cursor: pointer; + } +} diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.spec.ts b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.spec.ts new file mode 100644 index 00000000000..89fc72b2137 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.spec.ts @@ -0,0 +1,45 @@ +import { createComponentFactory, mockProvider, Spectator } from '@ngneat/spectator/jest'; +import { mockAuth } from 'app/core/testing/utils/mock-auth.utils'; +import { VirtualizationStatus, VirtualizationType } from 'app/enums/virtualization.enum'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { InstanceListComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-list.component'; +import { InstanceRowComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; + +const instance = { + id: '1', + name: 'agi_instance', + status: VirtualizationStatus.Running, + type: VirtualizationType.Container, +} as VirtualizationInstance; + +describe('InstanceListComponent', () => { + let spectator: Spectator; + + const createComponent = createComponentFactory({ + component: InstanceListComponent, + imports: [ + InstanceRowComponent, + ], + providers: [ + mockAuth(), + mockProvider(VirtualizationInstancesStore, { + initialize: jest.fn(), + selectedInstance: jest.fn(), + instances: jest.fn(() => [instance]), + isLoading: jest.fn(() => false), + }), + ], + }); + + beforeEach(() => { + spectator = createComponent(); + }); + + it('shows a list of instances', () => { + const instances = spectator.queryAll(InstanceRowComponent); + + expect(instances).toHaveLength(1); + expect(instances[0].instance()).toEqual(instance); + }); +}); diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.ts b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.ts new file mode 100644 index 00000000000..f2ad89c5135 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.ts @@ -0,0 +1,181 @@ +import { SelectionModel } from '@angular/cdk/collections'; +import { + Component, ChangeDetectionStrategy, + signal, computed, inject, AfterViewInit, +} from '@angular/core'; +import { MatCheckboxModule } from '@angular/material/checkbox'; +import { ActivatedRoute, Router } from '@angular/router'; +import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy'; +import { TranslateModule, TranslateService } from '@ngx-translate/core'; +import { RequiresRolesDirective } from 'app/directives/requires-roles/requires-roles.directive'; +import { EmptyType } from 'app/enums/empty-type.enum'; +import { Role } from 'app/enums/role.enum'; +import { WINDOW } from 'app/helpers/window.helper'; +import { EmptyConfig } from 'app/interfaces/empty-config.interface'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { DialogService } from 'app/modules/dialog/dialog.service'; +import { EmptyComponent } from 'app/modules/empty/empty.component'; +import { SearchInput1Component } from 'app/modules/forms/search-input1/search-input1.component'; +import { FakeProgressBarComponent } from 'app/modules/loader/components/fake-progress-bar/fake-progress-bar.component'; +import { InstanceRowComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; +import { ErrorHandlerService } from 'app/services/error-handler.service'; +import { WebSocketService } from 'app/services/ws.service'; + +@UntilDestroy() +@Component({ + selector: 'ix-instance-list', + templateUrl: './instance-list.component.html', + styleUrls: ['./instance-list.component.scss'], + changeDetection: ChangeDetectionStrategy.OnPush, + standalone: true, + imports: [ + TranslateModule, + SearchInput1Component, + FakeProgressBarComponent, + InstanceRowComponent, + MatCheckboxModule, + RequiresRolesDirective, + EmptyComponent, + ], +}) + +export class InstanceListComponent implements AfterViewInit { + protected readonly requireRoles = [Role.VirtInstanceWrite]; + protected readonly searchQuery = signal(''); + protected readonly showMobileDetails = signal(false); + protected readonly isMobileView = signal(false); + protected readonly window = inject(WINDOW); + protected readonly selection = new SelectionModel(true, []); + + protected readonly instances = this.store.instances; + protected readonly isLoading = this.store.isLoading; + protected readonly selectedInstance = this.store.selectedInstance; + + protected readonly isAllSelected = computed(() => { + return this.selection.selected.length === this.instances().length; + }); + + protected readonly filteredInstances = computed(() => { + return this.instances() + .filter((instance) => { + return instance?.name?.toLocaleLowerCase() + .includes(this.searchQuery().toLocaleLowerCase()); + }); + }); + + protected readonly emptyConfig = computed(() => { + if (this.searchQuery()?.length && !this.filteredInstances()?.length) { + return { + type: EmptyType.NoSearchResults, + title: this.translate.instant('No Search Results.'), + message: this.translate.instant('No matching results found'), + large: true, + }; + } + return { + type: EmptyType.NoPageData, + title: this.translate.instant('No instances'), + message: this.translate.instant('Instances you created will automatically appear here.'), + large: true, + }; + }); + + constructor( + private store: VirtualizationInstancesStore, + private router: Router, + private activatedRoute: ActivatedRoute, + private ws: WebSocketService, + private dialog: DialogService, + private translate: TranslateService, + private errorHandler: ErrorHandlerService, + ) {} + + ngAfterViewInit(): void { + this.activatedRoute.paramMap.pipe( + untilDestroyed(this), + ).subscribe((params) => { + this.selectForDetails(params.get('id')); + }); + } + + onSearch(query: string): void { + this.searchQuery.set(query); + } + + toggleAllChecked(checked: boolean): void { + if (checked) { + this.instances().forEach((instance) => this.selection.select(instance.id)); + } else { + this.selection.clear(); + } + } + + viewDetails(instance: VirtualizationInstance): void { + this.selectForDetails(instance.id); + + this.router.navigate(['/virtualization', 'view', instance.id]); + + if (this.isMobileView()) { + this.showMobileDetails.set(true); + + setTimeout(() => (this.window.document.getElementsByClassName('mobile-back-button')[0] as HTMLElement).focus(), 0); + } + } + + private selectForDetails(instanceId: string): void { + if (!this.instances()?.length) { + return; + } + + const selected = instanceId && this.instances().find((instance) => instance.id === instanceId); + if (selected) { + this.store.selectInstance(selected.id); + return; + } + + this.selectFirstInstance(); + } + + private selectFirstInstance(): void { + const [first] = this.instances(); + + if (first) { + this.store.selectInstance(first.id); + } + } + + closeMobileDetails(): void { + this.showMobileDetails.set(false); + } + + restart(instanceId: string): void { + this.dialog.jobDialog( + this.ws.job('virt.instance.restart', [instanceId, {}]), + { title: this.translate.instant('Restarting...') }, + ) + .afterClosed() + .pipe(this.errorHandler.catchError(), untilDestroyed(this)) + .subscribe(); + } + + start(instanceId: string): void { + this.dialog.jobDialog( + this.ws.job('virt.instance.start', [instanceId]), + { title: this.translate.instant('Starting...') }, + ) + .afterClosed() + .pipe(this.errorHandler.catchError(), untilDestroyed(this)) + .subscribe(); + } + + stop(instanceId: string): void { + this.dialog.jobDialog( + this.ws.job('virt.instance.stop', [instanceId, {}]), + { title: this.translate.instant('Stopping...') }, + ) + .afterClosed() + .pipe(this.errorHandler.catchError(), untilDestroyed(this)) + .subscribe(); + } +} diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.html b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.html new file mode 100644 index 00000000000..e76253c71e9 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.html @@ -0,0 +1,54 @@ +
+ +
+ +
+ {{ instance().name }} +
+ +
{{ instance().type | mapValue: virtualizationTypeMap }}
+ +
{{ instance().status | mapValue: virtualizationStatusMap }}
+ +
+ @if (isStopped()) { + + } @else { + + + + } +
diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.scss b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.scss new file mode 100644 index 00000000000..229ffab4fb7 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.scss @@ -0,0 +1,42 @@ +:host { + align-items: center; + border-bottom: 1px solid var(--lines); + color: var(--fg2); + font-weight: 500; + grid-gap: 8px; + min-height: 48px; + position: relative; + + .cell.checkbox { + mat-checkbox { + margin: 0; + } + } + + .cell.actions { + display: flex; + gap: 4px; + justify-content: flex-end; + padding-right: 8px; + } + + &:hover { + background-color: var(--hover-bg); + } + + &.selected { + background-color: var(--hover-bg); + + .cell-name::before { + background: var(--primary); + content: ''; + height: 100%; + left: 0; + opacity: 1; + position: absolute; + top: 0; + width: 6px; + z-index: 1; + } + } +} diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.spec.ts b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.spec.ts new file mode 100644 index 00000000000..958b3072379 --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.spec.ts @@ -0,0 +1,71 @@ +import { HarnessLoader } from '@angular/cdk/testing'; +import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed'; +import { createComponentFactory, Spectator } from '@ngneat/spectator/jest'; +import { mockAuth } from 'app/core/testing/utils/mock-auth.utils'; +import { VirtualizationStatus, VirtualizationType } from 'app/enums/virtualization.enum'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { IxIconHarness } from 'app/modules/ix-icon/ix-icon.harness'; +import { MapValuePipe } from 'app/modules/pipes/map-value/map-value.pipe'; +import { InstanceRowComponent } from 'app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component'; + +const instance = { + id: '1', + name: 'agi_instance', + status: VirtualizationStatus.Running, + type: VirtualizationType.Container, +} as VirtualizationInstance; + +describe('InstanceRowComponent', () => { + let spectator: Spectator; + let loader: HarnessLoader; + + const createComponent = createComponentFactory({ + component: InstanceRowComponent, + imports: [ + MapValuePipe, + ], + providers: [ + mockAuth(), + ], + }); + + beforeEach(() => { + spectator = createComponent({ + props: { instance }, + }); + + loader = TestbedHarnessEnvironment.loader(spectator.fixture); + }); + + describe('actions', () => { + it('shows Stop button when instance is Running', async () => { + spectator.setInput('instance', { + ...instance, + status: VirtualizationStatus.Running, + }); + + const stopIcon = await loader.getHarness(IxIconHarness.with({ name: 'mdi-stop-circle' })); + const startIcon = await loader.getHarnessOrNull(IxIconHarness.with({ name: 'mdi-play-circle' })); + const restartIcon = await loader.getHarnessOrNull(IxIconHarness.with({ name: 'mdi-restart' })); + + expect(stopIcon).toExist(); + expect(restartIcon).toExist(); + expect(startIcon).not.toExist(); + }); + + it('shows Start button when instance is Stopped', async () => { + spectator.setInput('instance', { + ...instance, + status: VirtualizationStatus.Stopped, + }); + + const stopIcon = await loader.getHarnessOrNull(IxIconHarness.with({ name: 'mdi-stop-circle' })); + const startIcon = await loader.getHarness(IxIconHarness.with({ name: 'mdi-play-circle' })); + const restartIcon = await loader.getHarnessOrNull(IxIconHarness.with({ name: 'mdi-restart' })); + + expect(restartIcon).not.toExist(); + expect(stopIcon).not.toExist(); + expect(startIcon).toExist(); + }); + }); +}); diff --git a/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.ts b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.ts new file mode 100644 index 00000000000..31994593eba --- /dev/null +++ b/src/app/pages/virtualization/components/all-instances/instance-list/instance-row/instance-row.component.ts @@ -0,0 +1,49 @@ +import { + Component, ChangeDetectionStrategy, input, computed, output, +} from '@angular/core'; +import { MatButtonModule } from '@angular/material/button'; +import { MatCheckboxModule } from '@angular/material/checkbox'; +import { MatTooltipModule } from '@angular/material/tooltip'; +import { TranslateModule } from '@ngx-translate/core'; +import { RequiresRolesDirective } from 'app/directives/requires-roles/requires-roles.directive'; +import { Role } from 'app/enums/role.enum'; +import { VirtualizationStatus, virtualizationStatusMap, virtualizationTypeMap } from 'app/enums/virtualization.enum'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { IxIconComponent } from 'app/modules/ix-icon/ix-icon.component'; +import { FileSizePipe } from 'app/modules/pipes/file-size/file-size.pipe'; +import { MapValuePipe } from 'app/modules/pipes/map-value/map-value.pipe'; +import { TestDirective } from 'app/modules/test-id/test.directive'; + +@Component({ + selector: 'ix-instance-row', + templateUrl: './instance-row.component.html', + styleUrls: ['./instance-row.component.scss'], + changeDetection: ChangeDetectionStrategy.OnPush, + standalone: true, + imports: [ + FileSizePipe, + IxIconComponent, + MatTooltipModule, + TestDirective, + TranslateModule, + MatButtonModule, + MatCheckboxModule, + RequiresRolesDirective, + MapValuePipe, + ], +}) +export class InstanceRowComponent { + protected readonly requiredRoles = [Role.VirtInstanceWrite]; + readonly instance = input.required(); + readonly selected = input(false); + + protected readonly isStopped = computed(() => this.instance().status === VirtualizationStatus.Stopped); + + readonly selectionChange = output(); + readonly onStart = output(); + readonly onStop = output(); + readonly onRestart = output(); + + readonly virtualizationTypeMap = virtualizationTypeMap; + readonly virtualizationStatusMap = virtualizationStatusMap; +} diff --git a/src/app/pages/virtualization/stores/virtualization-instances.store.spec.ts b/src/app/pages/virtualization/stores/virtualization-instances.store.spec.ts new file mode 100644 index 00000000000..bfc8310bf5d --- /dev/null +++ b/src/app/pages/virtualization/stores/virtualization-instances.store.spec.ts @@ -0,0 +1,56 @@ +import { createServiceFactory, SpectatorService } from '@ngneat/spectator/jest'; +import { mockCall, mockWebSocket } from 'app/core/testing/utils/mock-websocket.utils'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; +import { WebSocketService } from 'app/services/ws.service'; + +describe('VirtualizationInstancesStore', () => { + let spectator: SpectatorService; + + const createService = createServiceFactory({ + service: VirtualizationInstancesStore, + providers: [ + mockWebSocket([ + mockCall('virt.instance.query', []), + ]), + ], + }); + + beforeEach(() => { + spectator = createService(); + }); + + it('should have default empty state', () => { + expect(spectator.service.stateAsSignal()).toEqual({ + isLoading: false, + instances: [], + selectedInstance: null, + }); + }); + + it('should load instances when initialize is called', () => { + spectator.service.initialize(); + + expect(spectator.inject(WebSocketService).call).toHaveBeenCalled(); + expect(spectator.service.stateAsSignal()).toEqual({ + isLoading: false, + instances: [], + selectedInstance: null, + }); + }); + + describe('selectors', () => { + beforeEach(() => spectator.service.initialize()); + + it('isLoading - returns isLoading part of the state', () => { + expect(spectator.service.isLoading()).toBe(false); + }); + + it('instances - returns instances part of the state', () => { + expect(spectator.service.instances()).toEqual([]); + }); + + it('selectedInstance - returns selected instance from the state', () => { + expect(spectator.service.selectedInstance()).toBeNull(); + }); + }); +}); diff --git a/src/app/pages/virtualization/stores/virtualization-instances.store.ts b/src/app/pages/virtualization/stores/virtualization-instances.store.ts new file mode 100644 index 00000000000..2f5efd8274f --- /dev/null +++ b/src/app/pages/virtualization/stores/virtualization-instances.store.ts @@ -0,0 +1,74 @@ +import { computed, Injectable } from '@angular/core'; +import { toSignal } from '@angular/core/rxjs-interop'; +import { UntilDestroy } from '@ngneat/until-destroy'; +import { ComponentStore } from '@ngrx/component-store'; +import { switchMap, tap } from 'rxjs'; +import { catchError, filter, repeat } from 'rxjs/operators'; +import { VirtualizationInstance } from 'app/interfaces/virtualization.interface'; +import { ErrorHandlerService } from 'app/services/error-handler.service'; +import { WebSocketService } from 'app/services/ws.service'; + +export interface VirtualizationInstancesState { + isLoading: boolean; + instances: VirtualizationInstance[]; + selectedInstance: VirtualizationInstance; +} + +const initialState: VirtualizationInstancesState = { + isLoading: false, + instances: [], + selectedInstance: null, +}; + +@UntilDestroy() +@Injectable() +export class VirtualizationInstancesStore extends ComponentStore { + readonly stateAsSignal = toSignal(this.state$, { initialValue: initialState }); + readonly isLoading = computed(() => this.stateAsSignal().isLoading); + readonly instances = computed(() => this.stateAsSignal().instances); + readonly selectedInstance = computed(() => this.stateAsSignal().selectedInstance); + + constructor( + private ws: WebSocketService, + private errorHandler: ErrorHandlerService, + ) { + super(initialState); + } + + readonly initialize = this.effect((trigger$) => { + return trigger$.pipe( + switchMap(() => { + return this.ws.call('virt.instance.query').pipe( + tap(() => this.patchState({ isLoading: true })), + repeat({ + delay: () => this.ws.subscribe('core.get_jobs').pipe( + filter((event) => [ + 'virt.instance.start', + 'virt.instance.stop', + ].includes(event.fields.method) && !!event.fields.result), + tap(() => this.patchState({ isLoading: true })), + ), + }), + tap((instances) => { + this.patchState({ + instances, + isLoading: false, + }); + }), + catchError((error) => { + this.patchState({ isLoading: false }); + this.errorHandler.showErrorModal(error); + return undefined; + }), + ); + }), + ); + }); + + selectInstance(instanceId: string): void { + const selectedInstance = this.instances()?.find((instance) => instance.id === instanceId); + if (selectedInstance) { + this.patchState({ selectedInstance }); + } + } +} diff --git a/src/app/pages/virtualization/virtualization.routes.ts b/src/app/pages/virtualization/virtualization.routes.ts index cbcad8e954e..894607ae271 100644 --- a/src/app/pages/virtualization/virtualization.routes.ts +++ b/src/app/pages/virtualization/virtualization.routes.ts @@ -3,12 +3,14 @@ import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; import { AllInstancesComponent } from 'app/pages/virtualization/components/all-instances/all-instances.component'; import { CreateInstanceFormComponent } from 'app/pages/virtualization/components/create-instance-form/create-instance-form.component'; import { VirtualizationConfigStore } from 'app/pages/virtualization/stores/virtualization-config.store'; +import { VirtualizationInstancesStore } from 'app/pages/virtualization/stores/virtualization-instances.store'; export const virtualizationRoutes: Routes = [{ path: '', data: { title: T('Containers') }, providers: [ VirtualizationConfigStore, + VirtualizationInstancesStore, ], children: [ { diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index a6e821bf887..8fbdde720d3 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -1776,6 +1776,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2342,6 +2343,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -2855,6 +2857,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -3489,6 +3492,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -3518,8 +3522,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Class": "", "Storage Dashboard": "", "Storage Settings": "", @@ -3530,7 +3536,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 4d7eed1d55d..f980d06d3c1 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -1608,6 +1608,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", @@ -2057,6 +2058,7 @@ "No enclosure": "", "No events to display.": "", "No images found": "", + "No instances": "", "No items have been added yet.": "", "No jobs running.": "", "No logs are available": "", @@ -2477,6 +2479,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Config": "", "Restore Config Defaults": "", "Restore Default": "", @@ -2966,6 +2969,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -2994,8 +2998,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Dashboard": "", "Storage Settings": "", "Storage location for the original snapshots that will be replicated.": "", @@ -3004,7 +3010,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index e5acdcefebe..0931f0632af 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -831,6 +831,7 @@ "Installer image file": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interfaces": "", "Intermediate CA": "", @@ -990,6 +991,7 @@ "No Propagate Inherit": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", + "No instances": "", "No options are passed": "", "No results found in {section}": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur.": "", @@ -1193,6 +1195,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restores files to the selected directory.": "", "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", @@ -1440,6 +1443,7 @@ "Start session time": "", "Start {service} Service": "", "Starting task": "", + "Starting...": "", "Step Back": "", "Step Forward": "", "Stop Flashing": "", @@ -1447,9 +1451,10 @@ "Stop the {serviceName} service and close these connections?": "", "Stop {serviceName}?": "", "Stop {vmName}?": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index e2aedc217ae..cae37b5f1ed 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -2081,6 +2081,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", @@ -2638,6 +2639,7 @@ "No enclosure": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3170,6 +3172,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -3810,6 +3813,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -3838,8 +3842,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Class": "", "Storage Dashboard": "", "Storage Settings": "", @@ -3850,7 +3856,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 5be13e028f0..fc3e02ca00d 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -361,6 +361,7 @@ "Install via YAML": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Invalid CPU configuration.": "", "Invalid Date": "", "Invisible": "", @@ -517,6 +518,7 @@ "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", "No images found": "", + "No instances": "", "No jobs running.": "", "Notes": "", "Notifications": "", @@ -632,6 +634,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore default set of widgets": "", "Restore default widgets": "", "Restoring backup": "", @@ -802,6 +805,7 @@ "Specify custom": "", "Split": "", "Start service": "", + "Starting...": "", "Static Route": "", "Static Routing": "", "Step Back": "", @@ -809,6 +813,8 @@ "Stop All Selected": "", "Stop Flashing": "", "Stop service": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storj": "", "Storj iX": "", "Stream Compression": "", @@ -4411,7 +4417,6 @@ "Storage location for the replicated snapshots.": "Lieu de stockage des clichés répliqués.", "Store Encryption key in Sending TrueNAS database": "Stocker la clé de chiffrement dans la base de données d'envoi TrueNAS", "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "Enregistrez les protocoles système dans le dataset système. Désactiver la mémorisation des logs système dans /var/ sur le périphérique du système d'exploitation.", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "Storj est une plateforme de stockage cloud décentralisée et open source. Il utilise la technologie blockchain et la cryptographie pour sécuriser les fichiers. Au lieu de stocker les fichiers sur un serveur centralisé, Storj divise les fichiers, les crypte et les distribue sur un réseau d'ordinateurs à travers le monde.", "Strip ACL": "Supprimer ACL", "Strip ACLs": "Supprimer les ACLs", "Stripping ACLs": "Suppression des ACLs", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index be06eb28fc5..05d093f9591 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -101,6 +101,7 @@ "Install via YAML": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Invalid CPU configuration.": "", "Invalid Date": "", "Keyhash": "", @@ -126,6 +127,7 @@ "Network size of each docker network which will be cut off from base subnet.": "", "No containers are available.": "", "No images found": "", + "No instances": "", "No jobs running.": "", "No volume mounts": "", "Notes": "", @@ -157,6 +159,7 @@ "Restart standby TrueNAS controller": "", "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", + "Restarting...": "", "Restore default set of widgets": "", "Restore default widgets": "", "Restoring backup": "", @@ -176,7 +179,10 @@ "Software Installation": "", "Specifies level of authentication and cryptographic protection. SYS or none should be used if no KDC is available. If a KDC is available, e.g. Active Directory, KRB5 is recommended. If desired KRB5I (integrity protection) and/or KRB5P (privacy protection) may be included with KRB5.": "", "Start service": "", + "Starting...": "", "Stop service": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Support License": "", "System Freeze": "", @@ -4250,7 +4256,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "Stóráil logaí córais ar thacar sonraí an chórais. Díshuiteáil chun logaí córais a stóráil in /var/ ar ghléas an chórais oibriúcháin.", "Storj": "Stair", "Storj iX": "Stóráil iX", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "Is ardán stórála scamall foinse oscailte díláraithe é Storj. Úsáideann sé teicneolaíocht blockchain agus cripteagrafaíocht chun comhaid a dhaingniú. In ionad comhaid a stóráil i bhfreastalaí láraithe, scoilteann Storj comhaid, criptíonn sé iad, agus dáileann sé iad ar líonra ríomhairí ar fud an domhain.", "Stream Compression": "Comhbhrú Sruth", "Strip ACL": "Stráice ACL", "Strip ACLs": "ACLanna stiallacha", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index 32f64f22e43..38868c11d66 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -2089,6 +2089,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2693,6 +2694,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3262,6 +3264,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -3618,7 +3621,10 @@ "Specify whether to use the certificate for a Certificate Authority and whether this extension is critical. Clients must recognize critical extensions to prevent rejection. Web certificates typically require you to disable CA and enable Critical Extension.": "", "Start a dry run test of this cloud sync task? The system will connect to the cloud service provider and simulate transferring a file. No data will be sent or received.": "", "Start service": "", + "Starting...": "", "Stop service": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storj": "", "Storj iX": "", "Stream Compression": "", @@ -4370,7 +4376,6 @@ "Storage location for the replicated snapshots.": "Posizione di archiviazione per gli snapshot replicati.", "Store Encryption key in Sending TrueNAS database": "Memorizza la chiave di crittografia nel database TrueNAS di invio", "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "Memorizza i log di sistema sul dataset di sistema. Disattiva per memorizzare i log di sistema in /var/ sul dispositivo del sistema operativo.", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "Storj è una piattaforma di archiviazione cloud decentralizzata e open source. Utilizza la tecnologia blockchain e la crittografia per proteggere i file. Invece di archiviare i file in un server centralizzato, Storj suddivide i file, li crittografa e li distribuisce su una rete di computer in tutto il mondo.", "Subdir Filter": "Filtro sottocartella", "Subfolder": "Sottocartella", "Subject": "Oggetto", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 7bfa333148b..158461c5984 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -1987,6 +1987,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface Settings": "", "Interface changes reverted.": "", @@ -2569,6 +2570,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3090,6 +3092,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", @@ -3700,6 +3703,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -3727,8 +3731,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Class": "", "Storage Dashboard": "", "Storage Settings": "", @@ -3738,7 +3744,6 @@ "Store Encryption key in Sending TrueNAS database": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index a8f48640cd4..29c2b45b53a 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -1858,6 +1858,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2462,6 +2463,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3031,6 +3033,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -3712,6 +3715,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -3744,8 +3748,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -3757,7 +3763,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index 681425a9f6b..5351a75aa3c 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -2270,6 +2270,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2874,6 +2875,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3443,6 +3445,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4124,6 +4127,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4156,8 +4160,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4169,7 +4175,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index 68d5ad45f25..fcd7e3f2584 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -576,6 +576,7 @@ "Install via YAML": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Internal": "", "Invalid CPU configuration.": "", @@ -777,6 +778,7 @@ "No containers are available.": "", "No disks available.": "", "No images found": "", + "No instances": "", "No items have been added yet.": "", "No jobs running.": "", "No logs available": "", @@ -920,6 +922,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Config": "", "Restore Config Defaults": "", "Restore Default": "", @@ -1084,6 +1087,7 @@ "Start All Selected": "", "Start adding widgets to personalize it. Click on the \"Configure\" button to enter edit mode.": "", "Start service": "", + "Starting...": "", "Static Route": "", "Static Routing": "", "Step Back": "", @@ -1091,6 +1095,8 @@ "Stop All Selected": "", "Stop Flashing": "", "Stop service": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storj iX": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", @@ -4489,7 +4495,6 @@ "Store Encryption key in Sending TrueNAS database": "Versleutelingssleutel opslaan in TrueNAS-database bij het verzenden", "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "Aanvinken om systeemlogboeken op te slaan in de systeemdataset.

Uitvinken om systeemlogboeken op te slaan in /var/ op het besturingssysteemapparaat.", "Storj": "Storj", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "Storj is een gedecentraliseerd, open-source cloudopslagplatform. Het maakt gebruik van blockchain-technologie en cryptografie om bestanden te beveiligen. In plaats van bestanden op een gecentraliseerde server op te slaan, splitst Storj bestanden op, codeert ze en distribueert ze over een netwerk van computers over de hele wereld.", "Strip ACLs": "Toegangsbeheerlijsten strippen", "Stripe": "Stripe", "Stripping ACLs": "Toegangsbeheerlijsten aan het strippen", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index 22e162a45a5..406fa10d532 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -2223,6 +2223,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2825,6 +2826,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3377,6 +3379,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Config": "", "Restore Config Defaults": "", "Restore Default": "", @@ -4054,6 +4057,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4086,8 +4090,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4099,7 +4105,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index e73d630941d..32e35f12086 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -2217,6 +2217,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2821,6 +2822,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3390,6 +3392,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4071,6 +4074,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4103,8 +4107,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4116,7 +4122,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index 99306e48fdf..918580e1662 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -1227,6 +1227,7 @@ "Install via YAML": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -1664,6 +1665,7 @@ "No enclosure": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -2041,6 +2043,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", @@ -2511,6 +2514,7 @@ "Start session time": "", "Start time for the replication task.": "", "Start {service} Service": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -2531,8 +2535,10 @@ "Stop this Cloud Sync?": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Class": "", "Storage location for the original snapshots that will be replicated.": "", "Storage location for the replicated snapshots.": "", @@ -2540,7 +2546,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index ce403c97d11..52e138749e6 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -1355,6 +1355,7 @@ "Installer image file": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Intermediate CA": "", "Internal": "", @@ -1798,6 +1799,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No items have been added yet.": "", "No jobs running.": "", "No logs are available": "", @@ -2202,6 +2204,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -2643,6 +2646,7 @@ "Start session time": "", "Start {service} Service": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static Route": "", "Static Routing": "", @@ -2665,8 +2669,10 @@ "Stopped": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Settings": "", "Storage URL": "", "Storage location for the original snapshots that will be replicated.": "", @@ -2674,7 +2680,6 @@ "Store Encryption key in Sending TrueNAS database": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index 69301286b79..e79ca64e416 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -852,6 +852,7 @@ "Install via YAML": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Internal": "", "Invalid CPU configuration.": "", @@ -1128,6 +1129,7 @@ "No disks available.": "", "No events to display.": "", "No images found": "", + "No instances": "", "No items have been added yet.": "", "No jobs running.": "", "No logs available": "", @@ -1345,6 +1347,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore Config": "", "Restore Config Defaults": "", "Restore Default": "", @@ -1599,6 +1602,7 @@ "Start adding widgets to personalize it. Click on the \"Configure\" button to enter edit mode.": "", "Start service": "", "Starting task": "", + "Starting...": "", "Static Route": "", "Static Routing": "", "Static route added": "", @@ -1611,10 +1615,11 @@ "Stop service": "", "Stop this Cloud Sync?": "", "Stopping Apps Service": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Dashboard": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 63b62ee0e00..6b81ba45691 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -2276,6 +2276,7 @@ "Installing": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface": "", "Interface Settings": "", @@ -2880,6 +2881,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -3449,6 +3451,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -4130,6 +4133,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "State": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", @@ -4162,8 +4166,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage": "", "Storage Class": "", "Storage Dashboard": "", @@ -4175,7 +4181,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 7c315089962..94fc39b9021 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -2,7 +2,13 @@ "": "", "...": "", "Host ports are listed on the left and associated container ports are on the right. 0.0.0.0 on the host side represents binding to any IP address on the host.": "", + "Instances you created will automatically appear here.": "", + "No instances": "", + "Restarting...": "", "Service Announcement:": "", + "Starting...": "", + "Stopping...": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "\n您的会话似乎已超过 {lifetime} 秒处于非活动状态。
\n 出于安全原因,我们将在 {time} 后注销您的会话。\n", " Est. Usable Raw Capacity": "估计可用原始容量", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "当 UPS 模式 设置为 附属 时。输入 UPS 系统的开放端口号。默认端口为 3493。", @@ -4197,7 +4203,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "将系统日志存储在系统数据集上。取消设置将系统日志存储在操作系统设备上的/var/中。", "Storj": "Storj", "Storj iX": "Storj iX", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "Storj 是一个去中心化的开源云存储平台。它使用区块链技术和密码学来保护文件。Storj 不是将文件存储在集中式服务器中,而是分割文件,对其进行加密,然后将它们分发到世界各地的计算机网络中。", "Stream Compression": "流压缩", "String of additional smb4.conf parameters not covered by the system's API.": "与系统 API 不涵盖的额外 smb4.conf 参数的字符串。", "Strip ACL": "剥离 ACL", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 10a378316b2..1e03497fa91 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -1880,6 +1880,7 @@ "Installer image file": "", "Instance Configuration": "", "Instance saved": "", + "Instances you created will automatically appear here.": "", "Integrate Snapshots with VMware": "", "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", @@ -2411,6 +2412,7 @@ "No errors": "", "No events to display.": "", "No images found": "", + "No instances": "", "No interfaces configured with Virtual IP.": "", "No items have been added yet.": "", "No jobs running.": "", @@ -2878,6 +2880,7 @@ "Restart to improve system performance speed.": "", "Restart to re-establish network connections.": "", "Restarting Standby": "", + "Restarting...": "", "Restore": "", "Restore Cloud Sync Task": "", "Restore Config": "", @@ -3472,6 +3475,7 @@ "Started": "", "Starting": "", "Starting task": "", + "Starting...": "", "Static IP addresses which SMB listens on for connections. Leaving all unselected defaults to listening on all active interfaces.": "", "Static IPv4 address of the IPMI web interface.": "", "Static Route": "", @@ -3497,8 +3501,10 @@ "Stopping": "", "Stopping Apps Service": "", "Stopping {rowName}": "", + "Stopping...": "", "Stops the rollback when the safety check finds any related clone snapshots that are newer than the rollback snapshot.": "", "Stops the rollback when the safety check finds any related intermediate, child dataset, or clone snapshots that are newer than the rollback snapshot.": "", + "StorJ is an S3 compatible, fault tolerant, globally distributed cloud storage platform with a security first approach to backup and recovery - delivering extreme resilience and performance both sustainably and economically. TrueNAS and Storj have partnered to streamline delivery of Hybrid Cloud solutions globally.": "", "Storage Dashboard": "", "Storage Settings": "", "Storage URL": "", @@ -3508,7 +3514,6 @@ "Store system logs on the system dataset. Unset to store system logs in /var/ on the operating system device.": "", "Storj": "", "Storj iX": "", - "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", "Stream Compression": "", "String of additional smb4.conf parameters not covered by the system's API.": "", "Strip ACL": "",