Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
34
node_modules/javascript-time-ago/locale-more-styles/de/long-time.json
generated
vendored
Normal file
34
node_modules/javascript-time-ago/locale-more-styles/de/long-time.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"year": {
|
||||
"one": "{0} Jahr",
|
||||
"other": "{0} Jahre"
|
||||
},
|
||||
"month": {
|
||||
"one": "{0} Monat",
|
||||
"other": "{0} Monate"
|
||||
},
|
||||
"week": {
|
||||
"one": "{0} Woche",
|
||||
"other": "{0} Wochen"
|
||||
},
|
||||
"day": {
|
||||
"one": "{0} Tag",
|
||||
"other": "{0} Tage"
|
||||
},
|
||||
"hour": {
|
||||
"one": "{0} Stunde",
|
||||
"other": "{0} Stunden"
|
||||
},
|
||||
"minute": {
|
||||
"one": "{0} Minute",
|
||||
"other": "{0} Minuten"
|
||||
},
|
||||
"second": {
|
||||
"one": "{0} Sekunde",
|
||||
"other": "{0} Sekunden"
|
||||
},
|
||||
"now": {
|
||||
"future": "in einem Moment",
|
||||
"past": "gerade jetzt"
|
||||
}
|
||||
}
|
||||
10
node_modules/javascript-time-ago/locale-more-styles/el/tiny.json
generated
vendored
Normal file
10
node_modules/javascript-time-ago/locale-more-styles/el/tiny.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"year": "{0}χρ.",
|
||||
"month": "{0}μην.",
|
||||
"week": "{0}εβδ.",
|
||||
"day": "{0}ημ.",
|
||||
"hour": "{0}ώρ.",
|
||||
"minute": "{0}λ.",
|
||||
"second": "τώρα",
|
||||
"now": "τώρα"
|
||||
}
|
||||
104
node_modules/javascript-time-ago/locale-more-styles/en/long-convenient.json
generated
vendored
Normal file
104
node_modules/javascript-time-ago/locale-more-styles/en/long-convenient.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "last year",
|
||||
"current": "this year",
|
||||
"next": "next year",
|
||||
"past": {
|
||||
"one": "a year ago",
|
||||
"other": "{0} years ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a year",
|
||||
"other": "in {0} years"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": {
|
||||
"one": "a quarter ago",
|
||||
"other": "{0} quarters ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a quarter",
|
||||
"other": "in {0} quarters"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "last month",
|
||||
"current": "this month",
|
||||
"next": "next month",
|
||||
"past": {
|
||||
"one": "a month ago",
|
||||
"other": "{0} months ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a month",
|
||||
"other": "in {0} months"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": {
|
||||
"one": "a week ago",
|
||||
"other": "{0} weeks ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a week",
|
||||
"other": "in {0} weeks"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "today",
|
||||
"next": "tomorrow",
|
||||
"past": {
|
||||
"one": "a day ago",
|
||||
"other": "{0} days ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a day",
|
||||
"other": "in {0} days"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": {
|
||||
"one": "an hour ago",
|
||||
"other": "{0} hours ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in an hour",
|
||||
"other": "in {0} hours"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": {
|
||||
"one": "a minute ago",
|
||||
"other": "{0} minutes ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a minute",
|
||||
"other": "in {0} minutes"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": {
|
||||
"one": "a second ago",
|
||||
"other": "{0} seconds ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in a second",
|
||||
"other": "in {0} seconds"
|
||||
}
|
||||
},
|
||||
"now": {
|
||||
"future": "in a moment",
|
||||
"past": "just now"
|
||||
}
|
||||
}
|
||||
34
node_modules/javascript-time-ago/locale-more-styles/en/long-time.json
generated
vendored
Normal file
34
node_modules/javascript-time-ago/locale-more-styles/en/long-time.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"year": {
|
||||
"one": "{0} year",
|
||||
"other": "{0} years"
|
||||
},
|
||||
"month": {
|
||||
"one": "{0} month",
|
||||
"other": "{0} months"
|
||||
},
|
||||
"week": {
|
||||
"one": "{0} week",
|
||||
"other": "{0} weeks"
|
||||
},
|
||||
"day": {
|
||||
"one": "{0} day",
|
||||
"other": "{0} days"
|
||||
},
|
||||
"hour": {
|
||||
"one": "{0} hour",
|
||||
"other": "{0} hours"
|
||||
},
|
||||
"minute": {
|
||||
"one": "{0} minute",
|
||||
"other": "{0} minutes"
|
||||
},
|
||||
"second": {
|
||||
"one": "{0} second",
|
||||
"other": "{0} seconds"
|
||||
},
|
||||
"now": {
|
||||
"future": "in a moment",
|
||||
"past": "just now"
|
||||
}
|
||||
}
|
||||
68
node_modules/javascript-time-ago/locale-more-styles/en/short-convenient.json
generated
vendored
Normal file
68
node_modules/javascript-time-ago/locale-more-styles/en/short-convenient.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "last yr.",
|
||||
"current": "this yr.",
|
||||
"next": "next yr.",
|
||||
"past": "{0} yr. ago",
|
||||
"future": "in {0} yr."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last qtr.",
|
||||
"current": "this qtr.",
|
||||
"next": "next qtr.",
|
||||
"past": {
|
||||
"one": "{0} qtr. ago",
|
||||
"other": "{0} qtrs. ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} qtr.",
|
||||
"other": "in {0} qtrs."
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "last mo.",
|
||||
"current": "this mo.",
|
||||
"next": "next mo.",
|
||||
"past": "{0} mo. ago",
|
||||
"future": "in {0} mo."
|
||||
},
|
||||
"week": {
|
||||
"previous": "last wk.",
|
||||
"current": "this wk.",
|
||||
"next": "next wk.",
|
||||
"past": "{0} wk. ago",
|
||||
"future": "in {0} wk."
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "today",
|
||||
"next": "tomorrow",
|
||||
"past": {
|
||||
"one": "{0} day ago",
|
||||
"other": "{0} days ago"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} day",
|
||||
"other": "in {0} days"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "{0} hr. ago",
|
||||
"future": "in {0} hr."
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "{0} min. ago",
|
||||
"future": "in {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "{0} sec. ago",
|
||||
"future": "in {0} sec."
|
||||
},
|
||||
"now": {
|
||||
"future": "in a moment",
|
||||
"past": "just now"
|
||||
}
|
||||
}
|
||||
13
node_modules/javascript-time-ago/locale-more-styles/en/short-time.json
generated
vendored
Normal file
13
node_modules/javascript-time-ago/locale-more-styles/en/short-time.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"year": "{0} yr.",
|
||||
"month": "{0} mo.",
|
||||
"week": "{0} wk.",
|
||||
"day": {
|
||||
"one": "{0} day",
|
||||
"other": "{0} days"
|
||||
},
|
||||
"hour": "{0} hr.",
|
||||
"minute": "{0} min.",
|
||||
"second": "{0} sec.",
|
||||
"now": "now"
|
||||
}
|
||||
10
node_modules/javascript-time-ago/locale-more-styles/en/tiny.json
generated
vendored
Normal file
10
node_modules/javascript-time-ago/locale-more-styles/en/tiny.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"year": "{0}yr",
|
||||
"month": "{0}mo",
|
||||
"week": "{0}wk",
|
||||
"day": "{0}d",
|
||||
"hour": "{0}h",
|
||||
"minute": "{0}m",
|
||||
"second": "{0}s",
|
||||
"now": "now"
|
||||
}
|
||||
10
node_modules/javascript-time-ago/locale-more-styles/es/tiny.json
generated
vendored
Normal file
10
node_modules/javascript-time-ago/locale-more-styles/es/tiny.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"year": "{0}año",
|
||||
"month": "{0}mes",
|
||||
"week": "{0}sem.",
|
||||
"day": "{0}d",
|
||||
"hour": "{0}h",
|
||||
"minute": "{0}m",
|
||||
"second": "{0}s",
|
||||
"now": "ahora"
|
||||
}
|
||||
11
node_modules/javascript-time-ago/locale-more-styles/ko/tiny.json
generated
vendored
Normal file
11
node_modules/javascript-time-ago/locale-more-styles/ko/tiny.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"year": "{0}년",
|
||||
"quarter": "{0}분기",
|
||||
"month": "{0}개월",
|
||||
"week": "{0}주",
|
||||
"day": "{0}일",
|
||||
"hour": "{0}시간",
|
||||
"minute": "{0}분",
|
||||
"second": "{0}초",
|
||||
"now": "지금"
|
||||
}
|
||||
120
node_modules/javascript-time-ago/locale-more-styles/ru/long-convenient.json
generated
vendored
Normal file
120
node_modules/javascript-time-ago/locale-more-styles/ru/long-convenient.json
generated
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "в прошлом году",
|
||||
"current": "в этом году",
|
||||
"next": "в следующем году",
|
||||
"past": {
|
||||
"one": "{0} год назад",
|
||||
"many": "{0} лет назад",
|
||||
"other": "{0} года назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} год",
|
||||
"many": "через {0} лет",
|
||||
"other": "через {0} года"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "в прошлом квартале",
|
||||
"current": "в текущем квартале",
|
||||
"next": "в следующем квартале",
|
||||
"past": {
|
||||
"one": "{0} квартал назад",
|
||||
"many": "{0} кварталов назад",
|
||||
"other": "{0} квартала назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} квартал",
|
||||
"many": "через {0} кварталов",
|
||||
"other": "через {0} квартала"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "в прошлом месяце",
|
||||
"current": "в этом месяце",
|
||||
"next": "в следующем месяце",
|
||||
"past": {
|
||||
"one": "{0} месяц назад",
|
||||
"many": "{0} месяцев назад",
|
||||
"other": "{0} месяца назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} месяц",
|
||||
"many": "через {0} месяцев",
|
||||
"other": "через {0} месяца"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "на прошлой неделе",
|
||||
"current": "на этой неделе",
|
||||
"next": "на следующей неделе",
|
||||
"past": {
|
||||
"one": "{0} неделю назад",
|
||||
"many": "{0} недель назад",
|
||||
"other": "{0} недели назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} неделю",
|
||||
"many": "через {0} недель",
|
||||
"other": "через {0} недели"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "вчера",
|
||||
"current": "сегодня",
|
||||
"next": "завтра",
|
||||
"past": {
|
||||
"one": "{0} день назад",
|
||||
"many": "{0} дней назад",
|
||||
"other": "{0} дня назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} день",
|
||||
"many": "через {0} дней",
|
||||
"other": "через {0} дня"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "в этот час",
|
||||
"past": {
|
||||
"one": "{0} час назад",
|
||||
"many": "{0} часов назад",
|
||||
"other": "{0} часа назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} час",
|
||||
"many": "через {0} часов",
|
||||
"other": "через {0} часа"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "в эту минуту",
|
||||
"past": {
|
||||
"one": "{0} минуту назад",
|
||||
"many": "{0} минут назад",
|
||||
"other": "{0} минуты назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} минуту",
|
||||
"many": "через {0} минут",
|
||||
"other": "через {0} минуты"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "сейчас",
|
||||
"past": {
|
||||
"one": "{0} секунду назад",
|
||||
"many": "{0} секунд назад",
|
||||
"other": "{0} секунды назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} секунду",
|
||||
"many": "через {0} секунд",
|
||||
"other": "через {0} секунды"
|
||||
}
|
||||
},
|
||||
"now": {
|
||||
"past": "только что",
|
||||
"future": "сейчас"
|
||||
}
|
||||
}
|
||||
41
node_modules/javascript-time-ago/locale-more-styles/ru/long-time.json
generated
vendored
Normal file
41
node_modules/javascript-time-ago/locale-more-styles/ru/long-time.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"year": {
|
||||
"one": "{0} год",
|
||||
"many": "{0} лет",
|
||||
"other": "{0} года"
|
||||
},
|
||||
"month": {
|
||||
"one": "{0} месяц",
|
||||
"many": "{0} месяцев",
|
||||
"other": "{0} месяца"
|
||||
},
|
||||
"week": {
|
||||
"one": "{0} неделю",
|
||||
"many": "{0} недель",
|
||||
"other": "{0} недели"
|
||||
},
|
||||
"day": {
|
||||
"one": "{0} день",
|
||||
"few": "{0} дня",
|
||||
"other": "{0} дней"
|
||||
},
|
||||
"hour": {
|
||||
"one": "{0} час",
|
||||
"many": "{0} часов",
|
||||
"other": "{0} часа"
|
||||
},
|
||||
"minute": {
|
||||
"one": "{0} минута",
|
||||
"many": "{0} минут",
|
||||
"other": "{0} минуты"
|
||||
},
|
||||
"second": {
|
||||
"one": "{0} секунда",
|
||||
"many": "{0} секунд",
|
||||
"other": "{0} секунды"
|
||||
},
|
||||
"now": {
|
||||
"past": "только что",
|
||||
"future": "сейчас"
|
||||
}
|
||||
}
|
||||
68
node_modules/javascript-time-ago/locale-more-styles/ru/short-convenient.json
generated
vendored
Normal file
68
node_modules/javascript-time-ago/locale-more-styles/ru/short-convenient.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"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": "вчера",
|
||||
"current": "сегодня",
|
||||
"next": "завтра",
|
||||
"past": "{0} дн. назад",
|
||||
"future": "через {0} дн."
|
||||
},
|
||||
"hour": {
|
||||
"current": "в этот час",
|
||||
"past": {
|
||||
"one": "{0} ч. назад",
|
||||
"other": "{0} ч. назад"
|
||||
},
|
||||
"future": {
|
||||
"one": "через {0} ч.",
|
||||
"other": "через {0} ч."
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "в эту минуту",
|
||||
"past": "{0} мин. назад",
|
||||
"future": "через {0} мин."
|
||||
},
|
||||
"second": {
|
||||
"current": "сейчас",
|
||||
"past": "{0} сек. назад",
|
||||
"future": "через {0} сек."
|
||||
},
|
||||
"now": {
|
||||
"past": "только что",
|
||||
"future": "сейчас"
|
||||
}
|
||||
}
|
||||
19
node_modules/javascript-time-ago/locale-more-styles/ru/short-time.json
generated
vendored
Normal file
19
node_modules/javascript-time-ago/locale-more-styles/ru/short-time.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"year": {
|
||||
"many": "{0} л.",
|
||||
"other": "{0} г."
|
||||
},
|
||||
"month": "{0} мес.",
|
||||
"week": "{0} нед.",
|
||||
"day": {
|
||||
"one": "{0} д.",
|
||||
"other": "{0} дн."
|
||||
},
|
||||
"hour": "{0} ч.",
|
||||
"minute": "{0} мин.",
|
||||
"second": "{0} сек.",
|
||||
"now": {
|
||||
"past": "только что",
|
||||
"future": "сейчас"
|
||||
}
|
||||
}
|
||||
9
node_modules/javascript-time-ago/locale-more-styles/ru/tiny.json
generated
vendored
Normal file
9
node_modules/javascript-time-ago/locale-more-styles/ru/tiny.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"year": "{0}г",
|
||||
"month": "{0}мес",
|
||||
"week": "{0}нед",
|
||||
"day": "{0}д",
|
||||
"hour": "{0}ч",
|
||||
"minute": "{0}м",
|
||||
"second": "{0}с"
|
||||
}
|
||||
Reference in New Issue
Block a user