From 8c66fb9be3a35c8c2e55faf1d614d98f04f438e8 Mon Sep 17 00:00:00 2001 From: theotime2005 Date: Mon, 15 Jul 2024 11:22:11 +0200 Subject: [PATCH] fix(mon-pix): Add missing translations keys to the label reset button --- mon-pix/translations/en.json | 5 +++-- mon-pix/translations/es.json | 3 ++- mon-pix/translations/fr.json | 5 +++-- mon-pix/translations/nl.json | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/mon-pix/translations/en.json b/mon-pix/translations/en.json index 8b8908c497e..543beb7ad34 100644 --- a/mon-pix/translations/en.json +++ b/mon-pix/translations/en.json @@ -689,7 +689,8 @@ "actions": { "launch": "Start", "launch-label": "Start simulation", - "reset": "Restart" + "reset": "Restart", + "reset-label": "Restart simulation" }, "placeholder": "App loading" }, @@ -1892,4 +1893,4 @@ } } } -} \ No newline at end of file +} diff --git a/mon-pix/translations/es.json b/mon-pix/translations/es.json index dcee417ad4a..e3676a9c3a6 100644 --- a/mon-pix/translations/es.json +++ b/mon-pix/translations/es.json @@ -683,7 +683,8 @@ "actions": { "launch": "Empezar", "launch-label": "Empezar simulación", - "reset": "Restablecer" + "reset": "Restablecer", + "reset-label": "Restablecer simulación" }, "placeholder": "Cargando la aplicación" }, diff --git a/mon-pix/translations/fr.json b/mon-pix/translations/fr.json index c10ba9d9841..dedb1155d9e 100644 --- a/mon-pix/translations/fr.json +++ b/mon-pix/translations/fr.json @@ -689,7 +689,8 @@ "actions": { "launch": "Commencer", "launch-label": "Commencer la simulation", - "reset": "Réinitialiser" + "reset": "Réinitialiser", + "reset-label": "Réinitialiser la simulation" }, "placeholder": "Chargement de l'application en cours" }, @@ -1892,4 +1893,4 @@ } } } -} \ No newline at end of file +} diff --git a/mon-pix/translations/nl.json b/mon-pix/translations/nl.json index 4a38ada7ed3..7321da4404c 100644 --- a/mon-pix/translations/nl.json +++ b/mon-pix/translations/nl.json @@ -683,7 +683,8 @@ "actions": { "launch": "Start", "launch-label": "Simulatie starten", - "reset": "Reset" + "reset": "Reset", + "reset-label": "Reset de simulatie" }, "placeholder": "De huidige toepassing laden" },