relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
54 lines • 1.28 kB
JavaScript
export default {
"locale": "tt",
"style": "short",
"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": "кичә",
"current": "бүген",
"next": "иртәгә",
"past": "{0} көн элек",
"future": "{0} көннән"
},
"hour": {
"current": "бу сәгатьтә",
"past": "{0} сәг. элек",
"future": "{0} сәг."
},
"minute": {
"current": "бу минутта",
"past": "{0} мин. элек",
"future": "{0} мин."
},
"second": {
"current": "хәзер",
"past": "{0} с. элек",
"future": "{0} с."
}
}