@xen-orchestra/web-core 0.58.0 → 0.60.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.
Files changed (226) hide show
  1. package/lib/assets/css/_colors.pcss +1 -1
  2. package/lib/components/card/VtsCardRowKeyValue.vue +1 -1
  3. package/lib/components/cell-object/VtsCellObject.vue +1 -1
  4. package/lib/components/cell-text/VtsCellText.vue +1 -1
  5. package/lib/components/console/VtsActionsConsole.vue +1 -1
  6. package/lib/components/console/VtsClipboardConsole.vue +1 -1
  7. package/lib/components/console/VtsLayoutConsole.vue +1 -1
  8. package/lib/components/console/VtsRemoteConsole.vue +1 -1
  9. package/lib/components/copy-button/VtsCopyButton.vue +1 -1
  10. package/lib/components/delete-button/VtsDeleteButton.vue +1 -1
  11. package/lib/components/icon/VtsIcon.vue +1 -1
  12. package/lib/components/input-wrapper/VtsInputWrapper.vue +3 -3
  13. package/lib/components/key-value-pair/VtsKeyValuePair.vue +1 -1
  14. package/lib/components/layout/VtsContentSidePanel.vue +2 -2
  15. package/lib/components/linear-chart/VtsLinearChart.vue +1 -1
  16. package/lib/components/menu/MenuItem.vue +2 -2
  17. package/lib/components/menu/MenuList.vue +2 -2
  18. package/lib/components/menu/MenuSeparator.vue +1 -1
  19. package/lib/components/modal/VtsActionModal.vue +57 -13
  20. package/lib/components/modal/VtsBlockedModal.vue +7 -7
  21. package/lib/components/modal/VtsDeleteModal.vue +20 -15
  22. package/lib/components/modal/VtsErrorModal.vue +10 -6
  23. package/lib/components/object-icon/VtsObjectIcon.vue +3 -1
  24. package/lib/components/panel/VtsPanel.vue +1 -1
  25. package/lib/components/panel/VtsSidePanel.vue +3 -3
  26. package/lib/components/query-builder/VtsQueryBuilder.vue +3 -3
  27. package/lib/components/query-builder/VtsQueryBuilderButton.vue +17 -11
  28. package/lib/components/query-builder/VtsQueryBuilderFilter.vue +1 -1
  29. package/lib/components/query-builder/VtsQueryBuilderGroup.vue +1 -1
  30. package/lib/components/query-builder/VtsQueryBuilderModal.vue +13 -8
  31. package/lib/components/query-builder/VtsQueryBuilderRow.vue +1 -1
  32. package/lib/components/relative-time/VtsRelativeTime.vue +2 -2
  33. package/lib/components/space-card/VtsSpaceCard.vue +11 -7
  34. package/lib/components/sr-connection-modal/VtsSrConnectionModal.vue +77 -0
  35. package/lib/components/stacked-bar-with-legend/VtsStackedBarWithLegend.vue +1 -1
  36. package/lib/components/state-hero/VtsStateHero.vue +1 -1
  37. package/lib/components/status/VtsStatus.vue +1 -1
  38. package/lib/components/tab/TabItem.vue +2 -2
  39. package/lib/components/tab/TabList.vue +1 -1
  40. package/lib/components/table/VtsTable.vue +3 -3
  41. package/lib/components/table/cells/VtsCollapsedListCell.vue +1 -1
  42. package/lib/components/table/cells/VtsLinkCell.vue +2 -2
  43. package/lib/components/table/cells/VtsStatusCell.vue +3 -3
  44. package/lib/components/table/cells/VtsTagCell.vue +2 -2
  45. package/lib/components/table/cells/VtsTextCell.vue +1 -1
  46. package/lib/components/tag/VtsTag.vue +1 -1
  47. package/lib/components/task/VtsQuickTaskButton.vue +1 -1
  48. package/lib/components/task/VtsQuickTaskTabBar.vue +1 -1
  49. package/lib/components/tooltip-list/VtsTooltipList.vue +1 -1
  50. package/lib/components/tree/VtsTreeList.vue +1 -1
  51. package/lib/components/tree/VtsTreeLoadingItem.vue +1 -1
  52. package/lib/components/ui/account-menu-button/UiAccountMenuButton.vue +1 -1
  53. package/lib/components/ui/alarm-item/UiAlarmItem.vue +2 -2
  54. package/lib/components/ui/alert/UiAlert.vue +1 -1
  55. package/lib/components/ui/button/UiButton.vue +2 -2
  56. package/lib/components/ui/button-icon/UiButtonIcon.vue +1 -1
  57. package/lib/components/ui/card-numbers/UiCardNumbers.vue +1 -1
  58. package/lib/components/ui/checkbox/UiCheckbox.vue +201 -189
  59. package/lib/components/ui/chip/UiChip.vue +1 -1
  60. package/lib/components/ui/counter/UiCounter.vue +1 -1
  61. package/lib/components/ui/drawer/UiDrawer.vue +37 -54
  62. package/lib/components/ui/dropdown/UiDropdown.vue +2 -2
  63. package/lib/components/ui/dropdown-button/UiDropdownButton.vue +1 -1
  64. package/lib/components/ui/head-bar/UiHeadBar.vue +1 -1
  65. package/lib/components/ui/info/UiInfo.vue +1 -1
  66. package/lib/components/ui/input/UiInput.vue +2 -2
  67. package/lib/components/ui/label/UiLabel.vue +1 -1
  68. package/lib/components/ui/legend/UiLegend.vue +2 -2
  69. package/lib/components/ui/legend-title/UiLegendTitle.vue +1 -1
  70. package/lib/components/ui/link/UiLink.vue +2 -2
  71. package/lib/components/ui/loader/UiLoader.vue +1 -1
  72. package/lib/components/ui/modal/UiModal.vue +17 -5
  73. package/lib/components/ui/object-link/UiObjectLink.vue +1 -1
  74. package/lib/components/ui/panel-card/UiPanelCard.vue +20 -0
  75. package/lib/components/ui/progress-bar/UiProgressBar.vue +1 -1
  76. package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +2 -2
  77. package/lib/components/ui/quick-task-panel/UiQuickTaskPanel.vue +1 -1
  78. package/lib/components/ui/radio-button/UiRadioButton.vue +2 -2
  79. package/lib/components/ui/stacked-bar/StackedBarSegment.vue +2 -2
  80. package/lib/components/ui/stacked-bar/UiStackedBar.vue +1 -1
  81. package/lib/components/ui/tag/UiTag.vue +1 -1
  82. package/lib/components/ui/task-item/UiTaskItem.vue +1 -1
  83. package/lib/components/ui/text-area/UiTextarea.vue +1 -1
  84. package/lib/components/ui/toaster/UiToaster.vue +1 -1
  85. package/lib/components/ui/toggle/UiToggle.vue +1 -1
  86. package/lib/components/ui/tooltip/UiTooltip.vue +2 -2
  87. package/lib/components/ui/tree-item-label/UiTreeItemLabel.vue +6 -2
  88. package/lib/components/ui/user-link/UiUserLink.vue +1 -1
  89. package/lib/components/ui/user-logo/UiUserLogo.vue +1 -1
  90. package/lib/components/{vif-connection-toggle-modal/VtsVifConnectionToggleModal.vue → vif-connection-modal/VtsVifConnectionModal.vue} +15 -10
  91. package/lib/composables/chart-theme.composable.ts +1 -1
  92. package/lib/composables/context.composable.ts +1 -1
  93. package/lib/composables/default-tab.composable.ts +1 -1
  94. package/lib/composables/disabled.composable.ts +1 -1
  95. package/lib/composables/hide-route-query.composable.ts +1 -1
  96. package/lib/composables/link-component.composable.ts +1 -1
  97. package/lib/composables/modals/use-action-modal.ts +11 -0
  98. package/lib/composables/modals/use-blocked-modal.ts +10 -0
  99. package/lib/composables/modals/use-delete-modal.ts +11 -0
  100. package/lib/composables/pagination.composable.ts +2 -2
  101. package/lib/composables/route-query/types.ts +1 -1
  102. package/lib/composables/route-query.composable.ts +5 -5
  103. package/lib/composables/sort-route-query.composable.ts +1 -1
  104. package/lib/composables/tab-list.composable.ts +1 -1
  105. package/lib/composables/table/create-base-definition.ts +1 -1
  106. package/lib/composables/table/create-define-column.ts +6 -6
  107. package/lib/composables/table/create-sorting-definition.ts +2 -2
  108. package/lib/composables/table/create-visibility-definition.ts +2 -2
  109. package/lib/composables/table/type.ts +1 -1
  110. package/lib/composables/table.composable.ts +4 -4
  111. package/lib/composables/tree-filter.composable.ts +1 -1
  112. package/lib/directives/tooltip.directive.ts +2 -2
  113. package/lib/i18n.ts +4 -0
  114. package/lib/icons/index.ts +1 -1
  115. package/lib/locales/ar.json +1 -0
  116. package/lib/locales/cs.json +54 -6
  117. package/lib/locales/de.json +0 -2
  118. package/lib/locales/en.json +91 -9
  119. package/lib/locales/es.json +0 -1
  120. package/lib/locales/fi.json +20 -1
  121. package/lib/locales/fr.json +95 -13
  122. package/lib/locales/nb-NO.json +0 -1
  123. package/lib/locales/nl.json +81 -6
  124. package/lib/locales/pt-BR.json +1 -1
  125. package/lib/locales/pt.json +0 -1
  126. package/lib/locales/sk.json +54 -6
  127. package/lib/locales/sv.json +38 -2
  128. package/lib/locales/zh-Hans.json +0 -4
  129. package/lib/packages/form-select/use-form-select-controller.ts +1 -1
  130. package/lib/packages/job/define-job.ts +5 -5
  131. package/lib/packages/job/index.ts +4 -4
  132. package/lib/packages/job/use-job-store.ts +2 -2
  133. package/lib/packages/menu/action.ts +1 -1
  134. package/lib/packages/menu/context.ts +1 -1
  135. package/lib/packages/menu/index.ts +10 -10
  136. package/lib/packages/menu/job.ts +3 -3
  137. package/lib/packages/menu/link.ts +1 -1
  138. package/lib/packages/menu/router-link.ts +1 -1
  139. package/lib/packages/menu/toggle-target.ts +1 -1
  140. package/lib/packages/query-builder/group/build-root-group.ts +1 -1
  141. package/lib/packages/query-builder/node/handle-comparison-node.ts +1 -1
  142. package/lib/packages/query-builder/node/handle-glob-pattern-node.ts +1 -1
  143. package/lib/packages/query-builder/node/handle-group-node.ts +2 -2
  144. package/lib/packages/query-builder/node/handle-node.ts +8 -8
  145. package/lib/packages/query-builder/node/handle-null-node.ts +1 -1
  146. package/lib/packages/query-builder/node/handle-property-group-node.ts +2 -2
  147. package/lib/packages/query-builder/node/handle-property-node.ts +8 -8
  148. package/lib/packages/query-builder/node/handle-regexp-node.ts +1 -1
  149. package/lib/packages/query-builder/node/handle-string-or-number-node.ts +2 -2
  150. package/lib/packages/query-builder/node/handle-truthy-property-node.ts +1 -1
  151. package/lib/packages/query-builder/use-query-builder.ts +2 -2
  152. package/lib/packages/remote-resource/define-remote-resource.ts +1 -1
  153. package/lib/packages/threshold/use-threshold.ts +1 -1
  154. package/lib/packages/tree/branch-definition.ts +2 -2
  155. package/lib/packages/tree/branch.ts +8 -2
  156. package/lib/packages/tree/build-nodes.ts +3 -3
  157. package/lib/packages/tree/define-branch.ts +2 -2
  158. package/lib/packages/tree/define-leaf.ts +2 -2
  159. package/lib/packages/tree/define-tree.ts +3 -3
  160. package/lib/packages/tree/leaf-definition.ts +1 -1
  161. package/lib/packages/tree/leaf.ts +2 -2
  162. package/lib/packages/tree/tree-node-base.ts +2 -2
  163. package/lib/packages/tree/tree-node-definition-base.ts +1 -1
  164. package/lib/packages/tree/types.ts +6 -6
  165. package/lib/packages/tree/use-tree.ts +2 -2
  166. package/lib/stores/panel.store.ts +1 -1
  167. package/lib/stores/tooltip.store.ts +2 -2
  168. package/lib/tables/column-definitions/action-column.ts +2 -2
  169. package/lib/tables/column-definitions/button-column.ts +3 -3
  170. package/lib/tables/column-definitions/button-icon-column.ts +2 -2
  171. package/lib/tables/column-definitions/date-column.ts +3 -3
  172. package/lib/tables/column-definitions/info-column.ts +3 -3
  173. package/lib/tables/column-definitions/input-column.ts +3 -3
  174. package/lib/tables/column-definitions/link-column.ts +2 -2
  175. package/lib/tables/column-definitions/literal-column.ts +3 -3
  176. package/lib/tables/column-definitions/number-column.ts +2 -2
  177. package/lib/tables/column-definitions/percent-column.ts +2 -2
  178. package/lib/tables/column-definitions/progress-bar-column.ts +2 -2
  179. package/lib/tables/column-definitions/select-column.ts +2 -2
  180. package/lib/tables/column-definitions/status-column.ts +2 -2
  181. package/lib/tables/column-definitions/tag-column.ts +3 -3
  182. package/lib/tables/column-sets/backup-issue-columns.ts +1 -1
  183. package/lib/tables/column-sets/backup-job-columns.ts +1 -1
  184. package/lib/tables/column-sets/backup-job-schedule-columns.ts +1 -1
  185. package/lib/tables/column-sets/backup-log-columns.ts +1 -1
  186. package/lib/tables/column-sets/host-columns.ts +3 -3
  187. package/lib/tables/column-sets/network-columns.ts +2 -2
  188. package/lib/tables/column-sets/pif-columns.ts +2 -2
  189. package/lib/tables/column-sets/server-columns.ts +1 -1
  190. package/lib/tables/column-sets/sr-columns.ts +3 -3
  191. package/lib/tables/column-sets/vdi-columns.ts +2 -0
  192. package/lib/tables/column-sets/vif-columns.ts +1 -1
  193. package/lib/tables/column-sets/vif-network-columns.ts +1 -1
  194. package/lib/tables/column-sets/vm-backup-archive-columns.ts +3 -3
  195. package/lib/tables/column-sets/vm-backup-run-colums.ts +2 -2
  196. package/lib/tables/column-sets/vm-columns.ts +1 -1
  197. package/lib/types/object.type.ts +11 -1
  198. package/lib/utils/create-subscribable-store-context.util.ts +2 -2
  199. package/lib/utils/download-bugtools.utils.ts +1 -1
  200. package/lib/utils/if-else.utils.ts +2 -2
  201. package/lib/utils/injection-keys.util.ts +0 -2
  202. package/lib/utils/progress.util.ts +1 -1
  203. package/lib/utils/to-array.utils.ts +1 -1
  204. package/package.json +1 -1
  205. package/lib/components/drawer/VtsDrawer.vue +0 -89
  206. package/lib/components/drawer/VtsDrawerButton.vue +0 -22
  207. package/lib/components/drawer/VtsDrawerCancelButton.vue +0 -33
  208. package/lib/components/drawer/VtsDrawerConfirmButton.vue +0 -32
  209. package/lib/components/drawer/VtsDrawerList.vue +0 -34
  210. package/lib/components/modal/VtsModal.vue +0 -82
  211. package/lib/components/modal/VtsModalButton.vue +0 -35
  212. package/lib/components/modal/VtsModalCancelButton.vue +0 -37
  213. package/lib/components/modal/VtsModalConfirmButton.vue +0 -21
  214. package/lib/components/modal/VtsModalList.vue +0 -34
  215. package/lib/packages/drawer/DrawerProvider.vue +0 -17
  216. package/lib/packages/drawer/README.md +0 -189
  217. package/lib/packages/drawer/create-drawer-opener.ts +0 -119
  218. package/lib/packages/drawer/drawer.store.ts +0 -22
  219. package/lib/packages/drawer/types.ts +0 -93
  220. package/lib/packages/drawer/use-drawer.ts +0 -53
  221. package/lib/packages/modal/ModalProvider.vue +0 -17
  222. package/lib/packages/modal/README.md +0 -253
  223. package/lib/packages/modal/create-modal-opener.ts +0 -106
  224. package/lib/packages/modal/modal.store.ts +0 -22
  225. package/lib/packages/modal/types.ts +0 -91
  226. package/lib/packages/modal/use-modal.ts +0 -53
