@xen-orchestra/web-core 0.57.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/card/VtsCardRowKeyValue.vue +1 -1
- package/lib/components/cell-object/VtsCellObject.vue +1 -1
- package/lib/components/cell-text/VtsCellText.vue +1 -1
- package/lib/components/console/VtsActionsConsole.vue +1 -1
- package/lib/components/console/VtsClipboardConsole.vue +1 -1
- package/lib/components/console/VtsLayoutConsole.vue +1 -1
- package/lib/components/console/VtsRemoteConsole.vue +1 -1
- package/lib/components/copy-all-menu-item/VtsCopyAllMenuItem.vue +48 -0
- package/lib/components/copy-button/VtsCopyButton.vue +3 -3
- package/lib/components/delete-button/VtsDeleteButton.vue +1 -1
- package/lib/components/icon/VtsIcon.vue +1 -1
- package/lib/components/input-wrapper/VtsInputWrapper.vue +3 -3
- package/lib/components/key-value-pair/VtsKeyValuePair.vue +1 -1
- package/lib/components/layout/VtsContentSidePanel.vue +2 -2
- package/lib/components/linear-chart/VtsLinearChart.vue +1 -1
- package/lib/components/menu/MenuItem.vue +2 -2
- package/lib/components/menu/MenuList.vue +2 -2
- package/lib/components/menu/MenuSeparator.vue +1 -1
- package/lib/components/modal/VtsActionModal.vue +52 -13
- package/lib/components/modal/VtsBlockedModal.vue +7 -7
- package/lib/components/modal/VtsDeleteModal.vue +20 -15
- package/lib/components/modal/VtsErrorModal.vue +10 -6
- package/lib/components/overlay/VtsOverlayList.vue +2 -2
- package/lib/components/panel/VtsPanel.vue +1 -1
- package/lib/components/panel/VtsSidePanel.vue +3 -3
- package/lib/components/query-builder/VtsQueryBuilder.vue +3 -3
- package/lib/components/query-builder/VtsQueryBuilderButton.vue +17 -11
- package/lib/components/query-builder/VtsQueryBuilderFilter.vue +1 -1
- package/lib/components/query-builder/VtsQueryBuilderGroup.vue +1 -1
- package/lib/components/query-builder/VtsQueryBuilderModal.vue +13 -8
- package/lib/components/query-builder/VtsQueryBuilderRow.vue +1 -1
- package/lib/components/relative-time/VtsRelativeTime.vue +2 -2
- package/lib/components/space-card/VtsSpaceCard.vue +11 -7
- package/lib/components/sr-connection-modal/VtsSrConnectionModal.vue +77 -0
- package/lib/components/stacked-bar-with-legend/VtsStackedBarWithLegend.vue +1 -1
- package/lib/components/state-hero/VtsStateHero.vue +1 -1
- package/lib/components/status/VtsStatus.vue +1 -1
- package/lib/components/tab/TabItem.vue +2 -2
- package/lib/components/tab/TabList.vue +1 -1
- package/lib/components/table/VtsTable.vue +3 -3
- package/lib/components/table/cells/VtsCollapsedListCell.vue +1 -1
- package/lib/components/table/cells/VtsLinkCell.vue +2 -2
- package/lib/components/table/cells/VtsStatusCell.vue +3 -3
- package/lib/components/table/cells/VtsTagCell.vue +2 -2
- package/lib/components/table/cells/VtsTextCell.vue +1 -1
- package/lib/components/tag/VtsTag.vue +1 -1
- package/lib/components/task/VtsQuickTaskButton.vue +1 -1
- package/lib/components/task/VtsQuickTaskTabBar.vue +1 -1
- package/lib/components/tooltip-list/VtsTooltipList.vue +1 -1
- package/lib/components/tree/VtsTreeList.vue +1 -1
- package/lib/components/tree/VtsTreeLoadingItem.vue +1 -1
- package/lib/components/ui/account-menu-button/UiAccountMenuButton.vue +1 -1
- package/lib/components/ui/alarm-item/UiAlarmItem.vue +2 -2
- package/lib/components/ui/alert/UiAlert.vue +1 -1
- package/lib/components/ui/button/UiButton.vue +2 -2
- package/lib/components/ui/button-icon/UiButtonIcon.vue +1 -1
- package/lib/components/ui/card-numbers/UiCardNumbers.vue +1 -1
- package/lib/components/ui/checkbox/UiCheckbox.vue +2 -2
- package/lib/components/ui/chip/UiChip.vue +1 -1
- package/lib/components/ui/counter/UiCounter.vue +1 -1
- package/lib/components/ui/drawer/UiDrawer.vue +37 -54
- package/lib/components/ui/dropdown/UiDropdown.vue +2 -2
- package/lib/components/ui/dropdown-button/UiDropdownButton.vue +1 -1
- package/lib/components/ui/head-bar/UiHeadBar.vue +1 -1
- package/lib/components/ui/info/UiInfo.vue +1 -1
- package/lib/components/ui/input/UiInput.vue +2 -2
- package/lib/components/ui/label/UiLabel.vue +1 -1
- package/lib/components/ui/legend/UiLegend.vue +2 -2
- package/lib/components/ui/legend-title/UiLegendTitle.vue +1 -1
- package/lib/components/ui/link/UiLink.vue +2 -2
- package/lib/components/ui/loader/UiLoader.vue +1 -1
- package/lib/components/ui/modal/UiModal.vue +17 -5
- package/lib/components/ui/object-link/UiObjectLink.vue +1 -1
- package/lib/components/ui/panel-card/UiPanelCard.vue +20 -0
- package/lib/components/ui/progress-bar/UiProgressBar.vue +1 -1
- package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +2 -2
- package/lib/components/ui/quick-task-panel/UiQuickTaskPanel.vue +1 -1
- package/lib/components/ui/radio-button/UiRadioButton.vue +2 -2
- package/lib/components/ui/stacked-bar/StackedBarSegment.vue +2 -2
- package/lib/components/ui/stacked-bar/UiStackedBar.vue +1 -1
- package/lib/components/ui/tag/UiTag.vue +1 -1
- package/lib/components/ui/task-item/UiTaskItem.vue +1 -1
- package/lib/components/ui/text-area/UiTextarea.vue +1 -1
- package/lib/components/ui/toaster/UiToaster.vue +1 -1
- package/lib/components/ui/toggle/UiToggle.vue +1 -1
- package/lib/components/ui/tooltip/UiTooltip.vue +2 -2
- package/lib/components/ui/tree-item-label/UiTreeItemLabel.vue +40 -16
- package/lib/components/ui/user-link/UiUserLink.vue +1 -1
- package/lib/components/ui/user-logo/UiUserLogo.vue +1 -1
- package/lib/components/{vif-connection-toggle-modal/VtsVifConnectionToggleModal.vue → vif-connection-modal/VtsVifConnectionModal.vue} +15 -10
- package/lib/composables/chart-theme.composable.ts +1 -1
- package/lib/composables/context.composable.ts +1 -1
- package/lib/composables/copy.composable.ts +6 -0
- package/lib/composables/default-tab.composable.ts +1 -1
- package/lib/composables/disabled.composable.ts +1 -1
- package/lib/composables/hide-route-query.composable.ts +1 -1
- package/lib/composables/link-component.composable.ts +1 -1
- package/lib/composables/modals/use-action-modal.ts +11 -0
- package/lib/composables/modals/use-blocked-modal.ts +10 -0
- package/lib/composables/modals/use-delete-modal.ts +11 -0
- package/lib/composables/pagination.composable.ts +2 -2
- package/lib/composables/route-query/types.ts +1 -1
- package/lib/composables/route-query.composable.ts +5 -5
- package/lib/composables/sort-route-query.composable.ts +1 -1
- package/lib/composables/tab-list.composable.ts +1 -1
- package/lib/composables/table/create-base-definition.ts +1 -1
- package/lib/composables/table/create-define-column.ts +6 -6
- package/lib/composables/table/create-sorting-definition.ts +2 -2
- package/lib/composables/table/create-visibility-definition.ts +2 -2
- package/lib/composables/table/type.ts +1 -1
- package/lib/composables/table.composable.ts +4 -4
- package/lib/composables/tree-filter.composable.ts +1 -1
- package/lib/directives/tooltip.directive.ts +2 -2
- package/lib/icons/index.ts +1 -1
- package/lib/locales/cs.json +50 -6
- package/lib/locales/de.json +3 -2
- package/lib/locales/en.json +83 -9
- package/lib/locales/es.json +0 -1
- package/lib/locales/fr.json +87 -13
- package/lib/locales/ko.json +2 -0
- package/lib/locales/nb-NO.json +0 -1
- package/lib/locales/nl.json +130 -3
- package/lib/locales/pt.json +1 -2
- package/lib/locales/sk.json +50 -6
- package/lib/locales/sv.json +0 -2
- package/lib/locales/zh-Hans.json +0 -4
- package/lib/packages/form-select/use-form-select-controller.ts +1 -1
- package/lib/packages/job/define-job.ts +5 -5
- package/lib/packages/job/index.ts +4 -4
- package/lib/packages/job/use-job-store.ts +2 -2
- package/lib/packages/menu/action.ts +1 -1
- package/lib/packages/menu/context.ts +1 -1
- package/lib/packages/menu/index.ts +10 -10
- package/lib/packages/menu/job.ts +3 -3
- package/lib/packages/menu/link.ts +1 -1
- package/lib/packages/menu/router-link.ts +1 -1
- package/lib/packages/menu/toggle-target.ts +1 -1
- package/lib/packages/overlay/README.md +19 -4
- package/lib/packages/overlay/create-event-handler.ts +4 -11
- package/lib/packages/overlay/types.ts +1 -0
- package/lib/packages/overlay/use-overlay-store.ts +5 -0
- package/lib/packages/overlay/use-overlay.ts +25 -10
- package/lib/packages/query-builder/group/build-root-group.ts +1 -1
- package/lib/packages/query-builder/node/handle-comparison-node.ts +1 -1
- package/lib/packages/query-builder/node/handle-glob-pattern-node.ts +1 -1
- package/lib/packages/query-builder/node/handle-group-node.ts +2 -2
- package/lib/packages/query-builder/node/handle-node.ts +8 -8
- package/lib/packages/query-builder/node/handle-null-node.ts +1 -1
- package/lib/packages/query-builder/node/handle-property-group-node.ts +2 -2
- package/lib/packages/query-builder/node/handle-property-node.ts +8 -8
- package/lib/packages/query-builder/node/handle-regexp-node.ts +1 -1
- package/lib/packages/query-builder/node/handle-string-or-number-node.ts +2 -2
- package/lib/packages/query-builder/node/handle-truthy-property-node.ts +1 -1
- package/lib/packages/query-builder/use-query-builder.ts +2 -2
- package/lib/packages/remote-resource/define-remote-resource.ts +56 -27
- package/lib/packages/remote-resource/sse.store.ts +4 -4
- package/lib/packages/threshold/use-threshold.ts +1 -1
- package/lib/packages/tree/branch-definition.ts +2 -2
- package/lib/packages/tree/branch.ts +8 -2
- package/lib/packages/tree/build-nodes.ts +3 -3
- package/lib/packages/tree/define-branch.ts +2 -2
- package/lib/packages/tree/define-leaf.ts +2 -2
- package/lib/packages/tree/define-tree.ts +3 -3
- package/lib/packages/tree/leaf-definition.ts +1 -1
- package/lib/packages/tree/leaf.ts +2 -2
- package/lib/packages/tree/tree-node-base.ts +2 -2
- package/lib/packages/tree/tree-node-definition-base.ts +1 -1
- package/lib/packages/tree/types.ts +6 -6
- package/lib/packages/tree/use-tree.ts +2 -2
- package/lib/stores/panel.store.ts +1 -1
- package/lib/stores/tooltip.store.ts +2 -2
- package/lib/tables/column-definitions/action-column.ts +2 -2
- package/lib/tables/column-definitions/button-column.ts +3 -3
- package/lib/tables/column-definitions/button-icon-column.ts +2 -2
- package/lib/tables/column-definitions/date-column.ts +3 -3
- package/lib/tables/column-definitions/info-column.ts +3 -3
- package/lib/tables/column-definitions/input-column.ts +3 -3
- package/lib/tables/column-definitions/link-column.ts +2 -2
- package/lib/tables/column-definitions/literal-column.ts +3 -3
- package/lib/tables/column-definitions/number-column.ts +2 -2
- package/lib/tables/column-definitions/percent-column.ts +2 -2
- package/lib/tables/column-definitions/progress-bar-column.ts +2 -2
- package/lib/tables/column-definitions/select-column.ts +2 -2
- package/lib/tables/column-definitions/status-column.ts +2 -2
- package/lib/tables/column-definitions/tag-column.ts +3 -3
- package/lib/tables/column-sets/backup-issue-columns.ts +1 -1
- package/lib/tables/column-sets/backup-job-columns.ts +1 -1
- package/lib/tables/column-sets/backup-job-schedule-columns.ts +1 -1
- package/lib/tables/column-sets/backup-log-columns.ts +1 -1
- package/lib/tables/column-sets/host-columns.ts +3 -3
- package/lib/tables/column-sets/network-columns.ts +2 -2
- package/lib/tables/column-sets/pif-columns.ts +2 -2
- package/lib/tables/column-sets/server-columns.ts +1 -1
- package/lib/tables/column-sets/sr-columns.ts +3 -3
- package/lib/tables/column-sets/vdi-columns.ts +2 -0
- package/lib/tables/column-sets/vif-columns.ts +1 -1
- package/lib/tables/column-sets/vif-network-columns.ts +1 -1
- package/lib/tables/column-sets/vm-backup-archive-columns.ts +3 -3
- package/lib/tables/column-sets/vm-backup-run-colums.ts +2 -2
- package/lib/tables/column-sets/vm-columns.ts +1 -1
- package/lib/types/object.type.ts +10 -1
- package/lib/utils/create-subscribable-store-context.util.ts +2 -2
- package/lib/utils/download-bugtools.utils.ts +1 -1
- package/lib/utils/if-else.utils.ts +2 -2
- package/lib/utils/injection-keys.util.ts +0 -2
- package/lib/utils/progress.util.ts +1 -1
- package/lib/utils/to-array.utils.ts +1 -1
- package/package.json +1 -1
- package/lib/components/drawer/VtsDrawer.vue +0 -89
- package/lib/components/drawer/VtsDrawerButton.vue +0 -22
- package/lib/components/drawer/VtsDrawerCancelButton.vue +0 -33
- package/lib/components/drawer/VtsDrawerConfirmButton.vue +0 -32
- package/lib/components/drawer/VtsDrawerList.vue +0 -34
- package/lib/components/modal/VtsModal.vue +0 -82
- package/lib/components/modal/VtsModalButton.vue +0 -35
- package/lib/components/modal/VtsModalCancelButton.vue +0 -37
- package/lib/components/modal/VtsModalConfirmButton.vue +0 -21
- package/lib/components/modal/VtsModalList.vue +0 -34
- package/lib/packages/drawer/DrawerProvider.vue +0 -17
- package/lib/packages/drawer/README.md +0 -189
- package/lib/packages/drawer/create-drawer-opener.ts +0 -119
- package/lib/packages/drawer/drawer.store.ts +0 -22
- package/lib/packages/drawer/types.ts +0 -93
- package/lib/packages/drawer/use-drawer.ts +0 -53
- package/lib/packages/modal/ModalProvider.vue +0 -17
- package/lib/packages/modal/README.md +0 -253
- package/lib/packages/modal/create-modal-opener.ts +0 -106
- package/lib/packages/modal/modal.store.ts +0 -22
- package/lib/packages/modal/types.ts +0 -91
- package/lib/packages/modal/use-modal.ts +0 -53
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { HideRouteQuery } from '@core/composables/hide-route-query.composable'
|
|
2
|
-
import type { SortRouteQuery } from '@core/composables/sort-route-query.composable'
|
|
3
|
-
import { createBaseDefinition } from '@core/composables/table/create-base-definition'
|
|
4
|
-
import { createSortingDefinition } from '@core/composables/table/create-sorting-definition'
|
|
5
|
-
import { createVisibilityDefinition } from '@core/composables/table/create-visibility-definition'
|
|
6
|
-
import type { ColumnDefinition, ColumnOptions, DefineColumn } from '@core/composables/table/type'
|
|
1
|
+
import type { HideRouteQuery } from '@core/composables/hide-route-query.composable.ts'
|
|
2
|
+
import type { SortRouteQuery } from '@core/composables/sort-route-query.composable.ts'
|
|
3
|
+
import { createBaseDefinition } from '@core/composables/table/create-base-definition.ts'
|
|
4
|
+
import { createSortingDefinition } from '@core/composables/table/create-sorting-definition.ts'
|
|
5
|
+
import { createVisibilityDefinition } from '@core/composables/table/create-visibility-definition.ts'
|
|
6
|
+
import type { ColumnDefinition, ColumnOptions, DefineColumn } from '@core/composables/table/type.ts'
|
|
7
7
|
import { reactive } from 'vue'
|
|
8
8
|
|
|
9
9
|
export function createDefineColumn<TRecord>(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { SortRouteQuery } from '@core/composables/sort-route-query.composable'
|
|
2
|
-
import type { CompareFn, SortingDefinition } from '@core/composables/table/type'
|
|
1
|
+
import type { SortRouteQuery } from '@core/composables/sort-route-query.composable.ts'
|
|
2
|
+
import type { CompareFn, SortingDefinition } from '@core/composables/table/type.ts'
|
|
3
3
|
import { computed } from 'vue'
|
|
4
4
|
|
|
5
5
|
export function createSortingDefinition<TCompareReturn extends number | unknown>(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { HideRouteQuery } from '@core/composables/hide-route-query.composable'
|
|
2
|
-
import type { VisibilityDefinition } from '@core/composables/table/type'
|
|
1
|
+
import type { HideRouteQuery } from '@core/composables/hide-route-query.composable.ts'
|
|
2
|
+
import type { VisibilityDefinition } from '@core/composables/table/type.ts'
|
|
3
3
|
import { computed } from 'vue'
|
|
4
4
|
|
|
5
5
|
export function createVisibilityDefinition<THideable extends boolean | undefined>(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useHideRouteQuery } from '@core/composables/hide-route-query.composable'
|
|
2
|
-
import { useSortRouteQuery } from '@core/composables/sort-route-query.composable'
|
|
3
|
-
import { createDefineColumn } from '@core/composables/table/create-define-column'
|
|
4
|
-
import type { ColumnDefinition, Table, TableOptions } from '@core/composables/table/type'
|
|
1
|
+
import { useHideRouteQuery } from '@core/composables/hide-route-query.composable.ts'
|
|
2
|
+
import { useSortRouteQuery } from '@core/composables/sort-route-query.composable.ts'
|
|
3
|
+
import { createDefineColumn } from '@core/composables/table/create-define-column.ts'
|
|
4
|
+
import type { ColumnDefinition, Table, TableOptions } from '@core/composables/table/type.ts'
|
|
5
5
|
import type { MaybeRefOrGetter } from 'vue'
|
|
6
6
|
import { computed, reactive, toValue } from 'vue'
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useDebouncedRef } from '@core/composables/debounced-ref.composable.ts'
|
|
2
|
-
import type { TreeNodeBase } from '@core/packages/tree/tree-node-base'
|
|
2
|
+
import type { TreeNodeBase } from '@core/packages/tree/tree-node-base.ts'
|
|
3
3
|
import { whenever } from '@vueuse/shared'
|
|
4
4
|
import { computed } from 'vue'
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { TooltipEvents, TooltipOptions } from '@core/stores/tooltip.store'
|
|
2
|
-
import { useTooltipStore } from '@core/stores/tooltip.store'
|
|
1
|
+
import type { TooltipEvents, TooltipOptions } from '@core/stores/tooltip.store.ts'
|
|
2
|
+
import { useTooltipStore } from '@core/stores/tooltip.store.ts'
|
|
3
3
|
import { isObject } from 'lodash-es'
|
|
4
4
|
import type { Options } from 'placement.js'
|
|
5
5
|
import type { Directive } from 'vue'
|
package/lib/icons/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineIconPack, ICON_SYMBOL } from '@core/packages/icon'
|
|
2
2
|
import { actionIcons } from './action-icons.ts'
|
|
3
|
-
import { faIcons } from './fa-icons'
|
|
3
|
+
import { faIcons } from './fa-icons.ts'
|
|
4
4
|
import { objectIcons } from './object-icons.ts'
|
|
5
5
|
import { statusIcons } from './status-icons.ts'
|
|
6
6
|
import { tableIcons } from './table-icons.ts'
|
package/lib/locales/cs.json
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"action:create-network": "Vytvořit síť",
|
|
40
40
|
"action:create-traffic-rule": "Vytvořit pravidlo pro provoz",
|
|
41
41
|
"action:create-vdi": "Vytvořit obraz virt. disku",
|
|
42
|
+
"action:create-vif": "Vytvořit virt. síťové rozhraní",
|
|
42
43
|
"action:delete": "Smazat",
|
|
43
44
|
"action:delete-filter": "Smazat filtr",
|
|
44
45
|
"action:delete-group": "Smazat skupinu",
|
|
@@ -61,27 +62,34 @@
|
|
|
61
62
|
"action:disconnect-n-vifs": "Odpojit 1 virt. síťové rozhraní | Odpojit {n} virt. síťová rozhraní | Odpojit {n} virt. síťových rozhraní",
|
|
62
63
|
"action:download-bugtools-archive": "Stáhnout archiv s výstupem bugtools",
|
|
63
64
|
"action:duplicate": "Zduplikovat",
|
|
65
|
+
"action:duplicate-n-vms": "Zduplikovat 1 virt. stroj | Zduplikovat {n} virt. stroje | Zduplikovat {n} virt. strojů",
|
|
64
66
|
"action:edit": "Upravit",
|
|
65
67
|
"action:edit-config": "Upravit nastavení",
|
|
66
68
|
"action:enable-light-mode": "Zapnout světlý režim",
|
|
67
69
|
"action:export": "Export",
|
|
70
|
+
"action:export-content": "Exportovat obsah",
|
|
68
71
|
"action:export-n-vms": "Exportovat 1 virt. stroj | Exportovat {n} virt. strojů",
|
|
69
72
|
"action:export-n-vms-manually": "Exportovat 1 virt. stroj ručně | Exportovat {n} virt. strojů ručně",
|
|
70
73
|
"action:export-table-to": "Exportovat tabulku do {type}",
|
|
74
|
+
"action:export-vdi": "Exportovat obraz virt. disku",
|
|
71
75
|
"action:export-vm": "Exportovat virt. stroj | Exportovat virt. stroje",
|
|
72
76
|
"action:filter": "Filtrovat",
|
|
77
|
+
"action:force-migrate-on-sr": "Vynutit přestěhování na repozitář úložiště",
|
|
73
78
|
"action:force-reboot": "Vynutit restart",
|
|
74
79
|
"action:force-shutdown": "Vynutit vypnutí",
|
|
75
80
|
"action:forget": "Zapomenout",
|
|
76
81
|
"action:go-back": "Přejít zpět",
|
|
77
82
|
"action:group": "Skupina",
|
|
78
83
|
"action:hide": "Skrýt",
|
|
84
|
+
"action:import": "Naimportovat",
|
|
85
|
+
"action:import-export": "Import/Export",
|
|
79
86
|
"action:install-app": "Nainstalovat {name}",
|
|
80
87
|
"action:install-guest-tools": "Nainstalovat nástroje do hosta",
|
|
81
88
|
"action:load-now": "Načíst nyní",
|
|
82
89
|
"action:log-out": "Odhlásit",
|
|
83
90
|
"action:migrate": "Přestěhovat",
|
|
84
91
|
"action:migrate-n-vms": "Přestěhovat 1 virt. stroj | Přestěhovat {n} virt. strojů",
|
|
92
|
+
"action:migrate-vdi-on-sr": "Přestěhovat na repozitář úložiště",
|
|
85
93
|
"action:move-filters-to-parent-group": "Přesunout filtry do nadřazené skupiny",
|
|
86
94
|
"action:open": "Otevřít",
|
|
87
95
|
"action:open-app": "Otevřít {name}",
|
|
@@ -152,6 +160,8 @@
|
|
|
152
160
|
"allocated-space": "Přidělený prostor",
|
|
153
161
|
"allow": "Umožnit",
|
|
154
162
|
"allow-self-signed-ssl": "Je možné že bude třeba ve vámi využívaném prohlížeči povolit samy sebou podepsané SSL certifikáty",
|
|
163
|
+
"allowed-ips": "Umožněné IP adresy",
|
|
164
|
+
"allowed-ips-example": "Například: 192.168.0.1; 2001:db8::1",
|
|
155
165
|
"and": "A",
|
|
156
166
|
"any-property": "Jakákoli vlastnost",
|
|
157
167
|
"api-error-details": "Podrobnosti o chybě API rozhraní",
|
|
@@ -220,6 +230,7 @@
|
|
|
220
230
|
"build-number": "Číslo sestavení",
|
|
221
231
|
"by": "Od",
|
|
222
232
|
"bytes:gi": "GiB",
|
|
233
|
+
"bytes:kbs": "kB/s",
|
|
223
234
|
"bytes:ki": "KiB",
|
|
224
235
|
"bytes:mi": "MiB",
|
|
225
236
|
"cancel": "Storno",
|
|
@@ -229,8 +240,6 @@
|
|
|
229
240
|
"check-errors:": "Zkontrolujte chyby:",
|
|
230
241
|
"check-summing": "Kontrolní součty odesílání",
|
|
231
242
|
"checkpoint-snapshot": "Zachycený stav – kontrolní bod",
|
|
232
|
-
"choose-network": "Zvolte síť",
|
|
233
|
-
"choose-vif": "Zvolte virt. síťové rozhraní",
|
|
234
243
|
"click-to-display-alarms:": "Kliknutím zobrazíte výstrahy:",
|
|
235
244
|
"click-to-return-default-pool": "Kliknutím sem se vrátíte na výchozí fond",
|
|
236
245
|
"cloud-config": "Cloud config",
|
|
@@ -240,6 +249,7 @@
|
|
|
240
249
|
"community": "Komunita",
|
|
241
250
|
"community-name": "Komunita kolem {name}",
|
|
242
251
|
"compression": "Komprese",
|
|
252
|
+
"compression-not-available": "Pro repozitáře úložiště ze stejného fondu není komprese k dispozici.",
|
|
243
253
|
"concurrency": "Souběžnost",
|
|
244
254
|
"configuration": "Nastavení",
|
|
245
255
|
"configure-for-protected": "Abyste zajistili ochranu svých virt. strojů, zvažte nastavení {backup-job}",
|
|
@@ -282,6 +292,7 @@
|
|
|
282
292
|
"creating-new-network": "Vytváření nové sítě",
|
|
283
293
|
"creating-new-traffic-rule": "Vytvořit nové pravidlo pro provoz",
|
|
284
294
|
"creating-new-vdi": "Vytváří se nový obraz virt. disku",
|
|
295
|
+
"creating-new-vif": "Vytváření nového virt. síťového rozhraní",
|
|
285
296
|
"creation-date": "Datum vytvoření",
|
|
286
297
|
"cron-pattern": "Vzorec plánování (cron)",
|
|
287
298
|
"current": "Stávající",
|
|
@@ -306,6 +317,8 @@
|
|
|
306
317
|
"deploy-xoa-status:waiting": "Čeká se až XOA odpoví…",
|
|
307
318
|
"descending": "sestupně",
|
|
308
319
|
"description": "Popis",
|
|
320
|
+
"destination-sr": "Cílový repozitář úložiště",
|
|
321
|
+
"destination-sr-mandatory": "Je třeba určit cílový repozitář úložiště.",
|
|
309
322
|
"device": "Zařízení",
|
|
310
323
|
"device-config": "Nastavení zařízení",
|
|
311
324
|
"dhcp": "DHCP",
|
|
@@ -332,6 +345,9 @@
|
|
|
332
345
|
"documentation-name": "Dokumentace k {name}",
|
|
333
346
|
"done": "Hotovo",
|
|
334
347
|
"drop": "Zahodit",
|
|
348
|
+
"duplicate-vm:error-message": "Při duplikování virt. stroje došlo k chybě. Zkontrolujte nastavení (název, repozitář úložiště, kompresi) a zkuste to znovu.",
|
|
349
|
+
"duplicating-vm": "Duplikování virt. stroje",
|
|
350
|
+
"duplication-method": "Metoda duplikace",
|
|
335
351
|
"duration": "Doba trvání",
|
|
336
352
|
"empty": "Prázdné",
|
|
337
353
|
"enabled": "Povoleno",
|
|
@@ -352,6 +368,7 @@
|
|
|
352
368
|
"failed": "Nezdařilo se",
|
|
353
369
|
"failure": "Selhání",
|
|
354
370
|
"fast-clone": "Rychlý klon",
|
|
371
|
+
"fast-clone-available": "Rychlý klon je k dispozici pouze pro zastavené virt. stroje.",
|
|
355
372
|
"fetching-fresh-data": "Získávání aktuálních údajů",
|
|
356
373
|
"field:exceeds-max-characters": "Je třeba, aby zadání v kolonce bylo dlouhé nejvýše {max} znaků.",
|
|
357
374
|
"file": "Soubor",
|
|
@@ -369,6 +386,7 @@
|
|
|
369
386
|
"free-space": "Volný prostor",
|
|
370
387
|
"free-space-on-sr": "Volný prostor na repozitáři úložiště",
|
|
371
388
|
"from-vm": "Od virt. stroje",
|
|
389
|
+
"full-copy": "Úplná kopie",
|
|
372
390
|
"fullscreen": "Na celou obrazovku",
|
|
373
391
|
"gateway": "Brána",
|
|
374
392
|
"general": "Obecné",
|
|
@@ -378,6 +396,7 @@
|
|
|
378
396
|
"graphics-display": "Grafika a zobrazení",
|
|
379
397
|
"groups": "Skupiny",
|
|
380
398
|
"guest-tools": "Nástroje do hosta",
|
|
399
|
+
"gzip": "GZIP",
|
|
381
400
|
"hardware": "Hardware",
|
|
382
401
|
"hardware-specifications": "Hardwarové specifikace",
|
|
383
402
|
"heartbeat-storage-repository": "Repozitář úložiště kontroly stavu",
|
|
@@ -412,6 +431,9 @@
|
|
|
412
431
|
"interfaces": "Rozhraní",
|
|
413
432
|
"interrupted": "Přerušeno",
|
|
414
433
|
"invalid-field": "Neplatný obsah kolonky",
|
|
434
|
+
"invalid-ip-addresses": "Jedna nebo více neplatných IP adres",
|
|
435
|
+
"invalid-mac-address": "Neplatná MAC adresa",
|
|
436
|
+
"invalid-rate-limit": "Omezování rychlosti nemůže být záporné",
|
|
415
437
|
"ip-address": "IP adresa",
|
|
416
438
|
"ip-address-info": "Pravidlo je možné uplatnit na jednotlivou IP adresu nebo podsíť (v CIDR formátu). Příklady: 192.168.1.10, nebo 10.20.0.0/16",
|
|
417
439
|
"ip-address-invalid": "Formát IP adresy není platný.",
|
|
@@ -455,6 +477,8 @@
|
|
|
455
477
|
"job:create:in-progress": "Probíhá vytváření…",
|
|
456
478
|
"job:delete:in-progress": "Probíhá mazání…",
|
|
457
479
|
"job:disconnect:in-progress": "Probíhá odpojování…",
|
|
480
|
+
"job:export:in-progress": "Probíhá export…",
|
|
481
|
+
"job:migrate:in-progress": "Stěhování probíhá…",
|
|
458
482
|
"job:network-delete:has-n-physical-pif-connected": "Síť má připojené jedno fyzické rozhraní | Síť má připojená {n} fyzická rozhraní | Síť má připojených {n} fyzických rozhraní",
|
|
459
483
|
"job:network-delete:has-n-vif-attached": "Síť má připojené jedno virtuální rozhraní | Síť má připojená {n} virtuální rozhraní | Síť má připojených {n} virtuálních rozhraní",
|
|
460
484
|
"job:pbd-plug:missing-pbd": "Žádná fyzická bloková zařízení k připojení",
|
|
@@ -474,6 +498,12 @@
|
|
|
474
498
|
"job:vbd-disconnect:vbd-disconnected": "Virt. blokové zařízení je odpojeno",
|
|
475
499
|
"job:vdi-delete:missing-vdi": "Žádné virt. disky ke smazání",
|
|
476
500
|
"job:vdi-delete:vbd-attached": "Není možné smazat virt. disk, ke kterému je připojené virtuální blokové zařízení",
|
|
501
|
+
"job:vdi-detach:in-progress": "Probíhá rušení přiložení…",
|
|
502
|
+
"job:vdi-export:format-required": "Je vyžadován formát exportu obrazu virt. disku",
|
|
503
|
+
"job:vdi-export:missing-vdi": "Žádný obraz virt. disku k exportu",
|
|
504
|
+
"job:vdi-migrate:in-progress": "Probíhá stěhování…",
|
|
505
|
+
"job:vdi-migrate:missing-sr": "Je zapotřebí repozitář úložiště",
|
|
506
|
+
"job:vdi-migrate:missing-vdi": "Nevybrán žádný obraz virt. disku",
|
|
477
507
|
"job:vif-connect:missing-vif": "Žádná virt. síťová rozhraní k připojení",
|
|
478
508
|
"job:vif-connect:vif-already-connected": "Virt. síťové rozhraní už je připojeno",
|
|
479
509
|
"job:vif-delete:blocked-operation": "Mazání virt. síťového rozhraní je blokováno",
|
|
@@ -657,6 +687,8 @@
|
|
|
657
687
|
"new-vdi:add": "Přidat nový obraz virt. disku",
|
|
658
688
|
"new-vdi:error-message": "Při přidávání obrazu virt. disku došlo k chybě. Zkontrolujte nastavení (název, repozitář úložiště, přidělený prostor) a zkuste to znovu.",
|
|
659
689
|
"new-vif": "Nové virt. rozhraní",
|
|
690
|
+
"new-vif:add": "Přidat nové virt. síťové rozhraní",
|
|
691
|
+
"new-vif:error-message": "Došlo k chybě při vytváření nového virt. síťového rozhraní. Zkontrolujte nastavení a zkuste to znovu.",
|
|
660
692
|
"new-vm": "Nový virt. stroj",
|
|
661
693
|
"new-vm:add": "Přidat nový virt. stroj",
|
|
662
694
|
"new-vm:description": "Popis virt. stroje",
|
|
@@ -725,6 +757,7 @@
|
|
|
725
757
|
"operation:clean-reboot": "Restartování",
|
|
726
758
|
"operation:clean-shutdown": "Vypínání",
|
|
727
759
|
"operation:destroy": "Mazání",
|
|
760
|
+
"operation:duplicate": "Duplikování",
|
|
728
761
|
"operation:force-reboot": "Vynucené restartování",
|
|
729
762
|
"operation:force-shutdown": "Vynucené vypínání",
|
|
730
763
|
"operation:pause": "Pozastavování",
|
|
@@ -741,6 +774,7 @@
|
|
|
741
774
|
"other": "Ostatní",
|
|
742
775
|
"other-properties": "Ostatní vlastnosti",
|
|
743
776
|
"other-settings": "Ostatní nastavení",
|
|
777
|
+
"ova": "OVA",
|
|
744
778
|
"page-not-found": "Tato stránka není k nalezení…",
|
|
745
779
|
"page-please-wait": "Držte se pevně, astronaute! Tato stránka se připravuje odstartovat.{newline}Jen ještě zarovnáváme trysky a kalibrujeme systémy. Nebude to už dlouho trvat, zůstaňte na příjmu!",
|
|
746
780
|
"pagination:all": "Vše",
|
|
@@ -877,16 +911,15 @@
|
|
|
877
911
|
"runs": "Běhy",
|
|
878
912
|
"s3-backup-repository": "S3 repozitář záloh",
|
|
879
913
|
"scan-pifs": "Skenovat fyzická rozhraní",
|
|
880
|
-
"scan-pifs-in-xo-5": "@:scan-pifs v XO-5",
|
|
881
914
|
"schedule": "Plán",
|
|
882
915
|
"schedules": "Plány",
|
|
883
916
|
"secure-boot": "Secure boot",
|
|
884
|
-
"security": "Zabezpečení",
|
|
885
917
|
"see-details": "Viz podrobnosti",
|
|
886
918
|
"select-compression": "Vyberte kompresi",
|
|
887
919
|
"select-destination-host": "Vyberte cílového hostitele",
|
|
920
|
+
"select-format": "Vyberte formát",
|
|
888
921
|
"select-host": "Vybrat hostitele",
|
|
889
|
-
"select-to-see-details": "Podrobnosti
|
|
922
|
+
"select-to-see-details": "Podrobnosti si zobrazíte kliknutím na {icon}",
|
|
890
923
|
"selected-vms-in-execution": "Některé z vybraných virt. strojů jsou spuštěné",
|
|
891
924
|
"self-signed-certificates": "Samy sebou podepsané certifikáty",
|
|
892
925
|
"send-us-feedback": "Poskytnout nám zpětnou vazbu",
|
|
@@ -927,6 +960,7 @@
|
|
|
927
960
|
"sr-disconnect-info-pool-mixed": "Lokální repozitáře úložiště budou odpojeny od svých příslušných hostitelů. Sdílené repozitáře budou odpojené od všech hostitelů v tomto fondu.",
|
|
928
961
|
"sr-disconnect-info-pool-shared": "Repozitář úložiště bude odpojen od {hostsCount} hostitelů v tomto fondu. | Každý sdílený repozitář úložiště bude odpojen od všech hostitelů v tomto fondu.",
|
|
929
962
|
"sr-disconnect-title": "Chystáte se odpojit 1 repozitář úložiště | Chystáte se odpojit {n} repozitáře úložiště | Chystáte se odpojit {n} repozitářů úložiště",
|
|
963
|
+
"sr-required": "Je zapotřebí repozitář úložiště.",
|
|
930
964
|
"ssh-account": "SSH účet",
|
|
931
965
|
"ssh-key": "SSH klíč",
|
|
932
966
|
"ssh-login": "SSH přihlašovací jméno",
|
|
@@ -1022,6 +1056,8 @@
|
|
|
1022
1056
|
"traffic-rule": "Pravidlo pro provoz",
|
|
1023
1057
|
"traffic-rule-delete-warning": "Tuto akci nelze vzít zpět. Označené pravidlo pro provoz bude nevratně smazáno.",
|
|
1024
1058
|
"traffic-rules": "Pravidla pro provoz",
|
|
1059
|
+
"traffic-rules:format-warning": "Chyba nastavení: Pravidla pro provoz nejsou v očekávaném formátu. {check-doc} ohledně toho, jak je převést.",
|
|
1060
|
+
"traffic-rules:format-warning:check-doc": "Podívejte se do neaktuálnější dokumentace",
|
|
1025
1061
|
"traffic-rules:info-message": "Implementování pořadí pravidel pro provoz teprve probíhá. Chování může být nebezpečné.",
|
|
1026
1062
|
"traffic-rules:no-traffic-rules-detected": "Nezjištěna žádná pravidla pro provoz",
|
|
1027
1063
|
"transfer-size": "Objem přenosu",
|
|
@@ -1038,7 +1074,10 @@
|
|
|
1038
1074
|
"unable-to-create-new-network": "Nebylo možné vytvořit novou síť",
|
|
1039
1075
|
"unable-to-create-new-traffic-rule": "Nebylo možné vytvořit nové pravidlo pro provoz",
|
|
1040
1076
|
"unable-to-create-new-vdi": "Nebylo možné vytvořit nový obraz virt. disku",
|
|
1077
|
+
"unable-to-create-new-vif": "Nebylo možné vytvořit nové virt. síťové rozhraní",
|
|
1041
1078
|
"unable-to-delete-network": "Síť nebylo možné smazat",
|
|
1079
|
+
"unable-to-duplicate-vm": "Nebylo možné zduplikovat virt. stroj",
|
|
1080
|
+
"unable-to-migrate-vdi": "Nebylo možné přestěhovat obraz virt. disku na repozitář úložiště",
|
|
1042
1081
|
"unknown": "Neznámé",
|
|
1043
1082
|
"unlocked": "Odemčeno",
|
|
1044
1083
|
"unnamed": "Bez názvu",
|
|
@@ -1072,6 +1111,7 @@
|
|
|
1072
1111
|
"vdi-in-use": "Obraz virt. disku už je využíván",
|
|
1073
1112
|
"vdi-name": "Název obrazu virt. disku",
|
|
1074
1113
|
"vdi-not-attached-to-vm": "Nepřipojen žádný virt. stroj",
|
|
1114
|
+
"vdi-on-different-sr-warning": "Tento repozitář úložiště je lokální pro hostitele, který nedrží ostatní disky virt. stroje. Virt. stroj nebude moci nastartovat dokud se nebudou všechny jeho disky nacházet na stejném hostiteli nebo na sdíleném úložišti.",
|
|
1075
1115
|
"vdi-snapshot-source": "Zdroj obrazu virt. disku",
|
|
1076
1116
|
"vdi-snpashot-time": "Datum zachycení stavu",
|
|
1077
1117
|
"vdi-throughput": "Objemy čtení/zápisů na virt. disky",
|
|
@@ -1102,6 +1142,8 @@
|
|
|
1102
1142
|
"vm-is-running": "Virt. stroj je spuštěný",
|
|
1103
1143
|
"vm-limit-topology": "Limit topologie virt. stroje",
|
|
1104
1144
|
"vm-management": "Správa virt. stroje",
|
|
1145
|
+
"vm-name": "Název virt. stroje",
|
|
1146
|
+
"vm-name-required": "Je zapotřebí název virt. stroje.",
|
|
1105
1147
|
"vm-not-running": "Virt. stroj není spuštěný",
|
|
1106
1148
|
"vm-off": "Tento virtuální stroj je vypnutý.",
|
|
1107
1149
|
"vm-protected-deletion": "Tento virt. stroje je v tuto chvíli chráněný proti smazání.",
|
|
@@ -1156,5 +1198,7 @@
|
|
|
1156
1198
|
"xoa-password-confirm-different": "Heslo do XOA nebylo zadáno dvakrát stejně",
|
|
1157
1199
|
"xoa-ssh-account": "Účet pro SSH přístup do XOA",
|
|
1158
1200
|
"xoa-ssh-password-confirm-different": "Heslo pro SSH nebylo zadáno dvakrát stejně",
|
|
1159
|
-
"
|
|
1201
|
+
"xva": "XVA",
|
|
1202
|
+
"you-are-currently-on": "V tuto chvíli se nacházíte na: {0}",
|
|
1203
|
+
"zstd": "ZSTD"
|
|
1160
1204
|
}
|
package/lib/locales/de.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"action:add-network-in-xo-5": "Netzwerk in XO-5 hinzufügen",
|
|
16
16
|
"action:add-sort": "Sortierung hinzufügen",
|
|
17
17
|
"action:add-vifs-in-xo-5": "VIF in XO-5 hinzufügen",
|
|
18
|
+
"action:attach": "Beilage",
|
|
18
19
|
"action:boot-vm": "Starte VM",
|
|
19
20
|
"action:change-state": "Energiezustand ändern",
|
|
20
21
|
"action:close": "Schließen",
|
|
@@ -32,6 +33,8 @@
|
|
|
32
33
|
"action:create-bonded-network": "Gebündelten Netzwerk erstellen",
|
|
33
34
|
"action:create-internal-network": "Internen Netzwerk erstellen",
|
|
34
35
|
"action:create-network": "Netzwerk erstellen",
|
|
36
|
+
"action:create-traffic-rule": "Traffic-Regel erstellen",
|
|
37
|
+
"action:create-vdi": "VDI erstellen",
|
|
35
38
|
"action:delete": "Löschen",
|
|
36
39
|
"action:delete-filter": "Filter löschen",
|
|
37
40
|
"action:delete-group": "Gruppe löschen",
|
|
@@ -788,11 +791,9 @@
|
|
|
788
791
|
"runs": "Läufe",
|
|
789
792
|
"s3-backup-repository": "S3-Backupdepot",
|
|
790
793
|
"scan-pifs": "PIFs scannen",
|
|
791
|
-
"scan-pifs-in-xo-5": "@:scan-pifs in XO-5",
|
|
792
794
|
"schedule": "Zeitplan",
|
|
793
795
|
"schedules": "Zeitpläne",
|
|
794
796
|
"secure-boot": "Secure Boot",
|
|
795
|
-
"security": "Sicherheit",
|
|
796
797
|
"see-details": "Details anzeigen",
|
|
797
798
|
"select-compression": "Kompression auswählen",
|
|
798
799
|
"select-destination-host": "Zielhost auswählen",
|