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

72 lines
1.4 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 trim. passat",
"current": "aquest trim.",
"next": "el trim. que ve",
"past": "fa {0} trim.",
"future": "daquí a {0} trim."
},
"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 setm. passada",
"current": "aquesta setm.",
"next": "la setm. que ve",
"past": "fa {0} setm.",
"future": "daquí a {0} setm."
},
"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": "fa {0} h",
"future": "daquí a {0} h"
},
"minute": {
"current": "aquest minut",
"past": "fa {0} min",
"future": "daquí a {0} min"
},
"second": {
"current": "ara",
"past": "fa {0} s",
"future": "daquí a {0} s"
}
}