svelte-i18n/example/messages/es-ES.json

11 lines
259 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
"title": {
"index": " Plantilla de proyecto Sapper!"
},
"messages": {
"success": "Gran éxito!",
"high_five": "Cinco altos",
"try_editing": " Intente editar este archivo (src/routes/index.svelte) para probar la recarga en vivo."
}
}