feat(i18n): localize submit button states
This commit is contained in:
@@ -18,6 +18,11 @@ export const en = {
|
||||
previous: "Previous",
|
||||
next: "Next",
|
||||
},
|
||||
submitButton: {
|
||||
defaultLabel: "Submit",
|
||||
processing: "Processing",
|
||||
success: "Success",
|
||||
},
|
||||
forbidden: {
|
||||
title: "Access denied",
|
||||
description: "You do not have permission to access this section.",
|
||||
|
||||
@@ -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