@xen-orchestra/web-core 0.48.2 → 0.50.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/creating.svg +566 -0
- package/lib/components/delete-button/VtsDeleteButton.vue +27 -0
- package/lib/components/menu/VtsActionsMenu.vue +53 -0
- package/lib/components/modal/VtsModalList.vue +1 -1
- package/lib/components/operation-card/VtsOperationCard.vue +51 -0
- package/lib/components/operation-error-card/VtsOperationErrorCard.vue +38 -0
- package/lib/components/operation-pending-card/VtsOperationPendingCard.vue +23 -0
- package/lib/components/state-hero/VtsStateHero.vue +1 -0
- package/lib/components/table/cells/VtsActionCell.vue +44 -0
- package/lib/composables/default-tab.composable.md +17 -11
- package/lib/composables/default-tab.composable.ts +10 -4
- package/lib/locales/cs.json +25 -9
- package/lib/locales/da.json +3 -3
- package/lib/locales/de.json +5 -6
- package/lib/locales/en.json +45 -7
- package/lib/locales/es.json +276 -195
- package/lib/locales/fa.json +3 -3
- package/lib/locales/fi.json +1 -1
- package/lib/locales/fr.json +44 -6
- package/lib/locales/it.json +5 -4
- package/lib/locales/ko.json +3 -1
- package/lib/locales/nb-NO.json +2 -2
- package/lib/locales/nl.json +23 -7
- package/lib/locales/pl.json +1 -1
- package/lib/locales/pt-BR.json +5 -6
- package/lib/locales/pt.json +5 -6
- package/lib/locales/ru.json +60 -13
- package/lib/locales/sk.json +216 -17
- package/lib/locales/sv.json +5 -6
- package/lib/locales/uk.json +1 -1
- package/lib/locales/zh-Hans.json +23 -7
- package/lib/packages/form-bindings/README.md +102 -0
- package/lib/packages/form-bindings/index.ts +1 -0
- package/lib/packages/form-bindings/use-form-bindings.ts +61 -0
- package/lib/packages/remote-resource/define-remote-resource.ts +6 -1
- package/lib/packages/remote-resource/sse.store.ts +1 -1
- package/lib/packages/table/define-columns.ts +4 -3
- package/lib/tables/column-definitions/action-column.ts +21 -0
- package/lib/tables/column-definitions/button-icon-column.ts +2 -2
- package/lib/tables/column-definitions/text-column.ts +1 -1
- package/lib/tables/column-sets/vdi-columns.ts +2 -2
- package/lib/tables/column-sets/vif-columns.ts +2 -2
- package/package.json +3 -3
package/lib/locales/fa.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"action:copy-info-json": "کپی کردن اطلاعات به فرمت JSON",
|
|
17
17
|
"action:create": "ایجاد",
|
|
18
18
|
"action:delete": "حذف کردن",
|
|
19
|
-
"action:delete-vms": "حذف کردن 1 ماشین مجازی | حذف کردن {n} ماشین مجازی",
|
|
19
|
+
"action:delete-n-vms": "حذف کردن 1 ماشین مجازی | حذف کردن {n} ماشین مجازی",
|
|
20
20
|
"action:deploy": "مستقر کردن",
|
|
21
21
|
"action:deploy-xoa": "مستقر کردن XOA",
|
|
22
22
|
"action:edit": "ویرایش",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
"is-primary-host": "{name}هاست اصلی است",
|
|
202
202
|
"iscsi-iqn": "iSCSI IQN",
|
|
203
203
|
"iso-dvd": "فایل ISO/DVD",
|
|
204
|
+
"job:delete:in-progress": "حذف در حال انجام است…",
|
|
204
205
|
"job:vm-copy:bad-power-state": "ماشین مجازی باید متوقف شود",
|
|
205
206
|
"job:vm-copy:in-progress": "کپی در حال انجام است…",
|
|
206
207
|
"job:vm-copy:missing-vm": "ماشین مجازیای برای کپی وجود ندارد",
|
|
207
208
|
"job:vm-delete:bad-power-state": "ماشین مجازی باید متوقف شود",
|
|
208
|
-
"job:vm-delete:in-progress": "حذف در حال انجام است…",
|
|
209
209
|
"job:vm-delete:missing-vm": "ماشین مجازیای برای حذف وجود ندارد",
|
|
210
210
|
"job:vm-export:in-progress": "صدور در حال انجام است…",
|
|
211
211
|
"job:vm-export:missing-compression": "فشردهسازی باید ارائه شود",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"last-week": "هفته گذشته",
|
|
253
253
|
"learn-more": "بیشتر بدانید",
|
|
254
254
|
"load-average": "میانگین مصرف",
|
|
255
|
-
"loading": "بارگیری در حال انجام
|
|
255
|
+
"loading": "بارگیری در حال انجام است",
|
|
256
256
|
"loading-hosts": "در حال بارگذاری میزبان ها…",
|
|
257
257
|
"locking-mode": "حالت قفل کردن",
|
|
258
258
|
"locking-mode-default": "حالت قفل کردن پیشفرض",
|
package/lib/locales/fi.json
CHANGED
package/lib/locales/fr.json
CHANGED
|
@@ -26,10 +26,17 @@
|
|
|
26
26
|
"action:copy-id": "Copier l'ID",
|
|
27
27
|
"action:copy-info-json": "Copier les informations en JSON",
|
|
28
28
|
"action:create": "Créer",
|
|
29
|
+
"action:create-bonded-network": "Créer un réseau lié",
|
|
30
|
+
"action:create-internal-network": "Créer un réseau interne",
|
|
31
|
+
"action:create-network": "Créer un réseau",
|
|
29
32
|
"action:delete": "Supprimer",
|
|
30
33
|
"action:delete-filter": "Supprimer le filtre",
|
|
31
34
|
"action:delete-group": "Supprimer le groupe",
|
|
32
|
-
"action:delete-
|
|
35
|
+
"action:delete-n-vbds": "Supprimer 1 VBD | Supprimer {n} VBDs",
|
|
36
|
+
"action:delete-n-vdis": "Supprimer 1 VDI | Supprimer {n} VDIs",
|
|
37
|
+
"action:delete-n-vifs": "Supprimer 1 VIF | Supprimer {n} VIFs",
|
|
38
|
+
"action:delete-n-vms": "Supprimer 1 VM | Supprimer {n} VMs",
|
|
39
|
+
"action:delete-vbd": "Supprimer le VBD",
|
|
33
40
|
"action:deploy": "Déployer",
|
|
34
41
|
"action:deploy-xoa": "Déployer XOA",
|
|
35
42
|
"action:download-bugtools-archive": "Télécharger l’archive bugtools",
|
|
@@ -179,6 +186,7 @@
|
|
|
179
186
|
"bios-info": "Information du BIOS",
|
|
180
187
|
"bond": "Bond",
|
|
181
188
|
"bond-devices": "Devices du bond",
|
|
189
|
+
"bond-mode": "Mode de liaison",
|
|
182
190
|
"bond-status": "Statut du bond",
|
|
183
191
|
"boot-firmware": "Firmware de démarrage",
|
|
184
192
|
"build-number": "Numéro de build",
|
|
@@ -239,6 +247,7 @@
|
|
|
239
247
|
"crash-dump-storage-repository": "Dépôt de stockage des log de crash",
|
|
240
248
|
"created-by": "Créé par",
|
|
241
249
|
"created-on": "Créé le",
|
|
250
|
+
"creating-new-network": "Création du nouveau réseau",
|
|
242
251
|
"creation-date": "Date de création",
|
|
243
252
|
"cron-pattern": "Pattern cron",
|
|
244
253
|
"current": "Actuel",
|
|
@@ -335,9 +344,9 @@
|
|
|
335
344
|
"hosts-status": "Statut des hôtes",
|
|
336
345
|
"hyper-threading": "Hyper-threading (SMT)",
|
|
337
346
|
"id": "ID",
|
|
338
|
-
"included": "Inclus",
|
|
339
347
|
"in-last-three-runs": "Dans leurs trois derniers runs",
|
|
340
348
|
"in-progress": "En cours",
|
|
349
|
+
"included": "Inclus",
|
|
341
350
|
"info": "Info",
|
|
342
351
|
"infos": "Infos",
|
|
343
352
|
"install-settings": "Paramètres d'installation",
|
|
@@ -360,23 +369,32 @@
|
|
|
360
369
|
"iso-dvd": "ISO/DVD",
|
|
361
370
|
"job": "Job",
|
|
362
371
|
"job-name": "Nom du job",
|
|
372
|
+
"job:arg:bond-mode-required": "Le mode de liaison est obligatoire",
|
|
363
373
|
"job:arg:host-required": "L'hôte est requis",
|
|
364
374
|
"job:arg:missing-payload": "Aucune donnée fournie pour l'execution du job",
|
|
365
|
-
"job:arg:name-
|
|
375
|
+
"job:arg:name-required": "Le nom est obligatoire",
|
|
366
376
|
"job:arg:password-required": "Le mot de passe est obligatoire",
|
|
377
|
+
"job:arg:pif-id-required": "L'ID de PIF est obligatoire",
|
|
378
|
+
"job:arg:pif-ids-required": "Au moins un ID de PIF est obligatoire",
|
|
367
379
|
"job:arg:pool-id-required": "L'ID de pool est obligatoire",
|
|
368
380
|
"job:arg:sr-vdi-required": "Le VDI doit avoir un SR",
|
|
369
381
|
"job:arg:template-uuid-required": "L'UUID de template est obligatoire",
|
|
370
382
|
"job:arg:username-required": "Le nom d'utilisateur est obligatoire",
|
|
371
|
-
"job:
|
|
383
|
+
"job:arg:vlan-required": "Le VLAN est obligatoire",
|
|
384
|
+
"job:create:in-progress": "Création en cours…",
|
|
385
|
+
"job:delete:in-progress": "Suppression en cours…",
|
|
386
|
+
"job:vbd-delete:missing-vbd": "Aucun VBD à supprimer",
|
|
387
|
+
"job:vbd-delete:vbd-attached": "Impossible de supprimer un VBD actuellement attaché",
|
|
388
|
+
"job:vdi-delete:missing-vdi": "Aucun VDI à supprimer",
|
|
389
|
+
"job:vdi-delete:vbd-attached": "Impossible de supprimer un VDI avec un VBD attaché",
|
|
390
|
+
"job:vif-delete:blocked-operation": "La suppression du VIF est bloquée",
|
|
391
|
+
"job:vif-delete:missing-vif": "Aucun VIF à supprimer",
|
|
372
392
|
"job:vm-copy:bad-power-state": "La VM doit être arrêtée",
|
|
373
393
|
"job:vm-copy:in-progress": "Copie en cours…",
|
|
374
394
|
"job:vm-copy:missing-vm": "Aucune VM à copier",
|
|
375
|
-
"job:vm-create:in-progress": "Création en cours…",
|
|
376
395
|
"job:vm-create:incomplete-install-mode": "Le mode d’installation est incomplet",
|
|
377
396
|
"job:vm-delete:bad-power-state": "La VM doit être arrêtée",
|
|
378
397
|
"job:vm-delete:blocked-operation": "La suppression de la VM est bloquée",
|
|
379
|
-
"job:vm-delete:in-progress": "Suppression en cours…",
|
|
380
398
|
"job:vm-delete:missing-vm": "Aucune VM à supprimer",
|
|
381
399
|
"job:vm-export:in-progress": "Exportation en cours…",
|
|
382
400
|
"job:vm-export:missing-compression": "La compression est requise",
|
|
@@ -436,6 +454,7 @@
|
|
|
436
454
|
"last-snapshot": "Dernier instantané",
|
|
437
455
|
"last-week": "Semaine dernière",
|
|
438
456
|
"learn-more": "En savoir plus",
|
|
457
|
+
"leave-page-safely": "Vous pouvez quitter la page en toute sécurité.",
|
|
439
458
|
"lets-go!": "Allons-y !",
|
|
440
459
|
"license-name": "Licence {name}",
|
|
441
460
|
"license-socket": "Licence socket",
|
|
@@ -490,6 +509,7 @@
|
|
|
490
509
|
"modes": "Modes",
|
|
491
510
|
"more-actions": "Plus d'actions",
|
|
492
511
|
"mtu": "MTU",
|
|
512
|
+
"mtu-default-value-message": "1500 par défaut",
|
|
493
513
|
"multi-creation": "Création multiple",
|
|
494
514
|
"multi-pathing": "Multi-pathing",
|
|
495
515
|
"n-cpus": "0 CPU | 1 CPU | {n} CPUs",
|
|
@@ -502,6 +522,8 @@
|
|
|
502
522
|
"n-percent": "{n} %",
|
|
503
523
|
"n-selected-of": "{count} objet sélectionné sur {total} | {count} objet sélectionné sur {total} | {count} objets sélectionnés sur {total}",
|
|
504
524
|
"n-subtasks": "0 sous-tâche | 1 sous-tâche | {n} sous-tâches",
|
|
525
|
+
"n-vdis": "0 VDI | 1 VDI | {n} VDIs",
|
|
526
|
+
"n-vifs": "0 VIF | 1 VIF | {n} VIFs",
|
|
505
527
|
"n-vms": "0 VM | 1 VM | {n} VMs",
|
|
506
528
|
"name": "Nom",
|
|
507
529
|
"nbd-concurrency": "Concurrence NBD",
|
|
@@ -510,6 +532,8 @@
|
|
|
510
532
|
"network": "Réseau",
|
|
511
533
|
"network-block-device": "Protocole NBD (Network Block Device)",
|
|
512
534
|
"network-config": "Configuration réseau",
|
|
535
|
+
"network-create:warning:mtu-out-of-range": "Le MTU doit être compris entre {min} et {max}",
|
|
536
|
+
"network-create:warning:vlan-out-of-range": "Le VLAN doit être compris entre 0 et {max}",
|
|
513
537
|
"network-download": "Descendant",
|
|
514
538
|
"network-information": "Informations du réseau",
|
|
515
539
|
"network-throughput": "Débit du réseau",
|
|
@@ -518,6 +542,12 @@
|
|
|
518
542
|
"networks": "Réseaux",
|
|
519
543
|
"new": "Nouveau",
|
|
520
544
|
"new-features-are-coming!": "De nouvelles fonctionnalités arrivent bientôt !",
|
|
545
|
+
"new-network:add": "Ajouter un nouveau réseau",
|
|
546
|
+
"new-network:add-bonded": "Ajouter un nouveau réseau lié",
|
|
547
|
+
"new-network:add-internal": "Ajouter un nouveau réseau interne",
|
|
548
|
+
"new-network:creation-in-progress-message": "La tâche déclenchée par le formulaire de nouveau réseau est toujours en cours et peut être suivie depuis la {tasksPageLink}.",
|
|
549
|
+
"new-network:error-message": "Une erreur s'est produite lors de la création du réseau. Veuillez vérifier vos paramètres de configuration (nom, type, VLAN), vérifier la disponibilité de l'hôte et réessayer.",
|
|
550
|
+
"new-network:select-interface": "Sélectionner une interface",
|
|
521
551
|
"new-vif": "Nouveau VIF",
|
|
522
552
|
"new-vm": "Nouvelle VM",
|
|
523
553
|
"new-vm:add": "Ajouter une nouvelle VM",
|
|
@@ -812,6 +842,7 @@
|
|
|
812
842
|
"task:ended": "Terminée",
|
|
813
843
|
"task:started": "Démarrée",
|
|
814
844
|
"tasks": "Tâches",
|
|
845
|
+
"tasks-page": "page des Tâches",
|
|
815
846
|
"tasks:all": "Toutes",
|
|
816
847
|
"tasks:done": "Terminées",
|
|
817
848
|
"tasks:failed": "Échouées",
|
|
@@ -858,6 +889,9 @@
|
|
|
858
889
|
"unable-to-connect-to": "Impossible de se connecter à {ip}",
|
|
859
890
|
"unable-to-connect-to-the-pool": "Impossible de se connecter au Pool",
|
|
860
891
|
"unable-to-connect-to-xo-server": "Impossible de se connecter au serveur XO.",
|
|
892
|
+
"unable-to-create-new-bonded-network": "Impossible de créer un nouveau réseau lié",
|
|
893
|
+
"unable-to-create-new-internal-network": "Impossible de créer un nouveau réseau interne",
|
|
894
|
+
"unable-to-create-new-network": "Impossible de créer un nouveau réseau",
|
|
861
895
|
"unknown": "Inconnu",
|
|
862
896
|
"unlocked": "Déverrouillé",
|
|
863
897
|
"unnamed": "Sans nom",
|
|
@@ -873,16 +907,20 @@
|
|
|
873
907
|
"user-config": "Configuration utilisateur",
|
|
874
908
|
"username": "Nom d'utilisateur",
|
|
875
909
|
"uuid": "UUID",
|
|
910
|
+
"vbd-delete-info": "Cela détachera le VDI sélectionné de la VM. Le disque ne sera pas supprimé et pourra être rattaché ultérieurement.",
|
|
911
|
+
"vbd-delete-title": "Vous êtes sur le point de supprimer 1 VBD | Vous êtes sur le point de supprimer {n} VBDs",
|
|
876
912
|
"vcpu": "vCPU",
|
|
877
913
|
"vcpus": "vCPUs",
|
|
878
914
|
"vcpus-assigned": "vCPUs assignés",
|
|
879
915
|
"vdi": "VDI",
|
|
916
|
+
"vdi-delete-warning": "Cela supprimera définitivement le VDI sélectionné ainsi que toutes les données qu'il contient. Cette action est irréversible.",
|
|
880
917
|
"vdi-throughput": "Débit du VDI",
|
|
881
918
|
"vdis": "VDIs",
|
|
882
919
|
"version": "Version",
|
|
883
920
|
"vga": "VGA",
|
|
884
921
|
"video-ram": "Mémoire vidéo",
|
|
885
922
|
"vif": "VIF",
|
|
923
|
+
"vif-connected": "Le VIF est connecté",
|
|
886
924
|
"vif-device": "VIF #{device}",
|
|
887
925
|
"vif-status": "Statut du VIF",
|
|
888
926
|
"vifs": "VIFs",
|
package/lib/locales/it.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"action:copy-info-json": "Copia informazioni nel JSON",
|
|
23
23
|
"action:create": "Crea",
|
|
24
24
|
"action:delete": "Cancella",
|
|
25
|
-
"action:delete-vms": "Cancella 1 VM | Cancella {n} VM",
|
|
25
|
+
"action:delete-n-vms": "Cancella 1 VM | Cancella {n} VM",
|
|
26
26
|
"action:deploy": "Impiega",
|
|
27
27
|
"action:deploy-xoa": "Impiega XOA",
|
|
28
28
|
"action:edit": "Modifica",
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
"following-hosts-unreachable": "Gli host seguenti non sono raggiungibili",
|
|
195
195
|
"for-backup": "Per il salvataggio",
|
|
196
196
|
"for-replication": "Per la replica",
|
|
197
|
+
"free-space": "Spazio Libero",
|
|
197
198
|
"fullscreen": "Tutto schermo",
|
|
198
199
|
"gateway": "Gateway",
|
|
199
200
|
"hardware": "Hardware",
|
|
@@ -221,11 +222,11 @@
|
|
|
221
222
|
"is-primary-host": "{name} è un server primario",
|
|
222
223
|
"iscsi-iqn": "iSCSI IQN",
|
|
223
224
|
"iso-dvd": "ISO/DVD",
|
|
225
|
+
"job:delete:in-progress": "Cancellazione in corso…",
|
|
224
226
|
"job:vm-copy:bad-power-state": "La VM deve essere spenta",
|
|
225
227
|
"job:vm-copy:in-progress": "Copia in corso…",
|
|
226
228
|
"job:vm-copy:missing-vm": "Nessuna VM da copiare",
|
|
227
229
|
"job:vm-delete:bad-power-state": "La VM deve essere spenta",
|
|
228
|
-
"job:vm-delete:in-progress": "Cancellazione in corso…",
|
|
229
230
|
"job:vm-delete:missing-vm": "Nessuna VM da eliminare",
|
|
230
231
|
"job:vm-export:in-progress": "Esportazione in corso…",
|
|
231
232
|
"job:vm-export:missing-compression": "Compressione richiesta",
|
|
@@ -268,7 +269,7 @@
|
|
|
268
269
|
"learn-more": "Scopri di più",
|
|
269
270
|
"licensing": "Licenza",
|
|
270
271
|
"load-average": "Carico medio",
|
|
271
|
-
"loading": "Caricamento in corso
|
|
272
|
+
"loading": "Caricamento in corso",
|
|
272
273
|
"login": "Login",
|
|
273
274
|
"mac-address": "MAC address",
|
|
274
275
|
"management": "Gestione",
|
|
@@ -345,7 +346,7 @@
|
|
|
345
346
|
"query-builder:operator:not-start-with": "Non incomincia con",
|
|
346
347
|
"query-builder:operator:starts-with": "Incomincia con",
|
|
347
348
|
"query-search-bar:label": "Motore di ricerca",
|
|
348
|
-
"query-search-bar:placeholder": "
|
|
349
|
+
"query-search-bar:placeholder": "@:query-builder:placeholder",
|
|
349
350
|
"query-search-bar:use-query-builder": "Usa il generatore di query",
|
|
350
351
|
"read-only": "Sola lettura",
|
|
351
352
|
"relative-time:day": "1 giorno | {n} giorni",
|
package/lib/locales/ko.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accept-self-signed-certificates": "자체 서명 인증서 허용",
|
|
2
3
|
"action:open-console-in-new-tab": "새 탭에서 콘솔 열기",
|
|
3
4
|
"action:save": "저장",
|
|
4
5
|
"action:search": "검색",
|
|
@@ -112,11 +113,11 @@
|
|
|
112
113
|
"ipv6-addresses": "IPv6 주소",
|
|
113
114
|
"iscsi-iqn": "iSCSI IQN",
|
|
114
115
|
"iso-dvd": "ISO/DVD",
|
|
116
|
+
"job:delete:in-progress": "삭제 진행 중…",
|
|
115
117
|
"job:vm-copy:bad-power-state": "VM이 중지되어 있어야 합니다",
|
|
116
118
|
"job:vm-copy:in-progress": "복사 진행 중…",
|
|
117
119
|
"job:vm-copy:missing-vm": "복사할 VM이 없습니다",
|
|
118
120
|
"job:vm-delete:bad-power-state": "VM이 중지되어 있어야 합니다",
|
|
119
|
-
"job:vm-delete:in-progress": "삭제 진행 중…",
|
|
120
121
|
"job:vm-delete:missing-vm": "삭제할 VM이 없습니다",
|
|
121
122
|
"job:vm-export:in-progress": "내보내는 중…",
|
|
122
123
|
"job:vm-export:missing-vm": "내보내기 할 VM이 없습니다",
|
|
@@ -161,6 +162,7 @@
|
|
|
161
162
|
"theme-monokai": "Monokai",
|
|
162
163
|
"theme-nord": "Nord",
|
|
163
164
|
"theme-solarized": "Solarized",
|
|
165
|
+
"untranslated-text-helper": "기본적으로, 번역되지 않은 텍스트는 영어로 표시됩니다.",
|
|
164
166
|
"uuid": "UUID",
|
|
165
167
|
"vga": "VGA",
|
|
166
168
|
"viridian": "Viridian",
|
package/lib/locales/nb-NO.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"action:copy-info-json": "Kopier informasjon til JSON",
|
|
27
27
|
"action:create": "Opprett",
|
|
28
28
|
"action:delete": "Slett",
|
|
29
|
-
"action:delete-vms": "Slett 1 VM | Slett {n} VM-er",
|
|
29
|
+
"action:delete-n-vms": "Slett 1 VM | Slett {n} VM-er",
|
|
30
30
|
"action:deploy": "Distribuer",
|
|
31
31
|
"action:deploy-xoa": "Distribuer XOA",
|
|
32
32
|
"action:edit": "Rediger",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"license-type": "Lisenstype",
|
|
309
309
|
"licensing": "Lisensiering",
|
|
310
310
|
"load-average": "Belastnings-gjenomsnitt",
|
|
311
|
-
"loading": "Laster
|
|
311
|
+
"loading": "Laster",
|
|
312
312
|
"loading-hosts": "Laster verter…",
|
|
313
313
|
"local": "Lokal",
|
|
314
314
|
"locking-mode": "Låsemodus",
|
package/lib/locales/nl.json
CHANGED
|
@@ -29,9 +29,10 @@
|
|
|
29
29
|
"action:delete": "Verwijderen",
|
|
30
30
|
"action:delete-filter": "Filter verwijderen",
|
|
31
31
|
"action:delete-group": "Groep verwijderen",
|
|
32
|
-
"action:delete-vms": "Verwijder 1 VM | Verwijder {n} VMs",
|
|
32
|
+
"action:delete-n-vms": "Verwijder 1 VM | Verwijder {n} VMs",
|
|
33
33
|
"action:deploy": "Uitrollen",
|
|
34
34
|
"action:deploy-xoa": "Rol XOA uit",
|
|
35
|
+
"action:download-bugtools-archive": "Download het bugtools-archief",
|
|
35
36
|
"action:duplicate": "Dupliceren",
|
|
36
37
|
"action:edit": "Bewerken",
|
|
37
38
|
"action:edit-config": "Configuratie bewerken",
|
|
@@ -150,6 +151,7 @@
|
|
|
150
151
|
"backup:full-replication": "Volledige replicatie",
|
|
151
152
|
"backup:incremental": "Incrementele back-up",
|
|
152
153
|
"backup:incremental-replication": "Incrementele replicatie",
|
|
154
|
+
"backup:last-replication": "Laatste replicatie",
|
|
153
155
|
"backup:mirror:full": "kopieer volledige back-up",
|
|
154
156
|
"backup:mirror:incremental": "kopieer incrementele back-up",
|
|
155
157
|
"backup:pool-metadata": "Pool metadata",
|
|
@@ -162,7 +164,7 @@
|
|
|
162
164
|
"backups:jobs:issues-ran-without-hitch": "Al je back-uptaken zijn zonder problemen uitgevoerd.",
|
|
163
165
|
"backups:jobs:last-seven-days": "In de afgelopen 7 dagen",
|
|
164
166
|
"backups:jobs:no-recent-run": "Geen recente run",
|
|
165
|
-
"backups:jobs:running-good": "
|
|
167
|
+
"backups:jobs:running-good": "Alles in orde",
|
|
166
168
|
"backups:jobs:skipped-runs": "Overgeslagen runs, geen fouten",
|
|
167
169
|
"backups:jobs:status": "Status van back-uptaken",
|
|
168
170
|
"backups:vms-protection": "VMs bescherming",
|
|
@@ -237,6 +239,7 @@
|
|
|
237
239
|
"crash-dump-storage-repository": "Crashdump opslagrepository",
|
|
238
240
|
"created-by": "Gemaakt door",
|
|
239
241
|
"created-on": "Gemaakt op",
|
|
242
|
+
"creation-date": "Aanmaakdatum",
|
|
240
243
|
"cron-pattern": "Cron-patroon",
|
|
241
244
|
"current": "Huidig",
|
|
242
245
|
"current-attach": "Momenteel aangesloten",
|
|
@@ -334,6 +337,7 @@
|
|
|
334
337
|
"id": "ID",
|
|
335
338
|
"in-last-three-runs": "In hun laatste 3 runs",
|
|
336
339
|
"in-progress": "In uitvoering",
|
|
340
|
+
"included": "Inbegrepen",
|
|
337
341
|
"info": "Info",
|
|
338
342
|
"infos": "Info's",
|
|
339
343
|
"install-settings": "Installatie instellingen",
|
|
@@ -358,21 +362,20 @@
|
|
|
358
362
|
"job-name": "Taak naam",
|
|
359
363
|
"job:arg:host-required": "Host is vereist",
|
|
360
364
|
"job:arg:missing-payload": "Payload ontbreekt",
|
|
361
|
-
"job:arg:name-
|
|
365
|
+
"job:arg:name-required": "Naamlabel is vereist",
|
|
362
366
|
"job:arg:password-required": "Wachtwoord is vereist",
|
|
363
367
|
"job:arg:pool-id-required": "Pool-ID is vereist",
|
|
364
368
|
"job:arg:sr-vdi-required": "SR VDI is vereist",
|
|
365
369
|
"job:arg:template-uuid-required": "Sjabloon UUID is vereist",
|
|
366
370
|
"job:arg:username-required": "Gebruikersnaam is vereist",
|
|
367
|
-
"job:
|
|
371
|
+
"job:delete:in-progress": "Verwijderen in uitvoering…",
|
|
372
|
+
"job:create:in-progress": "Aan het maken…",
|
|
368
373
|
"job:vm-copy:bad-power-state": "VM moet worden stopgezet",
|
|
369
374
|
"job:vm-copy:in-progress": "Bezig met kopiëren…",
|
|
370
375
|
"job:vm-copy:missing-vm": "Geen VM om te kopiëren",
|
|
371
|
-
"job:vm-create:in-progress": "Aan het maken…",
|
|
372
376
|
"job:vm-create:incomplete-install-mode": "Installatiemodus is onvolledig",
|
|
373
377
|
"job:vm-delete:bad-power-state": "VM moet worden stopgezet",
|
|
374
378
|
"job:vm-delete:blocked-operation": "VM-verwijdering is geblokkeerd",
|
|
375
|
-
"job:vm-delete:in-progress": "Verwijderen in uitvoering…",
|
|
376
379
|
"job:vm-delete:missing-vm": "Geen VM om te verwijderen",
|
|
377
380
|
"job:vm-export:in-progress": "Export wordt uitgevoerd…",
|
|
378
381
|
"job:vm-export:missing-compression": "Compressie is vereist",
|
|
@@ -427,7 +430,9 @@
|
|
|
427
430
|
"last-n-backup-archives": "Laatste back-uparchief | Laatste {n} back-uparchieven",
|
|
428
431
|
"last-n-backup-runs": "Laatste back-up run | laatste {n} back-up runs",
|
|
429
432
|
"last-n-runs": "Laatste run | Laatste {n} runs",
|
|
433
|
+
"last-revert": "Laatste herstel",
|
|
430
434
|
"last-run-number": "Laatste run #{n}",
|
|
435
|
+
"last-snapshot": "Laatste snapshot",
|
|
431
436
|
"last-week": "Vorige week",
|
|
432
437
|
"learn-more": "Meer informatie",
|
|
433
438
|
"lets-go!": "Laten we gaan!",
|
|
@@ -436,7 +441,7 @@
|
|
|
436
441
|
"license-type": "Licentie type",
|
|
437
442
|
"licensing": "Licentie",
|
|
438
443
|
"load-average": "Gemiddelde belasting",
|
|
439
|
-
"loading": "Bezig met laden
|
|
444
|
+
"loading": "Bezig met laden",
|
|
440
445
|
"loading-hosts": "Hosts laden…",
|
|
441
446
|
"local": "Lokaal",
|
|
442
447
|
"locked": "Vergrendeld",
|
|
@@ -452,11 +457,13 @@
|
|
|
452
457
|
"management-agent-not-detected": "Beheeragent niet gedetecteerd",
|
|
453
458
|
"management-agent-version": "Versie management agent",
|
|
454
459
|
"management-ip": "Beheer IP",
|
|
460
|
+
"manual": "Handmatig",
|
|
455
461
|
"manufacturer-info": "Fabrikant informatie",
|
|
456
462
|
"master": "Primaire host",
|
|
457
463
|
"maximum-cpu-limit": "Maximale CPU-limiet",
|
|
458
464
|
"maximum-dynamic-memory": "Maximaal dynamisch geheugen",
|
|
459
465
|
"maximum-static-memory": "Maximaal statisch geheugen",
|
|
466
|
+
"memory": "Geheugen",
|
|
460
467
|
"memory-usage": "Geheugengebruik",
|
|
461
468
|
"merge-backups-synchronously": "Back-ups synchroon samenvoegen",
|
|
462
469
|
"message": "Bericht",
|
|
@@ -552,6 +559,7 @@
|
|
|
552
559
|
"no-selected-vm-can-be-exported": "Geen van de geselecteerde VM's kan worden geëxporteerd",
|
|
553
560
|
"no-selected-vm-can-be-migrated": "Geen van de geselecteerde VM's kan worden gemigreerd",
|
|
554
561
|
"no-server-detected": "Geen servers gedetecteerd",
|
|
562
|
+
"no-snapshot-detected": "Geen snapshots gevonden",
|
|
555
563
|
"no-storage-repository-detected": "Er zijn geen opslagplaatsen gevonden",
|
|
556
564
|
"no-task": "Geen taken",
|
|
557
565
|
"no-task-detected": "Geen taken gedetecteerd",
|
|
@@ -563,6 +571,7 @@
|
|
|
563
571
|
"none": "Geen",
|
|
564
572
|
"normal": "Normaal",
|
|
565
573
|
"not-found": "Niet gevonden",
|
|
574
|
+
"not-included": "Niet inbegrepen",
|
|
566
575
|
"not-resident-on": "Bevindt zich niet op",
|
|
567
576
|
"not-running": "Wordt niet uitgevoerd",
|
|
568
577
|
"not-yet-available": "Informatie is nog niet beschikbaar",
|
|
@@ -595,6 +604,7 @@
|
|
|
595
604
|
"other-properties": "Overige eigenschappen",
|
|
596
605
|
"other-settings": "Andere instellingen",
|
|
597
606
|
"page-not-found": "Deze pagina kan niet worden gevonden…",
|
|
607
|
+
"page-please-wait": "Houd je vast, astronaut! De pagina maakt zich klaar om op te stijgen.{newline}We zijn net bezig de stuwraketten uit te lijnen en de systemen te kalibreren. Het duurt niet lang meer, hou ons in de gaten!",
|
|
598
608
|
"pagination:all": "@:all",
|
|
599
609
|
"partially-connected": "Gedeeltelijk verbonden",
|
|
600
610
|
"password": "Wachtwoord",
|
|
@@ -612,6 +622,7 @@
|
|
|
612
622
|
"pifs": "PIF's",
|
|
613
623
|
"pifs-status": "PIF's status",
|
|
614
624
|
"please-confirm-to-continue": "Deze actie kan niet ongedaan worden gemaakt. Weet je zeker dat je wilt doorgaan?",
|
|
625
|
+
"please-wait": "Even geduld",
|
|
615
626
|
"pool": "Pool",
|
|
616
627
|
"pool-connection-error-auth-failed": "Er is een fout opgetreden tijdens het verbinden met de pool. De gebruikersnaam of het wachtwoord lijkt onjuist te zijn.",
|
|
617
628
|
"pool-connection-error-duplicate": "Er is een fout opgetreden tijdens het verbinden met de pool. Deze pool lijkt al verbonden te zijn.",
|
|
@@ -739,6 +750,7 @@
|
|
|
739
750
|
"skipped": "Overgeslagen",
|
|
740
751
|
"smart-mode": "Slimme modus",
|
|
741
752
|
"snapshot": "Snapshot",
|
|
753
|
+
"snapshot-created-on": "Snapshot gemaakt op",
|
|
742
754
|
"snapshot-mode": "Snapshotmodus",
|
|
743
755
|
"snapshots": "Snapshots",
|
|
744
756
|
"sockets-with-cores-per-socket": "{nSockets} socket(s) × {nCores} kern(en)/socket(s)",
|
|
@@ -778,6 +790,7 @@
|
|
|
778
790
|
"status:suspended": "Geschorst",
|
|
779
791
|
"status:unknown": "Onbekend",
|
|
780
792
|
"status:unreachable": "Onbereikbaar",
|
|
793
|
+
"step-n-of": "Stap {current} / {total}",
|
|
781
794
|
"storage": "Opslag",
|
|
782
795
|
"storage-configuration": "Opslagconfiguratie",
|
|
783
796
|
"storage-format": "Opslagformaat",
|
|
@@ -840,11 +853,13 @@
|
|
|
840
853
|
"total-used:": "Totaal gebruikt:",
|
|
841
854
|
"transfer-size": "Overdrachtsgrootte",
|
|
842
855
|
"translation-tool": "Vertaalprogramma",
|
|
856
|
+
"trigger": "Trigger",
|
|
843
857
|
"unable-to-connect-to": "Kan geen verbinding maken met {ip}",
|
|
844
858
|
"unable-to-connect-to-the-pool": "Kan geen verbinding maken met de pool",
|
|
845
859
|
"unable-to-connect-to-xo-server": "Kan geen verbinding maken met XO-server.",
|
|
846
860
|
"unknown": "Onbekend",
|
|
847
861
|
"unlocked": "Ontgrendeld",
|
|
862
|
+
"unnamed": "Zonder naam",
|
|
848
863
|
"unreachable-hosts": "Onbereikbare hosts",
|
|
849
864
|
"unreachable-hosts-reload-page": "Gereed, herlaad de pagina",
|
|
850
865
|
"untitled": "Zonder titel",
|
|
@@ -853,6 +868,7 @@
|
|
|
853
868
|
"used": "Gebruikt",
|
|
854
869
|
"used-for-backup": "Gebruikt voor back-up",
|
|
855
870
|
"used-space": "Gebruikte ruimte",
|
|
871
|
+
"used-space-on-sr": "Gebruikte ruimte op SR",
|
|
856
872
|
"user-config": "Gebruikersconfiguratie",
|
|
857
873
|
"username": "Gebruikersnaam",
|
|
858
874
|
"uuid": "UUID",
|
package/lib/locales/pl.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"learn-more": "Dowiedz się więcej",
|
|
161
161
|
"lets-go!": "Chodźmy!",
|
|
162
162
|
"load-average": "Średni load",
|
|
163
|
-
"loading": "Ładowanie
|
|
163
|
+
"loading": "Ładowanie",
|
|
164
164
|
"loading-hosts": "Ładowanie hostów…",
|
|
165
165
|
"local": "Lokalne",
|
|
166
166
|
"locking-mode": "Tryb blokowania",
|
package/lib/locales/pt-BR.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"action:delete": "Excluir",
|
|
30
30
|
"action:delete-filter": "Excluir filtro",
|
|
31
31
|
"action:delete-group": "Excluir grupo",
|
|
32
|
-
"action:delete-vms": "Excluir 1 VM | Excluir {n} VMs",
|
|
32
|
+
"action:delete-n-vms": "Excluir 1 VM | Excluir {n} VMs",
|
|
33
33
|
"action:deploy": "Instalar",
|
|
34
34
|
"action:deploy-xoa": "Instalar XOA",
|
|
35
35
|
"action:duplicate": "Duplicar",
|
|
@@ -358,21 +358,20 @@
|
|
|
358
358
|
"job-name": "Nome do trabalho",
|
|
359
359
|
"job:arg:host-required": "É necessário um servidor",
|
|
360
360
|
"job:arg:missing-payload": "Payload está faltando",
|
|
361
|
-
"job:arg:name-
|
|
361
|
+
"job:arg:name-required": "O rótulo do nome esta em falta",
|
|
362
362
|
"job:arg:password-required": "É necessário utilizar uma palavra-passe.",
|
|
363
363
|
"job:arg:pool-id-required": "Pool ID é obrigatório",
|
|
364
364
|
"job:arg:sr-vdi-required": "SR VDI é obrigatório",
|
|
365
365
|
"job:arg:template-uuid-required": "O modelo UUID é obrigatório",
|
|
366
366
|
"job:arg:username-required": "Nome do utilizador é obrigatório",
|
|
367
|
-
"job:
|
|
367
|
+
"job:delete:in-progress": "A eliminar…",
|
|
368
|
+
"job:create:in-progress": "A criar…",
|
|
368
369
|
"job:vm-copy:bad-power-state": "A VM deve ser desligada",
|
|
369
370
|
"job:vm-copy:in-progress": "Cópia em curso…",
|
|
370
371
|
"job:vm-copy:missing-vm": "Não há máquinas virtuais para copiar",
|
|
371
|
-
"job:vm-create:in-progress": "A criar…",
|
|
372
372
|
"job:vm-create:incomplete-install-mode": "O modo de instalação está incompleto",
|
|
373
373
|
"job:vm-delete:bad-power-state": "A VM deve ser desligada",
|
|
374
374
|
"job:vm-delete:blocked-operation": "A eliminação da VM está bloqueada",
|
|
375
|
-
"job:vm-delete:in-progress": "A eliminar…",
|
|
376
375
|
"job:vm-delete:missing-vm": "Não há máquinas virtuais para eliminar",
|
|
377
376
|
"job:vm-export:in-progress": "Exportação em curso…",
|
|
378
377
|
"job:vm-export:missing-compression": "Deve ser aplicada compressão",
|
|
@@ -436,7 +435,7 @@
|
|
|
436
435
|
"license-type": "Tipo de licença",
|
|
437
436
|
"licensing": "Licenciamento",
|
|
438
437
|
"load-average": "Média de carga",
|
|
439
|
-
"loading": "Carregando
|
|
438
|
+
"loading": "Carregando",
|
|
440
439
|
"loading-hosts": "A carregar Servidores…",
|
|
441
440
|
"local": "Local",
|
|
442
441
|
"locked": "Bloqueado",
|
package/lib/locales/pt.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"action:delete": "Excluir",
|
|
30
30
|
"action:delete-filter": "Excluir filtro",
|
|
31
31
|
"action:delete-group": "Excluir grupo",
|
|
32
|
-
"action:delete-vms": "Excluir 1 VM | Excluir {n} VMs",
|
|
32
|
+
"action:delete-n-vms": "Excluir 1 VM | Excluir {n} VMs",
|
|
33
33
|
"action:deploy": "Instalar",
|
|
34
34
|
"action:deploy-xoa": "Instalar XOA",
|
|
35
35
|
"action:duplicate": "Duplicar",
|
|
@@ -358,21 +358,20 @@
|
|
|
358
358
|
"job-name": "Nome do trabalho",
|
|
359
359
|
"job:arg:host-required": "O servidor é obrigatório",
|
|
360
360
|
"job:arg:missing-payload": "Falta o Payload",
|
|
361
|
-
"job:arg:name-
|
|
361
|
+
"job:arg:name-required": "O rótulo do nome esta em falta",
|
|
362
362
|
"job:arg:password-required": "Palavra-passe é Obrigatório",
|
|
363
363
|
"job:arg:pool-id-required": "Pool ID é obrigatório",
|
|
364
364
|
"job:arg:sr-vdi-required": "SR VDI é obrigatório",
|
|
365
365
|
"job:arg:template-uuid-required": "O modelo UUID é obrigatório",
|
|
366
366
|
"job:arg:username-required": "Nome do utilizador é obrigatório",
|
|
367
|
-
"job:
|
|
367
|
+
"job:delete:in-progress": "A eliminar…",
|
|
368
|
+
"job:create:in-progress": "A criar…",
|
|
368
369
|
"job:vm-copy:bad-power-state": "A VM deve ser desligada",
|
|
369
370
|
"job:vm-copy:in-progress": "Cópia em curso…",
|
|
370
371
|
"job:vm-copy:missing-vm": "Não há máquinas virtuais para copiar",
|
|
371
|
-
"job:vm-create:in-progress": "A criar…",
|
|
372
372
|
"job:vm-create:incomplete-install-mode": "O modo de instalação está incompleto",
|
|
373
373
|
"job:vm-delete:bad-power-state": "A VM deve ser desligada",
|
|
374
374
|
"job:vm-delete:blocked-operation": "A eliminação da VM está bloqueada",
|
|
375
|
-
"job:vm-delete:in-progress": "A eliminar…",
|
|
376
375
|
"job:vm-delete:missing-vm": "Não há máquinas virtuais para eliminar",
|
|
377
376
|
"job:vm-export:in-progress": "Exportação em curso…",
|
|
378
377
|
"job:vm-export:missing-compression": "Deve ser aplicada compressão",
|
|
@@ -436,7 +435,7 @@
|
|
|
436
435
|
"license-type": "Tipo de licença",
|
|
437
436
|
"licensing": "Licenciamento",
|
|
438
437
|
"load-average": "Média de carga",
|
|
439
|
-
"loading": "Carregando
|
|
438
|
+
"loading": "Carregando",
|
|
440
439
|
"loading-hosts": "A carregar Servidores…",
|
|
441
440
|
"local": "Local",
|
|
442
441
|
"locked": "Bloqueado",
|