Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
102
node_modules/relative-time-format/locale/ca/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/ca/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’any passat",
|
||||
"current": "enguany",
|
||||
"next": "l’any que ve",
|
||||
"past": {
|
||||
"one": "fa {0} any",
|
||||
"other": "fa {0} anys"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} any",
|
||||
"other": "d’aquí 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": "d’aquí a {0} trimestre",
|
||||
"other": "d’aquí 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": "d’aquí a {0} mes",
|
||||
"other": "d’aquí 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": "d’aquí a {0} setmana",
|
||||
"other": "d’aquí a {0} setmanes"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ahir",
|
||||
"previous-2": "abans-d’ahir",
|
||||
"current": "avui",
|
||||
"next": "demà",
|
||||
"next-2": "demà passat",
|
||||
"past": {
|
||||
"one": "fa {0} dia",
|
||||
"other": "fa {0} dies"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} dia",
|
||||
"other": "d’aquí a {0} dies"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "aquesta hora",
|
||||
"past": {
|
||||
"one": "fa {0} hora",
|
||||
"other": "fa {0} hores"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} hora",
|
||||
"other": "d’aquí a {0} hores"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "aquest minut",
|
||||
"past": {
|
||||
"one": "fa {0} minut",
|
||||
"other": "fa {0} minuts"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} minut",
|
||||
"other": "d’aquí a {0} minuts"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "ara",
|
||||
"past": {
|
||||
"one": "fa {0} segon",
|
||||
"other": "fa {0} segons"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} segon",
|
||||
"other": "d’aquí a {0} segons"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user