Files
cm-app-crawlspider/node_modules/relative-time-format/locale/it/narrow.json

72 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"year": {
"previous": "anno scorso",
"current": "questanno",
"next": "anno prossimo",
"past": {
"one": "{0} anno fa",
"other": "{0} anni fa"
},
"future": {
"one": "tra {0} anno",
"other": "tra {0} anni"
}
},
"quarter": {
"previous": "trim. scorso",
"current": "questo trim.",
"next": "trim. prossimo",
"past": "{0} trim. fa",
"future": "tra {0} trim."
},
"month": {
"previous": "mese scorso",
"current": "questo mese",
"next": "mese prossimo",
"past": {
"one": "{0} mese fa",
"other": "{0} mesi fa"
},
"future": {
"one": "tra {0} mese",
"other": "tra {0} mesi"
}
},
"week": {
"previous": "settimana scorsa",
"current": "questa settimana",
"next": "settimana prossima",
"past": "{0} sett. fa",
"future": "tra {0} sett."
},
"day": {
"previous": "ieri",
"previous-2": "laltro ieri",
"current": "oggi",
"next": "domani",
"next-2": "dopodomani",
"past": {
"one": "{0} g fa",
"other": "{0} gg fa"
},
"future": {
"one": "tra {0} g",
"other": "tra {0} gg"
}
},
"hour": {
"current": "questora",
"past": "{0} h fa",
"future": "tra {0} h"
},
"minute": {
"current": "questo minuto",
"past": "{0} min fa",
"future": "tra {0} min"
},
"second": {
"current": "ora",
"past": "{0} s fa",
"future": "tra {0} s"
}
}