mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 18:56:52 +00:00
i18n polish + Swedish wired + roadmap slim + AppImage 1.2.4.1-beta
## i18n - Swedish (sv) wired end-to-end: `MESSAGE_CATALOG` in `provider.tsx` now imports `sv/common.json`; `SUPPORTED_LANGUAGES` reordered as English + alphabetical native and all eight locales marked complete. - Settings → Interface language: the per-locale status cards grid is retired now that all eight locales are populated end-to-end; the dropdown selector is the only control. - CLI change-language dialog (`scripts/menus/config_menu.sh`) picks up Swedish and matches the Monitor ordering. - Spanish catalog: label polish across the dashboard — *VM y LXC activos* / *11 VMs* / *11 detenidos*, LXC modal tabs shortened to *App / Actualiz. / Montajes / Copias*, *Limpiar / Cerrar* replacing the wrong *Claro / Cerca* in terminal controls, *En ejecución / Ejecutar* replacing the literal *Correr*. - Cross-locale normalisation across ES / DE / FR / IT / PT / SK / SV: *OK* / *Proxmox System Dashboard* / *Warn* labels stay consistent, *AVG / MAX / MIN* kept verbatim as universal abbreviations so the stats row no longer overflows. - Tailscale brand preserved verbatim across ES / FR / IT / PT — previous machine-translated variants like *"escala trasera"* / *"à grande échelle"* restored. ## Docs - `ROADMAP.md` rewritten as a short invitation to the [ProxMenux Roadmap project board](https://github.com/users/MacRimi/projects/1). `ROADMAP.es.md` removed — it mirrored the same outdated version-milestone plan and the docs site keeps the Spanish surface for users who need it. - `release.md` annotated with nine pending sections for the v1.2.4.1 beta cycle. ## AppImage - `ProxMenux-1.2.4.1-beta.AppImage` replaces the previous `ProxMenux-1.2.4.AppImage`. Sidecar `ProxMenux-Monitor.AppImage.sha256` regenerated.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"_meta": "Community translation target. Copy keys from ../en/common.json and translate the values.",
|
||||
"app": {
|
||||
"title": "ProxMenux Monitor",
|
||||
"description": "Tableau de bord du système Proxmox",
|
||||
"description": "Proxmox System Dashboard",
|
||||
"loading": "Chargement...",
|
||||
"connecting": "Connexion au ProxMenux Monitor",
|
||||
"unknown": "Inconnu",
|
||||
@@ -144,8 +144,8 @@
|
||||
"year": "1 an"
|
||||
},
|
||||
"stats": {
|
||||
"avg": "moyenne",
|
||||
"max": "maximum",
|
||||
"avg": "avg",
|
||||
"max": "max",
|
||||
"min": "min"
|
||||
},
|
||||
"errors": {
|
||||
@@ -457,7 +457,7 @@
|
||||
"recommendations": "Recommandations"
|
||||
},
|
||||
"statusValues": {
|
||||
"ok": "D'ACCORD",
|
||||
"ok": "OK",
|
||||
"warning": "Avertissement",
|
||||
"critical": "Critique",
|
||||
"failed": "Échoué",
|
||||
@@ -840,7 +840,7 @@
|
||||
"topCount": "{shown} principaux processus sur {total}",
|
||||
"loadFailed": "Échec de la récupération des processus",
|
||||
"lifetimeAverageTitle": "% CPU moyen sur la durée de vie de ce processus - utile pour trouver des lignes de base d'inactivité de longue durée",
|
||||
"averageShort": "moyenne"
|
||||
"averageShort": "avg"
|
||||
},
|
||||
"processInfo": {
|
||||
"titleFallback": "Processus",
|
||||
@@ -1879,7 +1879,7 @@
|
||||
"recommended": "Recommandé",
|
||||
"warning": "Avertissement",
|
||||
"critical": "Critique",
|
||||
"ok": "D'ACCORD",
|
||||
"ok": "OK",
|
||||
"warn": "AVERTIR",
|
||||
"crit": "CRIT",
|
||||
"ram": "RAM",
|
||||
@@ -4003,7 +4003,7 @@
|
||||
"blocked": "Bloqué",
|
||||
"error": "Erreur",
|
||||
"failed": "Échoué",
|
||||
"ok": "D'ACCORD",
|
||||
"ok": "OK",
|
||||
"unknown": "Inconnu",
|
||||
"warn": "Avertissement"
|
||||
},
|
||||
@@ -4208,7 +4208,7 @@
|
||||
"title": "État de santé du système",
|
||||
"description": "Vérifications détaillées de tous les composants du système",
|
||||
"status": {
|
||||
"ok": "D'ACCORD",
|
||||
"ok": "OK",
|
||||
"info": "Informations",
|
||||
"warning": "Avertissement",
|
||||
"critical": "Critique",
|
||||
@@ -4218,7 +4218,7 @@
|
||||
"total": "Total",
|
||||
"healthy": "En bonne santé",
|
||||
"info": "Informations",
|
||||
"warning": "Avertir",
|
||||
"warning": "Avertissement",
|
||||
"critical": "Critique",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
@@ -4470,7 +4470,7 @@
|
||||
},
|
||||
"componentStatus": {
|
||||
"installing": "installation",
|
||||
"ok": "D'ACCORD",
|
||||
"ok": "OK",
|
||||
"failed": "échoué"
|
||||
},
|
||||
"time": {
|
||||
@@ -4594,6 +4594,6 @@
|
||||
"yes": "Oui",
|
||||
"yourInput": "Votre contribution :",
|
||||
"submit": "Soumettre",
|
||||
"ok": "D'ACCORD"
|
||||
"ok": "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user