svelte-i18n/test/fixtures/es.json

12 lines
343 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
"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}}",
"sneakers": "zapatillas"
2019-11-19 17:18:42 +01:00
}