Add localization support for various components, including dialogs and views, in English, Spanish, and French. Implemented translations for user profile management, payment processes, and creator functionalities. Updated existing components to utilize the new translation system.
This commit is contained in:
15
frontend/src/translations/common.es.json
Normal file
15
frontend/src/translations/common.es.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"save": "Guardar",
|
||||
"cancel": "Cancelar",
|
||||
"edit": "Editar",
|
||||
"delete": "Eliminar",
|
||||
"create": "Crear",
|
||||
"apply": "Aplicar",
|
||||
"preview": "Vista previa",
|
||||
"label": "Etiqueta",
|
||||
"errors": {
|
||||
"unexpected": "Se produjo un error inesperado",
|
||||
"imageLoad": "Error al cargar la imagen",
|
||||
"imageUpload": "Error al subir la imagen"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user