@@ -32,7 +32,7 @@
32
32
  "action:copy-all": "Zkopírovat vše",
33
33
  "action:copy-host": "Zkopírovat hostitele",
34
34
  "action:copy-id": "Zkopírovat identif.",
35
- "action:copy-info-json": "Zkopírovat informace do JSON",
35
+ "action:copy-info-json": "Zkopírovat informace o objektu v JSON",
36
36
  "action:create": "Vytvořit",
37
37
  "action:create-bonded-network": "Vytvořit spřaženou síť",
38
38
  "action:create-internal-network": "Vytvořit interní síť",
@@ -54,17 +54,20 @@
54
54
  "action:deploy-xoa": "Nasadit XOA",
55
55
  "action:detach-n-vdis": "Zrušit přiložení 1 obrazu virt. disku | Zrušit přiložení {n} obrazů virt. disků",
56
56
  "action:detach-vdi": "Zrušit přiložení obrazu virt. disku",
57
+ "action:disable-host": "Zakázat hostitele",
57
58
  "action:disconnect": "Odpojit",
58
59
  "action:disconnect-n": "Odpojit {n}",
59
60
  "action:disconnect-n-srs": "Odpojit 1 repozitář úložiště | Odpojit {n} repozitáře úložiště | Odpojit {n} repozitářů úložiště",
