relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
56 lines • 1.19 kB
JSON
{
"locale": "eo",
"style": "narrow",
"year": {
"previous": "la antaŭan jaron",
"current": "ĉi tiun jaron",
"next": "la sekvan jaron",
"past": "antaŭ {0} j",
"future": "post {0} j"
},
"quarter": {
"previous": "la antaŭan kvaronjaron",
"current": "ĉi tiun kvaronjaron",
"next": "la sekvan kvaronjaron",
"past": "antaŭ {0} kvaronjar.",
"future": "post {0} kvaronjar."
},
"month": {
"previous": "la antaŭan monaton",
"current": "ĉi tiun monaton",
"next": "la sekvan monaton",
"past": "antaŭ {0} m",
"future": "post {0} m"
},
"week": {
"previous": "ant. sem.",
"current": "ĉi-sem.",
"next": "sekv. sem.",
"past": "antaŭ {0} sem.",
"future": "post {0} sem."
},
"day": {
"previous": "hieraŭ",
"previous-2": "antaŭhieraŭ",
"current": "hodiaŭ",
"next": "morgaŭ",
"next-2": "postmorgaŭ",
"past": "antaŭ {0} d",
"future": "post {0} d"
},
"hour": {
"current": "ĉi-hore",
"past": "antaŭ {0} h",
"future": "post {0} h"
},
"minute": {
"current": "ĉi-minute",
"past": "antaŭ {0} min",
"future": "post {0} min"
},
"second": {
"current": "nun",
"past": "antaŭ {0} s",
"future": "post {0} s"
}
}