relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
159 lines • 3.22 kB
JSON
{
"locale": "mi",
"long": {
"year": {
"previous": "i tērā tau",
"current": "i tēnei tau",
"next": "ā tērā tau",
"past": "i te {0} tau",
"future": "ā te {0} tau"
},
"quarter": {
"previous": "hauwhā whakamutunga",
"current": "tēnei hauwhā",
"next": "tērā hauwhā",
"past": "-{0} hwh",
"future": "+{0} hwh"
},
"month": {
"previous": "i tērā marama",
"current": "i tēnei marama",
"next": "ā tērā marama",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "i tērā wiki",
"current": "i tēnei wiki",
"next": "ā tērā wiki",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "inanahi",
"current": "i tēnei rā",
"next": "āpōpō",
"past": "-{0} r.",
"future": "+{0} r."
},
"hour": {
"current": "i tēnei hāora",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "i tēnei meneti",
"past": "-{0} men",
"future": "+{0} men"
},
"second": {
"current": "ināianei",
"past": "-{0} h",
"future": "+{0} h"
}
},
"short": {
"year": {
"previous": "i tērā tau",
"current": "i tēnei tau",
"next": "ā tērā tau",
"past": "i te {0} tau",
"future": "ā te {0} tau"
},
"quarter": {
"previous": "hauwhā whakamutunga",
"current": "tēnei hauwhā",
"next": "tērā hauwhā",
"past": "-{0} hwh",
"future": "+{0} hwh"
},
"month": {
"previous": "i tērā m.",
"current": "i tēnei m.",
"next": "ā tērā m.",
"past": "-{0} m.",
"future": "+{0} m."
},
"week": {
"previous": "i tērā w.",
"current": "i tēnei w.",
"next": "ā tērā w.",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "inanahi",
"current": "i tēnei rā",
"next": "āpōpō",
"past": "-{0} r.",
"future": "+{0} r"
},
"hour": {
"current": "i tēnei hāora",
"past": "-{0} h.",
"future": "+{0} h."
},
"minute": {
"current": "i tēnei meneti",
"past": "-{0} men.",
"future": "+{0} men."
},
"second": {
"current": "ināianei",
"past": "-{0} h.",
"future": "+{0} h."
}
},
"narrow": {
"year": {
"previous": "i tērā tau",
"current": "i tēnei tau",
"next": "ā tērā tau",
"past": "i te {0} tau",
"future": "ā te {0} tau"
},
"quarter": {
"previous": "hauwhā whakamutunga",
"current": "tēnei hauwhā",
"next": "tērā hauwhā",
"past": "-{0} hwh",
"future": "+{0} Hwh"
},
"month": {
"previous": "i tērā m.",
"current": "i tēnei m.",
"next": "ā tērā m.",
"past": "-{0} m.",
"future": "+{0} m."
},
"week": {
"previous": "i tērā w.",
"current": "i tēnei w.",
"next": "ā tērā w.",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "inanahi",
"current": "i tēnei rā",
"next": "āpōpō",
"past": "-{0} r",
"future": "+{0} r"
},
"hour": {
"current": "i tēnei hāora",
"past": "-{0} h.",
"future": "+{0} h."
},
"minute": {
"current": "i tēnei meneti",
"past": "-{0} men",
"future": "+{0} men"
},
"second": {
"current": "ināianei",
"past": "-{0} h",
"future": "+{0} h"
}
}
}