Skip to content

Commit

Permalink
Missing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjimenez77 committed May 17, 2018
1 parent 09bc1b0 commit c3a8f19
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 119 deletions.
5 changes: 0 additions & 5 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<h3 matLine>{{ 'home' | translate }}</h3>
<p matLine>{{ 'description' | translate }}</p>
</a>
<a id="sampleData" mat-list-item [routerLink]="['./sampleData']" (click)="close()">
<mat-icon matListAvatar>grid_on</mat-icon>
<h3 matLine>{{ 'sampledatamanagement.SampleData.navData' | translate }}</h3>
<p matLine>{{ 'sampledatamanagement.SampleData.navDataSub' | translate }}</p>
</a>
</mat-nav-list>
</div>
<router-outlet></router-outlet>
Expand Down
87 changes: 31 additions & 56 deletions src/assets/i18n/en.json
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"
}
89 changes: 31 additions & 58 deletions src/assets/i18n/es.json
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"
}

0 comments on commit c3a8f19

Please sign in to comment.