relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
104 lines • 2.05 kB
JSON
{
"locale": "eo",
"style": "long",
"year": {
"previous": "la antaŭan jaron",
"current": "ĉi tiun jaron",
"next": "la sekvan jaron",
"past": {
"one": "antaŭ {0} jaro",
"other": "antaŭ {0} jaroj"
},
"future": {
"one": "post {0} jaro",
"other": "post {0} jaroj"
}
},
"quarter": {
"previous": "la antaŭan kvaronjaron",
"current": "ĉi tiun kvaronjaron",
"next": "la sekvan kvaronjaron",
"past": {
"one": "antaŭ {0} kvaronjaro",
"other": "antaŭ {0} kvaronjaroj"
},
"future": {
"one": "post {0} kvaronjaro",
"other": "post {0} kvaronjaroj"
}
},
"month": {
"previous": "la antaŭan monaton",
"current": "ĉi tiun monaton",
"next": "la sekvan monaton",
"past": {
"one": "antaŭ {0} monato",
"other": "antaŭ {0} monatoj"
},
"future": {
"one": "post {0} monato",
"other": "post {0} monatoj"
}
},
"week": {
"previous": "la antaŭan semajnon",
"current": "ĉi tiun semajnon",
"next": "la sekvan semajnon",
"past": {
"one": "antaŭ {0} semajno",
"other": "antaŭ {0} semajnoj"
},
"future": {
"one": "post {0} semajno",
"other": "post {0} semajnoj"
}
},
"day": {
"previous": "hieraŭ",
"previous-2": "antaŭhieraŭ",
"current": "hodiaŭ",
"next": "morgaŭ",
"next-2": "postmorgaŭ",
"past": {
"one": "antaŭ {0} tago",
"other": "antaŭ {0} tagoj"
},
"future": {
"one": "post {0} tago",
"other": "post {0} tagoj"
}
},
"hour": {
"current": "ĉi-hore",
"past": {
"one": "antaŭ {0} horo",
"other": "antaŭ {0} horoj"
},
"future": {
"one": "post {0} horo",
"other": "post {0} horoj"
}
},
"minute": {
"current": "ĉi-minute",
"past": {
"one": "antaŭ {0} minuto",
"other": "antaŭ {0} minutoj"
},
"future": {
"one": "post {0} minuto",
"other": "post {0} minutoj"
}
},
"second": {
"current": "nun",
"past": {
"one": "antaŭ {0} sekundo",
"other": "antaŭ {0} sekundoj"
},
"future": {
"one": "post {0} sekundo",
"other": "post {0} sekundoj"
}
}
}