-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09bc1b0
commit c3a8f19
Showing
3 changed files
with
62 additions
and
119 deletions.
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
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 |
---|---|---|
@@ -1,58 +1,33 @@ | ||
{ | ||
"buttons": { | ||
"cancel": "CANCEL", | ||
"addItem": "Add item", | ||
"search": "SEARCH", | ||
"submit": "Send", | ||
"editItem": "Edit item", | ||
"deleteItem": "Delete item", | ||
"save": "SAVE", | ||
"clean": "CLEAR", | ||
"close": "Close" | ||
}, | ||
"LIKE": "LIKE", | ||
"sampledatamanagement": { | ||
"addTitle": "Add new item", | ||
"alert": { | ||
"acceptBtn": "Yes, Delete", | ||
"cancelBtn": "No, Cancel", | ||
"title": "Confirm", | ||
"message": "Are you sure you want to delete this item?" | ||
}, | ||
"SampleData": { | ||
"navDataSubDescription": "SampleData_EN_Description", | ||
"navDataSub": "SampleData_EN", | ||
"columns": { | ||
"mail": "Mail_EN", | ||
"surname": "Surname_EN", | ||
"name": "Name_EN", | ||
"age": "Age_EN" | ||
}, | ||
"subtitle": "SampleData_EN_Description", | ||
"title": "SampleData_EN_Grid", | ||
"navData": "SampleData_EN" | ||
}, | ||
"editTitle": "Edit item", | ||
"searchTip": "Search Panel", | ||
"sortTip": "Clear Sorting" | ||
}, | ||
"example description": "Example Description", | ||
"header": { | ||
"EN": "English", | ||
"title": "OASP4JS", | ||
"error": "LOGIN ERROR", | ||
"ES": "Spanish" | ||
}, | ||
"description": "Description", | ||
"ERROR": "ERROR", | ||
"CLOSE": "CLOSE", | ||
"login": { | ||
"password": "Password", | ||
"title": "Login", | ||
"username": "Username", | ||
"errorMsg": "Wrong username or password" | ||
}, | ||
"SHARE": "SHARE", | ||
"home": "Home", | ||
"example": "Example" | ||
"buttons": { | ||
"cancel": "CANCEL", | ||
"addItem": "Add item", | ||
"search": "SEARCH", | ||
"submit": "Send", | ||
"editItem": "Edit item", | ||
"deleteItem": "Delete item", | ||
"save": "SAVE", | ||
"clean": "CLEAR", | ||
"close": "Close" | ||
}, | ||
"LIKE": "LIKE", | ||
"example description": "Example Description", | ||
"header": { | ||
"EN": "English", | ||
"title": "OASP4JS", | ||
"error": "LOGIN ERROR", | ||
"ES": "Spanish" | ||
}, | ||
"description": "Description", | ||
"ERROR": "ERROR", | ||
"CLOSE": "CLOSE", | ||
"login": { | ||
"password": "Password", | ||
"title": "Login", | ||
"username": "Username", | ||
"errorMsg": "Wrong username or password" | ||
}, | ||
"SHARE": "SHARE", | ||
"home": "Home", | ||
"example": "Example" | ||
} |
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 |
---|---|---|
@@ -1,60 +1,33 @@ | ||
{ | ||
"buttons": { | ||
"cancel": "CANCELAR", | ||
"addItem": "Añadir fila", | ||
"search": "BUSCAR", | ||
"submit": "Enviar", | ||
"editItem": "Editar fila", | ||
"deleteItem": "Eliminar fila", | ||
"save": "GUARDAR", | ||
"clean": "LIMPIAR", | ||
"close": "Cerrar" | ||
}, | ||
"LIKE": "ME GUSTA", | ||
"sampledatamanagement": { | ||
"alert": { | ||
"acceptBtn": "Sí, Eliminar", | ||
"cancelBtn": "No, Cancelar", | ||
"title": "Confirmación", | ||
"message": "¿Seguro que deseas eliminar esta fila?" | ||
}, | ||
"SampleData": { | ||
"navDataSubDescription": "SampleData_EN_Descripción", | ||
"navDataSub": "SampleData_ES", | ||
"columns": { | ||
"mail": "Mail_ES", | ||
"surname": "Surname_ES", | ||
"name": "Name_ES", | ||
"age": "Age_ES" | ||
}, | ||
"subtitle": "SampleData_ES_Descripción", | ||
"title": "SampleData_ES_Grid", | ||
"navData": "SampleData_ES" | ||
}, | ||
"subtitle": "SampleData_ES_Descripción", | ||
"editTitle": "Editar fila existente", | ||
"title": "SampleData_ES_Tabla", | ||
"addtitle": "Añadir nueva fila", | ||
"searchTip": "Panel de búsqueda", | ||
"sortTip": "Limpiar Ordenación" | ||
}, | ||
"example description": "Descripción de Ejemplo", | ||
"header": { | ||
"EN": "Inglés", | ||
"title": "OASP4JS", | ||
"error": "Error de acceso", | ||
"ES": "Español" | ||
}, | ||
"description": "Descripción", | ||
"ERROR": "ERROR", | ||
"CLOSE": "CERRAR", | ||
"login": { | ||
"password": "Contraseña", | ||
"title": "Acceso", | ||
"username": "Nombre de usuario", | ||
"errorMsg": "Nombre de usuario o contraseña incorrectos" | ||
}, | ||
"SHARE": "COMPARTIR", | ||
"home": "Inicio", | ||
"example": "Ejemplo" | ||
"buttons": { | ||
"cancel": "CANCELAR", | ||
"addItem": "Añadir fila", | ||
"search": "BUSCAR", | ||
"submit": "Enviar", | ||
"editItem": "Editar fila", | ||
"deleteItem": "Eliminar fila", | ||
"save": "GUARDAR", | ||
"clean": "LIMPIAR", | ||
"close": "Cerrar" | ||
}, | ||
"LIKE": "ME GUSTA", | ||
"example description": "Descripción de Ejemplo", | ||
"header": { | ||
"EN": "Inglés", | ||
"title": "OASP4JS", | ||
"error": "Error de acceso", | ||
"ES": "Español" | ||
}, | ||
"description": "Descripción", | ||
"ERROR": "ERROR", | ||
"CLOSE": "CERRAR", | ||
"login": { | ||
"password": "Contraseña", | ||
"title": "Acceso", | ||
"username": "Nombre de usuario", | ||
"errorMsg": "Nombre de usuario o contraseña incorrectos" | ||
}, | ||
"SHARE": "COMPARTIR", | ||
"home": "Inicio", | ||
"example": "Ejemplo" | ||
} |