mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +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:
@@ -20,6 +20,7 @@
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"edit": "Edit",
|
||||
"remove": "Remove",
|
||||
"close": "Close",
|
||||
"resetAll": "Reset all",
|
||||
"undo": "Undo",
|
||||
@@ -296,10 +297,10 @@
|
||||
"installFailedManual": "Installation failed. Try manually: apt-get install smartmontools nvme-cli",
|
||||
"installToolsManual": "Failed to install tools. Try manually: apt-get install smartmontools nvme-cli",
|
||||
"runTest": "Run SMART test",
|
||||
"shortTest": "Short test (~2 min)",
|
||||
"shortTest": "Short test",
|
||||
"longTest": "Long test (1-4 hours)",
|
||||
"extendedTest": "Extended test (background)",
|
||||
"testHelp": "A short test takes about 2 minutes. The extended test runs in the background and can take several hours on large disks. You will receive a notification when it finishes.",
|
||||
"extendedTest": "Extended test",
|
||||
"testHelp": "A short test takes about 2 minutes. The extended test runs in the background and can take several hours on large disks. The result will show up in the History tab when it finishes.",
|
||||
"startFailed": "Failed to start test",
|
||||
"short": "Short",
|
||||
"extended": "Extended",
|
||||
@@ -315,7 +316,6 @@
|
||||
"worst": "Worst",
|
||||
"status": "Status",
|
||||
"viewFullReport": "View full SMART report",
|
||||
"reportHelp": "Generate a detailed SMART report with analysis and recommendations.",
|
||||
"loadingReport": "Loading report...",
|
||||
"reportLoadFailed": "Failed to load report data.",
|
||||
"statusValues": {
|
||||
@@ -1020,7 +1020,11 @@
|
||||
"readOnly": "read-only",
|
||||
"stopped": "stopped",
|
||||
"mounted": "mounted"
|
||||
}
|
||||
},
|
||||
"startOnBoot": "Start at boot",
|
||||
"tags": "Tags",
|
||||
"tagsPlaceholder": "Add tag…",
|
||||
"tagsNone": "No tags"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Logs for {name} (VMID: {vmid})",
|
||||
@@ -1420,7 +1424,9 @@
|
||||
"notificationsEnabled": "Upstream update notifications ON — click to mute",
|
||||
"notificationsMuted": "Upstream update notifications MUTED — click to enable",
|
||||
"notifyUpstreamLabel": "Notify me when a new upstream version is available",
|
||||
"notifyUpstreamHelp": "Sends `app_update_available` to the channels enabled in Settings → Notifications. Turn off if this app can't be updated on your box."
|
||||
"notifyUpstreamHelp": "Sends `app_update_available` to the channels enabled in Settings → Notifications. Turn off if this app can't be updated on your box.",
|
||||
"excludeFromBadgeLabel": "Exclude from the LXC updates counter",
|
||||
"excludeFromBadgeHelp": "Don't count this app in the aggregate updates badge on the LXC list card. Useful when you're pinned to a specific version on purpose (tracker requirement, compatibility freeze). Doesn't affect the App tab's own state or the outbound notification."
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
@@ -3000,6 +3006,7 @@
|
||||
"currentFeatures": {
|
||||
"hostUpdate": "One-click host update from the Health Monitor. The new Update Now button in System Updates runs the Proxmox update flow inside a dashboard terminal, without leaving the browser.",
|
||||
"mobileInstall": "In-app install prompt for mobile. First-time visitors on Android and iOS Safari now see simple steps for adding the Monitor to their home screen as a PWA.",
|
||||
"i18n": "The Monitor now speaks 8 languages: English, Spanish, German, French, Italian, Portuguese, Swedish and Slovak. Huge thanks to @vaso73 for building the i18n scaffolding that made this possible.",
|
||||
"pageSpeed": "Faster page loads and smoother navigation across the dashboard. Overview opens instantly and the VMs & LXCs page never flashes 'Loading…' between guest modals again.",
|
||||
"appTab": "New App tab inside the VM & LXC modal — especially for LXCs. Register the apps installed in a container, capture their weblinks, and get notifications when a new upstream version ships.",
|
||||
"updatesTab": "Reworked Updates tab for LXCs: apply OS packages and registered-app updates from a single button, and schedule a recurring auto-update job that checks the container's OS and its tracked app on every run.",
|
||||
@@ -4579,7 +4586,6 @@
|
||||
"tryDifferentSearch": "Try another command or check the spelling.",
|
||||
"searchAnyCommand": "Search for any command",
|
||||
"trySearchingFor": "Try searching for:",
|
||||
"searchTip": "Tip: Search for any Linux or Proxmox command (qm, pct, zpool).",
|
||||
"noExamplesFound": "No examples found",
|
||||
"reconnecting": "Reconnecting…",
|
||||
"reconnected": "Reconnected successfully",
|
||||
|
||||
Reference in New Issue
Block a user