@xen-orchestra/web-core 0.49.0 → 0.51.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/delete-button/VtsDeleteButton.vue +27 -0
- package/lib/components/menu/MenuTrigger.vue +1 -0
- package/lib/components/menu/VtsActionsMenu.vue +53 -0
- package/lib/components/modal/VtsErrorModal.vue +36 -0
- package/lib/components/modal/VtsModalList.vue +1 -1
- package/lib/components/status/VtsStatus.vue +4 -0
- package/lib/components/table/cells/VtsActionCell.vue +44 -0
- package/lib/components/table/cells/VtsDoubleLinkCell.vue +53 -0
- package/lib/composables/default-tab.composable.md +17 -11
- package/lib/composables/default-tab.composable.ts +10 -4
- package/lib/icons/fa-icons.ts +2 -0
- package/lib/icons/object-icons.ts +2 -0
- package/lib/locales/cs.json +75 -35
- package/lib/locales/da.json +3 -3
- package/lib/locales/de.json +4 -4
- package/lib/locales/en.json +61 -3
- package/lib/locales/es.json +279 -196
- package/lib/locales/fa.json +4 -4
- package/lib/locales/fi.json +1 -1
- package/lib/locales/fr.json +60 -2
- 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 +22 -5
- package/lib/locales/pl.json +2 -2
- package/lib/locales/pt-BR.json +6 -6
- package/lib/locales/pt.json +4 -4
- package/lib/locales/ru.json +60 -13
- package/lib/locales/sk.json +509 -18
- package/lib/locales/sv.json +4 -4
- package/lib/locales/uk.json +1 -1
- package/lib/locales/zh-Hans.json +31 -4
- package/lib/packages/job/define-job.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/double-link-column.ts +14 -0
- package/lib/tables/column-definitions/text-column.ts +1 -1
- package/lib/tables/column-sets/host-columns.ts +1 -1
- package/lib/tables/column-sets/network-columns.ts +3 -1
- package/lib/tables/column-sets/snapshot-columns.ts +2 -2
- package/lib/tables/column-sets/traffic-rules-columns.ts +29 -0
- 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": "حالت قفل کردن پیشفرض",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"n-missing": "{n} وجود ندارد",
|
|
275
275
|
"n-percent": "{n}%",
|
|
276
276
|
"n-selected-of": "{count} انتخاب شده از {total} اشیاء",
|
|
277
|
-
"n-subtasks": "
|
|
277
|
+
"n-subtasks": "1 کار فرعی | {n} کارهای فرعی",
|
|
278
278
|
"n-vms": "1 ماشین مجازی | {n} ماشین مجازی",
|
|
279
279
|
"name": "نام",
|
|
280
280
|
"netmask": "زیرشبکه",
|
package/lib/locales/fi.json
CHANGED
package/lib/locales/fr.json
CHANGED
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
"action:boot-vm": "Démarrer la VM",
|
|
19
19
|
"action:change-state": "Changer l'état",
|
|
20
20
|
"action:close": "Fermer",
|
|
21
|
+
"action:connect": "Connecter",
|
|
21
22
|
"action:connect-another-pool": "Connecter un autre pool",
|
|
23
|
+
"action:connect-n-vifs": "Connecter 1 VIF | Connecter {n} VIFs",
|
|
22
24
|
"action:connect-pool": "Connecter un pool",
|
|
23
25
|
"action:copy": "Copier",
|
|
24
26
|
"action:copy-all": "Copier tout",
|
|
@@ -32,9 +34,17 @@
|
|
|
32
34
|
"action:delete": "Supprimer",
|
|
33
35
|
"action:delete-filter": "Supprimer le filtre",
|
|
34
36
|
"action:delete-group": "Supprimer le groupe",
|
|
35
|
-
"action:delete-
|
|
37
|
+
"action:delete-n-networks": "Supprimer 1 réseau | Supprimer {n} réseaux",
|
|
38
|
+
"action:delete-n-snapshots": "Supprimer 1 instantané | Supprimer {n} instantanés",
|
|
39
|
+
"action:delete-n-vbds": "Supprimer 1 VBD | Supprimer {n} VBDs",
|
|
40
|
+
"action:delete-n-vdis": "Supprimer 1 VDI | Supprimer {n} VDIs",
|
|
41
|
+
"action:delete-n-vifs": "Supprimer 1 VIF | Supprimer {n} VIFs",
|
|
42
|
+
"action:delete-n-vms": "Supprimer 1 VM | Supprimer {n} VMs",
|
|
43
|
+
"action:delete-vbd": "Supprimer le VBD",
|
|
36
44
|
"action:deploy": "Déployer",
|
|
37
45
|
"action:deploy-xoa": "Déployer XOA",
|
|
46
|
+
"action:disconnect": "Déconnecter",
|
|
47
|
+
"action:disconnect-n-vifs": "Déconnecter 1 VIF | Déconnecter {n} VIFs",
|
|
38
48
|
"action:download-bugtools-archive": "Télécharger l’archive bugtools",
|
|
39
49
|
"action:duplicate": "Dupliquer",
|
|
40
50
|
"action:edit": "Modifier",
|
|
@@ -122,6 +132,7 @@
|
|
|
122
132
|
"all-done!": "Tout est terminé !",
|
|
123
133
|
"all-good!": "Tout va bien !",
|
|
124
134
|
"all-quiet-launchpad": "Tout est calme sur la rampe de lancement",
|
|
135
|
+
"allow": "Autoriser",
|
|
125
136
|
"allow-self-signed-ssl": "Vous devrez peut-être autoriser les certificats SSL auto-signés depuis votre navigateur",
|
|
126
137
|
"and": "Et",
|
|
127
138
|
"any-property": "N'importe quelle propriété",
|
|
@@ -271,7 +282,9 @@
|
|
|
271
282
|
"device": "Appareil",
|
|
272
283
|
"device-config": "Configuration de l'appareil",
|
|
273
284
|
"dhcp": "DHCP",
|
|
285
|
+
"direction": "Direction",
|
|
274
286
|
"disabled": "Désactivé | Désactivés",
|
|
287
|
+
"disconnect-vifs-in-xo-5-to-delete-network": "Pour supprimer un réseau, vous devez d'abord déconnecter tous les VIFs qui y sont attachés. Vous pouvez gérer les VIFs de vos VMs dans {xo-5}.",
|
|
275
288
|
"disconnected": "Déconnecté",
|
|
276
289
|
"disconnected-from-physical-device": "Déconnecté de l'appareil physique",
|
|
277
290
|
"disconnected-pbd-number": "PBD déconnecté #{n}",
|
|
@@ -283,6 +296,7 @@
|
|
|
283
296
|
"documentation": "Documentation",
|
|
284
297
|
"documentation-name": "Documentation {name}",
|
|
285
298
|
"done": "Terminé",
|
|
299
|
+
"drop": "Rejeter",
|
|
286
300
|
"duration": "Durée",
|
|
287
301
|
"enabled": "Activé",
|
|
288
302
|
"end-date": "Date de fin",
|
|
@@ -340,6 +354,7 @@
|
|
|
340
354
|
"hosts-status": "Statut des hôtes",
|
|
341
355
|
"hyper-threading": "Hyper-threading (SMT)",
|
|
342
356
|
"id": "ID",
|
|
357
|
+
"in": "entrant sur",
|
|
343
358
|
"in-last-three-runs": "Dans leurs trois derniers runs",
|
|
344
359
|
"in-progress": "En cours",
|
|
345
360
|
"included": "Inclus",
|
|
@@ -377,14 +392,29 @@
|
|
|
377
392
|
"job:arg:template-uuid-required": "L'UUID de template est obligatoire",
|
|
378
393
|
"job:arg:username-required": "Le nom d'utilisateur est obligatoire",
|
|
379
394
|
"job:arg:vlan-required": "Le VLAN est obligatoire",
|
|
395
|
+
"job:connect:in-progress": "Connexion en cours…",
|
|
380
396
|
"job:create:in-progress": "Création en cours…",
|
|
397
|
+
"job:delete:in-progress": "Suppression en cours…",
|
|
398
|
+
"job:disconnect:in-progress": "Déconnexion en cours…",
|
|
399
|
+
"job:network-delete:has-n-physical-pif-connected": "Le réseau a un PIF physique connecté | Le réseau a {n} PIFs physiques connectés",
|
|
400
|
+
"job:network-delete:has-n-vif-attached": "Le réseau a un VIF attaché | Le réseau a {n} VIFs attachés",
|
|
401
|
+
"job:snapshot-delete:missing-snapshot": "Aucun instantané à supprimer",
|
|
402
|
+
"job:vbd-delete:missing-vbd": "Aucun VBD à supprimer",
|
|
403
|
+
"job:vbd-delete:vbd-attached": "Impossible de supprimer un VBD actuellement attaché",
|
|
404
|
+
"job:vdi-delete:missing-vdi": "Aucun VDI à supprimer",
|
|
405
|
+
"job:vdi-delete:vbd-attached": "Impossible de supprimer un VDI avec un VBD attaché",
|
|
406
|
+
"job:vif-connect:missing-vif": "Aucun VIF à connecter",
|
|
407
|
+
"job:vif-connect:vif-already-connected": "Le VIF est déjà connecté",
|
|
408
|
+
"job:vif-delete:blocked-operation": "La suppression du VIF est bloquée",
|
|
409
|
+
"job:vif-delete:missing-vif": "Aucun VIF à supprimer",
|
|
410
|
+
"job:vif-disconnect:missing-vif": "Aucun VIF à déconnecter",
|
|
411
|
+
"job:vif-disconnect:vif-disconnected": "Le VIF est déconnecté",
|
|
381
412
|
"job:vm-copy:bad-power-state": "La VM doit être arrêtée",
|
|
382
413
|
"job:vm-copy:in-progress": "Copie en cours…",
|
|
383
414
|
"job:vm-copy:missing-vm": "Aucune VM à copier",
|
|
384
415
|
"job:vm-create:incomplete-install-mode": "Le mode d’installation est incomplet",
|
|
385
416
|
"job:vm-delete:bad-power-state": "La VM doit être arrêtée",
|
|
386
417
|
"job:vm-delete:blocked-operation": "La suppression de la VM est bloquée",
|
|
387
|
-
"job:vm-delete:in-progress": "Suppression en cours…",
|
|
388
418
|
"job:vm-delete:missing-vm": "Aucune VM à supprimer",
|
|
389
419
|
"job:vm-export:in-progress": "Exportation en cours…",
|
|
390
420
|
"job:vm-export:missing-compression": "La compression est requise",
|
|
@@ -402,6 +432,7 @@
|
|
|
402
432
|
"job:vm-migrate:in-progress": "Migration en cours…",
|
|
403
433
|
"job:vm-migrate:missing-host": "L'hôte de destination est requis",
|
|
404
434
|
"job:vm-migrate:missing-vm": "Aucune VM à migrer",
|
|
435
|
+
"job:vm-not-running": "La VM doit être en cours d'exécution",
|
|
405
436
|
"job:vm-pause:bad-power-state": "La VM doit être allumée",
|
|
406
437
|
"job:vm-pause:blocked-operation": "La mise en pause de la VM est bloquée",
|
|
407
438
|
"job:vm-pause:in-progress": "Mise en pause en cours…",
|
|
@@ -502,16 +533,22 @@
|
|
|
502
533
|
"mtu-default-value-message": "1500 par défaut",
|
|
503
534
|
"multi-creation": "Création multiple",
|
|
504
535
|
"multi-pathing": "Multi-pathing",
|
|
536
|
+
"n-bonded-networks": "1 réseau lié | {n} réseaux liés",
|
|
505
537
|
"n-cpus": "0 CPU | 1 CPU | {n} CPUs",
|
|
506
538
|
"n-gb": "{n} Go",
|
|
507
539
|
"n-gb-left": "{n} Go libres",
|
|
508
540
|
"n-gb-required": "{n} Go requis",
|
|
509
541
|
"n-hosts": "0 hôte | 1 hôte | {n} hôtes",
|
|
510
542
|
"n-hosts-awaiting-patch": "{n} hôte attend ce patch | {n} hôtes attendent ce patch",
|
|
543
|
+
"n-internal-networks": "1 réseau interne | {n} réseaux internes",
|
|
511
544
|
"n-missing": "{n} manquant | {n} manquants",
|
|
545
|
+
"n-networks": "0 réseau | 1 réseau | {n} réseaux",
|
|
512
546
|
"n-percent": "{n} %",
|
|
513
547
|
"n-selected-of": "{count} objet sélectionné sur {total} | {count} objet sélectionné sur {total} | {count} objets sélectionnés sur {total}",
|
|
548
|
+
"n-snapshots": "0 instantané | 1 instantané | {n} instantanés",
|
|
514
549
|
"n-subtasks": "0 sous-tâche | 1 sous-tâche | {n} sous-tâches",
|
|
550
|
+
"n-vdis": "0 VDI | 1 VDI | {n} VDIs",
|
|
551
|
+
"n-vifs": "0 VIF | 1 VIF | {n} VIFs",
|
|
515
552
|
"n-vms": "0 VM | 1 VM | {n} VMs",
|
|
516
553
|
"name": "Nom",
|
|
517
554
|
"nbd-concurrency": "Concurrence NBD",
|
|
@@ -642,6 +679,7 @@
|
|
|
642
679
|
"pifs-status": "Statut des PIFs",
|
|
643
680
|
"please-confirm-to-continue": "Cette action ne peut pas être annulée. Êtes-vous sûr de vouloir continuer ?",
|
|
644
681
|
"please-wait": "Veuillez patienter",
|
|
682
|
+
"policy": "Politique",
|
|
645
683
|
"pool": "Pool",
|
|
646
684
|
"pool-connection-error-auth-failed": "Une erreur s'est produite lors de la connexion au pool. Le nom d'utilisateur ou le mot de passe semble incorrect.",
|
|
647
685
|
"pool-connection-error-duplicate": "Une erreur s'est produite lors de la connexion au pool, il semble déjà être connecté.",
|
|
@@ -665,6 +703,7 @@
|
|
|
665
703
|
"popup-first-connection-follow-this-guide": "suivre ce guide",
|
|
666
704
|
"popup-first-connection-introduction": "Nous sommes ravis de vous présenter la première version officielle de Xen Orchestra 6.",
|
|
667
705
|
"popup-first-connection-upcoming-release": "Dans les prochaines versions, nous ajouterons des actions sur tous les objets, la gestion des utilisateurs, des fonctionnalités de sauvegarde et bien plus encore. Nous espérons que vous apprécierez découvrir cette toute nouvelle interface !",
|
|
706
|
+
"port": "Port",
|
|
668
707
|
"power-on-host-for-console": "Allumez votre hôte pour accéder à sa console",
|
|
669
708
|
"power-on-mode": "Mode d'alimentation",
|
|
670
709
|
"power-on-vm-for-console": "Allumez votre VM pour accéder à sa console",
|
|
@@ -677,6 +716,8 @@
|
|
|
677
716
|
"protect-from-accidental-deletion": "Protection contre les suppressions accidentelles",
|
|
678
717
|
"protect-from-accidental-shutdown": "Protection contre les extinctions accidentelles",
|
|
679
718
|
"protection-status": "Statut de la protection",
|
|
719
|
+
"protocol": "Protocole",
|
|
720
|
+
"protocol:port": "@:{'protocol'}:@:{'port'}",
|
|
680
721
|
"provider-solutions": "Solutions {provider}",
|
|
681
722
|
"provisioning": "Provisionnement",
|
|
682
723
|
"proxy": "Proxy",
|
|
@@ -751,6 +792,7 @@
|
|
|
751
792
|
"schedule": "Planification",
|
|
752
793
|
"schedules": "Planifications",
|
|
753
794
|
"secure-boot": "Démarrage sécurisé",
|
|
795
|
+
"security": "Sécurité",
|
|
754
796
|
"see-details": "Voir les détails",
|
|
755
797
|
"select-compression": "Sélectionnez une compression",
|
|
756
798
|
"select-destination-host": "Sélectionnez un hôte de destination",
|
|
@@ -770,6 +812,7 @@
|
|
|
770
812
|
"smart-mode": "Mode intelligent",
|
|
771
813
|
"snapshot": "Instantané",
|
|
772
814
|
"snapshot-created-on": "Instantané créé le",
|
|
815
|
+
"snapshot-delete-warning": "Supprimer 1 instantané peut entraîner une perte de données irréversible. Cette action est définitive et ne peut pas être annulée. | Supprimer {n} instantanés en une seule fois peut entraîner une perte de données irréversible. Cette action est définitive et ne peut pas être annulée.",
|
|
773
816
|
"snapshot-mode": "Mode de sauvegarde",
|
|
774
817
|
"snapshots": "Instantanés",
|
|
775
818
|
"sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cœurs/socket",
|
|
@@ -825,6 +868,7 @@
|
|
|
825
868
|
"system": "Système",
|
|
826
869
|
"table-actions": "Actions du tableau",
|
|
827
870
|
"tags": "Tags",
|
|
871
|
+
"target": "Cible",
|
|
828
872
|
"task": "Tâche",
|
|
829
873
|
"task-type": "Type de tâche",
|
|
830
874
|
"task:ended": "Terminée",
|
|
@@ -871,15 +915,21 @@
|
|
|
871
915
|
"total-storage-repository": "Total dépôt de stockage",
|
|
872
916
|
"total-used": "Total utilisé",
|
|
873
917
|
"total-used:": "Total utilisé :",
|
|
918
|
+
"traffic-rule": "Règle de trafic",
|
|
919
|
+
"traffic-rules": "Règles de trafic",
|
|
920
|
+
"traffic-rules:info-message": "Les règles de trafic sont en cours d'application. Certains comportements peuvent être hasardeux.",
|
|
921
|
+
"traffic-rules:no-traffic-rules-detected": "Aucune règle de trafic détectée",
|
|
874
922
|
"transfer-size": "Taille transférée",
|
|
875
923
|
"translation-tool": "Outil de traduction",
|
|
876
924
|
"trigger": "Déclencheur",
|
|
925
|
+
"type": "Type",
|
|
877
926
|
"unable-to-connect-to": "Impossible de se connecter à {ip}",
|
|
878
927
|
"unable-to-connect-to-the-pool": "Impossible de se connecter au Pool",
|
|
879
928
|
"unable-to-connect-to-xo-server": "Impossible de se connecter au serveur XO.",
|
|
880
929
|
"unable-to-create-new-bonded-network": "Impossible de créer un nouveau réseau lié",
|
|
881
930
|
"unable-to-create-new-internal-network": "Impossible de créer un nouveau réseau interne",
|
|
882
931
|
"unable-to-create-new-network": "Impossible de créer un nouveau réseau",
|
|
932
|
+
"unable-to-delete-network": "Impossible de supprimer le réseau",
|
|
883
933
|
"unknown": "Inconnu",
|
|
884
934
|
"unlocked": "Déverrouillé",
|
|
885
935
|
"unnamed": "Sans nom",
|
|
@@ -895,17 +945,25 @@
|
|
|
895
945
|
"user-config": "Configuration utilisateur",
|
|
896
946
|
"username": "Nom d'utilisateur",
|
|
897
947
|
"uuid": "UUID",
|
|
948
|
+
"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.",
|
|
949
|
+
"vbd-delete-title": "Vous êtes sur le point de supprimer 1 VBD | Vous êtes sur le point de supprimer {n} VBDs",
|
|
898
950
|
"vcpu": "vCPU",
|
|
899
951
|
"vcpus": "vCPUs",
|
|
900
952
|
"vcpus-assigned": "vCPUs assignés",
|
|
901
953
|
"vdi": "VDI",
|
|
954
|
+
"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.",
|
|
902
955
|
"vdi-throughput": "Débit du VDI",
|
|
903
956
|
"vdis": "VDIs",
|
|
904
957
|
"version": "Version",
|
|
905
958
|
"vga": "VGA",
|
|
906
959
|
"video-ram": "Mémoire vidéo",
|
|
907
960
|
"vif": "VIF",
|
|
961
|
+
"vif-connect-title": "Vous êtes sur le point de connecter 1 VIF | Vous êtes sur le point de connecter {n} VIFs",
|
|
962
|
+
"vif-connected": "Le VIF est connecté",
|
|
908
963
|
"vif-device": "VIF #{device}",
|
|
964
|
+
"vif-disconnect-info": "La VM n'aura plus accès au réseau. Le VIF reste attaché et vous pourrez le reconnecter ultérieurement.",
|
|
965
|
+
"vif-disconnect-title": "Vous êtes sur le point de déconnecter 1 VIF | Vous êtes sur le point de déconnecter {n} VIFs",
|
|
966
|
+
"vif-network-info": "Information sur le réseau VIF",
|
|
909
967
|
"vif-status": "Statut du VIF",
|
|
910
968
|
"vifs": "VIFs",
|
|
911
969
|
"viridian": "Viridian",
|
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",
|
|
@@ -364,6 +368,7 @@
|
|
|
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",
|
|
371
|
+
"job:delete:in-progress": "Verwijderen in uitvoering…",
|
|
367
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…",
|
|
@@ -371,7 +376,6 @@
|
|
|
371
376
|
"job:vm-create:incomplete-install-mode": "Installatiemodus is onvolledig",
|
|
372
377
|
"job:vm-delete:bad-power-state": "VM moet worden stopgezet",
|
|
373
378
|
"job:vm-delete:blocked-operation": "VM-verwijdering is geblokkeerd",
|
|
374
|
-
"job:vm-delete:in-progress": "Verwijderen in uitvoering…",
|
|
375
379
|
"job:vm-delete:missing-vm": "Geen VM om te verwijderen",
|
|
376
380
|
"job:vm-export:in-progress": "Export wordt uitgevoerd…",
|
|
377
381
|
"job:vm-export:missing-compression": "Compressie is vereist",
|
|
@@ -426,7 +430,9 @@
|
|
|
426
430
|
"last-n-backup-archives": "Laatste back-uparchief | Laatste {n} back-uparchieven",
|
|
427
431
|
"last-n-backup-runs": "Laatste back-up run | laatste {n} back-up runs",
|
|
428
432
|
"last-n-runs": "Laatste run | Laatste {n} runs",
|
|
433
|
+
"last-revert": "Laatste herstel",
|
|
429
434
|
"last-run-number": "Laatste run #{n}",
|
|
435
|
+
"last-snapshot": "Laatste snapshot",
|
|
430
436
|
"last-week": "Vorige week",
|
|
431
437
|
"learn-more": "Meer informatie",
|
|
432
438
|
"lets-go!": "Laten we gaan!",
|
|
@@ -435,7 +441,7 @@
|
|
|
435
441
|
"license-type": "Licentie type",
|
|
436
442
|
"licensing": "Licentie",
|
|
437
443
|
"load-average": "Gemiddelde belasting",
|
|
438
|
-
"loading": "Bezig met laden
|
|
444
|
+
"loading": "Bezig met laden",
|
|
439
445
|
"loading-hosts": "Hosts laden…",
|
|
440
446
|
"local": "Lokaal",
|
|
441
447
|
"locked": "Vergrendeld",
|
|
@@ -451,11 +457,13 @@
|
|
|
451
457
|
"management-agent-not-detected": "Beheeragent niet gedetecteerd",
|
|
452
458
|
"management-agent-version": "Versie management agent",
|
|
453
459
|
"management-ip": "Beheer IP",
|
|
460
|
+
"manual": "Handmatig",
|
|
454
461
|
"manufacturer-info": "Fabrikant informatie",
|
|
455
462
|
"master": "Primaire host",
|
|
456
463
|
"maximum-cpu-limit": "Maximale CPU-limiet",
|
|
457
464
|
"maximum-dynamic-memory": "Maximaal dynamisch geheugen",
|
|
458
465
|
"maximum-static-memory": "Maximaal statisch geheugen",
|
|
466
|
+
"memory": "Geheugen",
|
|
459
467
|
"memory-usage": "Geheugengebruik",
|
|
460
468
|
"merge-backups-synchronously": "Back-ups synchroon samenvoegen",
|
|
461
469
|
"message": "Bericht",
|
|
@@ -473,7 +481,7 @@
|
|
|
473
481
|
"modal:confirm-vm-force-shutdown": "Bevestig gedwongen afsluiten van VM",
|
|
474
482
|
"modal:confirm-vm-reboot": "Bevestig opnieuw opstarten van VM",
|
|
475
483
|
"modal:confirm-vm-shutdown": "Bevestig afsluiten van VM",
|
|
476
|
-
"modal:vm-force-reboot-message": "Hierdoor wordt de virtuele machine onmiddellijk
|
|
484
|
+
"modal:vm-force-reboot-message": "Hierdoor wordt de virtuele machine onmiddellijk opnieuw opgestart zonder een correcte afsluiting. Er kan gegevensverlies optreden en lopende processen worden onderbroken.",
|
|
477
485
|
"modal:vm-force-shutdown-message": "Hierdoor wordt de virtuele machine onmiddellijk uitgeschakeld zonder een correcte afsluiting. Er kan gegevensverlies optreden en lopende processen worden onderbroken.",
|
|
478
486
|
"modal:vm-reboot-message": "Start de virtuele machine op een correcte manier opnieuw op door deze af te sluiten en opnieuw te starten. Actieve processen worden op de juiste manier afgesloten.",
|
|
479
487
|
"modal:vm-shutdown-message": "Hiermee wordt de virtuele machine op een correcte manier afgesloten. Alle actieve processen worden gestopt en gebruikers kunnen worden verbroken. U kunt de VM later opnieuw opstarten via de interface.",
|
|
@@ -551,6 +559,7 @@
|
|
|
551
559
|
"no-selected-vm-can-be-exported": "Geen van de geselecteerde VM's kan worden geëxporteerd",
|
|
552
560
|
"no-selected-vm-can-be-migrated": "Geen van de geselecteerde VM's kan worden gemigreerd",
|
|
553
561
|
"no-server-detected": "Geen servers gedetecteerd",
|
|
562
|
+
"no-snapshot-detected": "Geen snapshots gevonden",
|
|
554
563
|
"no-storage-repository-detected": "Er zijn geen opslagplaatsen gevonden",
|
|
555
564
|
"no-task": "Geen taken",
|
|
556
565
|
"no-task-detected": "Geen taken gedetecteerd",
|
|
@@ -562,6 +571,7 @@
|
|
|
562
571
|
"none": "Geen",
|
|
563
572
|
"normal": "Normaal",
|
|
564
573
|
"not-found": "Niet gevonden",
|
|
574
|
+
"not-included": "Niet inbegrepen",
|
|
565
575
|
"not-resident-on": "Bevindt zich niet op",
|
|
566
576
|
"not-running": "Wordt niet uitgevoerd",
|
|
567
577
|
"not-yet-available": "Informatie is nog niet beschikbaar",
|
|
@@ -594,6 +604,7 @@
|
|
|
594
604
|
"other-properties": "Overige eigenschappen",
|
|
595
605
|
"other-settings": "Andere instellingen",
|
|
596
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!",
|
|
597
608
|
"pagination:all": "@:all",
|
|
598
609
|
"partially-connected": "Gedeeltelijk verbonden",
|
|
599
610
|
"password": "Wachtwoord",
|
|
@@ -611,6 +622,7 @@
|
|
|
611
622
|
"pifs": "PIF's",
|
|
612
623
|
"pifs-status": "PIF's status",
|
|
613
624
|
"please-confirm-to-continue": "Deze actie kan niet ongedaan worden gemaakt. Weet je zeker dat je wilt doorgaan?",
|
|
625
|
+
"please-wait": "Even geduld",
|
|
614
626
|
"pool": "Pool",
|
|
615
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.",
|
|
616
628
|
"pool-connection-error-duplicate": "Er is een fout opgetreden tijdens het verbinden met de pool. Deze pool lijkt al verbonden te zijn.",
|
|
@@ -738,6 +750,7 @@
|
|
|
738
750
|
"skipped": "Overgeslagen",
|
|
739
751
|
"smart-mode": "Slimme modus",
|
|
740
752
|
"snapshot": "Snapshot",
|
|
753
|
+
"snapshot-created-on": "Snapshot gemaakt op",
|
|
741
754
|
"snapshot-mode": "Snapshotmodus",
|
|
742
755
|
"snapshots": "Snapshots",
|
|
743
756
|
"sockets-with-cores-per-socket": "{nSockets} socket(s) × {nCores} kern(en)/socket(s)",
|
|
@@ -777,6 +790,7 @@
|
|
|
777
790
|
"status:suspended": "Geschorst",
|
|
778
791
|
"status:unknown": "Onbekend",
|
|
779
792
|
"status:unreachable": "Onbereikbaar",
|
|
793
|
+
"step-n-of": "Stap {current} / {total}",
|
|
780
794
|
"storage": "Opslag",
|
|
781
795
|
"storage-configuration": "Opslagconfiguratie",
|
|
782
796
|
"storage-format": "Opslagformaat",
|
|
@@ -839,11 +853,13 @@
|
|
|
839
853
|
"total-used:": "Totaal gebruikt:",
|
|
840
854
|
"transfer-size": "Overdrachtsgrootte",
|
|
841
855
|
"translation-tool": "Vertaalprogramma",
|
|
856
|
+
"trigger": "Trigger",
|
|
842
857
|
"unable-to-connect-to": "Kan geen verbinding maken met {ip}",
|
|
843
858
|
"unable-to-connect-to-the-pool": "Kan geen verbinding maken met de pool",
|
|
844
859
|
"unable-to-connect-to-xo-server": "Kan geen verbinding maken met XO-server.",
|
|
845
860
|
"unknown": "Onbekend",
|
|
846
861
|
"unlocked": "Ontgrendeld",
|
|
862
|
+
"unnamed": "Zonder naam",
|
|
847
863
|
"unreachable-hosts": "Onbereikbare hosts",
|
|
848
864
|
"unreachable-hosts-reload-page": "Gereed, herlaad de pagina",
|
|
849
865
|
"untitled": "Zonder titel",
|
|
@@ -852,6 +868,7 @@
|
|
|
852
868
|
"used": "Gebruikt",
|
|
853
869
|
"used-for-backup": "Gebruikt voor back-up",
|
|
854
870
|
"used-space": "Gebruikte ruimte",
|
|
871
|
+
"used-space-on-sr": "Gebruikte ruimte op SR",
|
|
855
872
|
"user-config": "Gebruikersconfiguratie",
|
|
856
873
|
"username": "Gebruikersnaam",
|
|
857
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",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"properties": "Właściwości",
|
|
217
217
|
"property": "Właściwość",
|
|
218
218
|
"pxe": "PXE",
|
|
219
|
-
"query-search-bar:label": "
|
|
219
|
+
"query-search-bar:label": "@:query-builder:label",
|
|
220
220
|
"read-only": "Tylko do odczytu",
|
|
221
221
|
"relative-time:now": "Przed chwilą",
|
|
222
222
|
"report-when:always": "Zawsze",
|
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",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"action:search-treeview": "Pesquisar na árvore de navegação",
|
|
72
72
|
"action:see-all": "Exibir tudo",
|
|
73
73
|
"action:see-less": "Ver menos",
|
|
74
|
-
"action:see-n-more": "Exibir {n}
|
|
74
|
+
"action:see-n-more": "Exibir {n} mais",
|
|
75
75
|
"action:select-all": "Selecionar todos",
|
|
76
76
|
"action:select-n-objects-of": "{from} - {to} de {total} objetos",
|
|
77
77
|
"action:select-network": "Selecione uma rede",
|
|
78
78
|
"action:select-none": "Selecione nenhuma",
|
|
79
|
-
"action:select-storage": "Selecione o
|
|
79
|
+
"action:select-storage": "Selecione o armazenamento",
|
|
80
80
|
"action:send": "Enviar",
|
|
81
81
|
"action:send-ctrl-alt-del": "Enviar Ctrl+Alt+Del",
|
|
82
82
|
"action:show-less": "Mostrar menos",
|
|
@@ -364,6 +364,7 @@
|
|
|
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:delete:in-progress": "A eliminar…",
|
|
367
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…",
|
|
@@ -371,7 +372,6 @@
|
|
|
371
372
|
"job:vm-create:incomplete-install-mode": "O modo de instalação está incompleto",
|
|
372
373
|
"job:vm-delete:bad-power-state": "A VM deve ser desligada",
|
|
373
374
|
"job:vm-delete:blocked-operation": "A eliminação da VM está bloqueada",
|
|
374
|
-
"job:vm-delete:in-progress": "A eliminar…",
|
|
375
375
|
"job:vm-delete:missing-vm": "Não há máquinas virtuais para eliminar",
|
|
376
376
|
"job:vm-export:in-progress": "Exportação em curso…",
|
|
377
377
|
"job:vm-export:missing-compression": "Deve ser aplicada compressão",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"license-type": "Tipo de licença",
|
|
436
436
|
"licensing": "Licenciamento",
|
|
437
437
|
"load-average": "Média de carga",
|
|
438
|
-
"loading": "Carregando
|
|
438
|
+
"loading": "Carregando",
|
|
439
439
|
"loading-hosts": "A carregar Servidores…",
|
|
440
440
|
"local": "Local",
|
|
441
441
|
"locked": "Bloqueado",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"modal:confirm-vm-force-shutdown": "Confirmar o encerramento forçado da VM",
|
|
474
474
|
"modal:confirm-vm-reboot": "Confirmar o reinício da VM",
|
|
475
475
|
"modal:confirm-vm-shutdown": "Confirmar o encerramento da VM",
|
|
476
|
-
"modal:vm-force-reboot-message": "Isto irá
|
|
476
|
+
"modal:vm-force-reboot-message": "Isto irá reiniciar imediatamente a máquina virtual sem um encerramento normal. Poderá ocorrer perda de dados e os processos em execução serão interrompidos.",
|
|
477
477
|
"modal:vm-force-shutdown-message": "Isto irá desligar imediatamente a máquina virtual sem um encerramento normal. Poderá ocorrer perda de dados e os processos em execução serão interrompidos.",
|
|
478
478
|
"modal:vm-reboot-message": "Reinicia a máquina virtual de forma controlada, desligando-a e ligando-a novamente. Os processos em execução serão encerrados corretamente.",
|
|
479
479
|
"modal:vm-shutdown-message": "Isto irá encerrar a máquina virtual de forma controlada. Todos os processos em execução serão interrompidos e os utilizadores poderão ser desconectados. Pode reiniciar a VM mais tarde a partir da interface.",
|