relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
159 lines • 3.32 kB
JavaScript
export default {
"locale": "kok-Latn",
"long": {
"year": {
"previous": "fattlem voros",
"current": "hem voros",
"next": "fuddlem voros",
"past": "{0} vorsam adim",
"future": "{0} vorsanim"
},
"quarter": {
"previous": "fattlem timhoinallem",
"current": "hem timhoinallem",
"next": "fuddlem timhoinallem",
"past": "{0} timhoinalle adim",
"future": "{0} timhoinalleanim"
},
"month": {
"previous": "fattlo mhoino",
"current": "ho mhoino",
"next": "fuddlo mhoino",
"past": "{0} mhoine adim",
"future": "{0} mhoineanim"
},
"week": {
"previous": "fattlo suman",
"current": "ho suman",
"next": "fuddlo suman",
"past": "{0} suman adim",
"future": "{0} sumananim"
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "faleam",
"past": "{0} dis adim",
"future": "{0} disanim"
},
"hour": {
"current": "hem vor",
"past": "{0} voram adim",
"future": "{0} voranim"
},
"minute": {
"current": "ho minut",
"past": "{0} mintam adim",
"future": "{0} mintanim"
},
"second": {
"current": "atam",
"past": "{0} sekond adim",
"future": "{0} sekondanim"
}
},
"short": {
"year": {
"previous": "fattlem voros",
"current": "hem voros",
"next": "fuddlem voros",
"past": "{0} vorsam adim",
"future": "{0} vorsanim"
},
"quarter": {
"previous": "fattlem timho.",
"current": "hem timho.",
"next": "fuddlem timho.",
"past": "{0} timho. adim",
"future": "{0} timhoinalleanim"
},
"month": {
"previous": "fattlo mho.",
"current": "ho mho.",
"next": "fuddlo mho.",
"past": "{0} mho. adim",
"future": "{0} mhoineanim"
},
"week": {
"previous": "fattlo suman",
"current": "ho suman",
"next": "fuddlo suman",
"past": "{0} suman adim",
"future": "{0} sumananim"
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "faleam",
"past": "{0} dis adim",
"future": "{0} disanim"
},
"hour": {
"current": "hem vor",
"past": "{0} voram adim",
"future": "{0} voranim"
},
"minute": {
"current": "ho min.",
"past": "{0} min. adim",
"future": "{0} min."
},
"second": {
"current": "atam",
"past": "{0} sek. adim",
"future": "{0} sekondanim"
}
},
"narrow": {
"year": {
"previous": "fattlem voros",
"current": "hem voros",
"next": "fuddlem voros",
"past": "{0}vorsam adim",
"future": "{0}vorsanim"
},
"quarter": {
"previous": "fattlem timh",
"current": "hem timh",
"next": "fuddlem timh",
"past": "{0}timh adim",
"future": "{0}timhoinalleanim"
},
"month": {
"previous": "fattlo mh",
"current": "ho mh",
"next": "fuddlo mh",
"past": "{0}mh adim",
"future": "{0}mhoineanim"
},
"week": {
"previous": "fattlo sum",
"current": "ho sum",
"next": "fuddlo sum",
"past": "{0}sum adim",
"future": "{0}sumananim"
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "fal",
"past": "{0}d adim",
"future": "{0}disanim"
},
"hour": {
"current": "hem vor",
"past": "{0}voram adim",
"future": "{0}voranim"
},
"minute": {
"current": "ho min",
"past": "{0}min adim",
"future": "{0}min"
},
"second": {
"current": "atam",
"past": "{0}sek adim",
"future": "{0}sekondanim"
}
}
}