@xen-orchestra/web-core 0.27.0 → 0.28.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 (75) hide show
  1. package/lib/components/card/VtsCardRowKeyValue.vue +1 -0
  2. package/lib/components/cell-object/VtsCellObject.vue +1 -2
  3. package/lib/components/console/VtsActionsConsole.vue +3 -9
  4. package/lib/components/copy-button/VtsCopyButton.vue +1 -3
  5. package/lib/components/dropdown/DropdownTitle.vue +3 -3
  6. package/lib/components/icon/VtsIcon.vue +32 -76
  7. package/lib/components/input-wrapper/VtsInputWrapper.vue +2 -2
  8. package/lib/components/layout/VtsLayoutSidebar.vue +1 -2
  9. package/lib/components/menu/MenuItem.vue +4 -5
  10. package/lib/components/menu/MenuTrigger.vue +3 -3
  11. package/lib/components/object-icon/VtsObjectIcon.vue +2 -2
  12. package/lib/components/resources/VtsResource.vue +3 -3
  13. package/lib/components/select/VtsSelect.vue +4 -5
  14. package/lib/components/table/ColumnTitle.vue +11 -12
  15. package/lib/components/task/VtsQuickTaskButton.vue +1 -2
  16. package/lib/components/tree/VtsTreeLoadingItem.vue +3 -3
  17. package/lib/components/ui/alarm-item/UiAlarmItem.vue +1 -2
  18. package/lib/components/ui/alert/UiAlert.vue +14 -13
  19. package/lib/components/ui/button/UiButton.vue +4 -5
  20. package/lib/components/ui/button-icon/UiButtonIcon.vue +3 -3
  21. package/lib/components/ui/checkbox/UiCheckbox.vue +2 -9
  22. package/lib/components/ui/chip/ChipIcon.vue +3 -3
  23. package/lib/components/ui/chip/ChipRemoveIcon.vue +1 -2
  24. package/lib/components/ui/chip/UiChip.vue +2 -2
  25. package/lib/components/ui/circle-progress-bar/UiCircleProgressBar.vue +7 -4
  26. package/lib/components/ui/donut-chart/UiDonutChart.vue +30 -17
  27. package/lib/components/ui/dropdown/UiDropdown.vue +5 -7
  28. package/lib/components/ui/dropdown-button/UiDropdownButton.vue +4 -5
  29. package/lib/components/ui/head-bar/UiHeadBar.vue +6 -11
  30. package/lib/components/ui/info/UiInfo.vue +14 -20
  31. package/lib/components/ui/input/UiInput.vue +6 -7
  32. package/lib/components/ui/label/UiLabel.vue +3 -3
  33. package/lib/components/ui/legend/UiLegend.vue +3 -3
  34. package/lib/components/ui/legend-title/UiLegendTitle.vue +7 -3
  35. package/lib/components/ui/link/UiLink.vue +4 -5
  36. package/lib/components/ui/log-entry-viewer/UiLogEntryViewer.vue +6 -2
  37. package/lib/components/ui/object-link/UiObjectLink.vue +4 -4
  38. package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +3 -4
  39. package/lib/components/ui/quick-task-item/UiQuickTaskItem.vue +3 -4
  40. package/lib/components/ui/radio-button/UiRadioButton.vue +1 -2
  41. package/lib/components/ui/table-pagination/PaginationButton.vue +2 -25
  42. package/lib/components/ui/table-pagination/UiTablePagination.vue +41 -20
  43. package/lib/components/ui/tag/UiTag.vue +3 -3
  44. package/lib/components/ui/text-area/UiTextarea.vue +2 -2
  45. package/lib/components/ui/toaster/UiToaster.vue +15 -13
  46. package/lib/components/ui/tree-item-label/UiTreeItemLabel.vue +4 -5
  47. package/lib/composables/pagination.composable.ts +5 -0
  48. package/lib/i18n.ts +4 -0
  49. package/lib/icons/fa-icons.ts +48 -2
  50. package/lib/icons/index.ts +4 -0
  51. package/lib/icons/legacy-icons.ts +10 -0
  52. package/lib/icons/object-icons.ts +1 -1
  53. package/lib/layouts/CoreLayout.vue +1 -2
  54. package/lib/locales/cs.json +29 -10
  55. package/lib/locales/de.json +70 -7
  56. package/lib/locales/en.json +22 -0
  57. package/lib/locales/es.json +3 -3
  58. package/lib/locales/fr.json +22 -0
  59. package/lib/locales/it.json +17 -5
  60. package/lib/locales/nl.json +28 -10
  61. package/lib/locales/pt_BR.json +67 -0
  62. package/lib/locales/sv.json +17 -0
  63. package/lib/packages/icon/DisplayIcon.vue +1 -0
  64. package/lib/packages/progress/README.md +62 -0
  65. package/lib/packages/progress/types.ts +19 -0
  66. package/lib/packages/progress/use-progress-group.ts +68 -0
  67. package/lib/packages/progress/use-progress.ts +22 -0
  68. package/lib/packages/threshold/README.md +30 -0
  69. package/lib/packages/threshold/type.ts +3 -0
  70. package/lib/packages/threshold/use-threshold.ts +19 -0
  71. package/lib/types/object-icon.type.ts +0 -40
  72. package/package.json +1 -1
  73. package/lib/components/icon/NewVtsIcon.vue +0 -49
  74. package/lib/components/ui/complex-icon/UiComplexIcon.vue +0 -45
  75. package/lib/components/ui/object-icon/UiObjectIcon.vue +0 -251
