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

11 lines
315 B
JSON

{
"hi": "hola yo",
"switch.lang": "Cambiar de idioma",
"greeting": {
"ask": "Por favor escriba su nombre",
"message": "Hola {name}, cómo estás?"
},
"photos": "Tienes {n, plural, =0 {0 fotos.} =1 {una foto.} other {# fotos.}}",
"cats": "Yo tengo {n, number} {n,plural,one{gato}other{gatos}}"
}