@xen-orchestra/web-core 0.14.0 → 0.16.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/assets/css/_typography.pcss +148 -6
- package/lib/assets/css/base.pcss +4 -4
- package/lib/components/backup-item/VtsBackupItem.vue +1 -1
- package/lib/components/card/VtsCardRowKeyValue.vue +4 -2
- package/lib/components/cell-object/VtsCellObject.vue +1 -1
- package/lib/components/cell-text/VtsCellText.vue +2 -2
- package/lib/components/connection-status/VtsConnectionStatus.vue +3 -0
- package/lib/components/console/VtsClipboardConsole.vue +2 -2
- package/lib/components/data-table/VtsDataTable.vue +11 -3
- package/lib/components/menu/MenuTrigger.vue +2 -2
- package/lib/components/resources/VtsResource.vue +4 -5
- package/lib/components/state-hero/VtsPageNotFoundHero.vue +1 -1
- package/lib/components/state-hero/VtsStateHero.vue +2 -2
- package/lib/components/tab/TabItem.vue +10 -10
- package/lib/components/table/ColumnTitle.vue +8 -8
- package/lib/components/table/VtsTable.vue +2 -2
- package/lib/components/task/VtsQuickTaskList.vue +1 -1
- package/lib/components/tree/VtsTreeItemError.vue +1 -1
- package/lib/components/ui/account-menu-button/UiAccountMenuButton.vue +1 -1
- package/lib/components/ui/actions-title/UiActionsTitle.vue +1 -1
- package/lib/components/ui/button/UiButton.vue +12 -12
- package/lib/components/ui/button-icon/UiButtonIcon.vue +3 -3
- package/lib/components/ui/card-numbers/UiCardNumbers.vue +4 -6
- package/lib/components/ui/card-subtitle/UiCardSubtitle.vue +3 -3
- package/lib/components/ui/card-title/UiCardTitle.vue +3 -3
- package/lib/components/ui/character-limit/UiCharacterLimit.vue +35 -0
- package/lib/components/ui/checkbox/UiCheckbox.vue +4 -4
- package/lib/components/ui/chip/UiChip.vue +1 -1
- package/lib/components/ui/counter/UiCounter.vue +7 -7
- package/lib/components/ui/dropdown-button/UiDropdownButton.vue +2 -2
- package/lib/components/ui/head-bar/UiHeadBar.vue +2 -2
- package/lib/components/ui/info/UiInfo.vue +1 -1
- package/lib/components/ui/input/UiInput.vue +15 -9
- package/lib/components/ui/label/UiLabel.vue +1 -1
- package/lib/components/ui/legend/UiLegend.vue +3 -3
- package/lib/components/ui/legend-title/UiLegendTitle.vue +1 -1
- package/lib/components/ui/link/UiLink.vue +3 -3
- package/lib/components/ui/object-link/UiObjectLink.vue +7 -7
- package/lib/components/ui/panel/UiPanel.vue +4 -2
- package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +2 -2
- package/lib/components/ui/quick-task-item/UiQuickTaskItem.vue +3 -3
- package/lib/components/ui/radio-button/UiRadioButton.vue +2 -2
- package/lib/components/ui/stacked-bar/StackedBarSegment.vue +1 -1
- package/lib/components/ui/table-pagination/UiTablePagination.vue +4 -4
- package/lib/components/ui/tag/UiTag.vue +1 -1
- package/lib/components/ui/{input → text-area}/UiTextarea.vue +54 -12
- package/lib/components/ui/title/UiTitle.vue +3 -3
- package/lib/components/ui/toaster/UiToaster.vue +2 -2
- package/lib/components/ui/toggle/UiToggle.vue +3 -3
- package/lib/components/ui/tooltip/UiTooltip.vue +1 -1
- package/lib/components/ui/top-bottom-table/UiTopBottomTable.vue +1 -1
- package/lib/components/ui/tree-item-label/UiTreeItemLabel.vue +1 -1
- package/lib/components/ui/user-link/UiUserLink.vue +8 -8
- package/lib/i18n.ts +4 -0
- package/lib/locales/cs.json +362 -16
- package/lib/locales/de.json +245 -41
- package/lib/locales/en.json +316 -14
- package/lib/locales/es.json +355 -29
- package/lib/locales/fa.json +206 -9
- package/lib/locales/fr.json +320 -18
- package/lib/locales/sv.json +421 -0
- package/lib/utils/to-variants.util.md +3 -3
- package/package.json +1 -1
- package/lib/assets/css/typography/_legacy.pcss +0 -123
- package/lib/assets/css/typography/_letter-spacing.pcss +0 -27
- package/lib/assets/css/typography/_line-height.pcss +0 -19
- package/lib/assets/css/typography/_size.pcss +0 -95
- package/lib/assets/css/typography/_style.pcss +0 -35
- package/lib/assets/css/typography/_weight.pcss +0 -57
package/lib/locales/de.json
CHANGED
|
@@ -1,43 +1,247 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
2
|
+
"about": "Über",
|
|
3
|
+
"access-xoa": "Access XOA",
|
|
4
|
+
"account-organization-more": "Konto, Organisation & mehr…",
|
|
5
|
+
"add": "Hinzufügen",
|
|
6
|
+
"add-filter": "Filter hinzufügen",
|
|
7
|
+
"add-or": "+Oder",
|
|
8
|
+
"add-sort": "Sortierung hinzufügen",
|
|
9
|
+
"admin-login": "Administrator Login",
|
|
10
|
+
"admin-password": "Administrator Passwort",
|
|
11
|
+
"admin-password-confirm": "Administrator Passwortbestätigung",
|
|
12
|
+
"alarm-type.cpu_usage": "CPU-Nutzung überschreitet {n}%",
|
|
13
|
+
"alarm-type.disk_usage": "Speicherbelegung überschreitet {n}%",
|
|
14
|
+
"alarm-type.fs_usage": "Dateisystem überschreitet {n}%",
|
|
15
|
+
"alarm-type.log_fs_usage": "Loggingdateisystem überschreitet {n}%",
|
|
16
|
+
"alarm-type.mem_usage": "Arbeitsspeicherauslastung überschreitet {n}%",
|
|
17
|
+
"alarm-type.memory_free_kib": "Freier Speicher fällt unter {n}%",
|
|
18
|
+
"alarm-type.network_usage": "Netzwerkauslastung überschreitet {n}%",
|
|
19
|
+
"alarm-type.physical_utilisation": "Physical utilisation exceeds {n}%",
|
|
20
|
+
"alarm-type.sr_io_throughput_total_per_host": "SR IO throughput total per host exceeds {n}%",
|
|
21
|
+
"alarm-type.unknown": "unbekannter Alarmtyp",
|
|
22
|
+
"alarms": "Alarme",
|
|
23
|
+
"all-good": "Alles in Ordnung!",
|
|
24
|
+
"allow-self-signed-ssl": "Es müssen eventuell selbstsignierte SSL-Zertifikate im Browser zugelassen werden",
|
|
25
|
+
"appearance": "Aussehen",
|
|
26
|
+
"ascending": "aufsteigend",
|
|
27
|
+
"available-properties-for-advanced-filter": "Verfügbare Felder für erweiterten Filter:",
|
|
28
|
+
"back-pool-dashboard": "Zurück zum Pooldashboard",
|
|
29
|
+
"backup": "Backup",
|
|
30
|
+
"bytes.gi": "GiB",
|
|
31
|
+
"bytes.ki": "KiB",
|
|
32
|
+
"bytes.mi": "MiB",
|
|
33
|
+
"cancel": "Abbrechen",
|
|
34
|
+
"change-state": "Energiezustand ändern",
|
|
35
|
+
"check-errors": "Überprüfe die Fehler:",
|
|
36
|
+
"click-to-display-alarms": "Hier klicken um Alarme anzuzeigen:",
|
|
37
|
+
"click-to-return-default-pool": "Hier klicken um zum Standardpool zurückzukehren",
|
|
38
|
+
"coming-soon": "Bald verfügbar!",
|
|
39
|
+
"community": "Community",
|
|
40
|
+
"community-name": "{name} community",
|
|
41
|
+
"configuration": "Konfiguration",
|
|
42
|
+
"confirm-cancel": "Willst du wirklich abbrechen?",
|
|
43
|
+
"confirm-delete": "Willst du wirklich {0} löschen?",
|
|
44
|
+
"console": "Konsole",
|
|
45
|
+
"console-unavailable": "Die Konsole ist nicht verfügbar",
|
|
46
|
+
"copy": "Kopieren",
|
|
47
|
+
"core.close": "Schließen",
|
|
48
|
+
"core.group": "Gruppe",
|
|
49
|
+
"core.select.all": "Alles auswählen",
|
|
50
|
+
"core.select.none": "Alle abwählen",
|
|
51
|
+
"cpu-provisioning": "Zugewiesene Prozessoren",
|
|
52
|
+
"cpu-provisioning-warning": "Die Anzahl der zugewiesenen vCPUs überschreitet die physikalisch vorhandenen CPUs. Die Systemperformance kann darunter leiden.",
|
|
53
|
+
"cpu-usage": "Prozessorauslastung",
|
|
54
|
+
"dark-mode.auto": "Automatischer Dunkelmodus",
|
|
55
|
+
"dark-mode.disable": "Deaktivieren Sie den Dunkelmodus",
|
|
56
|
+
"dark-mode.enable": "Aktivieren Sie den Dunkelmodus",
|
|
57
|
+
"dashboard": "Dashboard",
|
|
58
|
+
"delete": "Löschen",
|
|
59
|
+
"delete-vms": "1 VM löschen| {n} VMs löschen",
|
|
60
|
+
"deploy": "Installieren",
|
|
61
|
+
"deploy-xoa": "XOA installieren",
|
|
62
|
+
"deploy-xoa-available-on-desktop": "Die Installation von XOA ist auf dem Desktop verfügbar",
|
|
63
|
+
"deploy-xoa-status.configuring": "Konfiguriere XOA…",
|
|
64
|
+
"deploy-xoa-status.importing": "Importiere XOA…",
|
|
65
|
+
"deploy-xoa-status.not-responding": "XOA antwortet nicht",
|
|
66
|
+
"deploy-xoa-status.ready": "XOA ist startklar!",
|
|
67
|
+
"deploy-xoa-status.starting": "Starte XOA…",
|
|
68
|
+
"deploy-xoa-status.waiting": "Warte auf Antwort von XOA…",
|
|
69
|
+
"descending": "absteigend",
|
|
70
|
+
"description": "Beschreibung",
|
|
71
|
+
"dhcp": "DHCP",
|
|
72
|
+
"disabled": "deaktiviert",
|
|
73
|
+
"display": "Display",
|
|
74
|
+
"dns": "DNS",
|
|
75
|
+
"do-you-have-needs": "Vermisst du Funktionen oder hast Vorschläge? Sag uns Bescheid: ",
|
|
76
|
+
"documentation": "Dokumentation",
|
|
77
|
+
"documentation-name": "{name} Dokumentation",
|
|
78
|
+
"edit-config": "Einstellungen anpassen",
|
|
79
|
+
"enabled": "Aktiviert",
|
|
80
|
+
"error-no-data": "Fehler beim Datenabruf.",
|
|
81
|
+
"error-occurred": "Ein Fehler ist aufgetreten",
|
|
82
|
+
"export": "Exportieren",
|
|
83
|
+
"export-n-vms": "1 VM exportieren | {n} VMs exportieren",
|
|
84
|
+
"export-n-vms-manually": "1 VM manuell exportieren | {n} VMs manuell exportieren",
|
|
85
|
+
"export-table-to": "Tabelle nach {type} exportieren",
|
|
86
|
+
"export-vm": "VM exportieren",
|
|
87
|
+
"export-vms": "VMs exportieren",
|
|
88
|
+
"export-vms-manually-information": "Some VM exports were not able to start automatically, probably due to your browser settings. To export them, you should click on each one. (Alternatively, copy the link as well.)",
|
|
89
|
+
"fetching-fresh-data": "Rufe neue Daten ab",
|
|
90
|
+
"filter.comparison.contains": "Enthält",
|
|
91
|
+
"filter.comparison.ends-with": "Endet mit",
|
|
92
|
+
"filter.comparison.equals": "Entspricht",
|
|
93
|
+
"filter.comparison.is": "Ist",
|
|
94
|
+
"filter.comparison.is-false": "Ist falsch",
|
|
95
|
+
"filter.comparison.is-not": "Ist nicht",
|
|
96
|
+
"filter.comparison.is-true": "Ist wahr",
|
|
97
|
+
"filter.comparison.matches-regex": "Entspricht Regulärem Ausdruck",
|
|
98
|
+
"filter.comparison.not-contain": "Enthält nicht",
|
|
99
|
+
"filter.comparison.not-end-with": "Endet nicht mit",
|
|
100
|
+
"filter.comparison.not-equal": "Entspricht nicht",
|
|
101
|
+
"filter.comparison.not-match-regex": "Entspricht nicht Regulärem Ausdruck",
|
|
102
|
+
"filter.comparison.not-start-with": "Beginnt nicht mit",
|
|
103
|
+
"filter.comparison.starts-with": "Beginnt mit",
|
|
104
|
+
"following-hosts-unreachable": "Die folgenden Hosts sind nicht erreichbar",
|
|
105
|
+
"force-reboot": "Neustart erzwingen",
|
|
106
|
+
"force-shutdown": "Herunterfahren erzwingen",
|
|
107
|
+
"fullscreen": "Vollbild",
|
|
108
|
+
"fullscreen-leave": "Vollbild schließen",
|
|
109
|
+
"gateway": "Gateway",
|
|
110
|
+
"go-back": "Zurück",
|
|
111
|
+
"gzip": "gzip",
|
|
112
|
+
"here": "Hier",
|
|
113
|
+
"host.active": "Aktiv",
|
|
114
|
+
"host.inactive": "Inaktiv",
|
|
115
|
+
"hosts": "Hosts",
|
|
116
|
+
"invalid-field": "Ungültiges Feld",
|
|
117
|
+
"keep-me-logged": "Angemeldet bleiben",
|
|
118
|
+
"keep-page-open": "Fenster bis zum Ende der Installation nicht Aktualisieren oder Schließen.",
|
|
119
|
+
"language": "Sprache",
|
|
120
|
+
"last-week": "Letzte Woche",
|
|
121
|
+
"learn-more": "Mehr erfahren",
|
|
122
|
+
"load-now": "Jetzt laden",
|
|
123
|
+
"loading-hosts": "Lade Hosts…",
|
|
124
|
+
"loading-in-progress": "Ladevorgang läuft…",
|
|
125
|
+
"log-out": "Abmelden",
|
|
126
|
+
"login": "Anmelden",
|
|
127
|
+
"login-only-on-master": "Die Anmeldung ist nur am Master möglich.",
|
|
128
|
+
"master": "Primärer Host",
|
|
129
|
+
"migrate": "Migrieren",
|
|
130
|
+
"migrate-n-vms": "1 VM migrieren | {n} VMs migrieren",
|
|
131
|
+
"more-actions": "Weitere Aktionen",
|
|
132
|
+
"n-gb-left": "{n} GB frei",
|
|
133
|
+
"n-gb-required": "{n} GB benötigt",
|
|
134
|
+
"n-hosts-awaiting-patch": "Der Host {n} benötigt dieses Patch | Die Hosts {n} benötigen dieses Patch",
|
|
135
|
+
"n-missing": "{n} verbleibend",
|
|
136
|
+
"n-vms": "1 VM | {n} VMs",
|
|
137
|
+
"name": "Name",
|
|
138
|
+
"netmask": "Netzmaske",
|
|
139
|
+
"network": "Netzwerk",
|
|
140
|
+
"network-download": "Download",
|
|
141
|
+
"network-throughput": "Netzwerkdurchsatz",
|
|
142
|
+
"network-upload": "Upload",
|
|
143
|
+
"new-features-are-coming": "Neue Funktionen sind bald verfügbar!",
|
|
144
|
+
"news": "Neuigkeiten",
|
|
145
|
+
"news-name": "Neuigkeiten zu {name}",
|
|
146
|
+
"no-alarm-triggered": "Kein Alarm ausgelöst",
|
|
147
|
+
"no-result": "Nichts gefunden",
|
|
148
|
+
"no-selected-vm-can-be-exported": "Keine der ausgewählten VMs kann exportiert werden",
|
|
149
|
+
"no-selected-vm-can-be-migrated": "Keine der ausgewählten VMs kann migriert werden",
|
|
150
|
+
"no-tasks": "Keine Aufgaben",
|
|
151
|
+
"not-found": "Nicht gefunden",
|
|
152
|
+
"object": "Objekt",
|
|
153
|
+
"object-not-found": "Objekt {id} wurde nicht gefunden…",
|
|
154
|
+
"ok": "OK",
|
|
155
|
+
"on-object": "auf {object}",
|
|
156
|
+
"open-console-in-new-tab": "Konsole in neuem Reiter öffnen",
|
|
157
|
+
"or": "Oder",
|
|
158
|
+
"page-not-found": "Diese Seite wurde nicht gefunden…",
|
|
159
|
+
"password": "Passwort",
|
|
160
|
+
"password-invalid": "Ungültiges Passwort",
|
|
161
|
+
"patches": "Patches",
|
|
162
|
+
"pause": "Pausieren",
|
|
163
|
+
"please-confirm": "Bitte bestätigen",
|
|
164
|
+
"pool-cpu-usage": "Pool Prozessorauslastung",
|
|
165
|
+
"pool-ram-usage": "Pool Arbeitsspeicherbelegung",
|
|
166
|
+
"power-on-host-for-console": "Konsole ist nach Start des Hosts verfügbar",
|
|
167
|
+
"power-on-vm-for-console": "Konsole ist nach Start der VM verfügbar",
|
|
168
|
+
"power-state": "Energiezustand",
|
|
169
|
+
"property": "Feld",
|
|
170
|
+
"ram-usage": "Arbeitsspeicherbelegung",
|
|
171
|
+
"reboot": "Neustart",
|
|
172
|
+
"reformat": "Reformat",
|
|
173
|
+
"relative-time.day": "1 Tag | {n} Tage",
|
|
174
|
+
"relative-time.future": "In {str}",
|
|
175
|
+
"relative-time.hour": "1 Stunde | {n} Stunden",
|
|
176
|
+
"relative-time.minute": "1 Minute | {n} Minuten",
|
|
177
|
+
"relative-time.month": "1 Monat | {n} Monate",
|
|
178
|
+
"relative-time.now": "Gerade eben",
|
|
179
|
+
"relative-time.past": "Vor {str}",
|
|
180
|
+
"relative-time.second": "1 Sekunde | {n} Sekunden",
|
|
181
|
+
"relative-time.year": "1 Jahr | {n} Jahre",
|
|
182
|
+
"resume": "Fortsetzen",
|
|
183
|
+
"running-vm": "VM eingeschalten | VMs eingeschalten",
|
|
184
|
+
"save": "Speichern",
|
|
185
|
+
"select-compression": "Kompression auswählen",
|
|
186
|
+
"select-destination-host": "Zielhost auswählen",
|
|
187
|
+
"select.network": "Ein Netzwerk auswählen",
|
|
188
|
+
"select.storage": "Einen Speicher auswählen",
|
|
189
|
+
"selected-vms-in-execution": "Einige der ausgewählten VMs sind eingeschaltet",
|
|
190
|
+
"send-ctrl-alt-del": "Ctrl+Alt+Del senden",
|
|
191
|
+
"send-us-feedback": "Gib uns Feedback",
|
|
192
|
+
"settings": "Einstellungen",
|
|
193
|
+
"shutdown": "Herunterfahren",
|
|
194
|
+
"snapshot": "Snapshot",
|
|
195
|
+
"sort-by": "Sortiert nach",
|
|
196
|
+
"ssh-account": "SSH Account",
|
|
197
|
+
"ssh-login": "SSH Login",
|
|
198
|
+
"ssh-password": "SSH Passwort",
|
|
199
|
+
"ssh-password-confirm": "SSH Passwortbestätigung",
|
|
200
|
+
"stacked-cpu-usage": "Prozessorauslastung gestapelt",
|
|
201
|
+
"stacked-ram-usage": "Arbeitsspeicherbelegung gestapelt",
|
|
202
|
+
"start": "Starten",
|
|
203
|
+
"start-on-host": "Auf bestimmtem Host starten",
|
|
204
|
+
"static-ip": "Statische IP",
|
|
205
|
+
"stats": "Statistiken",
|
|
206
|
+
"status": "Status",
|
|
207
|
+
"storage": "Speicher",
|
|
208
|
+
"storage-usage": "Belegung Storage",
|
|
209
|
+
"support": "Support",
|
|
210
|
+
"suspend": "Standby",
|
|
211
|
+
"switch-theme": "Theme wechseln",
|
|
212
|
+
"system": "System",
|
|
213
|
+
"task.estimated-end": "Vorraussichtliches Ende",
|
|
214
|
+
"task.progress": "Fortschritt",
|
|
215
|
+
"task.started": "Beginn",
|
|
216
|
+
"tasks": "Aufgaben",
|
|
217
|
+
"tasks.quick-view": "Schnellansicht der Aufgaben",
|
|
218
|
+
"theme-auto": "Auto",
|
|
219
|
+
"theme-dark": "Dunkel",
|
|
220
|
+
"theme-light": "Hell",
|
|
221
|
+
"this-vm-cant-be-migrated": "Diese VM kann nicht migriert werden",
|
|
222
|
+
"top-#": "Top {n}",
|
|
223
|
+
"total-cpus": "Gesamt CPUs",
|
|
224
|
+
"total-free:": "Gesamt frei :",
|
|
225
|
+
"total-used:": "Gesamt benutzt :",
|
|
226
|
+
"unreachable-hosts": "Hosts nicht erreichbar",
|
|
227
|
+
"unreachable-hosts-reload-page": "Abgeschlossen, bitte lade die Seite neu",
|
|
228
|
+
"vcpus": "vCPUs",
|
|
229
|
+
"vcpus-used": "vCPUs in Benutzung",
|
|
230
|
+
"version": "Version",
|
|
231
|
+
"vm-is-running": "Die VM ist eingeschalten",
|
|
232
|
+
"vm.active": "Aktiv",
|
|
233
|
+
"vm.inactive": "Inaktiv",
|
|
234
|
+
"vms": "VMs",
|
|
235
|
+
"xo-lite-under-construction": "Wir arbeiten an XOLite",
|
|
236
|
+
"xoa-admin-account": "XOA Administrator",
|
|
237
|
+
"xoa-deploy": "XOA Installation",
|
|
238
|
+
"xoa-deploy-failed": "Entschuldige, die XOA Installation ist fehlgeschlagen!",
|
|
239
|
+
"xoa-deploy-retry": "Versuche erneut, XOA zu installieren",
|
|
240
|
+
"xoa-deploy-successful": "Die XOA Installation war erfolgreich!",
|
|
241
|
+
"xoa-ip": "XOA IP-Addresse",
|
|
242
|
+
"xoa-password-confirm-different": "XOA Passwortbestätigung stimmt nicht überein",
|
|
243
|
+
"xoa-ssh-account": "XOA SSH Account",
|
|
244
|
+
"xoa-ssh-password-confirm-different": "SSH Passwortbestätigung stimmt nicht überein",
|
|
245
|
+
"you-are-currently-on": "Du befindest dich auf: {0}",
|
|
246
|
+
"zstd": "zstd"
|
|
43
247
|
}
|