mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"title": {
|
|
"index": " Plantilla de proyecto Sapper!"
|
|
},
|
|
"nav": {
|
|
"home": "Inicio",
|
|
"about": "Acerca",
|
|
"blog": "Blog"
|
|
},
|
|
"messages": {
|
|
"success": "Gran éxito!",
|
|
"high_five": "Cinco altos",
|
|
"try_editing": " Intente editar este archivo (src/routes/index.svelte) para probar la recarga en vivo."
|
|
},
|
|
"languages": {
|
|
"pt_BR": "Portugués",
|
|
"en": "Ingles",
|
|
"es_ES": "Espanol"
|
|
}
|
|
}
|