60
61
  "action:disconnect-n-vbds": "Odpojit 1 virtuální blokové zařízení | Odpojit {n} virtuální bloková zařízení | Odpojit {n} virtuálních blokových zařízení",
61
62
  "action:disconnect-n-vdis": "Odpojit 1 obraz virt. disku | Odpojit {n} obrazy virt. disků | Odpojit {n} obrazů virt. disků",
62
63
  "action:disconnect-n-vifs": "Odpojit 1 virt. síťové rozhraní | Odpojit {n} virt. síťová rozhraní | Odpojit {n} virt. síťových rozhraní",
64
+ "action:disconnect-pool": "Odpojit fond",
63
65
  "action:download-bugtools-archive": "Stáhnout archiv s výstupem bugtools",
64
66
  "action:duplicate": "Zduplikovat",
65
67
  "action:duplicate-n-vms": "Zduplikovat 1 virt. stroj | Zduplikovat {n} virt. stroje | Zduplikovat {n} virt. strojů",
66
68
  "action:edit": "Upravit",
67
69
  "action:edit-config": "Upravit nastavení",
70
+ "action:enable-host": "Povolit hostitele",
68
71
  "action:enable-light-mode": "Zapnout světlý režim",
69
72
  "action:export": "Export",
70
73
  "action:export-content": "Exportovat obsah",
@@ -120,6 +123,7 @@
120
123
  "action:show-less": "Zobrazit méně",
121
124
  "action:show-more": "Zobrazit více",
122
125
  "action:shutdown": "Vypnout",
126
+ "action:shutdown-host": "Vypnout hostitele",
123
127
  "action:sidebar-close": "Zavřít postranní panel",
124
128
  "action:sidebar-lock": "Uzamknout postranní panel v poloze otevřeno",
125
129
  "action:sidebar-open": "Otevřít postranní panel",
@@ -128,6 +132,7 @@
128
132
  "action:sort-by": "Seřadit podle",
129
133
  "action:sort-descending": "Seřadit sestupně",
130
134
  "action:start": "Spustit",
135
+ "action:start-host": "Spustit hostitele",
131
136
  "action:start-on-host": "Spustit na konkrétním hostiteli",
132
137
  "action:suspend": "Uspat",
133
138
  "action:turn-into-group": "Přeměnit na skupinu",
@@ -153,6 +158,7 @@
153
158
  "alarm-type:sr_io_throughput_total_per_host": "Celkový průtok přes SR IO na hostiteli přesahuje @:n-percent",
154
159
  "alarm-type:unknown": "Neznámý typ výstrahy",
155
160
  "alarms": "Výstrahy",
161
+ "alert-user-roles": "Uživatel může mít role přidělované přímo nebo prostřednictvím skupin. Role převzaté od skupiny není možné odebírat na úrovni uživatele. Pro jejich odvolání, zaktualizujte role skupiny nebo z ní uživatele odeberte. Je vždy možné přidávat individuální role ještě k těm zděděným.",
156
162
  "all": "Vše",
157
163
  "all-done!": "Vše dokončeno!",
158
164
  "all-good!": "Všechno v pořádku!",
@@ -240,8 +246,6 @@
240
246
  "check-errors:": "Zkontrolujte chyby:",
241
247
  "check-summing": "Kontrolní součty odesílání",
242
248
  "checkpoint-snapshot": "Zachycený stav – kontrolní bod",
243
- "choose-network": "Zvolte síť",
244
- "choose-vif": "Zvolte virt. síťové rozhraní",
245
249
  "click-to-display-alarms:": "Kliknutím zobrazíte výstrahy:",
246
250
  "click-to-return-default-pool": "Kliknutím sem se vrátíte na výchozí fond",
247
251
  "cloud-config": "Cloud config",
@@ -258,6 +262,7 @@
258
262
  "configure-in-xo-5": "Nastavit v XO 5",
259
263
  "confirm-cancel?": "Opravdu chcete zrušit?",
260
264
  "confirm-delete": "Chystáte se smazat {0}",
