UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

74 lines 1.33 kB
export default { "locale": "ro", "style": "narrow", "year": { "previous": "anul trecut", "current": "anul acesta", "next": "anul viitor", "past": { "one": "-{0} an", "other": "-{0} ani" }, "future": { "one": "+{0} an", "other": "+{0} ani" } }, "quarter": { "previous": "trim. trecut", "current": "trim. acesta", "next": "trim. viitor", "past": "-{0} trim.", "future": "+{0} trim." }, "month": { "previous": "luna trecută", "current": "luna aceasta", "next": "luna viitoare", "past": { "one": "-{0} lună", "other": "-{0} luni" }, "future": { "one": "+{0} lună", "other": "+{0} luni" } }, "week": { "previous": "săpt. trecută", "current": "săpt. aceasta", "next": "săpt. viitoare", "past": "-{0} săpt.", "future": "+{0} săpt." }, "day": { "previous": "ieri", "previous-2": "alaltăieri", "current": "azi", "next": "mâine", "next-2": "poimâine", "past": { "one": "-{0} zi", "other": "-{0} zile" }, "future": { "one": "+{0} zi", "other": "+{0} zile" } }, "hour": { "current": "ora aceasta", "past": "-{0} h", "future": "+{0} h" }, "minute": { "current": "minutul acesta", "past": "-{0} m", "future": "+{0} m" }, "second": { "current": "acum", "past": "-{0} s", "future": "+{0} s" } }