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

16 lines
339 B
JSON
Raw Normal View History

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