@xen-orchestra/web-core 0.37.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/card/VtsCardRowKeyValue.vue +2 -4
- package/lib/components/cell-object/VtsCellObject.vue +1 -1
- package/lib/components/console/VtsActionsConsole.vue +3 -3
- package/lib/components/console/VtsClipboardConsole.vue +4 -4
- package/lib/components/copy-button/VtsCopyButton.vue +1 -1
- package/lib/components/dropdown/VtsDropdownTitle.vue +2 -2
- package/lib/components/layout/VtsLayoutSidebar.vue +1 -1
- package/lib/components/{label-value-list/VtsLabelValueList.vue → recursive-fields/VtsRecursiveFields.vue} +4 -4
- package/lib/components/select/VtsSelect.vue +1 -1
- package/lib/components/state-hero/VtsStateHero.vue +1 -1
- package/lib/components/table/cells/VtsTruncatedTextCell.vue +1 -1
- package/lib/components/task/VtsQuickTaskButton.vue +2 -2
- package/lib/components/task/VtsQuickTaskList.vue +3 -2
- package/lib/components/task/VtsQuickTaskTabBar.vue +6 -6
- package/lib/components/ui/account-menu-button/UiAccountMenuButton.vue +1 -1
- package/lib/components/ui/breadcrumb/UiBreadcrumb.vue +1 -1
- package/lib/components/ui/character-limit/UiCharacterLimit.vue +1 -1
- package/lib/components/ui/circle-progress-bar/UiCircleProgressBar.vue +1 -1
- package/lib/components/ui/collapsible-list/UiCollapsibleList.vue +1 -1
- package/lib/components/ui/log-entry-viewer/UiLogEntryViewer.vue +1 -1
- package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +6 -6
- package/lib/components/ui/quick-task-item/UiQuickTaskItem.vue +2 -13
- package/lib/components/ui/quick-task-panel/UiQuickTaskPanel.vue +1 -1
- package/lib/components/ui/table-pagination/UiTablePagination.vue +3 -3
- package/lib/components/ui/task-item/UiTaskItem.vue +26 -16
- package/lib/components/ui/task-list/UiTaskList.vue +14 -3
- package/lib/components/ui/text-area/UiTextarea.vue +1 -1
- package/lib/components/ui/top-bottom-table/UiTopBottomTable.vue +3 -3
- package/lib/components/ui/tree-item-label/UiTreeItemLabel.vue +1 -1
- package/lib/i18n.ts +14 -2
- package/lib/layouts/CoreLayout.vue +1 -1
- package/lib/locales/cs.json +337 -282
- package/lib/locales/da.json +301 -123
- package/lib/locales/de.json +243 -251
- package/lib/locales/en.json +312 -310
- package/lib/locales/es.json +331 -280
- package/lib/locales/fa.json +239 -239
- package/lib/locales/fr.json +314 -312
- package/lib/locales/it.json +191 -186
- package/lib/locales/ja.json +23 -0
- package/lib/locales/ko.json +23 -0
- package/lib/locales/nb-NO.json +696 -0
- package/lib/locales/nl.json +336 -274
- package/lib/locales/pt-BR.json +170 -0
- package/lib/locales/ru.json +231 -160
- package/lib/locales/sv.json +244 -254
- package/lib/locales/uk.json +151 -149
- package/lib/packages/remote-resource/define-remote-resource.ts +37 -4
- package/lib/types/task.type.ts +15 -0
- package/package.json +1 -1
- package/lib/locales/pt_BR.json +0 -156
package/lib/locales/da.json
CHANGED
|
@@ -1,47 +1,117 @@
|
|
|
1
1
|
{
|
|
2
|
+
"2nd-last": "2. sidste",
|
|
3
|
+
"3rd-last": "3. sidste",
|
|
2
4
|
"about": "Om",
|
|
3
5
|
"accept-self-signed-certificates": "Accepter selvsignerede certifikater",
|
|
6
|
+
"access-forum": "Tilgå forum",
|
|
4
7
|
"access-xoa": "Tilgå XOA",
|
|
5
8
|
"account": "Konto",
|
|
6
|
-
"
|
|
7
|
-
"add
|
|
9
|
+
"account-organization-more": "Konto, organisation & mere…",
|
|
10
|
+
"action:add": "Tilføj",
|
|
11
|
+
"action:add-filter": "Tilføj filter",
|
|
12
|
+
"action:add-sort": "Tilføj sortering",
|
|
13
|
+
"action:change-state": "Skift tilstand",
|
|
14
|
+
"action:close": "Luk",
|
|
15
|
+
"action:connect-another-pool": "Forbind til en anden pool",
|
|
16
|
+
"action:connect-pool": "Forbind pool",
|
|
17
|
+
"action:copy": "Kopier",
|
|
18
|
+
"action:copy-all": "Kopier alt",
|
|
19
|
+
"action:copy-id": "Kopier ID",
|
|
20
|
+
"action:copy-info-json": "Kopier information til JSON",
|
|
21
|
+
"action:create": "Opret",
|
|
22
|
+
"action:delete": "Slet",
|
|
23
|
+
"action:delete-vms": "Slet 1 VM | Slet {n} VM'er",
|
|
24
|
+
"action:edit": "Rediger",
|
|
25
|
+
"action:edit-config": "Rediger konfiguration",
|
|
26
|
+
"action:export-n-vms": "Eksporter 1 VM | Eksporter {n} VM'er",
|
|
27
|
+
"action:export-n-vms-manually": "Eksporter 1 VM manuelt | Eksporter {n} VM'er manuelt",
|
|
28
|
+
"action:export-table-to": "Eksportér tabel til {type}",
|
|
29
|
+
"action:export-vm": "Eksportér VM | Eksportér VM'er",
|
|
30
|
+
"action:force-reboot": "Tving genstart",
|
|
31
|
+
"action:force-shutdown": "Tving nedlukning",
|
|
32
|
+
"action:forget": "Glem",
|
|
33
|
+
"action:go-back": "Gå tilbage",
|
|
34
|
+
"action:hide": "Skjul",
|
|
35
|
+
"action:install-app": "Installer {name}",
|
|
36
|
+
"action:load-now": "Indlæs nu",
|
|
37
|
+
"action:log-out": "Log ud",
|
|
38
|
+
"action:migrate": "Migrer",
|
|
39
|
+
"action:migrate-n-vms": "Migrer 1 VM | Migrer {n} VM'er",
|
|
40
|
+
"action:open": "Åbn",
|
|
41
|
+
"action:open-app": "Åbn{name}",
|
|
42
|
+
"action:open-console-in-new-tab": "Åbn konsol i en ny fane",
|
|
43
|
+
"action:pick-template": "Vælg skabelon",
|
|
44
|
+
"action:reboot": "Genstart",
|
|
45
|
+
"action:resume": "Forsæt",
|
|
46
|
+
"action:save": "Gem",
|
|
47
|
+
"action:search": "Søg",
|
|
48
|
+
"action:see-all": "Se alt",
|
|
49
|
+
"action:see-less": "Se mindre",
|
|
50
|
+
"action:see-n-more": "Se {n} mere",
|
|
51
|
+
"action:select-all": "Vælg alt",
|
|
52
|
+
"action:select-n-objects-of": "{from} - {to} af {total} objekter",
|
|
53
|
+
"action:select-network": "Vælg et netværk",
|
|
54
|
+
"action:send": "Send",
|
|
55
|
+
"action:send-ctrl-alt-del": "Send Ctrl+Alt+Del",
|
|
56
|
+
"action:shutdown": "Nedlukning",
|
|
57
|
+
"action:sort-ascending": "Sorter stigende",
|
|
58
|
+
"action:sort-by": "Sorter efter",
|
|
59
|
+
"action:sort-descending": "Sorter faldende",
|
|
60
|
+
"action:start": "Start",
|
|
61
|
+
"action:unselect-all": "Fravælg alt",
|
|
62
|
+
"action:update": "Opdater",
|
|
8
63
|
"admin-login": "Admin login",
|
|
9
64
|
"admin-password": "Admin password",
|
|
10
65
|
"admin-password-confirm": "Bekræft admin password",
|
|
11
|
-
"alarm-type
|
|
12
|
-
"alarm-type
|
|
13
|
-
"alarm-type
|
|
14
|
-
"alarm-type
|
|
15
|
-
"alarm-type
|
|
16
|
-
"alarm-type
|
|
66
|
+
"alarm-type:cpu_usage": "CPU forbrug overstiger @:n-percent",
|
|
67
|
+
"alarm-type:disk_usage": "Diskforbruget overstiger @:n-percent",
|
|
68
|
+
"alarm-type:fs_usage": "FS forbrug overstiger @:n-percent",
|
|
69
|
+
"alarm-type:log_fs_usage": "Log FS forbrug overstiger @:n-percent",
|
|
70
|
+
"alarm-type:mem_usage": "Hukommelsesforbruget overstiger @:n-percent",
|
|
71
|
+
"alarm-type:memory_free_kib": "Tilgængelig hukommelse falder under @:n-percent",
|
|
72
|
+
"alarm-type:unknown": "Ukendt alarm type",
|
|
17
73
|
"alarms": "Alarmer",
|
|
18
|
-
"
|
|
19
|
-
"api-
|
|
74
|
+
"allow-self-signed-ssl": "Du skal muligvis tillade selvsignerede SSL-certifikater i din browser",
|
|
75
|
+
"api-error-details": "API fejloplysninger",
|
|
76
|
+
"api-info-details": "API Info detaljer",
|
|
77
|
+
"api-warning-details": "API advarsels detaljer",
|
|
20
78
|
"appearance": "Udseende",
|
|
21
79
|
"ascending": "stigende",
|
|
22
80
|
"auto-generated": "Automatisk genereret",
|
|
23
81
|
"available": "Tilgængelig",
|
|
82
|
+
"back-pool-dashboard": "Gå tilbage til dit Pool dashboard",
|
|
24
83
|
"backup": "Backup",
|
|
25
84
|
"backup-network": "Backup netværk",
|
|
26
|
-
"backup
|
|
27
|
-
"
|
|
28
|
-
"
|
|
85
|
+
"backup:full": "Fuld backup",
|
|
86
|
+
"backup:full-replication": "Fuld replikering",
|
|
87
|
+
"backup:incremental": "Inkrementel sikkerhedskopiering",
|
|
88
|
+
"backup:incremental-replication": "Inkrementel replikering",
|
|
89
|
+
"backup:pool-metadata": "Pool metadata",
|
|
90
|
+
"backup:xo-config": "XO konfiguration",
|
|
91
|
+
"backups:jobs:at-least-one-skipped": "Mindst én sprunget over",
|
|
92
|
+
"backups:jobs:disabled": "Deaktiveret",
|
|
93
|
+
"backups:jobs:looks-like-issue": "Det ser ud til, at der er et problem",
|
|
94
|
+
"best-effort": "bedste indsats",
|
|
29
95
|
"bios-info": "BIOS information",
|
|
30
|
-
"
|
|
31
|
-
"bytes
|
|
32
|
-
"bytes
|
|
96
|
+
"build-number": "Versionsnummer",
|
|
97
|
+
"bytes:gi": "GiB",
|
|
98
|
+
"bytes:ki": "KiB",
|
|
99
|
+
"bytes:mi": "MiB",
|
|
33
100
|
"cancel": "Annuller",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
101
|
+
"cbt-destroy-snapshot-data": "Slet snapshotdata når CBT benyttes",
|
|
102
|
+
"check-errors:": "Tjek fejlene:",
|
|
103
|
+
"check-summing": "TX kontrolsum",
|
|
104
|
+
"click-to-display-alarms:": "Klik for at vise alamer:",
|
|
105
|
+
"click-to-return-default-pool": "Klik her for at vende tilbage til standard pool",
|
|
106
|
+
"coming-soon!": "Kommer snart!",
|
|
107
|
+
"community": "Fællesskab",
|
|
108
|
+
"community-name": "{name} fællesskab",
|
|
37
109
|
"compression": "Kompression",
|
|
38
110
|
"configuration": "Konfiguration",
|
|
39
111
|
"configure-in-xo-5": "Konfigurer i XO 5",
|
|
40
|
-
"confirm-cancel": "Er du sikker på, at du vil annullere?",
|
|
112
|
+
"confirm-cancel?": "Er du sikker på, at du vil annullere?",
|
|
41
113
|
"confirm-delete": "Du er ved at slette {0}",
|
|
42
114
|
"connect": "Forbind",
|
|
43
|
-
"connect-another-pool": "Forbind til en anden pool",
|
|
44
|
-
"connect-pool": "Forbind pool",
|
|
45
115
|
"connected": "Forbundet",
|
|
46
116
|
"connected-to-ip": "Forbundet til {ip}",
|
|
47
117
|
"connecting": "Forbinder",
|
|
@@ -49,213 +119,321 @@
|
|
|
49
119
|
"connection-failed": "Forbindelse fejlede",
|
|
50
120
|
"connections": "Forbindelser",
|
|
51
121
|
"console": "Konsol",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"core
|
|
59
|
-
"
|
|
60
|
-
"core.select.all": "Vælg alt",
|
|
61
|
-
"core.select.n-object-of": "{from} - {to} af {total} objekter",
|
|
122
|
+
"console-actions": "Konsolhandlinger",
|
|
123
|
+
"console-clipboard": "Konsol udklipsholder",
|
|
124
|
+
"console-offline": "Konsol offline",
|
|
125
|
+
"console-unavailable": "Konsol ikke tilgængelig",
|
|
126
|
+
"console-unavailable-reason": "Konsollen er i øjeblikket utilgængelig, fordi {type} er slukket.",
|
|
127
|
+
"copied": "Kopieret",
|
|
128
|
+
"core-socket": "Kerne (sokket)",
|
|
129
|
+
"cpu": "CPU",
|
|
62
130
|
"cpu-model": "CPU model",
|
|
131
|
+
"cpu-usage": "CPU forbrug",
|
|
63
132
|
"cpus": "CPU'er",
|
|
64
|
-
"create": "Opret",
|
|
65
133
|
"created-by": "Oprettet af",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
134
|
+
"created-on": "Oprettet den",
|
|
135
|
+
"cron-pattern": "Cron mønster",
|
|
136
|
+
"current": "Nuværende",
|
|
137
|
+
"custom-fields": "Brugerdefinerede felter",
|
|
138
|
+
"dark-mode:auto": "Auto mørk tilstand",
|
|
139
|
+
"dark-mode:disable": "Deaktiver mørk tilstand",
|
|
140
|
+
"dark-mode:enable": "Aktivér mørk tilstand",
|
|
69
141
|
"dashboard": "Dashboard",
|
|
70
142
|
"date": "Dato",
|
|
71
|
-
"delete": "Slet",
|
|
72
143
|
"deploy-xoa-custom-ntp-servers": "Brugerdefinerede NTP-servere (adskilt af mellemrum)",
|
|
73
|
-
"deploy-xoa-status
|
|
74
|
-
"deploy-xoa-status
|
|
75
|
-
"deploy-xoa-status
|
|
76
|
-
"deploy-xoa-status
|
|
77
|
-
"deploy-xoa-status
|
|
78
|
-
"
|
|
79
|
-
"description": "Beskrivelse",
|
|
80
|
-
"dhcp": "DHCP",
|
|
144
|
+
"deploy-xoa-status:configuring": "Konfigurerer XOA…",
|
|
145
|
+
"deploy-xoa-status:importing": "Importerer XOA…",
|
|
146
|
+
"deploy-xoa-status:not-responding": "XOA svarer ikke",
|
|
147
|
+
"deploy-xoa-status:ready": "XOA er klar!",
|
|
148
|
+
"deploy-xoa-status:starting": "Starter XOA…",
|
|
149
|
+
"deploy-xoa-status:waiting": "Venter på at XOA svarer…",
|
|
81
150
|
"disabled": "Deaktiveret",
|
|
151
|
+
"disconnected": "Frakoblet",
|
|
82
152
|
"disk-name": "Disk navn",
|
|
83
153
|
"disk-size": "Disk størrelse",
|
|
154
|
+
"disk-space": "Disk plads",
|
|
84
155
|
"dns": "DNS",
|
|
85
156
|
"do-you-have-needs": "Har du behov og/eller forventninger? Fortæl os det",
|
|
86
157
|
"documentation": "Dokumentation",
|
|
87
158
|
"documentation-name": "{name} dokumentation",
|
|
88
159
|
"duration": "Varighed",
|
|
89
|
-
"edit": "Rediger",
|
|
90
160
|
"enabled": "Aktiveret",
|
|
91
161
|
"end-date": "Slut dato",
|
|
92
|
-
"error": "Fejl
|
|
162
|
+
"error": "Fejl",
|
|
93
163
|
"error-no-data": "Fejl, data kan ikke indsamles.",
|
|
94
164
|
"error-occurred": "En fejl er opstået",
|
|
165
|
+
"errors": "Fejl",
|
|
166
|
+
"exit-fullscreen": "Forlad fuldskærm",
|
|
95
167
|
"expiration-date": "Udløbsdato",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"filter
|
|
103
|
-
"filter
|
|
104
|
-
"filter
|
|
105
|
-
"filter
|
|
106
|
-
"filter
|
|
107
|
-
"filter
|
|
108
|
-
"filter
|
|
109
|
-
"filter
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"fullscreen-leave": "Forlad fuldskærm",
|
|
168
|
+
"field:exceeds-max-characters": "Feltværdien skal være {max} tegn eller færre.",
|
|
169
|
+
"filter:comparison:contains": "Indeholder",
|
|
170
|
+
"filter:comparison:ends-with": "Slutter med",
|
|
171
|
+
"filter:comparison:equals": "Lig med",
|
|
172
|
+
"filter:comparison:is": "Er",
|
|
173
|
+
"filter:comparison:is-false": "Er falsk",
|
|
174
|
+
"filter:comparison:is-not": "Er ikke",
|
|
175
|
+
"filter:comparison:is-true": "Er sandt",
|
|
176
|
+
"filter:comparison:matches-regex": "Matcher regex",
|
|
177
|
+
"filter:comparison:not-contain": "Indeholder ikke",
|
|
178
|
+
"filter:comparison:not-end-with": "Ender ikke på",
|
|
179
|
+
"filter:comparison:not-equal": "Ikke lig med",
|
|
180
|
+
"filter:comparison:not-match-regex": "Matcher ikke regex",
|
|
181
|
+
"filter:comparison:not-start-with": "Starter ikke med",
|
|
182
|
+
"filter:comparison:starts-with": "Starter med",
|
|
183
|
+
"for-backup": "Til backup",
|
|
184
|
+
"for-replication": "Til replikering",
|
|
185
|
+
"free-space": "Ledig plads",
|
|
115
186
|
"gateway": "Gateway",
|
|
116
|
-
"
|
|
187
|
+
"general-information": "Generel information",
|
|
188
|
+
"gpu": "GPU",
|
|
117
189
|
"gpus": "GPU'er",
|
|
118
190
|
"graphics-display": "Grafik & Display",
|
|
119
|
-
"
|
|
191
|
+
"guest-tools": "Gæsteværktøjer",
|
|
120
192
|
"hardware": "Hardware",
|
|
193
|
+
"hardware-specifications": "Hardware specifikationer",
|
|
121
194
|
"host": "Host",
|
|
122
195
|
"host-currently-shutdown": "Denne host er i øjeblikket lukket ned, så vi kan ikke hente nogen data.",
|
|
123
|
-
"host-
|
|
196
|
+
"host-internal-networks": "Host interne netværk",
|
|
124
197
|
"host-not-running": "Host kører ikke",
|
|
125
|
-
"host
|
|
126
|
-
"host
|
|
127
|
-
"host
|
|
128
|
-
"host
|
|
129
|
-
"host
|
|
130
|
-
"
|
|
131
|
-
"hosts-status.running": "Kører",
|
|
132
|
-
"hosts-status.unknown": "Ukendt",
|
|
133
|
-
"hyper-threading": "Hyper threading (SMT)",
|
|
134
|
-
"id": "ID",
|
|
198
|
+
"host:status:active": "@:status:active",
|
|
199
|
+
"host:status:halted": "@:status:halted",
|
|
200
|
+
"host:status:inactive": "@:status:inactive",
|
|
201
|
+
"host:status:running": "@:status:running",
|
|
202
|
+
"host:status:unknown": "@:status:unknown",
|
|
203
|
+
"installed": "Installeret",
|
|
135
204
|
"interrupted": "Afbrudt",
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
205
|
+
"invalid-field": "Ugyldigt felt",
|
|
206
|
+
"ip-address": "IP adresse",
|
|
207
|
+
"ip-addresses": "IP adresser",
|
|
208
|
+
"ip-port-placeholder": "adresse[:port]",
|
|
209
|
+
"ipv4-address": "IPv4-adresse",
|
|
210
|
+
"ipv4-addresses": "IPv4-adresser",
|
|
211
|
+
"ipv6-address": "IPv6-adresse",
|
|
212
|
+
"ipv6-addresses": "IPv6-adresser",
|
|
140
213
|
"iso-dvd": "ISO/DVD",
|
|
141
214
|
"job-name": "Job navn",
|
|
142
|
-
"job
|
|
143
|
-
"job
|
|
144
|
-
"job
|
|
215
|
+
"job:vm-copy:bad-power-state": "VM skal stoppes",
|
|
216
|
+
"job:vm-copy:in-progress": "Kopiering i gang…",
|
|
217
|
+
"job:vm-copy:missing-vm": "Ingen VM at kopiere",
|
|
218
|
+
"job:vm-delete:bad-power-state": "VM skal stoppes",
|
|
219
|
+
"job:vm-delete:in-progress": "Sletning er i gang…",
|
|
220
|
+
"job:vm-delete:missing-vm": "Ingen VM at slette",
|
|
221
|
+
"job:vm-export:in-progress": "Eksport er i gang…",
|
|
222
|
+
"job:vm-export:missing-compression": "Komprimering skal angives",
|
|
223
|
+
"job:vm-export:missing-vm": "Ingen VM at eksportere",
|
|
224
|
+
"job:vm-export:not-allowed": "En VM må ikke eksportere",
|
|
225
|
+
"job:vm-force-reboot:bad-power-state": "VM skal være kørende eller sat på pause",
|
|
226
|
+
"job:vm-force-reboot:in-progress": "Tvungen genstart i gang…",
|
|
227
|
+
"job:vm-force-reboot:missing-vm": "Ingen VM til at tvinge genstart",
|
|
228
|
+
"job:vm-force-shutdown:bad-power-state": "VM skal være kørende, suspenderet eller sat på pause",
|
|
229
|
+
"job:vm-force-shutdown:in-progress": "Tvungen nedlukning er i gang…",
|
|
230
|
+
"job:vm-migrate:bad-power-state": "VM skal være kørende",
|
|
231
|
+
"job:vm-migrate:in-progress": "Migrering er i gang…",
|
|
232
|
+
"job:vm-migrate:missing-vm": "Ingen VM at migrere",
|
|
233
|
+
"job:vm-pause:bad-power-state": "VM skal køre",
|
|
234
|
+
"job:vm-reboot:bad-power-state": "VM skal køre",
|
|
235
|
+
"job:vm-reboot:in-progress": "Genstart er i gang…",
|
|
236
|
+
"job:vm-reboot:missing-vm": "Ingen VM at genstarte",
|
|
237
|
+
"job:vm-resume:bad-power-state": "VM skal pauses eller suspenderes",
|
|
238
|
+
"job:vm-resume:in-progress": "Genoptagelse i gang…",
|
|
239
|
+
"job:vm-shutdown:bad-power-state": "VM skal være kørende",
|
|
240
|
+
"job:vm-shutdown:in-progress": "Nedlukning er i gang…",
|
|
241
|
+
"job:vm-start:missing-vm": "Ingen VM at starte",
|
|
145
242
|
"language": "Sprog",
|
|
243
|
+
"last": "Sidst",
|
|
146
244
|
"last-week": "Sidste uge",
|
|
147
245
|
"learn-more": "Lær mere",
|
|
148
|
-
"
|
|
246
|
+
"licensing": "Licensering",
|
|
149
247
|
"loading": "Indlæser…",
|
|
150
|
-
"log-out": "Log ud",
|
|
151
248
|
"login": "Log ind",
|
|
152
249
|
"mac-address": "MAC-adresse",
|
|
153
250
|
"mac-addresses": "MAC-adresser",
|
|
154
251
|
"manage-citrix-pv-drivers-via-windows-update": "Administrer Citrix PV drivere via Windows Update",
|
|
155
|
-
"
|
|
252
|
+
"manufacturer-info": "Producentinformation",
|
|
253
|
+
"master": "Primær host",
|
|
254
|
+
"maximum-cpu-limit": "Maksimal CPU grænse",
|
|
255
|
+
"maximum-dynamic-memory": "Maksimal dynamisk hukommelse",
|
|
256
|
+
"maximum-static-memory": "Maksimal statisk hukommelse",
|
|
156
257
|
"memory-usage": "Hukommelsesforbrug",
|
|
157
258
|
"message": "Besked",
|
|
158
|
-
"
|
|
259
|
+
"minimum-cpu-limit": "Minimum CPU grænse",
|
|
260
|
+
"minimum-dynamic-memory": "Minimum dynamisk hukommelse",
|
|
261
|
+
"minimum-static-memory": "Minimum statisk hukommelse",
|
|
159
262
|
"missing-patches": "Manglende opdateringer",
|
|
160
|
-
"
|
|
263
|
+
"missing-translations?": "Manglende eller forkert oversættelse?",
|
|
161
264
|
"mtu": "MTU",
|
|
162
265
|
"n-gb-left": "{n} GB tilbage",
|
|
266
|
+
"n-gb-required": "{n} GB krævet",
|
|
163
267
|
"n-missing": "{n} mangler",
|
|
164
268
|
"n-percent": "{n}%",
|
|
165
269
|
"n-vms": "1 VM | {n} VM'er",
|
|
166
270
|
"name": "Navn",
|
|
167
271
|
"netmask": "Netmask",
|
|
168
272
|
"network": "Netværk",
|
|
273
|
+
"network-information": "Netværksinformation",
|
|
274
|
+
"network-upload": "Upload",
|
|
169
275
|
"new": "Ny",
|
|
170
|
-
"new-features-are-coming": "Nye funktioner kommer snart!",
|
|
276
|
+
"new-features-are-coming!": "Nye funktioner kommer snart!",
|
|
171
277
|
"new-vif": "Ny VIF",
|
|
172
278
|
"new-vm": "Ny VM",
|
|
173
|
-
"new-vm
|
|
174
|
-
"new-vm
|
|
175
|
-
"new-vm
|
|
176
|
-
"
|
|
177
|
-
"
|
|
279
|
+
"new-vm:add": "Tilføj en ny VM",
|
|
280
|
+
"new-vm:description": "VM beskrivelse",
|
|
281
|
+
"new-vm:feature-not-supported": "Dette er vores nye VM oprettelsesformular. Cloud-init konfiguration, avancerede indstillinger og vTPM administration understøttes endnu ikke. En opdateret version vil være tilgængelig snart i 2026. I mellemtiden er hele funktionssættet tilgængeligt her i {xo-5}",
|
|
282
|
+
"new-vm:name": "VM navn",
|
|
283
|
+
"nic-type": "NIC type",
|
|
284
|
+
"no-alarm-detected": "Ingen alarmer registreret",
|
|
285
|
+
"no-alarm-triggered": "Ingen alarm udløst",
|
|
286
|
+
"no-config": "Ingen konfiguration",
|
|
178
287
|
"no-data": "Ingen data",
|
|
288
|
+
"no-data-to-calculate": "Ingen data til beregning",
|
|
179
289
|
"no-network-detected": "Ingen netværk fundet",
|
|
290
|
+
"no-pbd-attached": "Ingen PBD'er tilsluttet",
|
|
180
291
|
"no-pif-detected": "Ingen PIF fundet",
|
|
181
292
|
"no-result": "Ingen resultat",
|
|
182
|
-
"no-
|
|
183
|
-
"no-
|
|
184
|
-
"no-vm-detected": "Ingen VM fundet",
|
|
293
|
+
"no-vdi-attached": "Ingen VDI'er tilsluttet",
|
|
294
|
+
"no-vdi-detected": "Ingen VDI'er registreret",
|
|
185
295
|
"normal": "Normal",
|
|
186
296
|
"not-found": "Ikke fundet",
|
|
297
|
+
"not-yet-available": "Information er endnu ikke tilgængelig",
|
|
187
298
|
"object": "Objekt",
|
|
299
|
+
"object-not-found": "Objekt {id} kan ikke findes…",
|
|
300
|
+
"offline": "Offline",
|
|
188
301
|
"ok": "OK",
|
|
302
|
+
"or": "Eller",
|
|
189
303
|
"os-name": "OS navn",
|
|
304
|
+
"other": "Andet",
|
|
190
305
|
"other-settings": "Andre indstillinger",
|
|
306
|
+
"page-not-found": "Denne side kan ikke findes…",
|
|
191
307
|
"password": "Password",
|
|
192
308
|
"patches": "Opdateringer",
|
|
309
|
+
"pause": "Pause",
|
|
310
|
+
"pending": "Afventer",
|
|
193
311
|
"physical-interface-status": "Fysisk interface status",
|
|
194
312
|
"pif": "PIF",
|
|
195
313
|
"pif-status": "PIF status",
|
|
314
|
+
"pifs": "PIF'er",
|
|
315
|
+
"pifs-status": "PIF'er status",
|
|
196
316
|
"pool": "Pool",
|
|
197
317
|
"pool-cpu-usage": "Pool CPU forbrug",
|
|
198
|
-
"
|
|
199
|
-
"
|
|
318
|
+
"pool:status:connected": "@:status:connected",
|
|
319
|
+
"pool:status:unknown": "@:status:unknown",
|
|
320
|
+
"pool:status:unreachable": "Utilgængelig",
|
|
321
|
+
"pool:status:unreachable:tooltip": "Konfigurerede servere, der ikke kan nås",
|
|
322
|
+
"power-on-host-for-console": "Tænd for din host for at få adgang til dens konsol",
|
|
323
|
+
"pro-support": "{name} pro support",
|
|
200
324
|
"professional-support": "Professional support",
|
|
201
325
|
"properties": "Egenskaber",
|
|
326
|
+
"protect-from-accidental-deletion": "Beskyt mod utilsigtet sletning",
|
|
327
|
+
"protect-from-accidental-shutdown": "Beskyt mod utilsigtet nedlukning",
|
|
202
328
|
"proxy": "Proxy",
|
|
329
|
+
"proxy-url": "Proxy URL",
|
|
203
330
|
"pxe": "PXE",
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"relative-time
|
|
211
|
-
"relative-time
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
331
|
+
"query-search-bar:placeholder": "Skriv din forespørgsel…",
|
|
332
|
+
"query-search-bar:use-query-builder": "Brug forespørgselsbyggeren",
|
|
333
|
+
"quick-info": "Hurtig info",
|
|
334
|
+
"ram": "RAM",
|
|
335
|
+
"ram-usage": "RAM forbrug",
|
|
336
|
+
"receive": "Modtag",
|
|
337
|
+
"relative-time:day": "1 dag | {n} dage",
|
|
338
|
+
"relative-time:hour": "1 time | {n} timer",
|
|
339
|
+
"relative-time:minute": "1 minut | {n} minutter",
|
|
340
|
+
"relative-time:month": "1 måned | {n} måneder",
|
|
341
|
+
"relative-time:now": "Lige nu",
|
|
342
|
+
"relative-time:second": "1 sekund | {n} sekunder",
|
|
343
|
+
"relative-time:year": "1 år | {n} år",
|
|
344
|
+
"remaining-space": "Resterende plads",
|
|
345
|
+
"remote-syslog": "Ekstern syslog",
|
|
346
|
+
"report-when:always": "Altid",
|
|
347
|
+
"report-when:error": "Fejl",
|
|
348
|
+
"report-when:never": "Aldrig",
|
|
349
|
+
"resources": "Ressourcer",
|
|
350
|
+
"resources-overview": "Ressourcer oversigt",
|
|
351
|
+
"rest-api": "REST API",
|
|
352
|
+
"root-by-default": "\"root\" som standard.",
|
|
353
|
+
"running-vm": "Kørende VM | Kørende VM'er",
|
|
354
|
+
"scan-pifs": "Skan PIF'er",
|
|
217
355
|
"select-compression": "Vælg en komprimering",
|
|
218
|
-
"select
|
|
356
|
+
"select-to-see-details": "Vælg et element for at se detaljer",
|
|
357
|
+
"self-signed-certificates": "Selvsignerede certifikater",
|
|
358
|
+
"send-us-feedback": "Send os feedback",
|
|
219
359
|
"settings": "Indstillinger",
|
|
220
|
-
"
|
|
360
|
+
"shared": "Delt",
|
|
221
361
|
"size": "Størrelse",
|
|
362
|
+
"skipped": "Sprunget over",
|
|
222
363
|
"software": "Software",
|
|
364
|
+
"space": "Plads",
|
|
365
|
+
"speed": "Hastighed",
|
|
223
366
|
"sr": "SR",
|
|
367
|
+
"ssh-account": "SSH konto",
|
|
368
|
+
"ssh-key": "SSH nøgle",
|
|
369
|
+
"ssh-login": "SSH login",
|
|
224
370
|
"ssh-password": "SSH password",
|
|
225
371
|
"ssh-password-confirm": "Bekræft SSH password",
|
|
226
|
-
"start": "Start",
|
|
372
|
+
"start-console": "Start din {type} for at få adgang til konsollen og genoptage operationerne!",
|
|
227
373
|
"start-date": "Start dato",
|
|
374
|
+
"started": "Startet",
|
|
375
|
+
"state": "Tilstand",
|
|
228
376
|
"static": "Statisk",
|
|
229
377
|
"static-ip": "Statisk IP",
|
|
230
378
|
"status": "Status",
|
|
379
|
+
"status:active": "Aktiv",
|
|
380
|
+
"status:connected": "Forbundet",
|
|
381
|
+
"status:halted": "Stoppet",
|
|
382
|
+
"status:inactive": "Inaktiv",
|
|
383
|
+
"status:running": "Kører",
|
|
384
|
+
"status:unknown": "Ukendt",
|
|
385
|
+
"storage": "Storage",
|
|
386
|
+
"support": "Support",
|
|
231
387
|
"switch-theme": "Skift tema",
|
|
232
388
|
"system": "System",
|
|
389
|
+
"template": "Skabelon",
|
|
233
390
|
"theme-auto": "Auto",
|
|
234
391
|
"theme-dark": "Mørk",
|
|
235
392
|
"theme-light": "Lys",
|
|
393
|
+
"this-host": "Denne host",
|
|
236
394
|
"this-vm-cant-be-migrated": "Denne VM kan ikke migreres",
|
|
237
395
|
"timezone": "Tidszone",
|
|
396
|
+
"total": "Total",
|
|
397
|
+
"total-space": "Total plads",
|
|
398
|
+
"translation-tool": "Oversættelsesværktøj",
|
|
238
399
|
"unable-to-connect-to": "Kan ikke foirbinde til {ip}",
|
|
239
400
|
"unable-to-connect-to-the-pool": "Kan ikke oprette forbindelse til poolen",
|
|
240
|
-
"unknown": "Ukendt",
|
|
241
401
|
"untranslated-text-helper": "Som standard vises ikke oversatte tekster på engelsk.",
|
|
242
|
-
"update": "Opdater",
|
|
243
402
|
"username": "Brugernavn",
|
|
244
403
|
"uuid": "UUID",
|
|
404
|
+
"vcpus": "vCPU | vCPU | vCPU'er",
|
|
405
|
+
"vcpus-assigned": "vCPU'er tildelt",
|
|
245
406
|
"version": "Version",
|
|
246
407
|
"vga": "VGA",
|
|
247
408
|
"vif": "VIF",
|
|
248
409
|
"vif-device": "VIF #{device}",
|
|
249
410
|
"vif-status": "VIF status",
|
|
411
|
+
"vifs": "VIF'er",
|
|
250
412
|
"viridian": "Viridian",
|
|
413
|
+
"virtual-tpm": "Virtuel TPM (VTPM)",
|
|
251
414
|
"vlan": "VLAN",
|
|
252
415
|
"vm": "VM",
|
|
253
|
-
"vm-description": "VM beskrivelse",
|
|
254
416
|
"vm-is-running": "Denne VM kører",
|
|
255
|
-
"
|
|
417
|
+
"vm-not-running": "VM kører ikke",
|
|
418
|
+
"vm-off": "Denne virtuelle maskine er slukket.",
|
|
419
|
+
"vm:status:active": "@:active",
|
|
420
|
+
"vm:status:inactive": "@:inactive",
|
|
421
|
+
"vm:status:suspended": "Suspenderet",
|
|
422
|
+
"vm:status:unknown": "@:status:unknown",
|
|
423
|
+
"warning": "Advarsel",
|
|
424
|
+
"warnings": "Advarsler",
|
|
425
|
+
"weblate": "Weblate",
|
|
426
|
+
"with-memory": "Med hukommelse",
|
|
256
427
|
"write": "Skriv",
|
|
428
|
+
"xcp-ng": "XCP-ng",
|
|
429
|
+
"xen-orchestra": "Xen Orchestra",
|
|
430
|
+
"xo": "XO",
|
|
431
|
+
"xo-5": "XO-5",
|
|
257
432
|
"xo-lite-under-construction": "XOLite er under opbygning",
|
|
433
|
+
"xoa": "XOA",
|
|
258
434
|
"xoa-admin-account": "XOA admin konto",
|
|
259
435
|
"xoa-ip": "XOA IP-adresse",
|
|
260
|
-
"
|
|
436
|
+
"xoa-ssh-account": "XOA SSH konto",
|
|
437
|
+
"xoa-ssh-password-confirm-different": "SSH adgangskodebekræftelse er forskellig",
|
|
438
|
+
"you-are-currently-on": "Du er lige nu på: {0}"
|
|
261
439
|
}
|