mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
e5d7b84241
Issues: #19
12 lines
353 B
JSON
12 lines
353 B
JSON
{
|
|
"hi": "olá você",
|
|
"switch.lang": "Trocar idioma",
|
|
"greeting": {
|
|
"ask": "Por favor, digite seu nome",
|
|
"message": "Olá {name}, como vai?"
|
|
},
|
|
"photos": "Você {n, plural, =0 {não tem fotos.} =1 {tem uma foto.} other {tem # fotos.}}",
|
|
"cats": "Tenho {n, number} {n,plural,=0{gatos}one{gato}other{gatos}}",
|
|
"sneakers": "tênis"
|
|
}
|