@@ -2,6 +2,7 @@
2
2
  "2nd-last": "2. poslední",
3
3
  "3rd-last": "3. poslední",
4
4
  "about": "O aplikaci",
5
+ "accept-self-signed-certificates": "Přijímat samy sebou podepsané certifikáty",
5
6
  "access-forum": "Diskuzní fórum",
6
7
  "access-xoa": "Přistoupit do XOA",
7
8
  "account-organization-more": "Účet, organizace a další…",
@@ -13,15 +14,15 @@
13
14
  "admin-password": "Heslo správce",
14
15
  "admin-password-confirm": "Potvrzení hesla správce",
15
16
  "affinity-host": "Určený hostitel",
16
- "alarm-type.cpu_usage": "Vytížení procesoru překračuje {n}%",
17
- "alarm-type.disk_usage": "Využití disku překračuje {n}%",
18
- "alarm-type.fs_usage": "Využití souborového systému překračuje {n}%",
19
- "alarm-type.log_fs_usage": "Využití souborového systému, uchovávajícího záznamy událostí, překračuje {n}%",
20
- "alarm-type.mem_usage": "Využití operační paměti překračuje {n}%",
21
- "alarm-type.memory_free_kib": "Volná operační paměť padá pod {n}%",
22
- "alarm-type.network_usage": "Vytížení sítě překračuje {n}%",
23
- "alarm-type.physical_utilisation": "Fyzické využití překračuje {n}%",
24
- "alarm-type.sr_io_throughput_total_per_host": "Celkový průtok přes SR IO na hostiteli přesahuje {n}%",
17
+ "alarm-type.cpu_usage": "Vytížení procesoru překračuje @:n-percent",
18
+ "alarm-type.disk_usage": "Využití disku překračuje @:n-percent",
19
+ "alarm-type.fs_usage": "Využití souborového systému překračuje @:n-percent",
20
+ "alarm-type.log_fs_usage": "Využití souborového systému, uchovávajícího záznamy událostí, překračuje @:n-percent",
21
+ "alarm-type.mem_usage": "Využití operační paměti překračuje @:n-percent",
22
+ "alarm-type.memory_free_kib": "Volná operační paměť padá pod @:n-percent",
23
+ "alarm-type.network_usage": "Vytížení sítě překračuje @:n-percent",
24
+ "alarm-type.physical_utilisation": "Fyzické využití překračuje @:n-percent",
25
+ "alarm-type.sr_io_throughput_total_per_host": "Celkový průtok přes SR IO na hostiteli přesahuje @:n-percent",
25
26
  "alarm-type.unknown": "Neznámý typ výstrahy",
26
27
  "alarms": "Výstrahy",
27
28
  "all-done": "Vše dokončeno!",
@@ -79,7 +80,11 @@
79
80
  "configuration": "Nastavení",
80
81
  "confirm-cancel": "Opravdu chcete zrušit?",
81
82
  "confirm-delete": "Chystáte se smazat {0}",
83
+ "connect": "Připojit",
84
+ "connect-another-pool": "Připojit další fond",
85
+ "connect-pool": "Připojit fond",
82
86
  "connected": "Připojeno",
87
+ "connected-to-ip": "Připojeno k {ip}",
83
88
  "connecting": "Připojuje se",
84
89
  "connection": "Připojení",
85
90
  "connection-failed": "Připojení se nezdařilo",
@@ -103,6 +108,7 @@
103
108
  "core.group": "Skupina",
104
109
  "core.hide": "Skrýt",
105
110
  "core.open": "Otevřít",
111
+ "core.open-in-new-tab": "Otevřít v novém panelu",
106
112
  "core.pagination.all": "Vše",
107
113
  "core.pagination.show-by": "Zobrazit podle",
108
114
  "core.query-search-bar.label": "Vyhledávací engine",
@@ -246,6 +252,7 @@
246
252
  "ip-address": "IP adresa",
247
253
  "ip-addresses": "IP adresy",
248
254
  "ip-mode": "Režim IP",
255
+ "ip-port-placeholder": "adresa[:port]",
249
256
  "is-primary-host": "{name} je hlavní hostitel",
250
257
  "iscsi-iqn": "iSCSI IQN název",
251
258
  "iso-dvd": "ISO/DVD",
@@ -340,6 +347,7 @@
340
347
  "n-hosts": "1 hostitel | {n} hostitelů",
341
348
  "n-hosts-awaiting-patch": "{n} hostitel čeká na tuto záplatu | {n} hostitelů čeká na tuto záplatu",
342
349
  "n-missing": "{n} chybí",
350
+ "n-percent": "{n}%",
343
351
  "n-vms": "1 virt. stroj | {n} virt. strojů",
344
352
  "name": "Název",
345
353
  "nested-virtualization": "Vnořená virtualizace",
