From ab5767fe94bd9a88b3e8ab3fd86c572e370532fc Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Fri, 4 Sep 2026 09:28:30 +0000 Subject: [PATCH] chore(i18n): auto-fill missing translations in messages/{locale}/common.json Source: ce6af76 Triggered by: push --- AppImage/messages/de/common.json | 5 ++++- AppImage/messages/es/common.json | 5 ++++- AppImage/messages/fr/common.json | 5 ++++- AppImage/messages/it/common.json | 5 ++++- AppImage/messages/pt/common.json | 5 ++++- AppImage/messages/sv/common.json | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/AppImage/messages/de/common.json b/AppImage/messages/de/common.json index ad23a1a8..fb4a6c02 100644 --- a/AppImage/messages/de/common.json +++ b/AppImage/messages/de/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "Beim Booten beginnen", "tags": "Tags", "tagsPlaceholder": "Tag hinzufügen…", - "tagsNone": "Keine Tags" + "tagsNone": "Keine Tags", + "mountErrors": { + "configuredButNotMounted": "Konfiguriert, aber nicht gemountet" + } }, "logs": { "header": "Protokolle für {name} (VMID: {vmid})", diff --git a/AppImage/messages/es/common.json b/AppImage/messages/es/common.json index 6632a752..deafdfb1 100644 --- a/AppImage/messages/es/common.json +++ b/AppImage/messages/es/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "Iniciar al arrancar", "tags": "Etiquetas", "tagsPlaceholder": "Añadir etiqueta…", - "tagsNone": "Sin etiquetas" + "tagsNone": "Sin etiquetas", + "mountErrors": { + "configuredButNotMounted": "configurado pero no montado" + } }, "logs": { "header": "Registros para {name} (VMID: {vmid})", diff --git a/AppImage/messages/fr/common.json b/AppImage/messages/fr/common.json index 922d449a..a962859d 100644 --- a/AppImage/messages/fr/common.json +++ b/AppImage/messages/fr/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "Démarrer au démarrage", "tags": "balises", "tagsPlaceholder": "Ajouter une balise…", - "tagsNone": "Aucune balise" + "tagsNone": "Aucune balise", + "mountErrors": { + "configuredButNotMounted": "configuré mais non monté" + } }, "logs": { "header": "Journaux pour {name} (VMID : {vmid})", diff --git a/AppImage/messages/it/common.json b/AppImage/messages/it/common.json index 81145e2e..74bf496d 100644 --- a/AppImage/messages/it/common.json +++ b/AppImage/messages/it/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "inizia all'avvio", "tags": "tag", "tagsPlaceholder": "aggiungi tag…", - "tagsNone": "nessun tag" + "tagsNone": "nessun tag", + "mountErrors": { + "configuredButNotMounted": "configurato ma non montato" + } }, "logs": { "header": "Registri per {name} (VMID: {vmid})", diff --git a/AppImage/messages/pt/common.json b/AppImage/messages/pt/common.json index 1890e701..b1d59453 100644 --- a/AppImage/messages/pt/common.json +++ b/AppImage/messages/pt/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "Iniciar na inicialização", "tags": "Etiquetas", "tagsPlaceholder": "Adicionar tag…", - "tagsNone": "sem tags" + "tagsNone": "sem tags", + "mountErrors": { + "configuredButNotMounted": "configurado mas não montado" + } }, "logs": { "header": "Registros para {name} (VMID: {vmid})", diff --git a/AppImage/messages/sv/common.json b/AppImage/messages/sv/common.json index 3d7e4410..13bd8def 100644 --- a/AppImage/messages/sv/common.json +++ b/AppImage/messages/sv/common.json @@ -1030,7 +1030,10 @@ "startOnBoot": "Börja vid start", "tags": "Taggar", "tagsPlaceholder": "Lägg till tagg...", - "tagsNone": "Inga taggar" + "tagsNone": "Inga taggar", + "mountErrors": { + "configuredButNotMounted": "Konfigurerad men inte monterad" + } }, "logs": { "header": "Loggar för {name} (VMID: {vmid})",