Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
118
node_modules/relative-time-format/locale/ro/long.json
generated
vendored
Normal file
118
node_modules/relative-time-format/locale/ro/long.json
generated
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "anul trecut",
|
||||
"current": "anul acesta",
|
||||
"next": "anul viitor",
|
||||
"past": {
|
||||
"one": "acum {0} an",
|
||||
"few": "acum {0} ani",
|
||||
"other": "acum {0} de ani"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} an",
|
||||
"few": "peste {0} ani",
|
||||
"other": "peste {0} de ani"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trimestrul trecut",
|
||||
"current": "trimestrul acesta",
|
||||
"next": "trimestrul viitor",
|
||||
"past": {
|
||||
"one": "acum {0} trimestru",
|
||||
"few": "acum {0} trimestre",
|
||||
"other": "acum {0} de trimestre"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} trimestru",
|
||||
"few": "peste {0} trimestre",
|
||||
"other": "peste {0} de trimestre"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "luna trecută",
|
||||
"current": "luna aceasta",
|
||||
"next": "luna viitoare",
|
||||
"past": {
|
||||
"one": "acum {0} lună",
|
||||
"few": "acum {0} luni",
|
||||
"other": "acum {0} de luni"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} lună",
|
||||
"few": "peste {0} luni",
|
||||
"other": "peste {0} de luni"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "săptămâna trecută",
|
||||
"current": "săptămâna aceasta",
|
||||
"next": "săptămâna viitoare",
|
||||
"past": {
|
||||
"one": "acum {0} săptămână",
|
||||
"few": "acum {0} săptămâni",
|
||||
"other": "acum {0} de săptămâni"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} săptămână",
|
||||
"few": "peste {0} săptămâni",
|
||||
"other": "peste {0} de săptămâni"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ieri",
|
||||
"previous-2": "alaltăieri",
|
||||
"current": "azi",
|
||||
"next": "mâine",
|
||||
"next-2": "poimâine",
|
||||
"past": {
|
||||
"one": "acum {0} zi",
|
||||
"few": "acum {0} zile",
|
||||
"other": "acum {0} de zile"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} zi",
|
||||
"few": "peste {0} zile",
|
||||
"other": "peste {0} de zile"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ora aceasta",
|
||||
"past": {
|
||||
"one": "acum {0} oră",
|
||||
"few": "acum {0} ore",
|
||||
"other": "acum {0} de ore"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} oră",
|
||||
"few": "peste {0} ore",
|
||||
"other": "peste {0} de ore"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "minutul acesta",
|
||||
"past": {
|
||||
"one": "acum {0} minut",
|
||||
"few": "acum {0} minute",
|
||||
"other": "acum {0} de minute"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} minut",
|
||||
"few": "peste {0} minute",
|
||||
"other": "peste {0} de minute"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "acum",
|
||||
"past": {
|
||||
"one": "acum {0} secundă",
|
||||
"few": "acum {0} secunde",
|
||||
"other": "acum {0} de secunde"
|
||||
},
|
||||
"future": {
|
||||
"one": "peste {0} secundă",
|
||||
"few": "peste {0} secunde",
|
||||
"other": "peste {0} de secunde"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user