feat(i18n): localize submit button states
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user