relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
54 lines • 1.61 kB
JSON
{
"locale": "mai",
"style": "long",
"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} सेकेंड मे"
}
}