feat(i18n): localize submit button states

This commit is contained in:
2026-06-12 09:51:19 +02:00
parent 2fa6611719
commit 589b042e7c
31 changed files with 286 additions and 37 deletions
+5
View File
@@ -20,6 +20,11 @@ export const es = {
previous: "Anterior",
next: "Siguiente",
},
submitButton: {
defaultLabel: "Enviar",
processing: "Procesando",
success: "Completado",
},
forbidden: {
title: "Acceso denegado",
description: "No tienes permisos para acceder a esta sección.",