Skip to content

Commit

Permalink
Merge pull request #124 from roberto-alexis/rp-1
Browse files Browse the repository at this point in the history
Adding Spanish support
  • Loading branch information
simov committed Apr 18, 2017
2 parents bf82469 + 7eb2d33 commit 4427745
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm-debug.log
node_modules
public/upload
coverage
.idea
51 changes: 51 additions & 0 deletions config/lang/es.json
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."
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-admin",
"version": "1.2.8",
"version": "1.2.9",
"description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap",
"keywords": [
"mysql",
Expand Down

0 comments on commit 4427745

Please sign in to comment.