@@ -387,6 +395,7 @@
387
395
  "on": "Zapnuto",
388
396
  "on-object": "na {object}",
389
397
  "open-console-in-new-tab": "Otevřít konzoli v novém panelu",
398
+ "options": "Možnosti",
390
399
  "or": "Nebo",
391
400
  "os-kernel": "Jádro operačního systému",
392
401
  "os-name": "Název operačního systému",
@@ -405,6 +414,12 @@
405
414
  "pifs-status": "Stav FYZICKÝCH ROZHRANÍ",
406
415
  "please-confirm": "Prosím potvrďte",
407
416
  "pool": "Fond",
417
+ "pool-connection-error-auth-failed": "Při připojování k fondu došlo k chybě. Zdá se, že uživatelské jméno nebo heslo není správné.",
418
+ "pool-connection-error-duplicate": "Při připojování k fondu došlo k chybě. Zdá se, že už je připojený.",
419
+ "pool-connection-error-host-not-found": "Při připojování k fondu došlo k chybě. Zdá se, že adresa tohoto fondu neexistuje. Zadejte jinou a zkuste to znovu.",
420
+ "pool-connection-error-invalid-parameters": "Při připojování k fondu došlo k chybě. Zdá se, že zadané parametry nejsou platné. Zkontrolujte IP adresu a přihlašovací údaje a pak to zkuste znovu.",
421
+ "pool-connection-ip-info": "Zadejte adresu hlavního hostitele fondu, ke kterému se chcete připojit.",
422
+ "pool-connection-success": "Úspěšně jste připojili fond. Naleznete ho ve stromovém pohledu a můžete začít spravovat hostitele a virt. stroje v něm.",
408
423
  "pool-cpu-usage": "Využití fondu procesorů",
409
424
  "pool-management": "Správa fondu",
410
425
  "pool-ram-usage": "Využití fondu operační paměti",
@@ -448,6 +463,7 @@
448
463
  "resource-management": "Správa prostředků",
449
464
  "resources-overview": "Přehled prostředků",
450
465
  "resume": "Navázat v chodu",
466
+ "root-by-default": "Výchozí je „root“.",
451
467
  "running-vm": "Spuštěný virt. stroj | Spuštěné virt. stroje",
452
468
  "s3-backup-repository": "S3 repozitář záloh",
453
469
  "save": "Uložit",
@@ -515,7 +531,7 @@
515
531
  "tasks": "Úkoly",
516
532
  "tasks.n-subtasks": "{n} podúloha | {n} podúloh",
517
533
  "tasks.no-tasks": "Žádné úlohy",
518
- "tasks.quick-view": "Rychlý přehled úlohy",
534
+ "tasks.quick-view": "Rychlý přehled úloh",
519
535
  "tasks.quick-view.all": "Vše",
520
536
  "tasks.quick-view.done": "Hotovo",
521
537
  "tasks.quick-view.failed": "Nezdařilo se",
@@ -538,12 +554,14 @@
538
554
  "total-storage-repository": "Celkové úložiště repozitáře",
539
555
  "total-used": "Celkem využito",
540
556
  "total-used:": "Celkem využito:",
557
+ "unable-to-connect-to": "Nebylo možné se připojit k {ip}",
541
558
  "unable-to-connect-to-the-pool": "Nebylo možné se připojit k fondu",
542
559
  "unknown": "Neznámé",
543
560
  "unlocked": "Odemčeno",
544
561
  "unreachable-hosts": "Nedosažitelní hostitelé",
545
562
  "unreachable-hosts-reload-page": "Hotovo, načtěte stránku znovu",
546
563
  "up-to-date": "Aktuální",
564
+ "update": "Aktualizovat",
547
565
  "used": "Využito",
548
566
  "user-config": "Nastavení uživatele",
549
567
  "username": "Uživatelské jméno",
@@ -564,6 +582,7 @@
564
582
  "virtualization-boot-settings": "Nastavení virtualizace a zavádění systému",
565
583
  "virtualization-mode": "Režim virtualizace",
566
584
  "virtualization-type": "Typ virtualizace",
585
+ "visit-pool-dashboard": "Přejít na přehled fondu",
567
586
  "vlan": "VLAN",
568
587
  "vm": "Virt. stroj",
569
588
  "vm-description": "Popis virt. stroje",
@@ -1,5 +1,8 @@
1
1
  {
2
+ "2nd-last": "vorletzte",
3
+ "3rd-last": "drittletzte",
2
4
  "about": "Über",
5
+ "accept-self-signed-certificates": "Selbst signierte Zertifikat akzeptieren",
3
6
  "access-forum": "Zum Forum",
4
7
  "access-xoa": "Zum XOA",
5
8
  "account-organization-more": "Konto, Organisation & mehr…",
@@ -10,6 +13,7 @@
10
13
  "admin-login": "Administrator Login",
11
14
  "admin-password": "Administrator Passwort",
12
15
  "admin-password-confirm": "Administrator Passwortbestätigung",
16
+ "affinity-host": "Affinitäts Host",
13
17
  "alarm-type.cpu_usage": "CPU-Nutzung überschreitet @:n-percent",
14
18
  "alarm-type.disk_usage": "Speicherbelegung überschreitet @:n-percent",
15
19
  "alarm-type.fs_usage": "Dateisystem überschreitet @:n-percent",
@@ -24,15 +28,18 @@
24
28
  "all-done": "Alles erledigt!",
25
29
  "all-good": "Alles in Ordnung!",
26
30
  "allow-self-signed-ssl": "Es müssen eventuell selbstsignierte SSL-Zertifikate im Browser zugelassen werden",
31
+ "api-error-details": "API Fehler Details",
27
32
  "appearance": "Aussehen",
28
33
  "ascending": "aufsteigend",
29
34
  "auto-generated": "Automatisch erstellt",
35
+ "auto-power": "Automatisch Hochfahren",
30
36
  "available": "Verfügbar",
31
37
  "available-properties-for-advanced-filter": "Verfügbare Felder für erweiterten Filter:",
32
38
  "back-pool-dashboard": "Zurück zum Pooldashboard",
33
39
  "back-site-dashboard": "Gehen zurück Zum Dashboard",
34
40
  "backup": "Backup",
35
41
  "backup-issues": "Backup Probleme",
42
+ "backup-network": "Backup Netzwerk",
36
43
  "backup-repository": "Backup repository",
37
44
  "backups": "Backups",
38
45
  "backups.jobs": "Jobs",
@@ -48,11 +55,15 @@
48
55
  "backups.vms-protection.unprotected": "In mindestens 1 Job aber ohne Schutz",
49
56
  "best-effort": "Best Effort",
50
57
  "bios-default": "BIOS (Standard)",
58
+ "bios-info": "BIOS Info",
51
59
  "bond": "Bond",
52
60
  "bond-devices": "Bond Geräte",
53
61
  "bond-status": "Bond status",
62
+ "boot-firmware": "Boot Firmware",
54
63
  "boot-firmware-bios": "Die Vorlage enthält bereits die BIOS-Strings",
64
+ "boot-firmware-uefi": "Die Boot Firmware ist UEFI",
55
65
  "boot-vm": "Starte VM",
66
+ "build-number": "Build-Version",
56
67
  "bytes.gi": "GiB",
57
68
  "bytes.ki": "KiB",
58
69
  "bytes.mi": "MiB",
@@ -69,7 +80,15 @@
69
80
  "configuration": "Konfiguration",
70
81
  "confirm-cancel": "Willst du wirklich abbrechen?",
71
82
  "confirm-delete": "Du bist dabei {0} zu löschen",
83
+ "connect": "Verbinden",
84
+ "connect-another-pool": "Mit anderem Pool verbinden",
85
+ "connect-pool": "Mit Pool verbinden",
72
86
  "connected": "Verbunden",
87
+ "connected-to-ip": "Mit {ip} verbunden",
88
+ "connecting": "Verbindung wird hergestellt",
89
+ "connection": "Verbindung",
90
+ "connection-failed": "Verbindung fehlgeschlagen",
91
+ "connections": "Verbindungen",
73
92
  "console": "Konsole",
74
93
  "console-actions": "Konsolenaktionen",
75
94
  "console-clipboard": "Zwischenablage der Konsole",
@@ -77,7 +96,9 @@
77
96
  "control-domain-memory": "Control-Domain-Speicher",
78
97
  "copy": "Kopieren",
79
98
  "copy-all": "Alles kopieren",
99
+ "copy-host": "Host kopieren",
80
100
  "copy-info-json": "Informationen nach JSON kopieren",
101
+ "core-socket": "Kern (Sockel)",
81
102
  "core.character-limit": "{count}/{max} Zeichen | {count}/{max} Zeichen",
82
103
  "core.close": "Schließen",
83
104
  "core.copied": "Kopiert",
@@ -87,6 +108,7 @@
87
108
  "core.group": "Gruppe",
88
109
  "core.hide": "Ausblenden",
89
110
  "core.open": "Öffnen",
111
+ "core.open-in-new-tab": "In neuem Tab öffnen",
90
112
  "core.pagination.all": "Alle",
91
113
  "core.pagination.show-by": "Anzeigen nach",
92
114
  "core.query-search-bar.label": "Suchmaschine",
@@ -108,10 +130,14 @@
108
130
  "core.sort.descending": "Absteigend sortieren",
109
131
  "core.textarea.exceeds-max-characters": "Das Feld muss {max} Zeichen oder weniger enthalten.",
110
132
  "cores-with-sockets": "Kerne (Sockel)",
133
+ "cpu-cap": "Prozessor Limit",
134
+ "cpu-mask": "CPU-Maske",
111
135
  "cpu-provisioning": "Zugewiesene Prozessoren",
112
136
  "cpu-provisioning-warning": "Die Anzahl der zugewiesenen vCPUs überschreitet die physikalisch vorhandenen CPUs. Die Systemperformance kann darunter leiden",
113
137
  "cpu-usage": "Prozessorauslastung",
138
+ "cpu-weight": "Prozessoranteile",
114
139
  "cpus": "Prozessoren",
140
+ "crash-dump-storage-repository": "Absturzbericht Speicher Repository",
115
141
  "create": "Erstellen",
116
142
  "created-on": "Erstellt am",
117
143
  "custom-config": "Benutzerdefinierte Konfiguration",
@@ -121,6 +147,7 @@
121
147
  "dashboard": "Dashboard",
122
148
  "default-behavior": "Standard-Verhalten",
123
149
  "default-locking-mode": "Standard-Sperrmodus",
150
+ "default-storage-repository": "Standard Speicher Repository",
124
151
  "delete": "Löschen",
125
152
  "delete-vms": "1 VM löschen | {n} VMs löschen",
126
153
  "deploy": "Bereitstellen",
@@ -149,11 +176,13 @@
149
176
  "edit": "Bearbeiten",
150
177
  "edit-config": "Einstellungen bearbeiten",
151
178
  "enabled": "Aktiviert",
152
- "end-of-life": "Am Lebensende",
179
+ "end-of-life": "Produktlebensende",
153
180
  "eol": "EOL",
181
+ "error": "Fehler",
154
182
  "error-no-data": "Fehler beim Datenabruf.",
155
183
  "error-occurred": "Ein Fehler ist aufgetreten",
156
184
  "exit-fullscreen": "Vollbild verlassen",
185
+ "expiration-date": "Gültigkeitsende",
157
186
  "export": "Exportieren",
158
187
  "export-n-vms": "1 VM exportieren | {n} VMs exportieren",
159
188
  "export-n-vms-manually": "1 VM manuell exportieren | {n} VMs manuell exportieren",
@@ -161,6 +190,7 @@
161
190
  "export-vm": "VM exportieren",
162
191
  "export-vms": "VMs exportieren",
163
192
  "export-vms-manually-information": "Einige VM-Exporte konnten nicht automatisch gestartet werden, was wahrscheinlich an deinen Browsereinstellungen liegt. Um sie zu exportieren, solltest du jede einzeln anklicken. (Alternativ kannst du auch den Link kopieren.)",
193
+ "fast-clone": "Schneller Klon",
164
194
  "fetching-fresh-data": "Rufe neue Daten ab",
165
195
  "filter.comparison.contains": "Enthält",
166
196
  "filter.comparison.ends-with": "Endet mit",
@@ -181,15 +211,18 @@
181
211
  "for-replication": "Für die Replikation",
182
212
  "force-reboot": "Neustart erzwingen",
183
213
  "force-shutdown": "Herunterfahren erzwingen",
214
+ "forget": "Vergessen",
184
215
  "fullscreen": "Vollbild",
185
216
  "fullscreen-leave": "Vollbild schließen",
186
217
  "gateway": "Gateway",
187
218
  "general-information": "Generelle Informationen",
188
219
  "go-back": "Zurück",
220
+ "gpus": "GPUs",
189
221
  "graphics-display": "Grafik und Anzeige",
190
222
  "gzip": "gzip",
191
223
  "hardware": "Hardware",
192
224
  "hardware-specifications": "Hardware Spezifikationen",
225
+ "heartbeat-storage-repository": "Heartbeat Speicher Repository",
193
226
  "here": "Hier",
194
227
  "high-availability": "Hohe Verfügbarkeit",
195
228
  "host": "Host",
@@ -211,11 +244,17 @@
211
244
  "id": "ID",
212
245
  "in-last-three-jobs": "In ihren letzten drei Jobs",
213
246
  "install-settings": "Installationseinstellungen",
247
+ "interfaces": "Schnitstelle | Schnittstelle | Schnitstellen",
248
+ "interrupted": "Unterbrochen",
214
249
  "invalid-field": "Ungültiges Feld",
215
250
  "ip-address": "IP-Adresse",
216
251
  "ip-addresses": "IP-Adressen",
217
252
  "ip-mode": "IP-Modus",
253
+ "ip-port-placeholder": "Adresse[:Port]",
218
254
  "is-primary-host": "{name} ist der primäre Host",
255
+ "iscsi-iqn": "iSCSI IQN",
256
+ "iso-dvd": "ISO/DVD",
257
+ "job-name": "Job Name",
219
258
  "job.vm-copy.bad-power-state": "Die VM muss angehalten werden",
220
259
  "job.vm-copy.in-progress": "Kopiervorgang läuft…",
221
260
  "job.vm-copy.missing-vms": "Keine VM zu kopieren",
@@ -235,7 +274,7 @@
235
274
  "job.vm-migrate.bad-power-state": "VM muss eingeschaltet sein",
236
275
  "job.vm-migrate.in-progress": "Migration läuft…",
237
276
  "job.vm-migrate.missing-host": "Zielhost ist erforderlich",
238
- "job.vm-migrate.missing-vms": "Keine VMs zu migrieren",
277
+ "job.vm-migrate.missing-vms": "Keine VM, die migriert werden muss",
239
278
  "job.vm-pause.bad-power-state": "VM muss eingeschaltet sein",
240
279
  "job.vm-pause.in-progress": "Pausierung läuft…",
241
280
  "job.vm-pause.missing-vms": "Keine VM zu pausieren",
@@ -248,7 +287,7 @@
248
287
  "job.vm-shutdown.bad-power-state": "VM muss eingeschaltet sein",
249
288
  "job.vm-shutdown.in-progress": "Abschaltung läuft…",
250
289
  "job.vm-shutdown.missing-vms": "Keine VMs zum Herunterfahren",
251
- "job.vm-snapshot.in-progress": "Schnappschuss läuft…",
290
+ "job.vm-snapshot.in-progress": "Snapshot läuft…",
252
291
  "job.vm-snapshot.missing-vms": "Keine VM für den Schnappschuss",
253
292
  "job.vm-start-on.bad-power-state": "VM muss gestoppt werden",
254
293
  "job.vm-start-on.in-progress": "Start läuft…",
@@ -263,8 +302,10 @@
263
302
  "keep-me-logged": "Angemeldet bleiben",
264
303
  "keep-page-open": "Fenster bis zum Ende der Installation nicht Aktualisieren oder Schließen.",
265
304
  "language": "Sprache",
305
+ "last": "letzte",
266
306
  "last-week": "Letzte Woche",
267
307
  "learn-more": "Mehr erfahren",
308
+ "license-type": "Lizenztyp",
268
309
  "licensing": "Lizensierung",
269
310
  "load-average": "Durchschnittsauslastung",
270
311
  "load-now": "Jetzt laden",
@@ -279,11 +320,20 @@
279
320
  "mac-addresses": "Mac-Adressen",
280
321
  "manage-citrix-pv-drivers-via-windows-update": "Verwalten von Citrix PV-Treibern über Windows Update",
281
322
  "management": "Verwaltung",
323
+ "management-agent-version": "Verwaltungsdienst Version",
282
324
  "manufacturer-info": "Herstellerinformation",
283
325
  "master": "Primärer Host",
284
- "memory-usage": "",
326
+ "maximum-cpu-limit": "Maximale Prozessoren Limit",
327
+ "maximum-dynamic-memory": "Maximaler dynamischer Arbeitsspeicher",
328
+ "maximum-static-memory": "Maximaler statischer Arbeitsspeicher",
329
+ "memory": "Arbeitsspeicher",
330
+ "memory-usage": "Arbeitsspeicherauslastung",
285
331
  "migrate": "Migrieren",
286
332
  "migrate-n-vms": "1 VM migrieren | {n} VMs migrieren",
333
+ "migration-compression": "Migrations-Komprimierung",
334
+ "minimum-cpu-limit": "Minimale Prozessoren Limit",
335
+ "minimum-dynamic-memory": "Minimaler dynamischer Arbeitsspeicher",
336
+ "minimum-static-memory": "Minimaler statischer Arbeitsspeicher",
287
337
  "missing-patches": "Fehlende Patches",
288
338
  "more-actions": "Weitere Aktionen",
289
339
  "mtu": "MTU",
@@ -297,6 +347,7 @@
297
347
  "n-percent": "{n}%",
298
348
  "n-vms": "1 VM | {n} VMs",
299
349
  "name": "Name",
350
+ "nested-virtualization": "Verschachtelte Virtualisierung",
300
351
  "netmask": "Netzmaske",
301
352
  "network": "Netzwerk",
302
353
  "network-block-device": "Netzblockgerät",
@@ -305,6 +356,7 @@
305
356
  "network-information": "Netzwerkinformationen",
306
357
  "network-throughput": "Netzwerkdurchsatz",
307
358
  "network-upload": "Upload",
359
+ "networking": "Netzwerk",
308
360
  "networks": "Netzwerke",
309
361
  "new": "Neu",
310
362
  "new-features-are-coming": "Neue Funktionen sind bald verfügbar!",
@@ -325,10 +377,12 @@
325
377
  "no-results": "Keine Ergebnisse",
326
378
  "no-selected-vm-can-be-exported": "Keine der ausgewählten VMs kann exportiert werden",
327
379
  "no-selected-vm-can-be-migrated": "Keine der ausgewählten VMs kann migriert werden",
380
+ "no-server-detected": "Kein Server gefunden",
328
381
  "no-tasks": "Keine Aufgaben",
329
382
  "no-vif-detected": "Kein VIF erkannt",
330
383
  "none": "Keine",
331
384
  "not-found": "Nicht gefunden",
385
+ "not-running": "Läuft nicht",
332
386
  "not-yet-available": "Information ist noch nicht verfügbar",
333
387
  "object": "Objekt",
334
388
  "object-not-found": "Objekt {id} wurde nicht gefunden…",
@@ -338,6 +392,7 @@
338
392
  "on": "Eingeschaltet",
339
393
  "on-object": "auf {object}",
340
394
  "open-console-in-new-tab": "Konsole in neuem Reiter öffnen",
395
+ "options": "Optionen",
341
396
  "or": "Oder",
342
397
  "os-kernel": "Betriebssystem-Kernel",
343
398
  "os-name": "Betriebssystem-Name",
@@ -346,7 +401,7 @@
346
401
  "partially-connected": "Teilweise verbunden",
347
402
  "password": "Passwort",
348
403
  "password-invalid": "Ungültiges Passwort",
349
- "patches": "Patches",
404
+ "patches": "Korrekturen",
350
405
  "pause": "Pausieren",
351
406
  "physical-interface-status": "Status der physischen Schnittstelle",
352
407
  "pick-template": "Vorlage auswählen",
@@ -366,6 +421,7 @@
366
421
  "pools-status.unreachable": "Nicht erreichbar",
367
422
  "pools-status.unreachable.tooltip": "Server konfiguriert, aber nicht erreichbar",
368
423
  "power-on-host-for-console": "Host muss gestartet werden, um die Konsole zu erreichen",
424
+ "power-on-mode": "Externe Einschaltung",
369
425
  "power-on-vm-for-console": "VM muss gestartet werden, um die Konsole zu erreichen",
370
426
  "power-state": "Energiezustand",
371
427
  "professional-support": "Professioneller Support",
@@ -377,7 +433,7 @@
377
433
  "quick-info": "Schnell-Information",
378
434
  "ram": "Arbeitsspeicher",
379
435
  "ram-provisioning": "RAM-Provisionierung",
380
- "ram-usage": "Arbeitsspeicherauslastung",
436
+ "ram-usage": "Arbeitsspeicherbelegung",
381
437
  "reboot": "Neustart",
382
438
  "receive": "Empfangen",
383
439
  "reformat": "Neu formatieren",
@@ -393,6 +449,7 @@
393
449
  "resource-management": "Ressourcenmanagement",
394
450
  "resources-overview": "Überblick über die Ressourcen",
395
451
  "resume": "Fortsetzen",
452
+ "root-by-default": "Standardmäßig \"root\"",
396
453
  "running-vm": "VM eingeschalten | VMs eingeschalten",
397
454
  "s3-backup-repository": "S3-Backupdepot",
398
455
  "save": "Speichern",
@@ -406,6 +463,7 @@
406
463
  "select.network": "Netzwerk auswählen",
407
464
  "select.storage": "Speicher auswählen",
408
465
  "selected-vms-in-execution": "Einige der ausgewählten VMs sind eingeschaltet",
466
+ "self-signed-certificates": "Selbst signierte Zertifikate",
409
467
  "send": "Senden",
410
468
  "send-ctrl-alt-del": "Ctrl+Alt+Del senden",
411
469
  "send-us-feedback": "Gib uns Feedback",
@@ -414,9 +472,11 @@
414
472
  "sidebar.search-tree-view": "In Baumstruktur suchen",
415
473
  "sidebar.vms-treeview": "VM-Baumstruktur",
416
474
  "size": "Größe",
417
- "snapshot": "Schnappschuss",
475
+ "snapshot": "Snapshot",
476
+ "software-tooling": "Software & Werkzeuge",
418
477
  "sort-by": "Sortiert nach",
419
478
  "speed": "Geschwindigkeit",
479
+ "sr": "SR",
420
480
  "ssh-account": "SSH Konto",
421
481
  "ssh-login": "SSH Benutzername",
422
482
  "ssh-password": "SSH Passwort",
@@ -435,9 +495,11 @@
435
495
  "storage": "Speicher",
436
496
  "storage-repository": "Speicherort",
437
497
  "storage-usage": "Belegung Storage",
498
+ "success": "Erfolgreich",
438
499
  "summary": "Zusammenfassung",
439
500
  "support": "Support",
440
501
  "suspend": "Anhalten",
502
+ "suspend-storage-repository": "Speicherort anhalten",
441
503
  "switch-theme": "Theme wechseln",
442
504
  "system": "System",
443
505
  "system-disks-health": "System Festplattenzustand",
@@ -471,6 +533,7 @@
471
533
  "total-storage-repository": "Gesamtspeicherort",
472
534
  "total-used": "Gesamt genutzt",
473
535
  "total-used:": "Gesamt genutzt:",
536
+ "unable-to-connect-to": "Verbindung zu {ip} fehlgeschlagen",
474
537
  "unknown": "Unbekannt",
475
538
  "unlocked": "Freigeschaltet",
476
539
  "unreachable-hosts": "Hosts nicht erreichbar",
@@ -37,10 +37,22 @@
37
37
  "available-properties-for-advanced-filter": "Available properties for advanced filter:",
38
38
  "back-pool-dashboard": "Go back to your Pool dashboard",
39
39
  "back-site-dashboard": "Go back to your site dashboard",
40
+ "backed-up-vms": "Backed up VMs",
40
41
  "backup": "Backup",
41
42
  "backup-issues": "Backup issues",
43
+ "backup-jobs": "Backup jobs",
42
44
  "backup-network": "Backup network",
43
45
  "backup-repository": "Backup repository (local, NFS, SMB)",
46
+ "backup-targets": "Backup targets",
47
+ "backup.continuous-replication": "Continuous replication",
48
+ "backup.disaster-recovery": "Disaster recovery",
49
+ "backup.full": "Full backup",
50
+ "backup.incremental": "Incremental backup",
51
+ "backup.metadata": "Metadata backup",
52
+ "backup.mirror": "Mirror backup",
53
+ "backup.pool-metadata": "Pool metadata",
54
+ "backup.rolling-snapshot": "Rolling snapshot",
55
+ "backup.xo-config": "XO config",
44
56
  "backups": "Backups",
45
57
  "backups.jobs": "Jobs",
46
58
  "backups.jobs.at-least-one-skipped": "At least one skipped",
@@ -78,6 +90,7 @@
78
90
  "community": "Community",
79
91
  "community-name": "{name} community",
80
92
  "configuration": "Configuration",
93
+ "configure-in-xo-5": "Configure in XO 5",
81
94
  "confirm-cancel": "Are you sure you want to cancel?",
82
95
  "confirm-delete": "You're about to delete {0}",
83
96
  "connect": "Connect",
@@ -141,11 +154,13 @@
141
154
  "crash-dump-storage-repository": "Crash dump storage repository",
142
155
  "create": "Create",
143
156
  "created-on": "Created on",
157
+ "cron-pattern": "Cron pattern",
144
158
  "custom-config": "Custom config",
145
159
  "dark-mode.auto": "Auto dark mode",
146
160
  "dark-mode.disable": "Disable dark mode",
147
161
  "dark-mode.enable": "Enable dark mode",
148
162
  "dashboard": "Dashboard",
163
+ "date": "Date",
149
164
  "default-behavior": "Default behavior",
150
165
  "default-locking-mode": "Default locking mode",
151
166
  "default-storage-repository": "Default storage repository",
@@ -305,6 +320,7 @@
305
320
  "keep-page-open": "Do not refresh or quit tab before end of deployment.",
306
321
  "language": "Language",
307
322
  "last": "Last",
323
+ "last-n-runs": "Last {n} runs",
308
324
  "last-week": "Last week",
309
325
  "learn-more": "Learn more",
310
326
  "license-socket": "License socket",
@@ -338,6 +354,7 @@
338
354
  "minimum-dynamic-memory": "Minimum dynamic memory",
339
355
  "minimum-static-memory": "Minimum static memory",
340
356
  "missing-patches": "Missing patches",
357
+ "mode": "Mode",
341
358
  "more-actions": "More actions",
342
359
  "mtu": "MTU",
343
360
  "multi-creation": "Multi creation",
@@ -373,6 +390,7 @@
373
390
  "news-name": "{name} news",
374
391
  "nic-type": "NIC type",
375
392
  "no-alarm-triggered": "No alarm triggered",
393
+ "no-backup-available": "No backup available",
376
394
  "no-config": "No configuration",
377
395
  "no-data": "No data",
378
396
  "no-network-detected": "No network detected",
@@ -469,7 +487,9 @@
469
487
  "s3-backup-repository": "S3 backup repository",
470
488
  "save": "Save",
471
489
  "scan-pifs": "Scan PIFs",
490
+ "schedule-name": "Schedule name",
472
491
  "scheduler-granularity": "Scheduler granularity",
492
+ "schedules": "Schedules",
473
493
  "secure-boot": "Secure boot",
474
494
  "see-all": "See all",
475
495
  "see-less": "See less",
@@ -485,6 +505,7 @@
485
505
  "send-ctrl-alt-del": "Send Ctrl+Alt+Del",
486
506
  "send-us-feedback": "Send us feedback",
487
507
  "settings": "Settings",
508
+ "settings.missing-translations": "Missing or incorrect translations?",
488
509
  "shutdown": "Shutdown",
489
510
  "sidebar.search-tree-view": "Search in treeview",
490
511
  "sidebar.vms-treeview": "VMs treeview",
@@ -553,6 +574,7 @@
553
574
  "total-free": "Total free",
554
575
  "total-free:": "Total free:",
555
576
  "total-memory": "Total memory",
577
+ "total-schedules": "Total schedules",
556
578
  "total-storage-repository": "Total storage repository",
557
579
  "total-used": "Total used",
558
580
  "total-used:": "Total used:",
@@ -62,7 +62,7 @@
62
62
  "boot-firmware-bios": "La plantilla ya contiene las cadenas de la BIOS",
63
63
  "boot-firmware-uefi": "El firmware de arranque es UEFI",
64
64
  "boot-vm": "Arranca la VM",
65
- "build-number": "Número de compilación",
65
+ "build-number": "Número de Build",
66
66
  "bytes.gi": "GB",
67
67
  "bytes.ki": "KB",
68
68
  "bytes.mi": "MB",
@@ -130,7 +130,7 @@
130
130
  "cpu-provisioning": "Aprovisionamiento de CPU",
131
131
  "cpu-provisioning-warning": "La cantidad de vCPU asignadas excede la cantidad de CPU físicas disponibles. El rendimiento del sistema puede verse afectado",
132
132
  "cpu-usage": "Uso de CPU",
133
- "cpu-weight": "Ponderación CPU",
133
+ "cpu-weight": "Peso CPU",
134
134
  "cpus": "CPUs",
135
135
  "crash-dump-storage-repository": "Repositorio de almacenamiento del volcado de memoria",
136
136
  "create": "Crear",
@@ -236,7 +236,7 @@
236
236
  "hosts-status.running": "En marcha",
237
237
  "hosts-status.unknown": "Desconocido",
238
238
  "hosts-status.unknown.tooltip": "Las métricas de los servidores no están disponibles",
239
- "hyper-threading": "Hyperthreading (SMT)",
239
+ "hyper-threading": "Hyper threading (SMT)",
240
240
  "id": "ID",
241
241
  "in-last-three-jobs": "En las últimas tres tareas",
242
242
  "install-settings": "Parámetros de instalación",