265
+ "confirm-disconnect": "Chystáte se odpojit {0}",
261
266
  "confirm-vm-revert": "Potvrďte navrácení virt. stroje do předchozího stavu",
262
267
  "connect": "Připojit",
263
268
  "connected": "Připojeno",
@@ -351,6 +356,7 @@
351
356
  "duplicating-vm": "Duplikování virt. stroje",
352
357
  "duplication-method": "Metoda duplikace",
353
358
  "duration": "Doba trvání",
359
+ "email": "E-mail",
354
360
  "empty": "Prázdné",
355
361
  "enabled": "Povoleno",
356
362
  "end-date": "Konečné datum",
@@ -408,7 +414,7 @@
408
414
  "host": "Hostitel",
409
415
  "host-currently-shutdown": "Tento hostitel je v tuto chvíli vypnutý, takže není možné získat jakékoli údaje.",
410
416
  "host-internal-networks": "Interní sítě hostitele",
411
- "host-not-running": "Hostitel není spuštěný",
417
+ "host-not-running": "Hostitel nespuštěný",
412
418
  "host-off": "Hostitel je vypnutý",
413
419
  "host:status:active": "@:status:active",
414
420
  "host:status:disabled": "@:status:disabled",
@@ -478,8 +484,24 @@
478
484
  "job:connect:in-progress": "Probíhá připojování…",
479
485
  "job:create:in-progress": "Probíhá vytváření…",
480
486
  "job:delete:in-progress": "Probíhá mazání…",
487
+ "job:disable:in-progress": "Zakazování v běhu…",
481
488
  "job:disconnect:in-progress": "Probíhá odpojování…",
489
+ "job:enable:in-progress": "Povolování v běhu…",
482
490
  "job:export:in-progress": "Probíhá export…",
491
+ "job:host-disable:bad-power-state": "Hostitel není zapnutý",
492
+ "job:host-disable:missing-host": "Hostitel chybí",
493
+ "job:host-enable:missing-host": "Hostitel chybí",
494
+ "job:host-scan-pifs:bad-power-state": "Hostitel není spuštěný",
495
+ "job:host-scan-pifs:in-progress": "@:scan-pifs probíhá…",
496
+ "job:host-scan-pifs:missing-host": "Hostitel chybí",
497
+ "job:host-shutdown:bad-power-state": "Hostitel už je zastavený",
498
+ "job:host-shutdown:in-progress": "Probíhá vypínání hostitele…",
499
+ "job:host-shutdown:missing-host": "Žádný hostitel k vypnutí",
500
+ "job:host-start:bad-power-state": "Hostitel už je spuštěný",
501
+ "job:host-start:bad-power-state-not-halted": "Hostitel nezastavený",
502
+ "job:host-start:in-progress": "Probíhá spouštění hostitele…",
503
+ "job:host-start:missing-host": "Žádní hostitelé ke spuštění",
504
+ "job:host-start:power-on-disabled": "Zapnutí zakázáno",
483
505
  "job:migrate:in-progress": "Stěhování probíhá…",
484
506
  "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í",
485
507
  "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í",
@@ -487,6 +509,9 @@
487
509
  "job:pbd-plug:pbd-connected": "Jedno nebo více fyzických blokových zařízení už je připojeno",
488
510
  "job:pbd-unplug:missing-pbd": "Žádná fyzická bloková zařízení k odpojení",
489
511
  "job:pbd-unplug:pbd-disconnected": "Jedno nebo více fyzyckých blokových zařízení už je odpojeno",
512
+ "job:server-connect:missing-server": "Žádné servery k připojení",
513
+ "job:server-disconnect:missing-server": "Žádné servery k odpojení",
514
+ "job:server-disconnect:server-disconnected": "Jeden nebo vícero serverů už je odpojeno",
490
515
  "job:snapshot-delete:missing-snapshot": "Žádné zachycené stavy ke smazání",
491
516
  "job:sr-connect:missing-sr": "Žádné repozitáře úložiště k připojení",
492
517
  "job:sr-delete:missing-sr": "Žádné repozitáře úložiště ke smazání",
@@ -572,6 +597,7 @@
572
597
  "language": "Jazyk",
573
598
  "language-preferences": "Předvolby jazyka",
574
599
  "last": "Poslední",
600
+ "last-login": "Minulé přihlášení",
575
601
  "last-n-backup-archives": "Poslední archiv zálohy | Posledních {n} archivů záloh",
576
602
  "last-n-backup-runs": "Poslední spouštění zálohy | Posledních {n} spuštění záloh",
577
603
  "last-n-runs": "Naposledy spuštěno | Posledních {n} spuštění",
@@ -623,10 +649,18 @@
623
649
  "modal:action:vm-force-shutdown": "@:action:force-shutdown VM",
624
650
  "modal:action:vm-reboot": "@:action:reboot virt. stroj",
625
651
  "modal:action:vm-shutdown": "@:action:shutdown VM",
652
+ "modal:confirm-host-disable?": "Opravdu chcete {host} zakázat?",
653
+ "modal:confirm-host-enable?": "Opravdu chcete {host} povolit?",
654
+ "modal:confirm-host-shutdown?": "Opravdu chcete {host} vypnout?",
655
+ "modal:confirm-host-start?": "Opravdu chcete {host} spustit?",
626
656
  "modal:confirm-vm-force-reboot": "Potvrďte vynucený restart virt. stroje",
627
657
  "modal:confirm-vm-force-shutdown": "Potvrďte vynucení vypnutí virt. stroje",
628
658
  "modal:confirm-vm-reboot": "Potvrďte restart virt. stroje",
629
659
  "modal:confirm-vm-shutdown": "Potvrďte vypnutí virt. stroje",
660
+ "modal:host-disable-message": "Hostitel bude označen jako nedostupný pro spouštění nebo přijímání nových virt. strojů. Už běžící virt. stroje tím nebudou ovlivněny.",
661
+ "modal:host-enable-message": "Hostitel se stane znovu dostupným pro spouštění nebo přijímání virt. strojů.",
662
+ "modal:host-shutdown-message": "Toto hostitele vypne. Jakékoli virt. stroje které na něm jsou pořád ještě spuštěné budou okamžitě vypnuty (pokud jste je předtím neodstěhovali).",
663
+ "modal:pool-disconnect-message": "Fond už nebude spravovatelný z XO. Je ovšem možné ho později znovu připojit.",
630
664
  "modal:vm-force-reboot-message": "Toto virtuální stroj okamžitě restartuje bez čekání na korektní vypnutí. Může dojít ke ztrátě dat a probíhající procesy budou přerušeny.",
631
665
  "modal:vm-force-shutdown-message": "Toto virtuální stroj okamžitě vypne bez čekání na korektní vypnutí. Může dojít ke ztrátě dat a probíhající procesy budou přerušeny.",
632
666
  "modal:vm-reboot-message": "Provede korektní restart virtuálního stroje jeho vypnutím a opětovným spuštěním. Spuštěné procesy budou korektně ukončeny.",
@@ -694,6 +728,13 @@
694
728
  "new-vm": "Nový virt. stroj",
695
729
  "new-vm:add": "Přidat nový virt. stroj",
696
730
  "new-vm:description": "Popis virt. stroje",
