mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-26 08:36:45 +00:00
Beta cycle bundle over 1.2.4.1
- **VM/LXC modal** — PVE tags (dots on list cards, editable pills in modal with click-to-edit) using NVIDIA-style hash colour and SAPC contrast; Status tab redesign (single card, always-visible subsections, Edit button, autostart toggle, blue subsection icons); Backups and Firewall tabs now fill the full modal height with sticky headers/notes; stopped VMs no longer shift the metrics grid; mount-point card brightness unified across breakpoints. - **Disks modal** — Overview / SMART / History / Schedule tabs adopt the VM/LXC modal size and the mobile icon-only tab pattern; SMART attributes table drops the 15-row cap and gains a sticky "View full SMART report" footer; Print/Save-as-PDF collapses to two icons in the report; loose i18n and layout follow-ups. - **NVIDIA driver installer (#298)** — version picker cross-checks kernel + NVIDIA's Production/New Feature/Legacy branch classification (scraped from `nvidia.com/en-us/drivers/unix/`) + the PCI Device IDs of every host GPU, with a release-count heuristic to keep superseded production branches selectable while dropping Vulkan-beta ones; Recommended follows same-branch head when a driver is installed, Production Branch head on a fresh install; Hardware card now shows installed alongside available driver version. - **Custom notifications (#297)** — `event_type: "custom"` accepts `title`/`message` at the root or nested under `data`; defensive strip of stray `[TITLE]`/`[BODY]` markers echoed by the AI enhancer. - **App tab** — new "Exclude from the LXC updates counter" toggle; the CT's aggregate updates badge now sums OS packages plus registered apps (respecting the flag); Docs page updated; App suggestion no longer treats bare OS helper slugs (alpine/ubuntu/debian…) as installable apps. - **i18n and copy** — Monitor UI available in EN / ES / DE / FR / IT / PT / SV / SK (thanks @vaso73) surfaced as the first entry in the What's New modal with a link to the contributor's profile; ES cleanup pass (`Historial`, `Velocidad de rotación`, `Consumo actual`, `Ejecutar`, `Eliminar`, `Activar`, `Ver contenido`, `Repuesto disp.`, `Registrar`, `Ocultar`, `Descartar`); redundant "Tip: search any Linux/Proxmox command" line removed from the terminal command search across all locales.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"cancel": "Annuler",
|
||||
"save": "Sauvegarder",
|
||||
"edit": "Modifier",
|
||||
"remove": "",
|
||||
"close": "Fermer",
|
||||
"resetAll": "Tout réinitialiser",
|
||||
"undo": "Défaire",
|
||||
@@ -297,10 +298,10 @@
|
||||
"installFailedManual": "L'installation a échoué. Essayez manuellement : apt-get install smartmontools nvme-cli",
|
||||
"installToolsManual": "Échec de l'installation des outils. Essayez manuellement : apt-get install smartmontools nvme-cli",
|
||||
"runTest": "Exécuter le test SMART",
|
||||
"shortTest": "Test court (~2 min)",
|
||||
"shortTest": "Test court",
|
||||
"longTest": "Test long (1 à 4 heures)",
|
||||
"extendedTest": "Test étendu (contexte)",
|
||||
"testHelp": "Un court test prend environ 2 minutes. Le test étendu s'exécute en arrière-plan et peut prendre plusieurs heures sur des disques volumineux. Vous recevrez une notification une fois terminé.",
|
||||
"extendedTest": "Test étendu",
|
||||
"testHelp": "",
|
||||
"startFailed": "Échec du démarrage du test",
|
||||
"short": "Court",
|
||||
"extended": "Étendu",
|
||||
@@ -316,7 +317,6 @@
|
||||
"worst": "Pire",
|
||||
"status": "Statut",
|
||||
"viewFullReport": "Afficher le rapport SMART complet",
|
||||
"reportHelp": "Générez un rapport SMART détaillé avec analyse et recommandations.",
|
||||
"loadingReport": "Chargement du rapport...",
|
||||
"reportLoadFailed": "Échec du chargement des données du rapport.",
|
||||
"statusValues": {
|
||||
@@ -1021,7 +1021,11 @@
|
||||
"readOnly": "en lecture seule",
|
||||
"stopped": "arrêté",
|
||||
"mounted": "monté"
|
||||
}
|
||||
},
|
||||
"startOnBoot": "",
|
||||
"tags": "",
|
||||
"tagsPlaceholder": "",
|
||||
"tagsNone": ""
|
||||
},
|
||||
"logs": {
|
||||
"header": "Journaux pour {name} (VMID : {vmid})",
|
||||
@@ -1421,7 +1425,9 @@
|
||||
"notificationsEnabled": "Notifications de mise à jour en amont activées – cliquez pour désactiver le son",
|
||||
"notificationsMuted": "Notifications de mise à jour en amont MUTED – cliquez pour activer",
|
||||
"notifyUpstreamLabel": "Me prévenir lorsqu'une nouvelle version en amont est disponible",
|
||||
"notifyUpstreamHelp": "envoie `app_update_available` aux canaux activés dans Paramètres → Notifications.Désactivez-la si cette application ne peut pas être mise à jour sur votre box."
|
||||
"notifyUpstreamHelp": "envoie `app_update_available` aux canaux activés dans Paramètres → Notifications.Désactivez-la si cette application ne peut pas être mise à jour sur votre box.",
|
||||
"excludeFromBadgeLabel": "",
|
||||
"excludeFromBadgeHelp": ""
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
@@ -3001,6 +3007,7 @@
|
||||
"currentFeatures": {
|
||||
"hostUpdate": "Mise à jour de l'hôte en un clic depuis Health Monitor. Le nouveau bouton Mettre à jour maintenant dans les mises à jour système exécute le flux de mise à jour Proxmox dans un terminal de tableau de bord, sans quitter le navigateur.",
|
||||
"mobileInstall": "Invite d'installation dans l'application pour mobile. Les nouveaux visiteurs sur Android et iOS Safari voient désormais des étapes simples pour ajouter le moniteur à leur écran d'accueil en tant que PWA.",
|
||||
"i18n": "",
|
||||
"pageSpeed": "chargements de pages plus rapides et navigation plus fluide dans le tableau de bord.La présentation s'ouvre instantanément et la page VM et LXC ne clignote plus jamais « Chargement… » entre les modaux invités.",
|
||||
"appTab": "nouvel onglet Application dans le modal VM et LXC, en particulier pour les LXC.Enregistrez les applications installées dans un conteneur, capturez leurs liens Web et recevez des notifications lorsqu'une nouvelle version en amont est livrée.",
|
||||
"updatesTab": "onglet Mises à jour retravaillées pour les LXC : appliquez les packages de système d'exploitation et les mises à jour des applications enregistrées à partir d'un seul bouton, et planifiez une tâche de mise à jour automatique récurrente qui vérifie le système d'exploitation du conteneur et son application suivie à chaque exécution.",
|
||||
@@ -4579,7 +4586,6 @@
|
||||
"tryDifferentSearch": "Essayez une autre commande ou vérifiez l'orthographe.",
|
||||
"searchAnyCommand": "Rechercher n'importe quelle commande",
|
||||
"trySearchingFor": "Essayez de rechercher :",
|
||||
"searchTip": "Astuce : recherchez n'importe quelle commande Linux ou Proxmox (qm, pct, zpool).",
|
||||
"noExamplesFound": "Aucun exemple trouvé",
|
||||
"reconnecting": "Reconnexion…",
|
||||
"reconnected": "Reconnecté avec succès",
|
||||
|
||||
Reference in New Issue
Block a user