mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
11 lines
315 B
JSON
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}}"
|
|
}
|