Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
60
node_modules/relative-time-format/locale/ru/narrow.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/ru/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "в пр. г.",
|
||||
"current": "в эт. г.",
|
||||
"next": "в сл. г.",
|
||||
"past": {
|
||||
"many": "-{0} л.",
|
||||
"other": "-{0} г."
|
||||
},
|
||||
"future": {
|
||||
"many": "+{0} л.",
|
||||
"other": "+{0} г."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "посл. кв.",
|
||||
"current": "тек. кв.",
|
||||
"next": "след. кв.",
|
||||
"past": "-{0} кв.",
|
||||
"future": "+{0} кв."
|
||||
},
|
||||
"month": {
|
||||
"previous": "в пр. мес.",
|
||||
"current": "в эт. мес.",
|
||||
"next": "в след. мес.",
|
||||
"past": "-{0} мес.",
|
||||
"future": "+{0} мес."
|
||||
},
|
||||
"week": {
|
||||
"previous": "на пр. нед.",
|
||||
"current": "на эт. нед.",
|
||||
"next": "на след. неделе",
|
||||
"past": "-{0} нед.",
|
||||
"future": "+{0} нед."
|
||||
},
|
||||
"day": {
|
||||
"previous": "вчера",
|
||||
"previous-2": "позавчера",
|
||||
"current": "сегодня",
|
||||
"next": "завтра",
|
||||
"next-2": "послезавтра",
|
||||
"past": "-{0} дн.",
|
||||
"future": "+{0} дн."
|
||||
},
|
||||
"hour": {
|
||||
"current": "в этот час",
|
||||
"past": "-{0} ч.",
|
||||
"future": "+{0} ч."
|
||||
},
|
||||
"minute": {
|
||||
"current": "в эту минуту",
|
||||
"past": "-{0} мин.",
|
||||
"future": "+{0} мин."
|
||||
},
|
||||
"second": {
|
||||
"current": "сейчас",
|
||||
"past": "-{0} с",
|
||||
"future": "+{0} с"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user