Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
120
node_modules/relative-time-format/locale/he/narrow.json
generated
vendored
Normal file
120
node_modules/relative-time-format/locale/he/narrow.json
generated
vendored
Normal 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": "אתמול",
|
||||
"two": "לפני יומיים",
|
||||
"other": "לפני {0} ימים"
|
||||
},
|
||||
"future": {
|
||||
"one": "מחר",
|
||||
"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} שנ׳"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user