UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

74 lines 1.35 kB
{ "locale": "gl", "style": "narrow", "year": { "previous": "o ano pas.", "current": "este ano", "next": "o próx. ano", "past": { "one": "hai {0} ano", "other": "hai {0} anos" }, "future": { "one": "en {0} ano", "other": "en {0} anos" } }, "quarter": { "previous": "trim. pasado", "current": "este trim.", "next": "trim. seguinte", "past": "hai {0} trim.", "future": "en {0} trim." }, "month": { "previous": "o mes pas.", "current": "este mes", "next": "o próx. mes", "past": { "one": "hai {0} mes", "other": "hai {0} meses" }, "future": { "one": "en {0} mes", "other": "en {0} meses" } }, "week": { "previous": "a sem. pas.", "current": "esta sem.", "next": "a próx. sem.", "past": "hai {0} sem.", "future": "en {0} sem." }, "day": { "previous": "onte", "previous-2": "antonte", "current": "hoxe", "next": "mañá", "next-2": "pasadomañá", "past": { "one": "hai {0} día", "other": "hai {0} días" }, "future": { "one": "en {0} día", "other": "en {0} días" } }, "hour": { "current": "esta hora", "past": "hai {0} h", "future": "en {0} h" }, "minute": { "current": "este minuto", "past": "hai {0} min", "future": "en {0} min" }, "second": { "current": "agora", "past": "hai {0} s", "future": "en {0} s" } }