Skip to content

Commit

Permalink
[BUGFIX] Ajouter la clef oubliée de traduction pour le label de réini…
Browse files Browse the repository at this point in the history
…tialisation du simulateur (PIX-13425)

 #9515
  • Loading branch information
pix-service-auto-merge authored Jul 15, 2024
2 parents 1777ce6 + 8c66fb9 commit 84adf52
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions mon-pix/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@
"actions": {
"launch": "Start",
"launch-label": "Start simulation",
"reset": "Restart"
"reset": "Restart",
"reset-label": "Restart simulation"
},
"placeholder": "App loading"
},
Expand Down Expand Up @@ -1892,4 +1893,4 @@
}
}
}
}
}
3 changes: 2 additions & 1 deletion mon-pix/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 3 additions & 2 deletions mon-pix/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -1892,4 +1893,4 @@
}
}
}
}
}
3 changes: 2 additions & 1 deletion mon-pix/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 84adf52

Please sign in to comment.