relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
87 lines • 1.68 kB
JavaScript
export default {
"locale": "vec",
"style": "short",
"year": {
"previous": "l’ano pasà",
"current": "‘st’ano",
"next": "l’ano che vien",
"past": {
"one": "che’l ze {0} ano",
"other": "che i ze {0} ani"
},
"future": {
"one": "tenpo {0} ano",
"other": "tenpo {0} ani"
}
},
"quarter": {
"previous": "el trim pasà",
"current": "‘sto trim",
"next": "el trim che vien",
"past": {
"one": "che’l ze {0} trim",
"other": "che i ze {0} trim"
},
"future": "tenpo {0} trim"
},
"month": {
"previous": "el meze pasà",
"current": "‘sto meze",
"next": "el meze che vien",
"past": {
"one": "che’l ze {0} meze",
"other": "che i ze {0} mezi"
},
"future": {
"one": "tenpo {0} meze",
"other": "tenpo {0} mezi"
}
},
"week": {
"previous": "la set pasada",
"current": "‘sta set",
"next": "la set che vien",
"past": {
"one": "che la ze {0} set",
"other": "che le ze {0} set"
},
"future": "tenpo {0} set"
},
"day": {
"previous": "jeri",
"current": "uncó",
"next": "doman",
"past": {
"one": "che’l ze {0} dì",
"other": "che i ze {0} dì"
},
"future": "tenpo {0} dì"
},
"hour": {
"current": "‘sta ora",
"past": {
"one": "che la ze {0} ora",
"other": "che le ze {0} ore"
},
"future": {
"one": "tenpo {0} ora",
"other": "tenpo {0} ore"
}
},
"minute": {
"current": "‘sto men",
"past": {
"one": "che’l ze {0} men",
"other": "che i ze {0} men"
},
"future": "tenpo {0} men"
},
"second": {
"current": "deso",
"past": {
"one": "che’l ze {0} seg",
"other": "che i ze {0} seg"
},
"future": "tenpo {0} seg"
}
}