731
+ "new-vm:ha-best-effort": "Nejlepší snaha",
732
+ "new-vm:ha-best-effort-description": "Pokud hostitel selže, vysoká dostupnost se pokusí virt. stroj znovu nastartovat na jiném hostiteli, ale pouze po všech „Restart“ virt. strojích. Nezaručeno.",
733
+ "new-vm:ha-disabled": "Zakázáno",
734
+ "new-vm:ha-disabled-description": "Vysoká dostupnost nikdy tento virt. stroj nerestartuje automaticky.",
735
+ "new-vm:ha-pool-disabled": "Vysoká dostupnost je na tomto fondu vypnuta. Hodnota je uložena ale bude mít efekt pouze až bude vysoká dostupnost zapnutá.",
736
+ "new-vm:ha-restart": "Restartovat",
737
+ "new-vm:ha-restart-description": "Pokud virt. stroj nebo hostitel selže, vysoká dostupnost ho znovu nastartuje na jiném hostiteli. Zaručeno dokud fond nepřiděluje více prostředků, než má (overcommiting).",
697
738
  "new-vm:install-source": "Instalační zdroj",
698
739
  "new-vm:name": "Název virt. stroje",
699
740
  "new-vm:network-config": "Nastavování sítě je kompatibilní pouze s {noCloudLink}.",
@@ -718,6 +759,7 @@
718
759
  "no-custom-field-detected": "Nezjištěny žádné uživatelsky určené kolonky",
719
760
  "no-data": "Žádné údaje",
720
761
  "no-data-to-calculate": "Žádná data k výpočtu",
762
+ "no-group-attached": "Nepřipojena žádná skupina",
721
763
  "no-host-attached": "Nepřipojeni žádní hostitelé",
722
764
  "no-host-detected": "Nezjištěni žádní hostitelé",
723
765
  "no-job-vm": "Tento virt. stroj není součástí žádné spuštěné úlohy.",
@@ -727,6 +769,7 @@
727
769
  "no-pools-detected": "Nezjištěny žádné fondy",
728
770
  "no-replicated-vm": "Tento virt. stroj není replikován. Pokud chcete zapnout replikaci, vytvořte úlohu replikování.",
729
771
  "no-result": "Nic nenalezeno",
772
+ "no-role-applied": "Neuplatněna žádná role",
730
773
  "no-schedule-available": "Nejsou k dispozici žádná naplánování",
731
774
  "no-selected-vm-can-be-exported": "Žádný z označených virt. strojů není možné exportovat",
732
775
  "no-selected-vm-can-be-migrated": "Žádný z označených virt. strojů není možné přestěhovat",
@@ -735,6 +778,7 @@
735
778
  "no-storage-repository-detected": "Nezjištěny žádné repozitáře úložišť",
736
779
  "no-task": "Žádné úlohy",
737
780
  "no-task-detected": "Nezjištěny žádné úlohy",
781
+ "no-user-detected": "Nezjištěni žádní uživatelé",
738
782
  "no-vdi-attached": "Nepřipojeny žádné virt. disky",
739
783
  "no-vdi-detected": "Nezjištěny žádné virt. disky",
740
784
  "no-vif-detected": "Nezjištěna žádná virt. rozhraní",
@@ -760,10 +804,12 @@
760
804
  "operation:clean-shutdown": "Vypínání",
761
805
  "operation:destroy": "Mazání",
762
806
  "operation:duplicate": "Duplikování",
807
+ "operation:enable": "Povolování",
763
808
  "operation:force-reboot": "Vynucené restartování",
764
809
  "operation:force-shutdown": "Vynucené vypínání",
765
810
  "operation:pause": "Pozastavování",
766
811
  "operation:resume": "Obnovování chodu",
812
+ "operation:shutdown": "Vypínání",
767
813
  "operation:snapshot": "Pořizování zachyceného stavu",
768
814
  "operation:start": "Spouštění",
769
815
  "operation:start-on-host": "Spouštění na hostiteli",
@@ -839,6 +885,7 @@
839
885
  "protocol": "Protokol",
840
886
  "protocol:port": "@:{'protocol'}:@:{'port'}",
841
887
  "provider-solutions": "{provider} řešení",
888
+ "providers": "Poskytovatelé",
842
889
  "provisioning": "Přednastavování",
843
890
  "proxy": "Proxy",
844
891
  "proxy-url": "URL proxy",
@@ -906,6 +953,7 @@
906
953
  "rest-api": "REST API",
907
954
  "retry": "Zkusit znovu",
908
955
  "roles": "Role",
956
+ "roles-applied": "Role uplatněny",
909
957
  "root-by-default": "Výchozí je „root“.",
910
958
  "rule-type": "Typ pravidla",
911
959
  "run": "Spustit",
@@ -913,11 +961,9 @@
913
961
  "runs": "Běhy",
914
962
  "s3-backup-repository": "S3 repozitář záloh",
915
963
  "scan-pifs": "Skenovat fyzická rozhraní",
916
- "scan-pifs-in-xo-5": "@:scan-pifs v XO-5",
917
964
  "schedule": "Plán",
918
965
  "schedules": "Plány",
919
966
  "secure-boot": "Secure boot",
920
- "security": "Zabezpečení",
921
967
  "see-details": "Viz podrobnosti",
922
968
  "select-compression": "Vyberte kompresi",
923
969
  "select-destination-host": "Vyberte cílového hostitele",
@@ -1095,6 +1141,7 @@
1095
1141
  "used-for-backup": "Použito pro zálohu",
1096
1142
  "used-space": "Využitý prostor",
1097
1143
  "used-space-on-sr": "Použitý prostor na repozitáři úložiště",
1144
+ "user": "Uživatel",
1098
1145
  "user-config": "Nastavení uživatele",
1099
1146
  "user-management": "Správa uživatelů",
1100
1147
  "username": "Uživatelské jméno",
@@ -1199,6 +1246,7 @@
1199
1246
  "xoa-deploy-retry": "Zkusit XOA nasadit znovu",
1200
1247
  "xoa-deploy-successful!": "XOA úspěšně nasazeno!",
1201
1248
  "xoa-ip": "IP adresa XOA",
1249
+ "xoa-manager": "XOA manager",
1202
1250
  "xoa-password-confirm-different": "Heslo do XOA nebylo zadáno dvakrát stejně",
1203
1251
  "xoa-ssh-account": "Účet pro SSH přístup do XOA",
1204
1252
  "xoa-ssh-password-confirm-different": "Heslo pro SSH nebylo zadáno dvakrát stejně",
@@ -791,11 +791,9 @@
791
791
  "runs": "Läufe",
792
792
  "s3-backup-repository": "S3-Backupdepot",
793
793
  "scan-pifs": "PIFs scannen",
794
- "scan-pifs-in-xo-5": "@:scan-pifs in XO-5",
795
794
  "schedule": "Zeitplan",
796
795
  "schedules": "Zeitpläne",
797
796
  "secure-boot": "Secure Boot",
798
- "security": "Sicherheit",
799
797
  "see-details": "Details anzeigen",
800
798
  "select-compression": "Kompression auswählen",
801
799
  "select-destination-host": "Zielhost auswählen",
@@ -54,7 +54,10 @@
54
54
  "action:deploy-xoa": "Deploy XOA",
55
55
  "action:detach-n-vdis": "Detach 1 VDI | Detach {n} VDIs",
56
56
  "action:detach-vdi": "Detach VDI",
