relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
159 lines • 3.48 kB
JavaScript
export default {
"locale": "uz",
"long": {
"year": {
"previous": "o‘tgan yil",
"current": "shu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "o‘tgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "o‘tgan oy",
"current": "shu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "o‘tgan hafta",
"current": "shu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
},
"short": {
"year": {
"previous": "o‘ʻtgan yil",
"current": "bu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "o‘tgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "o‘tgan oy",
"current": "bu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "o‘tgan hafta",
"current": "bu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
},
"narrow": {
"year": {
"previous": "o‘tgan yil",
"current": "bu yil",
"next": "keyingi yil",
"past": "{0} yil oldin",
"future": "{0} yildan keyin"
},
"quarter": {
"previous": "o‘tgan chorak",
"current": "shu chorak",
"next": "keyingi chorak",
"past": "{0} chorak oldin",
"future": "{0} chorakdan keyin"
},
"month": {
"previous": "o‘tgan oy",
"current": "bu oy",
"next": "keyingi oy",
"past": "{0} oy oldin",
"future": "{0} oydan keyin"
},
"week": {
"previous": "o‘tgan hafta",
"current": "bu hafta",
"next": "keyingi hafta",
"past": "{0} hafta oldin",
"future": "{0} haftadan keyin"
},
"day": {
"previous": "kecha",
"current": "bugun",
"next": "ertaga",
"past": "{0} kun oldin",
"future": "{0} kundan keyin"
},
"hour": {
"current": "shu soatda",
"past": "{0} soat oldin",
"future": "{0} soatdan keyin"
},
"minute": {
"current": "shu daqiqada",
"past": "{0} daqiqa oldin",
"future": "{0} daqiqadan keyin"
},
"second": {
"current": "hozir",
"past": "{0} soniya oldin",
"future": "{0} soniyadan keyin"
}
}
}