relative-time-format
Version:
A convenient Intl.RelativeTimeFormat polyfill
74 lines • 1.38 kB
JavaScript
export default {
"locale": "ast",
"style": "short",
"year": {
"previous": "l’añu pas.",
"current": "esti añu",
"next": "l’añu vin.",
"past": {
"one": "hai {0} añu",
"other": "hai {0} años"
},
"future": {
"one": "en {0} añu",
"other": "en {0} años"
}
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} trim.",
"future": "en {0} trim."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": {
"one": "hai {0} mes",
"other": "hai {0} meses"
},
"future": {
"one": "en {0} mes",
"other": "en {0} meses"
}
},
"week": {
"previous": "selm. pasada",
"current": "esta selm.",
"next": "selm. viniente",
"past": "hai {0} selm.",
"future": "en {0} selm."
},
"day": {
"previous": "ayeri",
"previous-2": "antayeri",
"current": "güei",
"next": "mañana",
"next-2": "pasao mañana",
"past": {
"one": "hai {0} día",
"other": "hai {0} díes"
},
"future": {
"one": "en {0} día",
"other": "en {0} díes"
}
},
"hour": {
"current": "esta hora",
"past": "hai {0} h.",
"future": "en {0} h."
},
"minute": {
"current": "esti min.",
"past": "hai {0} min.",
"future": "en {0} min."
},
"second": {
"current": "agora",
"past": "hai {0} seg.",
"future": "en {0} seg."
}
}