57
+ "action:disable": "Disable",
58
+ "action:disable-and-evacuate-vms": "Disable and evacuate VMs",
57
59
  "action:disable-host": "Disable host",
60
+ "action:disable-host-and-evacuate-vms": "Disable host and evacuate VMs",
58
61
  "action:disconnect": "Disconnect",
59
62
  "action:disconnect-n": "Disconnect {n}",
60
63
  "action:disconnect-n-srs": "Disconnect 1 SR | Disconnect {n} SRs",
@@ -67,6 +70,7 @@
67
70
  "action:duplicate-n-vms": "Duplicate 1 VM | Duplicate {n} VMs",
68
71
  "action:edit": "Edit",
69
72
  "action:edit-config": "Edit config",
73
+ "action:enable": "Enable",
70
74
  "action:enable-host": "Enable host",
71
75
  "action:enable-light-mode": "Enable light mode",
72
76
  "action:export": "Export",
@@ -79,8 +83,10 @@
79
83
  "action:filter": "Filter",
80
84
  "action:force-migrate-on-sr": "Force migrate on SR",
81
85
  "action:force-reboot": "Force reboot",
86
+ "action:force-reboot-host": "@:action:force-reboot host",
82
87
  "action:force-shutdown": "Force shutdown",
83
88
  "action:forget": "Forget",
89
+ "action:forget-host": "Forget host",
84
90
  "action:go-back": "Go back",
85
91
  "action:group": "Group",
86
92
  "action:hide": "Hide",
@@ -103,7 +109,9 @@
103
109
  "action:query-builder:delete-filter": "Delete filter",
104
110
  "action:query-builder:delete-group": "Delete group",
105
111
  "action:reboot": "Reboot",
112
+ "action:reboot-host": "@:action:reboot host",
106
113
  "action:reformat": "Reformat",
114
+ "action:restart-toolstack": "Restart toolstack",
107
115
  "action:resume": "Resume",
108
116
  "action:revert-to-snapshot": "Revert to snapshot",
109
117
  "action:revert-vm-here": "Revert VM here",
@@ -123,14 +131,18 @@
123
131
  "action:show-less": "Show less",
124
132
  "action:show-more": "Show more",
125
133
  "action:shutdown": "Shutdown",
134
+ "action:shutdown-host": "Shutdown host",
126
135
  "action:sidebar-close": "Close sidebar",
127
136
  "action:sidebar-lock": "Lock sidebar open",
128
137
  "action:sidebar-open": "Open sidebar",
129
138
  "action:sidebar-unlock": "Unlock sidebar",
139
+ "action:smart-reboot": "Smart reboot",
140
+ "action:smart-reboot-host": "@:action:smart-reboot host",
130
141
  "action:sort-ascending": "Sort ascending",
131
142
  "action:sort-by": "Sort by",
132
143
  "action:sort-descending": "Sort descending",
133
144
  "action:start": "Start",
145
+ "action:start-host": "Start host",
134
146
  "action:start-on-host": "Start on specific host",
135
147
  "action:suspend": "Suspend",
136
148
  "action:turn-into-group": "Turn into group",
@@ -228,6 +240,7 @@
228
240
  "bond": "Bond",
229
241
  "bond-devices": "Bond devices",
230
242
  "bond-mode": "Bond mode",
243
+ "bond-mode-required": "Bond mode is required.",
231
244
  "bond-status": "Bond status",
232
245
  "boot-firmware": "Boot firmware",
233
246
  "bootable": "Bootable",
@@ -244,8 +257,6 @@
244
257
  "check-errors:": "Check out the errors:",
245
258
  "check-summing": "TX checksumming",
246
259
  "checkpoint-snapshot": "Checkpoint snapshot",
247
- "choose-network": "Choose a network",
248
- "choose-vif": "Choose a VIF",
249
260
  "click-to-display-alarms:": "Click to display alarms:",
250
261
  "click-to-return-default-pool": "Click here to return to the default pool",
251
262
  "cloud-config": "Cloud config",
@@ -404,6 +415,8 @@
404
415
  "graphics-display": "Graphics & Display",
405
416
  "groups": "Groups",
406
417
  "guest-tools": "Guest tools",
418
+ "guest-tools-out-of-date": "Guest tools out of date",
419
+ "guest-tools-status-unknown": "Guest tools status unknown",
407
420
  "gzip": "GZIP",
408
421
  "hardware": "Hardware",
409
422
  "hardware-specifications": "Hardware specifications",
@@ -413,6 +426,9 @@
413
426
  "high-availability": "High availability (HA)",
414
427
  "host": "Host",
415
428
  "host-currently-shutdown": "This host is currently shut down, so we can’t retrieve any data.",
429
+ "host-disable-info": "This will prevent new VMs from starting.",
430
+ "host-disable-title": "Are you sure you want to disable {host}?",
431
+ "host-enable-title": "Are you sure you want to enable {host}?",
416
432
  "host-internal-networks": "Host internal networks",
417
433
  "host-not-running": "Host not running",
418
434
  "host-off": "Host is powered off",
@@ -436,6 +452,7 @@
436
452
  "install-settings": "Install settings",
437
453
  "installed": "Installed",
438
454
  "interface": "Interface",
455
+ "interface-required": "Interface is required.",
439
456
  "interfaces": "Interfaces",
440
457
  "interrupted": "Interrupted",
441
458
  "invalid-field": "Invalid field",
@@ -460,13 +477,13 @@
460
477
  "job": "Job",
461
478
  "job-name": "Job name",
462
479
  "job:arg:allocated-space-required": "Allocated space is required",
463
- "job:arg:bond-mode-required": "Bond mode is required",
480
+ "job:arg:bond-mode-required": "@:bond-mode-required",
464
481
  "job:arg:direction-required": "Direction is required",
465
482
  "job:arg:file-required": "File is required",
466
483
  "job:arg:host-required": "Host is required",
467
484
  "job:arg:ip-range-required": "IP range is required",
468
485
  "job:arg:missing-payload": "Payload is missing",
469
- "job:arg:name-required": "Name is required",
486
+ "job:arg:name-required": "@:name-required",
470
487
  "job:arg:password-required": "Password is required",
471
488
  "job:arg:pif-id-required": "PIF ID is required",
472
489
  "job:arg:pif-ids-required": "At least one PIF ID is required",
@@ -479,7 +496,7 @@
479
496
  "job:arg:template-uuid-required": "Template UUID is required",
480
497
  "job:arg:username-required": "Username is required",
481
498
  "job:arg:vdi-id-required": "VDI ID is required",
482
- "job:arg:vlan-required": "VLAN is required",
499
+ "job:arg:vlan-required": "@:vlan-required",
483
500
  "job:arg:vm-id-required": "VM ID is required",
484
501
  "job:connect:in-progress": "Connect in progress…",
485
502
  "job:create:in-progress": "Create in progress…",
@@ -491,6 +508,34 @@
491
508
  "job:host-disable:bad-power-state": "Host is not running",
492
509
  "job:host-disable:missing-host": "Host is missing",
493
510
  "job:host-enable:missing-host": "Host is missing",
