relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
84 lines • 1.57 kB
JSON
{
"locale": "vec",
"style": "narrow",
"year": {
"previous": "ano pasà",
"current": "‘st’ano",
"next": "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": "trim pasà",
"current": "‘sto trim",
"next": "trim che vien",
"past": {
"one": "che’l ze {0} trim",
"other": "che i ze {0} trim"
},
"future": "tenpo {0} trim"
},
"month": {
"previous": "meze pasà",
"current": "‘sto meze",
"next": "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": "set pasada",
"current": "‘sta set",
"next": "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 o",
"past": {
"one": "che la ze {0} o",
"other": "che le ze {0} o"
},
"future": "tenpo {0} o"
},
"minute": {
"current": "‘sto m",
"past": {
"one": "che’l ze {0} m",
"other": "che i ze {0} m"
},
"future": "tenpo {0} m"
},
"second": {
"current": "deso",
"past": {
"one": "che’l ze {0} s",
"other": "che i ze {0} s"
},
"future": "tenpo {0} s"
}
}