javascript-time-ago
Version:
Localized relative date/time formatting
30 lines • 589 B
JSON
{
"year": {
"one": "{0} an",
"other": "{0} ani"
},
"month": {
"one": "{0} lună",
"other": "{0} luni"
},
"week": {
"one": "{0} săptămână",
"other": "{0} săptămâni"
},
"day": {
"one": "{0} zi",
"other": "{0} zile"
},
"hour": {
"one": "{0} oră",
"other": "{0} ore"
},
"minute": {
"one": "{0} minut",
"other": "{0} minute"
},
"second": {
"one": "{0} secundă",
"other": "{0} secunde"
}
}