511
+ "job:host-evacuate:in-progress": "Host evacuation in progress…",
512
+ "job:host-forget:bad-power-state": "Host is running",
513
+ "job:host-forget:in-progress": "Host forgetting in progress…",
514
+ "job:host-forget:missing-host": "No host to forget",
515
+ "job:host-reboot:bad-power-state": "Host is not running",
516
+ "job:host-reboot:evacuate-in-progress": "Evacuate VMs in progress…",
517
+ "job:host-reboot:in-progress": "Host reboot in progress…",
518
+ "job:host-reboot:missing-host": "No host to reboot",
519
+ "job:host-restart-toolstack:bad-power-state": "Host is not running",
520
+ "job:host-restart-toolstack:in-progress": "Host toolstack restart in progress…",
521
+ "job:host-restart-toolstack:missing-host": "No host to restart toolstack on",
522
+ "job:host-scan-pifs:bad-power-state": "Host is not running",
523
+ "job:host-scan-pifs:in-progress": "@:scan-pifs in progress…",
524
+ "job:host-scan-pifs:missing-host": "Host is missing",
525
+ "job:host-shutdown:bad-power-state": "Host already halted",
526
+ "job:host-shutdown:in-progress": "Host shut down in progress…",
527
+ "job:host-shutdown:missing-host": "No host to shut down",
528
+ "job:host-smart-reboot:bad-power-state": "Host is not running",
529
+ "job:host-smart-reboot:in-progress": "Host smart reboot in progress…",
530
+ "job:host-smart-reboot:missing-host": "No host to smart reboot",
531
+ "job:host-smart-reboot:vm-clean-shutdown-in-progress": "VMs clean shutting down in progress…",
532
+ "job:host-smart-reboot:vm-hard-shutdown-in-progress": "VMs hard shutting down in progress…",
533
+ "job:host-smart-reboot:vm-suspend-in-progress": "VMs suspend in progress…",
534
+ "job:host-start:bad-power-state": "Host already started",
535
+ "job:host-start:bad-power-state-not-halted": "Host not halted",
536
+ "job:host-start:in-progress": "Host start in progress…",
537
+ "job:host-start:missing-host": "No host to start",
538
+ "job:host-start:power-on-disabled": "Power on disabled",
494
539
  "job:migrate:in-progress": "Migrate in progess…",
495
540
  "job:network-delete:has-n-physical-pif-connected": "The network has one physical PIF connected | The network has {n} physical PIFs connected",
496
541
  "job:network-delete:has-n-vif-attached": "The network has one VIF attached | The network has {n} VIFs attached",
@@ -638,14 +683,29 @@
638
683
  "modal:action:vm-force-shutdown": "@:action:force-shutdown VM",
639
684
  "modal:action:vm-reboot": "@:action:reboot VM",
640
685
  "modal:action:vm-shutdown": "@:action:shutdown VM",
641
- "modal:confirm-host-disable": "Are you sure you want to disable {host}?",
642
- "modal:confirm-host-enable": "Are you sure you want to enable {host}?",
686
+ "modal:confirm-host-disable-and-evacuate-vms?": "Are you sure you want to disable {host} and evacuate its VMs?",
687
+ "modal:confirm-host-disable?": "Are you sure you want to disable {host}?",
688
+ "modal:confirm-host-enable?": "Are you sure you want to enable {host}?",
689
+ "modal:confirm-host-force-reboot?": "Are you sure you want to force reboot {host}?",
690
+ "modal:confirm-host-forget?": "Are you sure you want to forget {host}?",
691
+ "modal:confirm-host-reboot?": "Are you sure you want to reboot {host}?",
692
+ "modal:confirm-host-restart-toolstack?": "Are you sure you want to restart the toolstack of {host}?",
693
+ "modal:confirm-host-shutdown?": "Are you sure you want to shut down {host}?",
694
+ "modal:confirm-host-smart-reboot?": "Are you sure you want to smart reboot {host}?",
695
+ "modal:confirm-host-start?": "Are you sure you want to start {host}?",
643
696
  "modal:confirm-vm-force-reboot": "Confirm VM force reboot",
644
697
  "modal:confirm-vm-force-shutdown": "Confirm VM force shutdown",
645
698
  "modal:confirm-vm-reboot": "Confirm VM reboot",
646
699
  "modal:confirm-vm-shutdown": "Confirm VM shutdown",
700
+ "modal:host-disable-and-evacuate-vms-message": "The host will be disabled and its running VMs will be automatically migrated to other hosts in the pool, with no interruption as long as resources allow.",
647
701
  "modal:host-disable-message": "The host will be marked unavailable for starting or receiving new VMs. Already-running VMs are not affected.",
648
702
  "modal:host-enable-message": "The host becomes available again for starting or receiving VMs.",
703
+ "modal:host-force-reboot-message": "The host is about to reboot. Its running VMs will be migrated to other hosts when possible, but those that can't be will be forcibly shut down. Data loss may occur.",
704
+ "modal:host-forget-message": "This will permanently remove the host from the pool database. Only do this if the host is physically gone or unrecoverable - if it can come back online, use Detach instead. This action cannot be undone.",
705
+ "modal:host-reboot-message": "The host is about to reboot. Its running VMs will be migrated to other hosts and won't be moved back to it automatically afterwards.",
706
+ "modal:host-restart-toolstack-message": "The host's management service (toolstack) is about to restart. Running VMs won't be interrupted, but they'll be temporarily unmanageable (a few minutes).",
707
+ "modal:host-shutdown-message": "This will power off the host. Any VMs still running on it will be shut down immediately unless you've migrated them first.",
708
+ "modal:host-smart-reboot-message": "All running VMs on this host will be suspended, the host will reboot, then the VMs will automatically resume. This causes temporary downtime. If Xen Orchestra itself runs on this host, VMs may not resume automatically.",
649
709
  "modal:pool-disconnect-message": "The pool will no longer be manageable from XO. You can reconnect it later.",
650
710
  "modal:vm-force-reboot-message": "This will immediately reboot the virtual machine without a clean shutdown. Data loss may occur and ongoing processes will be interrupted.",
651
711
  "modal:vm-force-shutdown-message": "This will immediately power off the virtual machine without a clean shutdown. Data loss may occur and ongoing processes will be interrupted.",
@@ -679,6 +739,7 @@
679
739
  "n-vifs": "1 VIF | {n} VIFs",
680
740
  "n-vms": "1 VM | {n} VMs",
681
741
  "name": "Name",
742
+ "name-required": "Name is required.",
682
743
  "nbd-concurrency": "NBD concurrency",
683
744
  "nested-virtualization": "Nested virtualization",
684
745
  "netmask": "Netmask",
@@ -756,6 +817,7 @@
756
817
  "no-replicated-vm": "This VM isn’t being replicated. Configure a replication job to enable it.",
757
818
  "no-result": "No results",
758
819
  "no-role-applied": "No role applied",
820
+ "no-running-vm-detected": "No running VMs detected",
759
821
  "no-schedule-available": "No schedules available",
760
822
  "no-selected-vm-can-be-exported": "No selected VM can be exported",
761
823
  "no-selected-vm-can-be-migrated": "No selected VM can be migrated",
@@ -790,15 +852,23 @@
790
852
  "operation:clean-shutdown": "Shutting down",
791
853
  "operation:destroy": "Deleting",
792
854
  "operation:duplicate": "Duplicating",
855
+ "operation:enable": "Enabling",
856
+ "operation:evacuate": "Evacuating",
857
+ "operation:export": "Exporting",
793
858
  "operation:force-reboot": "Force rebooting",
794
859
  "operation:force-shutdown": "Force shutting down",
