Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

76
node_modules/relative-time-format/locale/ro/short.json generated vendored Normal file
View File

@@ -0,0 +1,76 @@
{
"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": "trim. trecut",
"current": "trim. acesta",
"next": "trim. viitor",
"past": "acum {0} trim.",
"future": "peste {0} trim."
},
"month": {
"previous": "luna trecută",
"current": "luna aceasta",
"next": "luna viitoare",
"past": {
"one": "acum {0} lună",
"other": "acum {0} luni"
},
"future": {
"one": "peste {0} lună",
"other": "peste {0} luni"
}
},
"week": {
"previous": "săpt. trecută",
"current": "săpt. aceasta",
"next": "săpt. viitoare",
"past": "acum {0} săpt.",
"future": "peste {0} săpt."
},
"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": "acum {0} h",
"future": "peste {0} h"
},
"minute": {
"current": "minutul acesta",
"past": "acum {0} min.",
"future": "peste {0} min."
},
"second": {
"current": "acum",
"past": "acum {0} sec.",
"future": "peste {0} sec."
}
}