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

120
node_modules/relative-time-format/locale/he/long.json generated vendored Normal file
View File

@@ -0,0 +1,120 @@
{
"year": {
"previous": "השנה שעברה",
"current": "השנה",
"next": "השנה הבאה",
"past": {
"one": "לפני שנה",
"two": "לפני שנתיים",
"many": "לפני {0} שנה",
"other": "לפני {0} שנים"
},
"future": {
"one": "בעוד שנה",
"two": "בעוד שנתיים",
"many": "בעוד {0} שנה",
"other": "בעוד {0} שנים"
}
},
"quarter": {
"previous": "הרבעון הקודם",
"current": "רבעון זה",
"next": "הרבעון הבא",
"past": {
"one": "ברבעון הקודם",
"two": "לפני שני רבעונים",
"other": "לפני {0} רבעונים"
},
"future": {
"one": "ברבעון הבא",
"two": "בעוד שני רבעונים",
"other": "בעוד {0} רבעונים"
}
},
"month": {
"previous": "החודש שעבר",
"current": "החודש",
"next": "החודש הבא",
"past": {
"one": "לפני חודש",
"two": "לפני חודשיים",
"other": "לפני {0} חודשים"
},
"future": {
"one": "בעוד חודש",
"two": "בעוד חודשיים",
"other": "בעוד {0} חודשים"
}
},
"week": {
"previous": "השבוע שעבר",
"current": "השבוע",
"next": "השבוע הבא",
"past": {
"one": "לפני שבוע",
"two": "לפני שבועיים",
"other": "לפני {0} שבועות"
},
"future": {
"one": "בעוד שבוע",
"two": "בעוד שבועיים",
"other": "בעוד {0} שבועות"
}
},
"day": {
"previous": "אתמול",
"previous-2": "שלשום",
"current": "היום",
"next": "מחר",
"next-2": "מחרתיים",
"past": {
"one": "לפני יום {0}",
"two": "לפני יומיים",
"other": "לפני {0} ימים"
},
"future": {
"one": "בעוד יום {0}",
"two": "בעוד יומיים",
"other": "בעוד {0} ימים"
}
},
"hour": {
"current": "בשעה זו",
"past": {
"one": "לפני שעה",
"two": "לפני שעתיים",
"other": "לפני {0} שעות"
},
"future": {
"one": "בעוד שעה",
"two": "בעוד שעתיים",
"other": "בעוד {0} שעות"
}
},
"minute": {
"current": "בדקה זו",
"past": {
"one": "לפני דקה",
"two": "לפני שתי דקות",
"other": "לפני {0} דקות"
},
"future": {
"one": "בעוד דקה",
"two": "בעוד שתי דקות",
"other": "בעוד {0} דקות"
}
},
"second": {
"current": "עכשיו",
"past": {
"one": "לפני שנייה",
"two": "לפני שתי שניות",
"other": "לפני {0} שניות"
},
"future": {
"one": "בעוד שנייה",
"two": "בעוד שתי שניות",
"other": "בעוד {0} שניות"
}
}
}