relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
74 lines • 1.32 kB
JSON
{
"locale": "pt-MZ",
"style": "narrow",
"year": {
"previous": "ano passado",
"current": "este ano",
"next": "próximo ano",
"past": {
"one": "-{0} ano",
"other": "-{0} anos"
},
"future": {
"one": "+{0} ano",
"other": "+{0} anos"
}
},
"quarter": {
"previous": "trim. passado",
"current": "este trim.",
"next": "próximo trim.",
"past": "-{0} trim.",
"future": "+{0} trim."
},
"month": {
"previous": "mês passado",
"current": "este mês",
"next": "próximo mês",
"past": {
"one": "-{0} mês",
"other": "-{0} meses"
},
"future": {
"one": "+{0} mês",
"other": "+{0} meses"
}
},
"week": {
"previous": "semana passada",
"current": "esta semana",
"next": "próxima semana",
"past": "-{0} sem.",
"future": "+{0} sem."
},
"day": {
"previous": "ontem",
"previous-2": "anteontem",
"current": "hoje",
"next": "amanhã",
"next-2": "depois de amanhã",
"past": {
"one": "-{0} dia",
"other": "-{0} dias"
},
"future": {
"one": "+{0} dia",
"other": "+{0} dias"
}
},
"hour": {
"current": "esta hora",
"past": "-{0} h",
"future": "+{0} h"
},
"minute": {
"current": "este minuto",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "agora",
"past": "-{0} s",
"future": "+{0} s"
}
}