Skip to content

Commit

Permalink
Fixed a few syntax errors in the spanish translation [#305]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jul 15, 2020
1 parent 1a68959 commit f5afbce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions comixed-frontend/src/assets/i18n/es/comics.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"success": {
"detail": "Metadatos borrados correctamente."
},
"error": {
"error": {
"detail": "Error al borrar los metadatos."
}
},
Expand Down Expand Up @@ -135,7 +135,7 @@
"format-placeholder": "Click para elegir formato...",
"scan-type-placeholder": "Click para elegir tipo de escaneado...",
"sort-name-placeholder": "Click para elegir un nombre (de ordenación)...",
"comicvine-details-link": "Los detalles se encuentran <a href='http://comicvine.gamespot.com/issue/4000-{comicVineId}'>aquí</a>."
"comicvine-details-link": "Los detalles se encuentran <a href='http://comicvine.gamespot.com/issue/4000-{comicVineId}'>aquí</a>.",
"never-read": "Never"
},
"scan-type": {
Expand All @@ -152,7 +152,7 @@
"delete-comic": "Marcar el cómic para eliminación.",
"undelete-comic": "Marcar el cómic para eliminación.",
"save-changes": "Guardar cambios.",
"undo-changes": "Deshacer cambios."
"undo-changes": "Deshacer cambios.",
"toggle-read": "{marked, select, true{Clear} other{Set}} the last read date."
}
},
Expand Down Expand Up @@ -258,7 +258,7 @@
},
"restore-comic": {
"header": "Restore Comic",
"message":"Are you sure you want to restore {title}?"
"message": "Are you sure you want to restore {title}?"
}
},
"scraping-effects": {
Expand Down

0 comments on commit f5afbce

Please sign in to comment.