UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

56 lines 1.71 kB
export default { "locale": "lo", "style": "long", "year": { "previous": "ປີກາຍ", "current": "ປີນີ້", "next": "ປີໜ້າ", "past": "{0} ປີກ່ອນ", "future": "ໃນອີກ {0} ປີ" }, "quarter": { "previous": "ໄຕຣມາດກ່ອນໜ້າ", "current": "ໄຕຣມາດນີ້", "next": "ໄຕຣມາດໜ້າ", "past": "{0} ໄຕຣມາດກ່ອນ", "future": "ໃນອີກ {0} ໄຕຣມາດ" }, "month": { "previous": "ເດືອນແລ້ວ", "current": "ເດືອນນີ້", "next": "ເດືອນໜ້າ", "past": "{0} ເດືອນກ່ອນ", "future": "ໃນອີກ {0} ເດືອນ" }, "week": { "previous": "ອາທິດແລ້ວ", "current": "ອາທິດນີ້", "next": "ອາທິດໜ້າ", "past": "{0} ອາທິດກ່ອນ", "future": "ໃນອີກ {0} ອາທິດ" }, "day": { "previous": "ມື້ວານ", "previous-2": "ມື້ກ່ອນ", "current": "ມື້ນີ້", "next": "ມື້ອື່ນ", "next-2": "ມື້ຮື", "past": "{0} ມື້ກ່ອນ", "future": "ໃນອີກ {0} ມື້" }, "hour": { "current": "ຊົ່ວໂມງນີ້", "past": "{0} ຊົ່ວໂມງກ່ອນ", "future": "ໃນອີກ {0} ຊົ່ວໂມງ" }, "minute": { "current": "ນາທີນີ້", "past": "{0} ນາທີກ່ອນ", "future": "ໃນອີກ {0} ນາທີ" }, "second": { "current": "ຕອນນີ້", "past": "{0} ວິນາທີກ່ອນ", "future": "ໃນອີກ {0} ວິນາທີ" } }