release 1.15.4: French sticky titles and SUMMARY verdict strings

Localize monitoring host label, stack summary (public + interne), and
SUMMARY all-clear / warnings-only / totals for FR console and HTML.
This commit is contained in:
Hernâni Marques 2026-07-19 04:51:42 +02:00
parent ae8a72a5f3
commit b4f5f060cc
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 52 additions and 18 deletions

View file

@ -73,6 +73,11 @@ i18n_text() {
"pay/withdraw cannot finish") printf 'paiement/retrait impossible a terminer' ;;
"SUMMARY") printf 'RESUME' ;;
"totals:") printf 'totaux :' ;;
"all clear") printf 'tout est clair' ;;
"warnings only (no hard fail)") printf 'avertissements seulement (pas d'\''echec dur)' ;;
"monitoring") printf 'surveillance' ;;
"surface") printf 'surface' ;;
"aptdeploy") printf 'aptdeploy' ;;
"container") printf 'conteneur' ;;
"disk") printf 'disque' ;;
"package") printf 'paquet' ;;