Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
72
node_modules/relative-time-format/locale/ca/narrow.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/ca/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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": "trim. passat",
|
||||
"current": "aquest trim.",
|
||||
"next": "trim. vinent",
|
||||
"past": "fa {0} trim.",
|
||||
"future": "d’aquí a {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mes passat",
|
||||
"current": "aquest mes",
|
||||
"next": "mes vinent",
|
||||
"past": {
|
||||
"one": "fa {0} mes",
|
||||
"other": "fa {0} mesos"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} mes",
|
||||
"other": "d’aquí a {0} mesos"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "setm. passada",
|
||||
"current": "aquesta setm.",
|
||||
"next": "setm. vinent",
|
||||
"past": "fa {0} setm.",
|
||||
"future": "d’aquí a {0} setm."
|
||||
},
|
||||
"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": "fa {0} h",
|
||||
"future": "d‘aquí a {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "aquest minut",
|
||||
"past": "fa {0} min",
|
||||
"future": "d’aquí a {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "ara",
|
||||
"past": "fa {0} s",
|
||||
"future": "d’aquí a {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user