860
+ "operation:import": "Importing",
795
861
  "operation:pause": "Pausing",
796
862
  "operation:resume": "Resuming",
863
+ "operation:shutdown": "Shutting down",
797
864
  "operation:snapshot": "Snapshotting",
798
865
  "operation:start": "Starting",
799
866
  "operation:start-on-host": "Starting on host",
800
867
  "operation:suspend": "Suspending",
801
868
  "operation:unpause": "Resuming",
869
+ "operation:vm-clean-shutdown": "VMs clean shutting down",
870
+ "operation:vm-hard-shutdown": "VMs hard shutting down",
871
+ "operation:vm-suspend": "VMs suspending",
802
872
  "options": "Options",
803
873
  "or": "Or",
804
874
  "os-kernel": "OS kernel",
@@ -836,6 +906,9 @@
836
906
  "pool-connection-ip-info": "Provide the primary host’s address of the pool you want to connect to.",
837
907
  "pool-connection-success": "You have successfully connected to the pool. You can now find it in your treeview and start managing your hosts and VMs.",
838
908
  "pool-cpu-usage": "Pool CPU Usage",
909
+ "pool-disconnect-info": "You will no longer be able to manage this pool from XO. You can reconnect it later.",
910
+ "pool-forget-confirm-info": "This will permanently remove this host from XO. To reconnect, you will need to add it again.",
911
+ "pool-forget-confirm-title": "You are about to remove {name} host",
839
912
  "pool-management": "Pool management",
840
913
  "pool-ram-usage": "Pool RAM Usage",
841
914
  "pool:status:connected": "@:status:connected",
@@ -945,11 +1018,9 @@
945
1018
  "runs": "Runs",
946
1019
  "s3-backup-repository": "S3 backup repository",
947
1020
  "scan-pifs": "Scan PIFs",
948
- "scan-pifs-in-xo-5": "@:scan-pifs in XO-5",
949
1021
  "schedule": "Schedule",
950
1022
  "schedules": "Schedules",
951
1023
  "secure-boot": "Secure boot",
952
- "security": "Security",
953
1024
  "see-details": "See details",
954
1025
  "select-compression": "Select a compression",
955
1026
  "select-destination-host": "Select a destination host",
@@ -996,7 +1067,10 @@
996
1067
  "sr-disconnect-info-pool-mixed": "Local SRs will be disconnected from their respective hosts. Shared SRs will be disconnected from all hosts in this pool.",
997
1068
  "sr-disconnect-info-pool-shared": "The SR will be disconnected from {hostsCount} hosts in this pool. | Each shared SR will be disconnected from all hosts in this pool.",
998
1069
  "sr-disconnect-title": "You are about to disconnect 1 SR | You are about to disconnect {n} SRs",
1070
+ "sr-is-unwritable": "This SR is unwritable.",
999
1071
  "sr-required": "Storage repository is required.",
1072
+ "sr-usage-exceeds-80-percent": "Storage usage has exceeded 80% of total capacity. Performance may be impacted, consider freeing up space.",
1073
+ "sr-usage-exceeds-90-percent": "Storage usage has exceeded 90% of total capacity. Free up space immediately to avoid service disruption.",
1000
1074
  "ssh-account": "SSH account",
1001
1075
  "ssh-key": "SSH key",
1002
1076
  "ssh-login": "SSH login",
@@ -1036,6 +1110,7 @@
1036
1110
  "success": "Success",
1037
1111
  "summary": "Summary",
1038
1112
  "support": "Support",
1113
+ "supported-image-formats": "Supported image formats",
1039
1114
  "suspend-blocked": "Suspend Blocked",
1040
1115
  "suspend-storage-repository": "Suspend storage repository",
1041
1116
  "switch-theme": "Switch theme",
@@ -1086,16 +1161,20 @@
1086
1161
  "total-memory": "Total memory",
1087
1162
  "total-schedules": "Total schedules",
1088
1163
  "total-space": "Total space",
1164
+ "total-space-on-sr": "Total space on SR",
1089
1165
  "total-storage-repository": "Total storage repository",
1090
1166
  "total-used": "Total used",
1091
1167
  "total-used:": "Total used:",
1092
1168
  "traffic-rule": "Traffic rule",
1093
1169
  "traffic-rule-delete-warning": "This action is irreversible. The selected traffic rule will be permanently deleted.",
1094
1170
  "traffic-rules": "Traffic rules",
1171
+ "traffic-rules:error-plugin": "You are using the direct OpenFlow protocol (legacy mode), which does not support network traffic rules. To create them, switch to the XAPI plugin mode (beta) — see {check-doc}.",
1172
+ "traffic-rules:error-plugin:check-doc": "the SDN controller documentation",
1095
1173
  "traffic-rules:format-warning": "Configuration error: Traffic rules are not in the expected format. Please {check-doc} on how to migrate them.",
1096
1174
  "traffic-rules:format-warning:check-doc": "check the latest documentation",
1097
1175
  "traffic-rules:info-message": "Traffic rules order is being implemented. Behaviour may be hazardous.",
1098
1176
  "traffic-rules:no-traffic-rules-detected": "No traffic rules detected",
1177
+ "traffic-rules:xapi-plugin-required": "Requires XAPI plugin mode",
1099
1178
  "transfer-size": "Transfer size",
1100
1179
  "translation-tool": "Translation tool",
1101
1180
  "treeview": "Treeview",
@@ -1138,6 +1217,7 @@
1138
1217
  "vcpus": "vCPUs",
1139
1218
  "vcpus-assigned": "vCPUs assigned",
1140
1219
  "vdi": "VDI",
1220
+ "vdi-allocated-space-exceeds-sr": "Allocated space exceeds available capacity on this SR. Proceed with caution.",
1141
1221
  "vdi-connect-title": "You are about to connect 1 VDI | You are about to connect {n} VDIs",
1142
1222
  "vdi-delete-warning": "This will permanently delete the selected VDI and all data stored on it. This action cannot be undone.",
1143
1223
  "vdi-description": "VDI description",
@@ -1153,6 +1233,7 @@
1153
1233
  "vdi-snpashot-time": "Snapshot date",
1154
1234
  "vdi-throughput": "VDI throughput",
1155
1235
  "vdis": "VDIs",
1236
+ "vdis-allocated-space": "VDIs allocated space",
1156
1237
  "version": "Version",
1157
1238
  "vga": "VGA",
1158
1239
  "video-ram": "Video RAM",
@@ -1172,6 +1253,7 @@
1172
1253
  "virtualization-mode": "Virtualization mode",
1173
1254
  "virtualization-type": "Virtualization type",
1174
1255
  "vlan": "VLAN",
1256
+ "vlan-required": "VLAN is required.",
1175
1257
  "vm": "VM",
1176
1258
  "vm-backup-failure-number-of-retries": "Number of retries if VM backup fails",
1177
1259
  "vm-disable-blocked-protection": "To proceed, you can disable the protection in the VM’s configuration.",
@@ -763,7 +763,6 @@
763
763
  "runs": "Ejecuciones",
764
764
  "s3-backup-repository": "Repositorio S3 de salvaguardas",
765
765
  "scan-pifs": "Escanear PIFs",
766
- "scan-pifs-in-xo-5": "@:scan-pifs en XO-5",
767
766
  "schedule": "Planificación",
768
767
  "schedules": "Planificaciones",
769
768
  "secure-boot": "Arranque seguro",