relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
159 lines • 3.64 kB
JSON
{
"locale": "bgc",
"long": {
"year": {
"previous": "पिछला साल",
"current": "इस साल",
"next": "अगला साल",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "पिछला मिह्ना",
"current": "इस मिह्ने",
"next": "अगला मिह्ना",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "पिछला हफ़्ता",
"current": "इस हफ़्ते",
"next": "अगला हफ़्ता",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "काह्ल (बित्या होड)",
"current": "आज",
"next": "काह्ल (आण आला)",
"past": "-{0} d",
"future": "+{0} d"
},
"hour": {
"current": "this hour",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "this minute",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "now",
"past": "-{0} s",
"future": "+{0} s"
}
},
"short": {
"year": {
"previous": "पिछला साल",
"current": "इस साल",
"next": "अगला साल",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "पिछला मिह्ना",
"current": "इस मिह्ने",
"next": "अगला मिह्ना",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "पिछला हफ़्ता",
"current": "इस हफ़्ते",
"next": "अगला हफ़्ता",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "काह्ल (बित्या होड)",
"current": "आज",
"next": "काह्ल (आण आला)",
"past": "-{0} d",
"future": "+{0} d"
},
"hour": {
"current": "this hour",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "this minute",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "now",
"past": "-{0} s",
"future": "+{0} s"
}
},
"narrow": {
"year": {
"previous": "पिछला साल",
"current": "इस साल",
"next": "अगला साल",
"past": "-{0} y",
"future": "+{0} y"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "पिछला मिह्ना",
"current": "इस मिह्ने",
"next": "अगला मिह्ना",
"past": "-{0} m",
"future": "+{0} m"
},
"week": {
"previous": "पिछला हफ़्ता",
"current": "इस हफ़्ते",
"next": "अगला हफ़्ता",
"past": "-{0} w",
"future": "+{0} w"
},
"day": {
"previous": "काह्ल (बित्या होड)",
"current": "आज",
"next": "काह्ल (आण आला)",
"past": "-{0} d",
"future": "+{0} d"
},
"hour": {
"current": "this hour",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "this minute",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "now",
"past": "-{0} s",
"future": "+{0} s"
}
}
}