svelte-i18n/test/fixtures/pt.json
2019-11-22 13:51:18 -03:00

11 lines
329 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}}"
}