UNPKG

javascript-time-ago

Version:

Localized relative date/time formatting

267 lines 5.4 kB
export default { "locale": "vec", "long": { "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 trimestre pasà", "current": "‘sto trimestre", "next": "el trimestre che vien", "past": { "one": "che’l ze {0} trimestre", "other": "che i ze {0} trimestri" }, "future": { "one": "tenpo {0} trimestre", "other": "tenpo {0} trimestri" } }, "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 setemana pasada", "current": "‘sta setemana", "next": "la setemana che vien", "past": { "one": "che la ze {0} setemana", "other": "che le ze {0} setemane" }, "future": { "one": "tenpo {0} setemana", "other": "tenpo {0} setemane" } }, "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 menuto", "past": { "one": "che’l ze {0} menuto", "other": "che i ze {0} menuti" }, "future": { "one": "tenpo {0} menuto", "other": "tenpo {0} menuti" } }, "second": { "current": "deso", "past": { "one": "che’l ze {0} segondo", "other": "che i ze {0} segondi" }, "future": { "one": "tenpo {0} segondo", "other": "tenpo {0} segondi" } } }, "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" } }, "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" } } }