mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"title": {
|
|
"about": "Sobre",
|
|
"index": "Modelo de projeto em Sapper!"
|
|
},
|
|
"about_this_site": "Sobre este site",
|
|
"about_content": ["Esta é a página 'sobre'. Não há muito aqui."],
|
|
"messages": {
|
|
"success": "Suuuucesso!",
|
|
"high_five": "Toca aqui",
|
|
"try_editing": "Tente editar este arquivo (src/routes/index.svelte) para testar o recarregamento ao vivo."
|
|
}
|
|
}
|