From 0a01d712a9ee9b667083ffe9534cb2f1203fd9b7 Mon Sep 17 00:00:00 2001 From: Ferry Cools Date: Sat, 30 Aug 2025 10:38:25 +0200 Subject: [PATCH] Add translations for tap confirmation --- src/translations/de.json | 1 + src/translations/en.json | 1 + src/translations/es.json | 1 + src/translations/nl.json | 1 + src/translations/pt-BR.json | 1 + 5 files changed, 5 insertions(+) diff --git a/src/translations/de.json b/src/translations/de.json index 65e3b366..60924252 100644 --- a/src/translations/de.json +++ b/src/translations/de.json @@ -62,6 +62,7 @@ }, "switch": { "all_switches": "Alle Schalter", + "chip_confirmation": "Warnung: Diese Aktion wird alle Schalter ausschalten. Sind Sie sicher, dass Sie fortfahren möchten?", "switches": "Schalter" }, "vacuum": { diff --git a/src/translations/en.json b/src/translations/en.json index 4f2c1f99..80d28ca1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -62,6 +62,7 @@ }, "switch": { "all_switches": "All Switches", + "chip_confirmation": "Warning: This action will turn off all switches. Are you sure you want to continue?", "switches": "Switches" }, "vacuum": { diff --git a/src/translations/es.json b/src/translations/es.json index a9edb8b1..422bac8f 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -62,6 +62,7 @@ }, "switch": { "all_switches": "Todos los Apagadores", + "chip_confirmation": "Advertencia: Esta acción apagará todos los interruptores. ¿Está seguro de que desea continuar?", "switches": "Apagadores" }, "vacuum": { diff --git a/src/translations/nl.json b/src/translations/nl.json index 20357abb..904f8d4f 100644 --- a/src/translations/nl.json +++ b/src/translations/nl.json @@ -62,6 +62,7 @@ }, "switch": { "all_switches": "Alle Schakelaars", + "chip_confirmation": "Waarschuwing: Deze actie zal alle schakelaars uitzetten. Weet u zeker dat u door wilt gaan?", "switches": "Schakelaars" }, "vacuum": { diff --git a/src/translations/pt-BR.json b/src/translations/pt-BR.json index b333a052..f70cea37 100644 --- a/src/translations/pt-BR.json +++ b/src/translations/pt-BR.json @@ -62,6 +62,7 @@ }, "switch": { "all_switches": "Todos os interruptores", + "chip_confirmation": "Atenção: Essa ação irá desligar todos os interruptores. Tem certeza que deseja continuar?", "switches": "Interruptores" }, "vacuum": {