@xen-orchestra/web-core 0.2.0 → 0.3.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/locales/en.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"network": "Network",
|
|
50
50
|
"no-data": "No data",
|
|
51
51
|
"object-not-found": "Object {id} can't be found…",
|
|
52
|
+
"other": "Other",
|
|
52
53
|
"patches": "Patches",
|
|
53
54
|
"power-on-for-console": "Power on your VM to access its console",
|
|
54
55
|
"running-vm": "Running VM | Running VMs",
|
|
@@ -68,5 +69,6 @@
|
|
|
68
69
|
"tasks.quick-view.in-progress": "In progress",
|
|
69
70
|
|
|
70
71
|
"total": "Total",
|
|
72
|
+
"total-cpus": "Total CPUs",
|
|
71
73
|
"vms": "VMs"
|
|
72
74
|
}
|
package/lib/locales/fr.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"network": "Réseau",
|
|
50
50
|
"no-data": "Aucune donnée",
|
|
51
51
|
"object-not-found": "L'objet {id} est introuvable…",
|
|
52
|
+
"other": "Autre",
|
|
52
53
|
"patches": "Patches",
|
|
53
54
|
"power-on-for-console": "Allumez votre VM pour accéder à sa console",
|
|
54
55
|
"running-vm": "VM en cours d'exécution | VMs en cours d'exécution",
|
|
@@ -68,5 +69,6 @@
|
|
|
68
69
|
"tasks.quick-view.in-progress": "En cours",
|
|
69
70
|
|
|
70
71
|
"total": "Total",
|
|
72
|
+
"total-cpus": "Total CPUs",
|
|
71
73
|
"vms": "VMs"
|
|
72
74
|
}
|