-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from roberto-alexis/rp-1
Adding Spanish support
- Loading branch information
Showing
3 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ npm-debug.log | |
node_modules | ||
public/upload | ||
coverage | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"name" : "Español", | ||
|
||
"logo" : "Express Admin", | ||
|
||
"layout" : "Disposición", | ||
"centered" : "Centrado", | ||
"streched" : "Estirado", | ||
"theme" : "Tema", | ||
"language" : "Languaje", | ||
|
||
"login" : "Login", | ||
"logout" : "Logout", | ||
"username" : "Nombre de Usuario", | ||
"password" : "Clave", | ||
"access-denied" : "¡Acceso Denegado!", | ||
"find-user" : "¡Usuario inexistente!", | ||
"invalid-password" : "¡Clave inválida!", | ||
|
||
"home" : "Inicio", | ||
"site-admin" : "Sitio de Administración", | ||
"tables" : "Tablas", | ||
"views" : "Vistas", | ||
"others" : "Otros", | ||
|
||
"select" : "Seleccionar", | ||
"to-change" : "a modificar", | ||
"filter" : "Filtrar", | ||
"clear" : "Limpiar", | ||
"order" : "Ordenado por", | ||
"asc" : "Asc.", | ||
"desc" : "Desc.", | ||
"or" : "o", | ||
"today" : "Hoy", | ||
|
||
"add-another" : "Agregar otro/a", | ||
"remove" : "Eliminar", | ||
"add" : "Agregar", | ||
"change" : "Cambiar", | ||
"delete" : "Borrar", | ||
"save" : "Guardar", | ||
"save-continue" : "Guardar y continuar editando", | ||
"save-add" : "Guardar y agregar otro/a", | ||
|
||
"success" : "Éxito", | ||
"error" : "Error", | ||
"saved" : "El registro ha sido guardado", | ||
"checkout" : "Revisar los campos resaltados debajo", | ||
|
||
"notfound" : "Página no encontrada." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters