72 lines
1.4 KiB
JSON
72 lines
1.4 KiB
JSON
{
|
||
"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 trim. passat",
|
||
"current": "aquest trim.",
|
||
"next": "el trim. que ve",
|
||
"past": "fa {0} trim.",
|
||
"future": "d’aquí 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": "d’aquí a {0} mes",
|
||
"other": "d’aquí a {0} mesos"
|
||
}
|
||
},
|
||
"week": {
|
||
"previous": "la setm. passada",
|
||
"current": "aquesta setm.",
|
||
"next": "la setm. que ve",
|
||
"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"
|
||
}
|
||
} |