javascript-time-ago
Version:
Localized relative date/time formatting
258 lines • 4.82 kB
JavaScript
export default {
"locale": "kok-Latn",
"long": {
"year": {
"previous": "porum",
"current": "ondum",
"next": "fuddlem voros",
"past": {
"one": "{0} voros adim",
"other": "{0} vorsam adim"
},
"future": {
"one": "{0} vorsan",
"other": "{0} vorsanim"
}
},
"quarter": {
"previous": "fattlem timhoinallem",
"current": "hem timhoinallem",
"next": "fuddlem timhoinallem",
"past": {
"one": "{0} timhoinallem adim",
"other": "{0} timhoinalle adim"
},
"future": {
"one": "{0} timhoinallean",
"other": "{0} timhoinalleanim"
}
},
"month": {
"previous": "fattlo mhoino",
"current": "ho mhoino",
"next": "fuddlo mhoino",
"past": {
"one": "{0} mhoino adim",
"other": "{0} mhoine adim"
},
"future": {
"one": "{0} mhoinean",
"other": "{0} mhoineanim"
}
},
"week": {
"previous": "fattlo suman",
"current": "ho suman",
"next": "fuddlo suman",
"past": "{0} suman adim",
"future": {
"one": "{0} sumanan",
"other": "{0} sumananim"
}
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "faleam",
"past": "{0} dis adim",
"future": {
"one": "{0} disan",
"other": "{0} disanim"
}
},
"hour": {
"current": "hem vor",
"past": {
"one": "{0} vor adim",
"other": "{0} voram adim"
},
"future": {
"one": "{0} voran",
"other": "{0} voranim"
}
},
"minute": {
"current": "ho minut",
"past": {
"one": "{0} minut adim",
"other": "{0} mintam adim"
},
"future": {
"one": "{0} mintan",
"other": "{0} mintanim"
}
},
"second": {
"current": "atam",
"past": "{0} sekond adim",
"future": {
"one": "{0} sekondan",
"other": "{0} sekondanim"
}
}
},
"short": {
"year": {
"previous": "porum",
"current": "ondum",
"next": "fuddlem voros",
"past": {
"one": "{0} voros adim",
"other": "{0} vorsam adim"
},
"future": {
"one": "{0} vorsan",
"other": "{0} vorsanim"
}
},
"quarter": {
"previous": "fattlem timho.",
"current": "hem timho.",
"next": "fuddlem timho.",
"past": "{0} timho. adim",
"future": {
"one": "{0} timhoinallean",
"other": "{0} timhoinalleanim"
}
},
"month": {
"previous": "fattlo mho.",
"current": "ho mho.",
"next": "fuddlo mho.",
"past": "{0} mho. adim",
"future": {
"one": "{0} mhoinean",
"other": "{0} mhoineanim"
}
},
"week": {
"previous": "fattlo suman",
"current": "ho suman",
"next": "fuddlo suman",
"past": "{0} suman adim",
"future": {
"one": "{0} sumanan",
"other": "{0} sumananim"
}
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "faleam",
"past": "{0} dis adim",
"future": {
"one": "{0} disan",
"other": "{0} disanim"
}
},
"hour": {
"current": "hem vor",
"past": {
"one": "{0} vor adim",
"other": "{0} voram adim"
},
"future": {
"one": "{0} voran",
"other": "{0} voranim"
}
},
"minute": {
"current": "ho min.",
"past": "{0} min. adim",
"future": {
"one": "{0} mintan",
"other": "{0} min."
}
},
"second": {
"current": "atam",
"past": "{0} sek. adim",
"future": {
"one": "{0} sekondan",
"other": "{0} sekondanim"
}
}
},
"narrow": {
"year": {
"previous": "porum",
"current": "ondum",
"next": "fuddlem voros",
"past": {
"one": "{0}voros adim",
"other": "{0}vorsam adim"
},
"future": {
"one": "{0}vorsan",
"other": "{0}vorsanim"
}
},
"quarter": {
"previous": "fattlem timh",
"current": "hem timh",
"next": "fuddlem timh",
"past": "{0}timh adim",
"future": {
"one": "{0}timhoinallean",
"other": "{0}timhoinalleanim"
}
},
"month": {
"previous": "fattlo mh",
"current": "ho mh",
"next": "fuddlo mh",
"past": "{0}mh adim",
"future": {
"one": "{0}mhoinean",
"other": "{0}mhoineanim"
}
},
"week": {
"previous": "fattlo sum",
"current": "ho sum",
"next": "fuddlo sum",
"past": "{0}sum adim",
"future": {
"one": "{0}sumanan",
"other": "{0}sumananim"
}
},
"day": {
"previous": "kal",
"current": "aiz",
"next": "fal",
"past": "{0}d adim",
"future": {
"one": "{0}disan",
"other": "{0}disanim"
}
},
"hour": {
"current": "hem vor",
"past": {
"one": "{0}vor adim",
"other": "{0}voram adim"
},
"future": {
"one": "{0}voran",
"other": "{0}voranim"
}
},
"minute": {
"current": "ho min",
"past": "{0}min adim",
"future": {
"one": "{0}mintan",
"other": "{0}min"
}
},
"second": {
"current": "atam",
"past": "{0}sek adim",
"future": {
"one": "{0}sekondan",
"other": "{0}sekondanim"
}
}
}
}