Files
cm-app-crawlspider/node_modules/relative-time-format/locale/ca/long.json

102 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"year": {
"previous": "lany passat",
"current": "enguany",
"next": "lany que ve",
"past": {
"one": "fa {0} any",
"other": "fa {0} anys"
},
"future": {
"one": "daquí a {0} any",
"other": "daquí a {0} anys"
}
},
"quarter": {
"previous": "el trimestre passat",
"current": "aquest trimestre",
"next": "el trimestre que ve",
"past": {
"one": "fa {0} trimestre",
"other": "fa {0} trimestres"
},
"future": {
"one": "daquí a {0} trimestre",
"other": "daquí a {0} trimestres"
}
},
"month": {
"previous": "el mes passat",
"current": "aquest mes",
"next": "el mes que ve",
"past": {
"one": "fa {0} mes",
"other": "fa {0} mesos"
},
"future": {
"one": "daquí a {0} mes",
"other": "daquí a {0} mesos"
}
},
"week": {
"previous": "la setmana passada",
"current": "aquesta setmana",
"next": "la setmana que ve",
"past": {
"one": "fa {0} setmana",
"other": "fa {0} setmanes"
},
"future": {
"one": "daquí a {0} setmana",
"other": "daquí a {0} setmanes"
}
},
"day": {
"previous": "ahir",
"previous-2": "abans-dahir",
"current": "avui",
"next": "demà",
"next-2": "demà passat",
"past": {
"one": "fa {0} dia",
"other": "fa {0} dies"
},
"future": {
"one": "daquí a {0} dia",
"other": "daquí a {0} dies"
}
},
"hour": {
"current": "aquesta hora",
"past": {
"one": "fa {0} hora",
"other": "fa {0} hores"
},
"future": {
"one": "daquí a {0} hora",
"other": "daquí a {0} hores"
}
},
"minute": {
"current": "aquest minut",
"past": {
"one": "fa {0} minut",
"other": "fa {0} minuts"
},
"future": {
"one": "daquí a {0} minut",
"other": "daquí a {0} minuts"
}
},
"second": {
"current": "ara",
"past": {
"one": "fa {0} segon",
"other": "fa {0} segons"
},
"future": {
"one": "daquí a {0} segon",
"other": "daquí a {0} segons"
}
}
}