Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/af/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/af/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'af',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
90
node_modules/relative-time-format/locale/af/long.json
generated
vendored
Normal file
90
node_modules/relative-time-format/locale/af/long.json
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "verlede jaar",
|
||||
"current": "hierdie jaar",
|
||||
"next": "volgende jaar",
|
||||
"past": "{0} jaar gelede",
|
||||
"future": "oor {0} jaar"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "verlede kwartaal",
|
||||
"current": "hierdie kwartaal",
|
||||
"next": "volgende kwartaal",
|
||||
"past": {
|
||||
"one": "{0} kwartaal gelede",
|
||||
"other": "{0} kwartale gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} kwartaal",
|
||||
"other": "oor {0} kwartale"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "verlede maand",
|
||||
"current": "vandeesmaand",
|
||||
"next": "volgende maand",
|
||||
"past": {
|
||||
"one": "{0} maand gelede",
|
||||
"other": "{0} maande gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} maand",
|
||||
"other": "oor {0} maande"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "verlede week",
|
||||
"current": "hierdie week",
|
||||
"next": "volgende week",
|
||||
"past": {
|
||||
"one": "{0} week gelede",
|
||||
"other": "{0} weke gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} week",
|
||||
"other": "oor {0} weke"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "gister",
|
||||
"previous-2": "eergister",
|
||||
"current": "vandag",
|
||||
"next": "môre",
|
||||
"next-2": "oormôre",
|
||||
"past": {
|
||||
"one": "{0} dag gelede",
|
||||
"other": "{0} dae gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} dag",
|
||||
"other": "oor {0} dae"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "hierdie uur",
|
||||
"past": "{0} uur gelede",
|
||||
"future": "oor {0} uur"
|
||||
},
|
||||
"minute": {
|
||||
"current": "hierdie minuut",
|
||||
"past": {
|
||||
"one": "{0} minuut gelede",
|
||||
"other": "{0} minute gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} minuut",
|
||||
"other": "oor {0} minute"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "nou",
|
||||
"past": {
|
||||
"one": "{0} sekonde gelede",
|
||||
"other": "{0} sekondes gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} sekonde",
|
||||
"other": "oor {0} sekondes"
|
||||
}
|
||||
}
|
||||
}
|
||||
60
node_modules/relative-time-format/locale/af/narrow.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/af/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "verlede jaar",
|
||||
"current": "hierdie jaar",
|
||||
"next": "volgende jaar",
|
||||
"past": "{0} j. gelede",
|
||||
"future": "oor {0} j."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "verlede kwartaal",
|
||||
"current": "hierdie kwartaal",
|
||||
"next": "volgende kwartaal",
|
||||
"past": "{0} kw. gelede",
|
||||
"future": "oor {0} kw."
|
||||
},
|
||||
"month": {
|
||||
"previous": "verlede maand",
|
||||
"current": "vandeesmaand",
|
||||
"next": "volgende maand",
|
||||
"past": "{0} md. gelede",
|
||||
"future": "oor {0} md."
|
||||
},
|
||||
"week": {
|
||||
"previous": "verlede week",
|
||||
"current": "hierdie week",
|
||||
"next": "volgende week",
|
||||
"past": "{0} w. gelede",
|
||||
"future": "oor {0} w."
|
||||
},
|
||||
"day": {
|
||||
"previous": "gister",
|
||||
"previous-2": "eergister",
|
||||
"current": "vandag",
|
||||
"next": "môre",
|
||||
"next-2": "oormôre",
|
||||
"past": {
|
||||
"one": "{0} dag gelede",
|
||||
"other": "{0} dae gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} dag",
|
||||
"other": "oor {0} dae"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "hierdie uur",
|
||||
"past": "{0} u. gelede",
|
||||
"future": "oor {0} u."
|
||||
},
|
||||
"minute": {
|
||||
"current": "hierdie minuut",
|
||||
"past": "{0} min. gelede",
|
||||
"future": "oor {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "nou",
|
||||
"past": "{0} s. gelede",
|
||||
"future": "oor {0} s."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/af/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/af/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
60
node_modules/relative-time-format/locale/af/short.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/af/short.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "verlede jaar",
|
||||
"current": "hierdie jaar",
|
||||
"next": "volgende jaar",
|
||||
"past": "{0} j. gelede",
|
||||
"future": "oor {0} j."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "verlede kwartaal",
|
||||
"current": "hierdie kwartaal",
|
||||
"next": "volgende kwartaal",
|
||||
"past": "{0} kw. gelede",
|
||||
"future": "oor {0} kw."
|
||||
},
|
||||
"month": {
|
||||
"previous": "verlede maand",
|
||||
"current": "vandeesmaand",
|
||||
"next": "volgende maand",
|
||||
"past": "{0} md. gelede",
|
||||
"future": "oor {0} md."
|
||||
},
|
||||
"week": {
|
||||
"previous": "verlede week",
|
||||
"current": "hierdie week",
|
||||
"next": "volgende week",
|
||||
"past": "{0} w. gelede",
|
||||
"future": "oor {0} w."
|
||||
},
|
||||
"day": {
|
||||
"previous": "gister",
|
||||
"previous-2": "eergister",
|
||||
"current": "vandag",
|
||||
"next": "môre",
|
||||
"next-2": "oormôre",
|
||||
"past": {
|
||||
"one": "{0} dag gelede",
|
||||
"other": "{0} dae gelede"
|
||||
},
|
||||
"future": {
|
||||
"one": "oor {0} dag",
|
||||
"other": "oor {0} dae"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "hierdie uur",
|
||||
"past": "{0} u. gelede",
|
||||
"future": "oor {0} u."
|
||||
},
|
||||
"minute": {
|
||||
"current": "hierdie minuut",
|
||||
"past": "{0} min. gelede",
|
||||
"future": "oor {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "nou",
|
||||
"past": "{0} s. gelede",
|
||||
"future": "oor {0} s."
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/am/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/am/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'am',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
93
node_modules/relative-time-format/locale/am/long.json
generated
vendored
Normal file
93
node_modules/relative-time-format/locale/am/long.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ያለፈው ዓመት",
|
||||
"current": "በዚህ ዓመት",
|
||||
"next": "የሚቀጥለው ዓመት",
|
||||
"past": {
|
||||
"one": "ከ{0} ዓመት በፊት",
|
||||
"other": "ከ{0} ዓመታት በፊት"
|
||||
},
|
||||
"future": "በ{0} ዓመታት ውስጥ"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "የመጨረሻው ሩብ",
|
||||
"current": "ይህ ሩብ",
|
||||
"next": "የሚቀጥለው ሩብ",
|
||||
"past": "{0} ሩብ በፊት",
|
||||
"future": "+{0} ሩብ"
|
||||
},
|
||||
"month": {
|
||||
"previous": "ያለፈው ወር",
|
||||
"current": "በዚህ ወር",
|
||||
"next": "የሚቀጥለው ወር",
|
||||
"past": {
|
||||
"one": "ከ{0} ወር በፊት",
|
||||
"other": "ከ{0} ወራት በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ወር ውስጥ",
|
||||
"other": "በ{0} ወራት ውስጥ"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "ያለፈው ሳምንት",
|
||||
"current": "በዚህ ሳምንት",
|
||||
"next": "የሚቀጥለው ሳምንት",
|
||||
"past": {
|
||||
"one": "ከ{0} ሳምንት በፊት",
|
||||
"other": "ከ{0} ሳምንታት በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሳምንት ውስጥ",
|
||||
"other": "በ{0} ሳምንታት ውስጥ"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ትናንት",
|
||||
"previous-2": "ከትናንት ወዲያ",
|
||||
"current": "ዛሬ",
|
||||
"next": "ነገ",
|
||||
"next-2": "ከነገ ወዲያ",
|
||||
"past": {
|
||||
"one": "ከ{0} ቀን በፊት",
|
||||
"other": "ከ{0} ቀናት በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ቀን ውስጥ",
|
||||
"other": "በ{0} ቀናት ውስጥ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ይህ ሰዓት",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰዓት በፊት",
|
||||
"other": "ከ{0} ሰዓቶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
78
node_modules/relative-time-format/locale/am/narrow.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/am/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ያለፈው ዓመት",
|
||||
"current": "በዚህ ዓመት",
|
||||
"next": "የሚቀጥለው ዓመት",
|
||||
"past": "ከ{0} ዓመታት በፊት",
|
||||
"future": "በ{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": {
|
||||
"one": "ከ {0} ቀን በፊት",
|
||||
"other": "ከ{0} ቀኖች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ቀን ውስጥ",
|
||||
"other": "በ{0} ቀኖች ውስጥ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ይህ ሰዓት",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰዓት በፊት",
|
||||
"other": "ከ{0} ሰዓቶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/am/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/am/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 0<=n&&n<=1?"one":"other"}
|
||||
78
node_modules/relative-time-format/locale/am/short.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/am/short.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ያለፈው ዓመት",
|
||||
"current": "በዚህ ዓመት",
|
||||
"next": "የሚቀጥለው ዓመት",
|
||||
"past": "ከ{0} ዓመታት በፊት",
|
||||
"future": "በ{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": {
|
||||
"one": "ከ {0} ቀን በፊት",
|
||||
"other": "ከ{0} ቀኖች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ቀን ውስጥ",
|
||||
"other": "በ{0} ቀኖች ውስጥ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ይህ ሰዓት",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰዓት በፊት",
|
||||
"other": "ከ{0} ሰዓቶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/ar-AE/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ar-AE/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ar-AE',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('../ar/quantify')
|
||||
}
|
||||
140
node_modules/relative-time-format/locale/ar-AE/long.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar-AE/long.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "هذه السنة",
|
||||
"next": "السنة التالية",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "قبل {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانِ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
140
node_modules/relative-time-format/locale/ar-AE/narrow.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar-AE/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "هذه السنة",
|
||||
"next": "السنة التالية",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "قبل {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانٍ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
140
node_modules/relative-time-format/locale/ar-AE/short.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar-AE/short.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "هذه السنة",
|
||||
"next": "السنة التالية",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال {0} أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانٍ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/ar/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ar/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ar',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
140
node_modules/relative-time-format/locale/ar/long.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar/long.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "السنة الحالية",
|
||||
"next": "السنة القادمة",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "قبل {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانِ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
140
node_modules/relative-time-format/locale/ar/narrow.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "السنة الحالية",
|
||||
"next": "السنة القادمة",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "قبل {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانٍ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ar/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ar/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var r=String(e).split("."),n=Number(r[0])==e&&r[0].slice(-2);return 0==e?"zero":1==e?"one":2==e?"two":3<=n&&n<=10?"few":11<=n&&n<=99?"many":"other"}
|
||||
140
node_modules/relative-time-format/locale/ar/short.json
generated
vendored
Normal file
140
node_modules/relative-time-format/locale/ar/short.json
generated
vendored
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "السنة الماضية",
|
||||
"current": "السنة الحالية",
|
||||
"next": "السنة القادمة",
|
||||
"past": {
|
||||
"one": "قبل سنة واحدة",
|
||||
"two": "قبل سنتين",
|
||||
"few": "قبل {0} سنوات",
|
||||
"other": "قبل {0} سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال سنة واحدة",
|
||||
"two": "خلال سنتين",
|
||||
"few": "خلال {0} سنوات",
|
||||
"other": "خلال {0} سنة"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "الربع الأخير",
|
||||
"current": "هذا الربع",
|
||||
"next": "الربع القادم",
|
||||
"past": {
|
||||
"one": "قبل ربع سنة واحد",
|
||||
"two": "قبل ربعي سنة",
|
||||
"few": "قبل {0} أرباع سنة",
|
||||
"other": "قبل {0} ربع سنة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ربع سنة واحد",
|
||||
"two": "خلال ربعي سنة",
|
||||
"few": "خلال {0} أرباع سنة",
|
||||
"other": "خلال {0} ربع سنة"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "الشهر الماضي",
|
||||
"current": "هذا الشهر",
|
||||
"next": "الشهر القادم",
|
||||
"past": {
|
||||
"one": "قبل شهر واحد",
|
||||
"two": "قبل شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "قبل {0} شهرًا",
|
||||
"other": "قبل {0} شهر"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال شهر واحد",
|
||||
"two": "خلال شهرين",
|
||||
"few": "خلال {0} أشهر",
|
||||
"many": "خلال {0} شهرًا",
|
||||
"other": "خلال {0} شهر"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "الأسبوع الماضي",
|
||||
"current": "هذا الأسبوع",
|
||||
"next": "الأسبوع القادم",
|
||||
"past": {
|
||||
"one": "قبل أسبوع واحد",
|
||||
"two": "قبل أسبوعين",
|
||||
"few": "قبل {0} أسابيع",
|
||||
"many": "قبل {0} أسبوعًا",
|
||||
"other": "قبل {0} أسبوع"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال أسبوع واحد",
|
||||
"two": "خلال {0} أسبوعين",
|
||||
"few": "خلال {0} أسابيع",
|
||||
"many": "خلال {0} أسبوعًا",
|
||||
"other": "خلال {0} أسبوع"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "أمس",
|
||||
"previous-2": "أول أمس",
|
||||
"current": "اليوم",
|
||||
"next": "غدًا",
|
||||
"next-2": "بعد الغد",
|
||||
"past": {
|
||||
"one": "قبل يوم واحد",
|
||||
"two": "قبل يومين",
|
||||
"few": "قبل {0} أيام",
|
||||
"many": "قبل {0} يومًا",
|
||||
"other": "قبل {0} يوم"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال يوم واحد",
|
||||
"two": "خلال يومين",
|
||||
"few": "خلال {0} أيام",
|
||||
"many": "خلال {0} يومًا",
|
||||
"other": "خلال {0} يوم"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "الساعة الحالية",
|
||||
"past": {
|
||||
"one": "قبل ساعة واحدة",
|
||||
"two": "قبل ساعتين",
|
||||
"few": "قبل {0} ساعات",
|
||||
"other": "قبل {0} ساعة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ساعة واحدة",
|
||||
"two": "خلال ساعتين",
|
||||
"few": "خلال {0} ساعات",
|
||||
"other": "خلال {0} ساعة"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "هذه الدقيقة",
|
||||
"past": {
|
||||
"one": "قبل دقيقة واحدة",
|
||||
"two": "قبل دقيقتين",
|
||||
"few": "قبل {0} دقائق",
|
||||
"other": "قبل {0} دقيقة"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال دقيقة واحدة",
|
||||
"two": "خلال دقيقتين",
|
||||
"few": "خلال {0} دقائق",
|
||||
"other": "خلال {0} دقيقة"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "الآن",
|
||||
"past": {
|
||||
"one": "قبل ثانية واحدة",
|
||||
"two": "قبل ثانيتين",
|
||||
"few": "قبل {0} ثوانٍ",
|
||||
"other": "قبل {0} ثانية"
|
||||
},
|
||||
"future": {
|
||||
"one": "خلال ثانية واحدة",
|
||||
"two": "خلال ثانيتين",
|
||||
"few": "خلال {0} ثوانٍ",
|
||||
"other": "خلال {0} ثانية"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/as/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/as/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'as',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/as/long.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/as/long.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "যোৱা বছৰ",
|
||||
"current": "এই বছৰ",
|
||||
"next": "অহা বছৰ",
|
||||
"past": "{0} বছৰৰ পূৰ্বে",
|
||||
"future": "{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} ছেকেণ্ডত"
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/as/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/as/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "যোৱা বছৰ",
|
||||
"current": "এই বছৰ",
|
||||
"next": "অহা বছৰ",
|
||||
"past": "{0} বছৰৰ পূৰ্বে",
|
||||
"future": "{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} ছেকেণ্ডত"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/as/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/as/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 0<=n&&n<=1?"one":"other"}
|
||||
54
node_modules/relative-time-format/locale/as/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/as/short.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "যোৱা বছৰ",
|
||||
"current": "এই বছৰ",
|
||||
"next": "অহা বছৰ",
|
||||
"past": "{0} বছৰৰ পূৰ্বে",
|
||||
"future": "{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} ছেকেণ্ডত"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/ast/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ast/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ast',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
102
node_modules/relative-time-format/locale/ast/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/ast/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’añu pasáu",
|
||||
"current": "esti añu",
|
||||
"next": "l’añu viniente",
|
||||
"past": {
|
||||
"one": "hai {0} añu",
|
||||
"other": "hai {0} años"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} añu",
|
||||
"other": "en {0} años"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trimestre anterior",
|
||||
"current": "esti trimestre",
|
||||
"next": "trimestre viniente",
|
||||
"past": {
|
||||
"one": "hai {0} trimestre",
|
||||
"other": "hai {0} trimestres"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} trimestre",
|
||||
"other": "en {0} trimestres"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "el mes pasáu",
|
||||
"current": "esti mes",
|
||||
"next": "el mes viniente",
|
||||
"past": {
|
||||
"one": "hai {0} mes",
|
||||
"other": "hai {0} meses"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} mes",
|
||||
"other": "en {0} meses"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "la selmana pasada",
|
||||
"current": "esta selmana",
|
||||
"next": "la selmana viniente",
|
||||
"past": {
|
||||
"one": "hai {0} selmana",
|
||||
"other": "hai {0} selmanes"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} selmana",
|
||||
"other": "en {0} selmanes"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ayeri",
|
||||
"previous-2": "antayeri",
|
||||
"current": "güei",
|
||||
"next": "mañana",
|
||||
"next-2": "pasao mañana",
|
||||
"past": {
|
||||
"one": "hai {0} día",
|
||||
"other": "hai {0} díes"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} día",
|
||||
"other": "en {0} díes"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "esta hora",
|
||||
"past": {
|
||||
"one": "hai {0} hora",
|
||||
"other": "hai {0} hores"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} hora",
|
||||
"other": "en {0} hores"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "esti minutu",
|
||||
"past": {
|
||||
"one": "hai {0} minutu",
|
||||
"other": "hai {0} minutos"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} minutu",
|
||||
"other": "en {0} minutos"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "agora",
|
||||
"past": {
|
||||
"one": "hai {0} segundu",
|
||||
"other": "hai {0} segundos"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} segundu",
|
||||
"other": "en {0} segundos"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/ast/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/ast/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "añu pas.",
|
||||
"current": "esti añu",
|
||||
"next": "añu vin.",
|
||||
"past": "hai {0} a.",
|
||||
"future": "en {0} a."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trim. ant.",
|
||||
"current": "esti trim.",
|
||||
"next": "trim. vin.",
|
||||
"past": "hai {0} tr.",
|
||||
"future": "en {0} tr."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mes pas.",
|
||||
"current": "esti mes",
|
||||
"next": "mes vin.",
|
||||
"past": "hai {0} m.",
|
||||
"future": "en {0} m."
|
||||
},
|
||||
"week": {
|
||||
"previous": "selm. pas.",
|
||||
"current": "esta selm.",
|
||||
"next": "selm. vin.",
|
||||
"past": "hai {0} se.",
|
||||
"future": "en {0} se."
|
||||
},
|
||||
"day": {
|
||||
"previous": "ayeri",
|
||||
"previous-2": "antay.",
|
||||
"current": "güei",
|
||||
"next": "mañ.",
|
||||
"next-2": "p. mañ.",
|
||||
"past": "hai {0} d.",
|
||||
"future": "en {0} d."
|
||||
},
|
||||
"hour": {
|
||||
"current": "esta h.",
|
||||
"past": "hai {0} h.",
|
||||
"future": "en {0} h."
|
||||
},
|
||||
"minute": {
|
||||
"current": "esti min.",
|
||||
"past": "hai {0} min.",
|
||||
"future": "en {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "agora",
|
||||
"past": "hai {0} s.",
|
||||
"future": "en {0} s."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ast/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ast/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){var r=!String(n).split(".")[1];return 1==n&&r?"one":"other"}
|
||||
72
node_modules/relative-time-format/locale/ast/short.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/ast/short.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’añu pas.",
|
||||
"current": "esti añu",
|
||||
"next": "l’añu vin.",
|
||||
"past": {
|
||||
"one": "hai {0} añu",
|
||||
"other": "hai {0} años"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} añu",
|
||||
"other": "en {0} años"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trim. ant.",
|
||||
"current": "esti trim.",
|
||||
"next": "trim. vin.",
|
||||
"past": "hai {0} trim.",
|
||||
"future": "en {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mes pas.",
|
||||
"current": "esti mes",
|
||||
"next": "mes vin.",
|
||||
"past": {
|
||||
"one": "hai {0} mes",
|
||||
"other": "hai {0} meses"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} mes",
|
||||
"other": "en {0} meses"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "selm. pasada",
|
||||
"current": "esta selm.",
|
||||
"next": "selm. viniente",
|
||||
"past": "hai {0} selm.",
|
||||
"future": "en {0} selm."
|
||||
},
|
||||
"day": {
|
||||
"previous": "ayeri",
|
||||
"previous-2": "antayeri",
|
||||
"current": "güei",
|
||||
"next": "mañana",
|
||||
"next-2": "pasao mañana",
|
||||
"past": {
|
||||
"one": "hai {0} día",
|
||||
"other": "hai {0} díes"
|
||||
},
|
||||
"future": {
|
||||
"one": "en {0} día",
|
||||
"other": "en {0} díes"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "esta hora",
|
||||
"past": "hai {0} h.",
|
||||
"future": "en {0} h."
|
||||
},
|
||||
"minute": {
|
||||
"current": "esti min.",
|
||||
"past": "hai {0} min.",
|
||||
"future": "en {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "agora",
|
||||
"past": "hai {0} seg.",
|
||||
"future": "en {0} seg."
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/az/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/az/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'az',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/az/long.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/az/long.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "keçən il",
|
||||
"current": "bu il",
|
||||
"next": "gələn il",
|
||||
"past": "{0} il öncə",
|
||||
"future": "{0} il ərzində"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "keçən rüb",
|
||||
"current": "bu rüb",
|
||||
"next": "gələn rüb",
|
||||
"past": "{0} rüb öncə",
|
||||
"future": "{0} rüb ərzində"
|
||||
},
|
||||
"month": {
|
||||
"previous": "keçən ay",
|
||||
"current": "bu ay",
|
||||
"next": "gələn ay",
|
||||
"past": "{0} ay öncə",
|
||||
"future": "{0} ay ərzində"
|
||||
},
|
||||
"week": {
|
||||
"previous": "keçən həftə",
|
||||
"current": "bu həftə",
|
||||
"next": "gələn həftə",
|
||||
"past": "{0} həftə öncə",
|
||||
"future": "{0} həftə ərzində"
|
||||
},
|
||||
"day": {
|
||||
"previous": "dünən",
|
||||
"current": "bu gün",
|
||||
"next": "sabah",
|
||||
"past": "{0} gün öncə",
|
||||
"future": "{0} gün ərzində"
|
||||
},
|
||||
"hour": {
|
||||
"current": "bu saat",
|
||||
"past": "{0} saat öncə",
|
||||
"future": "{0} saat ərzində"
|
||||
},
|
||||
"minute": {
|
||||
"current": "bu dəqiqə",
|
||||
"past": "{0} dəqiqə öncə",
|
||||
"future": "{0} dəqiqə ərzində"
|
||||
},
|
||||
"second": {
|
||||
"current": "indi",
|
||||
"past": "{0} saniyə öncə",
|
||||
"future": "{0} saniyə ərzində"
|
||||
}
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/az/narrow.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/az/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "keçən il",
|
||||
"current": "bu il",
|
||||
"next": "gələn il",
|
||||
"past": "{0} il öncə",
|
||||
"future": "{0} il ərzində"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "keçən rüb",
|
||||
"current": "bu rüb",
|
||||
"next": "gələn rüb",
|
||||
"past": "{0} rüb öncə",
|
||||
"future": "{0} rüb ərzində"
|
||||
},
|
||||
"month": {
|
||||
"previous": "keçən ay",
|
||||
"current": "bu ay",
|
||||
"next": "gələn ay",
|
||||
"past": "{0} ay öncə",
|
||||
"future": "{0} ay ərzində"
|
||||
},
|
||||
"week": {
|
||||
"previous": "keçən həftə",
|
||||
"current": "bu həftə",
|
||||
"next": "gələn həftə",
|
||||
"past": "{0} həftə öncə",
|
||||
"future": "{0} həftə ərzində"
|
||||
},
|
||||
"day": {
|
||||
"previous": "dünən",
|
||||
"current": "bu gün",
|
||||
"next": "sabah",
|
||||
"past": "{0} gün öncə",
|
||||
"future": "{0} gün ərzində"
|
||||
},
|
||||
"hour": {
|
||||
"current": "bu saat",
|
||||
"past": "{0} saat öncə",
|
||||
"future": "{0} saat ərzində"
|
||||
},
|
||||
"minute": {
|
||||
"current": "bu dəqiqə",
|
||||
"past": "{0} dəqiqə öncə",
|
||||
"future": "{0} dəqiqə ərzində"
|
||||
},
|
||||
"second": {
|
||||
"current": "indi",
|
||||
"past": "{0} saniyə öncə",
|
||||
"future": "{0} saniyə ərzində"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/az/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/az/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
52
node_modules/relative-time-format/locale/az/short.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/az/short.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "keçən il",
|
||||
"current": "bu il",
|
||||
"next": "gələn il",
|
||||
"past": "{0} il öncə",
|
||||
"future": "{0} il ərzində"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "keçən rüb",
|
||||
"current": "bu rüb",
|
||||
"next": "gələn rüb",
|
||||
"past": "{0} rüb öncə",
|
||||
"future": "{0} rüb ərzində"
|
||||
},
|
||||
"month": {
|
||||
"previous": "keçən ay",
|
||||
"current": "bu ay",
|
||||
"next": "gələn ay",
|
||||
"past": "{0} ay öncə",
|
||||
"future": "{0} ay ərzində"
|
||||
},
|
||||
"week": {
|
||||
"previous": "keçən həftə",
|
||||
"current": "bu həftə",
|
||||
"next": "gələn həftə",
|
||||
"past": "{0} həftə öncə",
|
||||
"future": "{0} həftə ərzində"
|
||||
},
|
||||
"day": {
|
||||
"previous": "dünən",
|
||||
"current": "bu gün",
|
||||
"next": "sabah",
|
||||
"past": "{0} gün öncə",
|
||||
"future": "{0} gün ərzində"
|
||||
},
|
||||
"hour": {
|
||||
"current": "bu saat",
|
||||
"past": "{0} saat öncə",
|
||||
"future": "{0} saat ərzində"
|
||||
},
|
||||
"minute": {
|
||||
"current": "bu dəqiqə",
|
||||
"past": "{0} dəqiqə öncə",
|
||||
"future": "{0} dəqiqə ərzində"
|
||||
},
|
||||
"second": {
|
||||
"current": "indi",
|
||||
"past": "{0} saniyə öncə",
|
||||
"future": "{0} saniyə ərzində"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/be/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/be/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'be',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
128
node_modules/relative-time-format/locale/be/long.json
generated
vendored
Normal file
128
node_modules/relative-time-format/locale/be/long.json
generated
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "у мінулым годзе",
|
||||
"current": "у гэтым годзе",
|
||||
"next": "у наступным годзе",
|
||||
"past": {
|
||||
"one": "{0} год таму",
|
||||
"few": "{0} гады таму",
|
||||
"many": "{0} гадоў таму",
|
||||
"other": "{0} года таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} год",
|
||||
"few": "праз {0} гады",
|
||||
"many": "праз {0} гадоў",
|
||||
"other": "праз {0} года"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "у мінулым квартале",
|
||||
"current": "у гэтым квартале",
|
||||
"next": "у наступным квартале",
|
||||
"past": {
|
||||
"one": "{0} квартал таму",
|
||||
"few": "{0} кварталы таму",
|
||||
"many": "{0} кварталаў таму",
|
||||
"other": "{0} квартала таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} квартал",
|
||||
"few": "праз {0} кварталы",
|
||||
"many": "праз {0} кварталаў",
|
||||
"other": "праз {0} квартала"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "у мінулым месяцы",
|
||||
"current": "у гэтым месяцы",
|
||||
"next": "у наступным месяцы",
|
||||
"past": {
|
||||
"one": "{0} месяц таму",
|
||||
"few": "{0} месяцы таму",
|
||||
"many": "{0} месяцаў таму",
|
||||
"other": "{0} месяца таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} месяц",
|
||||
"few": "праз {0} месяцы",
|
||||
"many": "праз {0} месяцаў",
|
||||
"other": "праз {0} месяца"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "на мінулым тыдні",
|
||||
"current": "на гэтым тыдні",
|
||||
"next": "на наступным тыдні",
|
||||
"past": {
|
||||
"one": "{0} тыдзень таму",
|
||||
"few": "{0} тыдні таму",
|
||||
"many": "{0} тыдняў таму",
|
||||
"other": "{0} тыдня таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} тыдзень",
|
||||
"few": "праз {0} тыдні",
|
||||
"many": "праз {0} тыдняў",
|
||||
"other": "праз {0} тыдня"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "учора",
|
||||
"previous-2": "пазаўчора",
|
||||
"current": "сёння",
|
||||
"next": "заўтра",
|
||||
"next-2": "паслязаўтра",
|
||||
"past": {
|
||||
"one": "{0} дзень таму",
|
||||
"few": "{0} дні таму",
|
||||
"many": "{0} дзён таму",
|
||||
"other": "{0} дня таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} дзень",
|
||||
"few": "праз {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} секунды"
|
||||
}
|
||||
}
|
||||
}
|
||||
64
node_modules/relative-time-format/locale/be/narrow.json
generated
vendored
Normal file
64
node_modules/relative-time-format/locale/be/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "у мінулым годзе",
|
||||
"current": "у гэтым годзе",
|
||||
"next": "у наступным годзе",
|
||||
"past": "{0} г. таму",
|
||||
"future": "праз {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": {
|
||||
"one": "{0} дзень таму",
|
||||
"few": "{0} дні таму",
|
||||
"many": "{0} дзён таму",
|
||||
"other": "{0} дня таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} дзень",
|
||||
"few": "праз {0} дні",
|
||||
"many": "праз {0} дзён",
|
||||
"other": "праз {0} дня"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "у гэту гадзіну",
|
||||
"past": "{0} гадз таму",
|
||||
"future": "праз {0} гадз"
|
||||
},
|
||||
"minute": {
|
||||
"current": "у гэту хвіліну",
|
||||
"past": "{0} хв таму",
|
||||
"future": "праз {0} хв"
|
||||
},
|
||||
"second": {
|
||||
"current": "цяпер",
|
||||
"past": "{0} с таму",
|
||||
"future": "праз {0} с"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/be/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/be/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var i=String(e).split("."),n=Number(i[0])==e,r=n&&i[0].slice(-1),s=n&&i[0].slice(-2);return 1==r&&11!=s?"one":2<=r&&r<=4&&(s<12||14<s)?"few":n&&0==r||5<=r&&r<=9||11<=s&&s<=14?"many":"other"}
|
||||
64
node_modules/relative-time-format/locale/be/short.json
generated
vendored
Normal file
64
node_modules/relative-time-format/locale/be/short.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "у мінулым годзе",
|
||||
"current": "у гэтым годзе",
|
||||
"next": "у наступным годзе",
|
||||
"past": "{0} г. таму",
|
||||
"future": "праз {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": {
|
||||
"one": "{0} дзень таму",
|
||||
"few": "{0} дні таму",
|
||||
"many": "{0} дзён таму",
|
||||
"other": "{0} дня таму"
|
||||
},
|
||||
"future": {
|
||||
"one": "праз {0} дзень",
|
||||
"few": "праз {0} дні",
|
||||
"many": "праз {0} дзён",
|
||||
"other": "праз {0} дня"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "у гэту гадзіну",
|
||||
"past": "{0} гадз таму",
|
||||
"future": "праз {0} гадз"
|
||||
},
|
||||
"minute": {
|
||||
"current": "у гэту хвіліну",
|
||||
"past": "{0} хв таму",
|
||||
"future": "праз {0} хв"
|
||||
},
|
||||
"second": {
|
||||
"current": "цяпер",
|
||||
"past": "{0} с таму",
|
||||
"future": "праз {0} с"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/bg/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/bg/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'bg',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
102
node_modules/relative-time-format/locale/bg/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/bg/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "миналата година",
|
||||
"current": "тази година",
|
||||
"next": "следващата година",
|
||||
"past": {
|
||||
"one": "преди {0} година",
|
||||
"other": "преди {0} години"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} година",
|
||||
"other": "след {0} години"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "предходно тримесечие",
|
||||
"current": "това тримесечие",
|
||||
"next": "следващо тримесечие",
|
||||
"past": {
|
||||
"one": "преди {0} тримесечие",
|
||||
"other": "преди {0} тримесечия"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} тримесечие",
|
||||
"other": "след {0} тримесечия"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "предходен месец",
|
||||
"current": "този месец",
|
||||
"next": "следващ месец",
|
||||
"past": {
|
||||
"one": "преди {0} месец",
|
||||
"other": "преди {0} месеца"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} месец",
|
||||
"other": "след {0} месеца"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "предходната седмица",
|
||||
"current": "тази седмица",
|
||||
"next": "следващата седмица",
|
||||
"past": {
|
||||
"one": "преди {0} седмица",
|
||||
"other": "преди {0} седмици"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} седмица",
|
||||
"other": "след {0} седмици"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "вчера",
|
||||
"previous-2": "онзи ден",
|
||||
"current": "днес",
|
||||
"next": "утре",
|
||||
"next-2": "вдругиден",
|
||||
"past": {
|
||||
"one": "преди {0} ден",
|
||||
"other": "преди {0} дни"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} ден",
|
||||
"other": "след {0} дни"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "в този час",
|
||||
"past": {
|
||||
"one": "преди {0} час",
|
||||
"other": "преди {0} часа"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} час",
|
||||
"other": "след {0} часа"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "в тази минута",
|
||||
"past": {
|
||||
"one": "преди {0} минута",
|
||||
"other": "преди {0} минути"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} минута",
|
||||
"other": "след {0} минути"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "сега",
|
||||
"past": {
|
||||
"one": "преди {0} секунда",
|
||||
"other": "преди {0} секунди"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} секунда",
|
||||
"other": "след {0} секунди"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/bg/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/bg/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "мин. г.",
|
||||
"current": "т. г.",
|
||||
"next": "сл. г.",
|
||||
"past": "пр. {0} г.",
|
||||
"future": "сл. {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} сек"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/bg/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/bg/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
60
node_modules/relative-time-format/locale/bg/short.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/bg/short.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "мин. г.",
|
||||
"current": "т. г.",
|
||||
"next": "следв. г.",
|
||||
"past": "преди {0} г.",
|
||||
"future": "след {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": {
|
||||
"one": "преди {0} ден",
|
||||
"other": "преди {0} дни"
|
||||
},
|
||||
"future": {
|
||||
"one": "след {0} ден",
|
||||
"other": "след {0} дни"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "в този час",
|
||||
"past": "преди {0} ч",
|
||||
"future": "след {0} ч"
|
||||
},
|
||||
"minute": {
|
||||
"current": "в тази минута",
|
||||
"past": "преди {0} мин",
|
||||
"future": "след {0} мин"
|
||||
},
|
||||
"second": {
|
||||
"current": "сега",
|
||||
"past": "преди {0} сек",
|
||||
"future": "след {0} сек"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/bn/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/bn/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'bn',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/bn/long.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/bn/long.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "গত বছর",
|
||||
"current": "এই বছর",
|
||||
"next": "পরের বছর",
|
||||
"past": "{0} বছর পূর্বে",
|
||||
"future": "{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} সেকেন্ডে"
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/bn/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/bn/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "গত বছর",
|
||||
"current": "এই বছর",
|
||||
"next": "পরের বছর",
|
||||
"past": "{0} বছর পূর্বে",
|
||||
"future": "{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} সেকেন্ডে"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/bn/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/bn/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 0<=n&&n<=1?"one":"other"}
|
||||
54
node_modules/relative-time-format/locale/bn/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/bn/short.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "গত বছর",
|
||||
"current": "এই বছর",
|
||||
"next": "পরের বছর",
|
||||
"past": "{0} বছর পূর্বে",
|
||||
"future": "{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} সেকেন্ডে"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/br/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/br/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'br',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
112
node_modules/relative-time-format/locale/br/long.json
generated
vendored
Normal file
112
node_modules/relative-time-format/locale/br/long.json
generated
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "warlene",
|
||||
"current": "hevlene",
|
||||
"next": "ar bloaz a zeu",
|
||||
"past": {
|
||||
"one": "{0} bloaz zo",
|
||||
"few": "{0} bloaz zo",
|
||||
"many": "{0} a vloazioù zo",
|
||||
"other": "{0} vloaz zo"
|
||||
},
|
||||
"future": {
|
||||
"one": "a-benn {0} bloaz",
|
||||
"few": "a-benn {0} bloaz",
|
||||
"many": "a-benn {0} a vloazioù",
|
||||
"other": "a-benn {0} vloaz"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "an trimiziad diaraok",
|
||||
"current": "an trimiziad-mañ",
|
||||
"next": "an trimiziad a zeu",
|
||||
"past": {
|
||||
"two": "{0} drimiziad zo",
|
||||
"few": "{0} zrimiziad zo",
|
||||
"many": "{0} a zrimiziadoù zo",
|
||||
"other": "{0} trimiziad zo"
|
||||
},
|
||||
"future": {
|
||||
"two": "a-benn {0} drimiziad",
|
||||
"few": "a-benn {0} zrimiziad",
|
||||
"many": "a-benn {0} a drimiziadoù",
|
||||
"other": "a-benn {0} trimiziad"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "ar miz diaraok",
|
||||
"current": "ar miz-mañ",
|
||||
"next": "ar miz a zeu",
|
||||
"past": {
|
||||
"two": "{0} viz zo",
|
||||
"many": "{0} a vizioù zo",
|
||||
"other": "{0} miz zo"
|
||||
},
|
||||
"future": {
|
||||
"two": "a-benn {0} viz",
|
||||
"many": "a-benn {0} a vizioù",
|
||||
"other": "a-benn {0} miz"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "ar sizhun diaraok",
|
||||
"current": "ar sizhun-mañ",
|
||||
"next": "ar sizhun a zeu",
|
||||
"past": {
|
||||
"many": "{0} a sizhunioù zo",
|
||||
"other": "{0} sizhun zo"
|
||||
},
|
||||
"future": {
|
||||
"many": "a-benn {0} a sizhunioù",
|
||||
"other": "a-benn {0} sizhun"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "decʼh",
|
||||
"previous-2": "dercʼhent-decʼh",
|
||||
"current": "hiziv",
|
||||
"next": "warcʼhoazh",
|
||||
"past": {
|
||||
"two": "{0} zeiz zo",
|
||||
"many": "{0} a zeizioù zo",
|
||||
"other": "{0} deiz zo"
|
||||
},
|
||||
"future": {
|
||||
"two": "a-benn {0} zeiz",
|
||||
"many": "a-benn {0} a zeizioù",
|
||||
"other": "a-benn {0} deiz"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "dʼan eur-mañ",
|
||||
"past": {
|
||||
"many": "{0} a eurioù zo",
|
||||
"other": "{0} eur zo"
|
||||
},
|
||||
"future": {
|
||||
"many": "a-benn {0} a eurioù",
|
||||
"other": "a-benn {0} eur"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": {
|
||||
"two": "{0} vunut zo",
|
||||
"many": "{0} a vunutoù zo",
|
||||
"other": "{0} munut zo"
|
||||
},
|
||||
"future": {
|
||||
"two": "a-benn {0} vunut",
|
||||
"many": "a-benn {0} a vunutoù",
|
||||
"other": "a-benn {0} munut"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "bremañ",
|
||||
"past": "{0} eilenn zo",
|
||||
"future": {
|
||||
"many": "a-benn {0} a eilennoù",
|
||||
"other": "a-benn {0} eilenn"
|
||||
}
|
||||
}
|
||||
}
|
||||
59
node_modules/relative-time-format/locale/br/narrow.json
generated
vendored
Normal file
59
node_modules/relative-time-format/locale/br/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "warlene",
|
||||
"current": "hevlene",
|
||||
"next": "ar bl. a zeu",
|
||||
"past": "-{0} bl.",
|
||||
"future": "+{0} bl."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "an trim. diaraok",
|
||||
"current": "an trim.-mañ",
|
||||
"next": "an trim. a zeu",
|
||||
"past": "-{0} trim.",
|
||||
"future": "+{0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "ar miz diaraok",
|
||||
"current": "ar miz-mañ",
|
||||
"next": "ar miz a zeu",
|
||||
"past": "-{0} miz",
|
||||
"future": "+{0} miz"
|
||||
},
|
||||
"week": {
|
||||
"previous": "ar sizhun diaraok",
|
||||
"current": "ar sizhun-mañ",
|
||||
"next": "ar sizhun a zeu",
|
||||
"past": {
|
||||
"many": "{0} a sizhunioù zo",
|
||||
"other": "{0} sizhun zo"
|
||||
},
|
||||
"future": {
|
||||
"many": "a-benn {0} a sizhunioù",
|
||||
"other": "a-benn {0} sizhun"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "decʼh",
|
||||
"previous-2": "dercʼhent-decʼh",
|
||||
"current": "hiziv",
|
||||
"next": "warcʼhoazh",
|
||||
"past": "-{0} d",
|
||||
"future": "+{0} d"
|
||||
},
|
||||
"hour": {
|
||||
"current": "dʼan eur-mañ",
|
||||
"past": "-{0} h",
|
||||
"future": "+{0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "-{0} min",
|
||||
"future": "+{0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "brem.",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/br/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/br/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var i=String(e).split("."),n=Number(i[0])==e,r=n&&i[0].slice(-1),s=n&&i[0].slice(-2),t=n&&i[0].slice(-6);return 1==r&&11!=s&&71!=s&&91!=s?"one":2==r&&12!=s&&72!=s&&92!=s?"two":(3==r||4==r||9==r)&&(s<10||19<s)&&(s<70||79<s)&&(s<90||99<s)?"few":0!=e&&n&&0==t?"many":"other"}
|
||||
67
node_modules/relative-time-format/locale/br/short.json
generated
vendored
Normal file
67
node_modules/relative-time-format/locale/br/short.json
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "warlene",
|
||||
"current": "hevlene",
|
||||
"next": "ar bl. a zeu",
|
||||
"past": "{0} bl. zo",
|
||||
"future": "a-benn {0} bl."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "an trim. diaraok",
|
||||
"current": "an trim.-mañ",
|
||||
"next": "an trim. a zeu",
|
||||
"past": "{0} trim. zo",
|
||||
"future": "a-benn {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "ar miz diaraok",
|
||||
"current": "ar miz-mañ",
|
||||
"next": "ar miz a zeu",
|
||||
"past": {
|
||||
"two": "{0} viz zo",
|
||||
"many": "{0} a vizioù zo",
|
||||
"other": "{0} miz zo"
|
||||
},
|
||||
"future": {
|
||||
"two": "a-benn {0} viz",
|
||||
"many": "a-benn {0} a vizioù",
|
||||
"other": "a-benn {0} miz"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "ar sizhun diaraok",
|
||||
"current": "ar sizhun-mañ",
|
||||
"next": "ar sizhun a zeu",
|
||||
"past": {
|
||||
"many": "{0} a sizhunioù zo",
|
||||
"other": "{0} sizhun zo"
|
||||
},
|
||||
"future": {
|
||||
"many": "a-benn {0} a sizhunioù",
|
||||
"other": "a-benn {0} sizhun"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "decʼh",
|
||||
"previous-2": "dercʼhent-decʼh",
|
||||
"current": "hiziv",
|
||||
"next": "warcʼhoazh",
|
||||
"past": "{0} d zo",
|
||||
"future": "a-benn {0} d"
|
||||
},
|
||||
"hour": {
|
||||
"current": "dʼan eur-mañ",
|
||||
"past": "{0} e zo",
|
||||
"future": "a-benn {0} e"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "{0} min zo",
|
||||
"future": "a-benn {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "brem.",
|
||||
"past": "{0} s zo",
|
||||
"future": "a-benn {0} s"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/bs-Cyrl/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/bs-Cyrl/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'bs-Cyrl',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('../bs/quantify')
|
||||
}
|
||||
106
node_modules/relative-time-format/locale/bs-Cyrl/long.json
generated
vendored
Normal file
106
node_modules/relative-time-format/locale/bs-Cyrl/long.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "Прошле године",
|
||||
"current": "Ове године",
|
||||
"next": "Следеће године",
|
||||
"past": {
|
||||
"one": "пре {0} годину",
|
||||
"few": "пре {0} године",
|
||||
"other": "пре {0} година"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} годину",
|
||||
"few": "за {0} године",
|
||||
"other": "за {0} година"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "Прошлог месеца",
|
||||
"current": "Овог месеца",
|
||||
"next": "Следећег месеца",
|
||||
"past": {
|
||||
"one": "пре {0} месец",
|
||||
"few": "пре {0} месеца",
|
||||
"other": "пре {0} месеци"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} месец",
|
||||
"few": "за {0} месеца",
|
||||
"other": "за {0} месеци"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "Прошле недеље",
|
||||
"current": "Ове недеље",
|
||||
"next": "Следеће недеље",
|
||||
"past": {
|
||||
"one": "пре {0} недељу",
|
||||
"few": "пре {0} недеље",
|
||||
"other": "пре {0} недеља"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} недељу",
|
||||
"few": "за {0} недеље",
|
||||
"other": "за {0} недеља"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "јуче",
|
||||
"previous-2": "прекјуче",
|
||||
"current": "данас",
|
||||
"next": "сутра",
|
||||
"next-2": "прекосутра",
|
||||
"past": {
|
||||
"one": "пре {0} дан",
|
||||
"other": "пре {0} дана"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} дан",
|
||||
"other": "за {0} дана"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": {
|
||||
"one": "пре {0} сат",
|
||||
"few": "пре {0} сата",
|
||||
"other": "пре {0} сати"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} сат",
|
||||
"few": "за {0} сата",
|
||||
"other": "за {0} сати"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": {
|
||||
"one": "пре {0} минут",
|
||||
"other": "пре {0} минута"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} минут",
|
||||
"other": "за {0} минута"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": {
|
||||
"one": "пре {0} секунд",
|
||||
"few": "пре {0} секунде",
|
||||
"other": "пре {0} секунди"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} секунд",
|
||||
"few": "за {0} секунде",
|
||||
"other": "за {0} секунди"
|
||||
}
|
||||
}
|
||||
}
|
||||
106
node_modules/relative-time-format/locale/bs-Cyrl/narrow.json
generated
vendored
Normal file
106
node_modules/relative-time-format/locale/bs-Cyrl/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "Прошле године",
|
||||
"current": "Ове године",
|
||||
"next": "Следеће године",
|
||||
"past": {
|
||||
"one": "пре {0} годину",
|
||||
"few": "пре {0} године",
|
||||
"other": "пре {0} година"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} годину",
|
||||
"few": "за {0} године",
|
||||
"other": "за {0} година"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "Прошлог месеца",
|
||||
"current": "Овог месеца",
|
||||
"next": "Следећег месеца",
|
||||
"past": {
|
||||
"one": "пре {0} месец",
|
||||
"few": "пре {0} месеца",
|
||||
"other": "пре {0} месеци"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} месец",
|
||||
"few": "за {0} месеца",
|
||||
"other": "за {0} месеци"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "Прошле недеље",
|
||||
"current": "Ове недеље",
|
||||
"next": "Следеће недеље",
|
||||
"past": {
|
||||
"one": "пре {0} недељу",
|
||||
"few": "пре {0} недеље",
|
||||
"other": "пре {0} недеља"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} недељу",
|
||||
"few": "за {0} недеље",
|
||||
"other": "за {0} недеља"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "јуче",
|
||||
"previous-2": "прекјуче",
|
||||
"current": "данас",
|
||||
"next": "сутра",
|
||||
"next-2": "прекосутра",
|
||||
"past": {
|
||||
"one": "пре {0} дан",
|
||||
"other": "пре {0} дана"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} дан",
|
||||
"other": "за {0} дана"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": {
|
||||
"one": "пре {0} сат",
|
||||
"few": "пре {0} сата",
|
||||
"other": "пре {0} сати"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} сат",
|
||||
"few": "за {0} сата",
|
||||
"other": "за {0} сати"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": {
|
||||
"one": "пре {0} минут",
|
||||
"other": "пре {0} минута"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} минут",
|
||||
"other": "за {0} минута"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": {
|
||||
"one": "пре {0} секунд",
|
||||
"few": "пре {0} секунде",
|
||||
"other": "пре {0} секунди"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} секунд",
|
||||
"few": "за {0} секунде",
|
||||
"other": "за {0} секунди"
|
||||
}
|
||||
}
|
||||
}
|
||||
106
node_modules/relative-time-format/locale/bs-Cyrl/short.json
generated
vendored
Normal file
106
node_modules/relative-time-format/locale/bs-Cyrl/short.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "Прошле године",
|
||||
"current": "Ове године",
|
||||
"next": "Следеће године",
|
||||
"past": {
|
||||
"one": "пре {0} годину",
|
||||
"few": "пре {0} године",
|
||||
"other": "пре {0} година"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} годину",
|
||||
"few": "за {0} године",
|
||||
"other": "за {0} година"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "Прошлог месеца",
|
||||
"current": "Овог месеца",
|
||||
"next": "Следећег месеца",
|
||||
"past": {
|
||||
"one": "пре {0} месец",
|
||||
"few": "пре {0} месеца",
|
||||
"other": "пре {0} месеци"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} месец",
|
||||
"few": "за {0} месеца",
|
||||
"other": "за {0} месеци"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "Прошле недеље",
|
||||
"current": "Ове недеље",
|
||||
"next": "Следеће недеље",
|
||||
"past": {
|
||||
"one": "пре {0} недељу",
|
||||
"few": "пре {0} недеље",
|
||||
"other": "пре {0} недеља"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} недељу",
|
||||
"few": "за {0} недеље",
|
||||
"other": "за {0} недеља"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "јуче",
|
||||
"previous-2": "прекјуче",
|
||||
"current": "данас",
|
||||
"next": "сутра",
|
||||
"next-2": "прекосутра",
|
||||
"past": {
|
||||
"one": "пре {0} дан",
|
||||
"other": "пре {0} дана"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} дан",
|
||||
"other": "за {0} дана"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": {
|
||||
"one": "пре {0} сат",
|
||||
"few": "пре {0} сата",
|
||||
"other": "пре {0} сати"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} сат",
|
||||
"few": "за {0} сата",
|
||||
"other": "за {0} сати"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": {
|
||||
"one": "пре {0} минут",
|
||||
"other": "пре {0} минута"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} минут",
|
||||
"other": "за {0} минута"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": {
|
||||
"one": "пре {0} секунд",
|
||||
"few": "пре {0} секунде",
|
||||
"other": "пре {0} секунди"
|
||||
},
|
||||
"future": {
|
||||
"one": "за {0} секунд",
|
||||
"few": "за {0} секунде",
|
||||
"other": "за {0} секунди"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/bs/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/bs/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'bs',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
114
node_modules/relative-time-format/locale/bs/long.json
generated
vendored
Normal file
114
node_modules/relative-time-format/locale/bs/long.json
generated
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "prošle godine",
|
||||
"current": "ove godine",
|
||||
"next": "sljedeće godine",
|
||||
"past": {
|
||||
"one": "prije {0} godinu",
|
||||
"few": "prije {0} godine",
|
||||
"other": "prije {0} godina"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} godinu",
|
||||
"few": "za {0} godine",
|
||||
"other": "za {0} godina"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "posljednji kvartal",
|
||||
"current": "ovaj kvartal",
|
||||
"next": "sljedeći kvartal",
|
||||
"past": {
|
||||
"one": "prije {0} kvartal",
|
||||
"other": "prije {0} kvartala"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} kvartal",
|
||||
"other": "za {0} kvartala"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "prošli mjesec",
|
||||
"current": "ovaj mjesec",
|
||||
"next": "sljedeći mjesec",
|
||||
"past": {
|
||||
"one": "prije {0} mjesec",
|
||||
"few": "prije {0} mjeseca",
|
||||
"other": "prije {0} mjeseci"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} mjesec",
|
||||
"few": "za {0} mjeseca",
|
||||
"other": "za {0} mjeseci"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "prošle sedmice",
|
||||
"current": "ove sedmice",
|
||||
"next": "sljedeće sedmice",
|
||||
"past": {
|
||||
"one": "prije {0} sedmicu",
|
||||
"few": "prije {0} sedmice",
|
||||
"other": "prije {0} sedmica"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sedmicu",
|
||||
"few": "za {0} sedmice",
|
||||
"other": "za {0} sedmica"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "jučer",
|
||||
"previous-2": "prekjučer",
|
||||
"current": "danas",
|
||||
"next": "sutra",
|
||||
"next-2": "prekosutra",
|
||||
"past": {
|
||||
"one": "prije {0} dan",
|
||||
"other": "prije {0} dana"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} dan",
|
||||
"other": "za {0} dana"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ovaj sat",
|
||||
"past": {
|
||||
"one": "prije {0} sat",
|
||||
"few": "prije {0} sata",
|
||||
"other": "prije {0} sati"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sat",
|
||||
"few": "za {0} sata",
|
||||
"other": "za {0} sati"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ova minuta",
|
||||
"past": {
|
||||
"one": "prije {0} minutu",
|
||||
"few": "prije {0} minute",
|
||||
"other": "prije {0} minuta"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} minutu",
|
||||
"few": "za {0} minute",
|
||||
"other": "za {0} minuta"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "sada",
|
||||
"past": {
|
||||
"one": "prije {0} sekundu",
|
||||
"few": "prije {0} sekunde",
|
||||
"other": "prije {0} sekundi"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sekundu",
|
||||
"few": "za {0} sekunde",
|
||||
"other": "za {0} sekundi"
|
||||
}
|
||||
}
|
||||
}
|
||||
62
node_modules/relative-time-format/locale/bs/narrow.json
generated
vendored
Normal file
62
node_modules/relative-time-format/locale/bs/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "prošle godine",
|
||||
"current": "ove godine",
|
||||
"next": "sljedeće godine",
|
||||
"past": "prije {0} g.",
|
||||
"future": "za {0} g."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "posljednji kvartal",
|
||||
"current": "ovaj kvartal",
|
||||
"next": "sljedeći kvartal",
|
||||
"past": "prije {0} kv.",
|
||||
"future": "za {0} kv."
|
||||
},
|
||||
"month": {
|
||||
"previous": "prošli mjesec",
|
||||
"current": "ovaj mjesec",
|
||||
"next": "sljedeći mjesec",
|
||||
"past": "prije {0} mj.",
|
||||
"future": "za {0} mj."
|
||||
},
|
||||
"week": {
|
||||
"previous": "prošle sedmice",
|
||||
"current": "ove sedmice",
|
||||
"next": "sljedeće sedmice",
|
||||
"past": "prije {0} sed.",
|
||||
"future": "za {0} sed."
|
||||
},
|
||||
"day": {
|
||||
"previous": "jučer",
|
||||
"previous-2": "prekjučer",
|
||||
"current": "danas",
|
||||
"next": "sutra",
|
||||
"next-2": "prekosutra",
|
||||
"past": "prije {0} d.",
|
||||
"future": "za {0} d."
|
||||
},
|
||||
"hour": {
|
||||
"current": "ovaj sat",
|
||||
"past": {
|
||||
"one": "prije {0} sat",
|
||||
"few": "prije {0} sata",
|
||||
"other": "prije {0} sati"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sat",
|
||||
"few": "za {0} sata",
|
||||
"other": "za {0} sati"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ova minuta",
|
||||
"past": "prije {0} min.",
|
||||
"future": "za {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "sada",
|
||||
"past": "prije {0} sek.",
|
||||
"future": "za {0} sek."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/bs/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/bs/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var i=String(e).split("."),s=i[0],c=i[1]||"",l=!i[1],n=s.slice(-1),r=s.slice(-2),t=c.slice(-1),f=c.slice(-2);return l&&1==n&&11!=r||1==t&&11!=f?"one":l&&2<=n&&n<=4&&(r<12||14<r)||2<=t&&t<=4&&(f<12||14<f)?"few":"other"}
|
||||
62
node_modules/relative-time-format/locale/bs/short.json
generated
vendored
Normal file
62
node_modules/relative-time-format/locale/bs/short.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "prošle godine",
|
||||
"current": "ove godine",
|
||||
"next": "sljedeće godine",
|
||||
"past": "prije {0} god.",
|
||||
"future": "za {0} god."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "posljednji kvartal",
|
||||
"current": "ovaj kvartal",
|
||||
"next": "sljedeći kvartal",
|
||||
"past": "prije {0} kv.",
|
||||
"future": "za {0} kv."
|
||||
},
|
||||
"month": {
|
||||
"previous": "prošli mjesec",
|
||||
"current": "ovaj mjesec",
|
||||
"next": "sljedeći mjesec",
|
||||
"past": "prije {0} mj.",
|
||||
"future": "za {0} mj."
|
||||
},
|
||||
"week": {
|
||||
"previous": "prošle sedmice",
|
||||
"current": "ove sedmice",
|
||||
"next": "sljedeće sedmice",
|
||||
"past": "prije {0} sed.",
|
||||
"future": "za {0} sed."
|
||||
},
|
||||
"day": {
|
||||
"previous": "jučer",
|
||||
"previous-2": "prekjučer",
|
||||
"current": "danas",
|
||||
"next": "sutra",
|
||||
"next-2": "prekosutra",
|
||||
"past": "prije {0} d.",
|
||||
"future": "za {0} d."
|
||||
},
|
||||
"hour": {
|
||||
"current": "ovaj sat",
|
||||
"past": {
|
||||
"one": "prije {0} sat",
|
||||
"few": "prije {0} sata",
|
||||
"other": "prije {0} sati"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sat",
|
||||
"few": "za {0} sata",
|
||||
"other": "za {0} sati"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ova minuta",
|
||||
"past": "prije {0} min.",
|
||||
"future": "za {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "sada",
|
||||
"past": "prije {0} sek.",
|
||||
"future": "za {0} sek."
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/ca/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ca/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ca',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
102
node_modules/relative-time-format/locale/ca/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/ca/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’any passat",
|
||||
"current": "enguany",
|
||||
"next": "l’any que ve",
|
||||
"past": {
|
||||
"one": "fa {0} any",
|
||||
"other": "fa {0} anys"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} any",
|
||||
"other": "d’aquí a {0} anys"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "el trimestre passat",
|
||||
"current": "aquest trimestre",
|
||||
"next": "el trimestre que ve",
|
||||
"past": {
|
||||
"one": "fa {0} trimestre",
|
||||
"other": "fa {0} trimestres"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} trimestre",
|
||||
"other": "d’aquí a {0} trimestres"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "el mes passat",
|
||||
"current": "aquest mes",
|
||||
"next": "el mes que ve",
|
||||
"past": {
|
||||
"one": "fa {0} mes",
|
||||
"other": "fa {0} mesos"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} mes",
|
||||
"other": "d’aquí a {0} mesos"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "la setmana passada",
|
||||
"current": "aquesta setmana",
|
||||
"next": "la setmana que ve",
|
||||
"past": {
|
||||
"one": "fa {0} setmana",
|
||||
"other": "fa {0} setmanes"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} setmana",
|
||||
"other": "d’aquí a {0} setmanes"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ahir",
|
||||
"previous-2": "abans-d’ahir",
|
||||
"current": "avui",
|
||||
"next": "demà",
|
||||
"next-2": "demà passat",
|
||||
"past": {
|
||||
"one": "fa {0} dia",
|
||||
"other": "fa {0} dies"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} dia",
|
||||
"other": "d’aquí a {0} dies"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "aquesta hora",
|
||||
"past": {
|
||||
"one": "fa {0} hora",
|
||||
"other": "fa {0} hores"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} hora",
|
||||
"other": "d’aquí a {0} hores"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "aquest minut",
|
||||
"past": {
|
||||
"one": "fa {0} minut",
|
||||
"other": "fa {0} minuts"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} minut",
|
||||
"other": "d’aquí a {0} minuts"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "ara",
|
||||
"past": {
|
||||
"one": "fa {0} segon",
|
||||
"other": "fa {0} segons"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} segon",
|
||||
"other": "d’aquí a {0} segons"
|
||||
}
|
||||
}
|
||||
}
|
||||
72
node_modules/relative-time-format/locale/ca/narrow.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/ca/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’any passat",
|
||||
"current": "enguany",
|
||||
"next": "l’any que ve",
|
||||
"past": {
|
||||
"one": "fa {0} any",
|
||||
"other": "fa {0} anys"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} any",
|
||||
"other": "d’aquí a {0} anys"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "trim. passat",
|
||||
"current": "aquest trim.",
|
||||
"next": "trim. vinent",
|
||||
"past": "fa {0} trim.",
|
||||
"future": "d’aquí a {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mes passat",
|
||||
"current": "aquest mes",
|
||||
"next": "mes vinent",
|
||||
"past": {
|
||||
"one": "fa {0} mes",
|
||||
"other": "fa {0} mesos"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} mes",
|
||||
"other": "d’aquí a {0} mesos"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "setm. passada",
|
||||
"current": "aquesta setm.",
|
||||
"next": "setm. vinent",
|
||||
"past": "fa {0} setm.",
|
||||
"future": "d’aquí a {0} setm."
|
||||
},
|
||||
"day": {
|
||||
"previous": "ahir",
|
||||
"previous-2": "abans-d’ahir",
|
||||
"current": "avui",
|
||||
"next": "demà",
|
||||
"next-2": "demà passat",
|
||||
"past": {
|
||||
"one": "fa {0} dia",
|
||||
"other": "fa {0} dies"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} dia",
|
||||
"other": "d’aquí a {0} dies"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "aquesta hora",
|
||||
"past": "fa {0} h",
|
||||
"future": "d‘aquí a {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "aquest minut",
|
||||
"past": "fa {0} min",
|
||||
"future": "d’aquí a {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "ara",
|
||||
"past": "fa {0} s",
|
||||
"future": "d’aquí a {0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ca/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ca/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){var r=!String(n).split(".")[1];return 1==n&&r?"one":"other"}
|
||||
72
node_modules/relative-time-format/locale/ca/short.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/ca/short.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’any passat",
|
||||
"current": "enguany",
|
||||
"next": "l’any que ve",
|
||||
"past": {
|
||||
"one": "fa {0} any",
|
||||
"other": "fa {0} anys"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} any",
|
||||
"other": "d’aquí a {0} anys"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "el trim. passat",
|
||||
"current": "aquest trim.",
|
||||
"next": "el trim. que ve",
|
||||
"past": "fa {0} trim.",
|
||||
"future": "d’aquí a {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "el mes passat",
|
||||
"current": "aquest mes",
|
||||
"next": "el mes que ve",
|
||||
"past": {
|
||||
"one": "fa {0} mes",
|
||||
"other": "fa {0} mesos"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} mes",
|
||||
"other": "d’aquí a {0} mesos"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "la setm. passada",
|
||||
"current": "aquesta setm.",
|
||||
"next": "la setm. que ve",
|
||||
"past": "fa {0} setm.",
|
||||
"future": "d’aquí a {0} setm."
|
||||
},
|
||||
"day": {
|
||||
"previous": "ahir",
|
||||
"previous-2": "abans-d’ahir",
|
||||
"current": "avui",
|
||||
"next": "demà",
|
||||
"next-2": "demà passat",
|
||||
"past": {
|
||||
"one": "fa {0} dia",
|
||||
"other": "fa {0} dies"
|
||||
},
|
||||
"future": {
|
||||
"one": "d’aquí a {0} dia",
|
||||
"other": "d’aquí a {0} dies"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "aquesta hora",
|
||||
"past": "fa {0} h",
|
||||
"future": "d’aquí a {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "aquest minut",
|
||||
"past": "fa {0} min",
|
||||
"future": "d’aquí a {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "ara",
|
||||
"past": "fa {0} s",
|
||||
"future": "d’aquí a {0} s"
|
||||
}
|
||||
}
|
||||
6
node_modules/relative-time-format/locale/ccp/index.js
generated
vendored
Normal file
6
node_modules/relative-time-format/locale/ccp/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
locale: 'ccp',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json')
|
||||
}
|
||||
57
node_modules/relative-time-format/locale/ccp/long.json
generated
vendored
Normal file
57
node_modules/relative-time-format/locale/ccp/long.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄎𑄬𑄢𑄧 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"past": "{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"future": "{0} 𑄝𑄧𑄏𑄧𑄢𑄬"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"past": "{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"future": {
|
||||
"one": "{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬",
|
||||
"other": "{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} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"
|
||||
}
|
||||
}
|
||||
60
node_modules/relative-time-format/locale/ccp/narrow.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/ccp/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"past": "{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"future": "{0} 𑄝𑄧𑄏𑄧𑄢𑄬"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"past": {
|
||||
"one": "{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"other": "{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": {
|
||||
"one": "{0} 𑄥𑄬𑄉𑄬𑄚𑄴",
|
||||
"other": "{0} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"
|
||||
}
|
||||
}
|
||||
}
|
||||
60
node_modules/relative-time-format/locale/ccp/short.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/ccp/short.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄝𑄧𑄏𑄧𑄢𑄴",
|
||||
"past": "{0} 𑄝𑄧𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"future": "{0} 𑄝𑄧𑄏𑄧𑄢𑄬"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "𑄉𑄬𑄣𑄳𑄠𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴",
|
||||
"past": {
|
||||
"one": "{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬",
|
||||
"other": "{0}𑄖𑄨𑄚𑄴𑄟𑄏𑄧𑄢𑄴 𑄃𑄉𑄬"
|
||||
},
|
||||
"future": "{0} 𑄖𑄨𑄚𑄴𑄟𑄏𑄬"
|
||||
},
|
||||
"month": {
|
||||
"previous": "𑄉𑄬𑄣𑄧𑄉𑄬 𑄟𑄏𑄴",
|
||||
"current": "𑄃𑄳𑄆𑄬 𑄟𑄏𑄴",
|
||||
"next": "𑄛𑄧𑄢𑄬 𑄟𑄏𑄴",
|
||||
"past": {
|
||||
"one": "{0} 𑄇𑄏𑄧 𑄃𑄉𑄬",
|
||||
"other": "{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} 𑄥𑄬𑄉𑄬𑄚𑄴𑄘𑄬"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/ce/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ce/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ce',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/ce/long.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/ce/long.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "даханчу шарахь",
|
||||
"current": "карарчу шарахь",
|
||||
"next": "рогӀерчу шарахь",
|
||||
"past": "{0} шо хьалха",
|
||||
"future": "{0} шо даьлча"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"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": "{0} сахьт хьалха",
|
||||
"future": "{0} сахьт даьлча"
|
||||
},
|
||||
"minute": {
|
||||
"current": "хӀокху минотехь",
|
||||
"past": "{0} минот хьалха",
|
||||
"future": "{0} минот яьлча"
|
||||
},
|
||||
"second": {
|
||||
"current": "хӀинца",
|
||||
"past": "{0} секунд хьалха",
|
||||
"future": "{0} секунд яьлча"
|
||||
}
|
||||
}
|
||||
55
node_modules/relative-time-format/locale/ce/narrow.json
generated
vendored
Normal file
55
node_modules/relative-time-format/locale/ce/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "даханчу шарахь",
|
||||
"current": "карарчу шарахь",
|
||||
"next": "рогӀерчу шарахь",
|
||||
"past": "{0} ш. хьалха",
|
||||
"future": "{0} ш. даьлча"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"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": {
|
||||
"one": "де хьалха",
|
||||
"other": "{0} де хьалха"
|
||||
},
|
||||
"future": "{0} д. даьлча"
|
||||
},
|
||||
"hour": {
|
||||
"current": "хӀокху сахьтехь",
|
||||
"past": "{0} сахь. хьалха",
|
||||
"future": "{0} сахь. даьлча"
|
||||
},
|
||||
"minute": {
|
||||
"current": "хӀокху минотехь",
|
||||
"past": "{0} мин. хьалха",
|
||||
"future": "{0} мин. яьлча"
|
||||
},
|
||||
"second": {
|
||||
"current": "хӀинца",
|
||||
"past": "{0} сек. хьалха",
|
||||
"future": "{0} сек. яьлча"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ce/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ce/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
55
node_modules/relative-time-format/locale/ce/short.json
generated
vendored
Normal file
55
node_modules/relative-time-format/locale/ce/short.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "даханчу шарахь",
|
||||
"current": "карарчу шарахь",
|
||||
"next": "рогӀерчу шарахь",
|
||||
"past": "{0} ш. хьалха",
|
||||
"future": "{0} ш. даьлча"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"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": {
|
||||
"one": "{0} д. хьалха",
|
||||
"other": "{0} де хьалха"
|
||||
},
|
||||
"future": "{0} д. даьлча"
|
||||
},
|
||||
"hour": {
|
||||
"current": "хӀокху сахьтехь",
|
||||
"past": "{0} сахь. хьалха",
|
||||
"future": "{0} сахь. даьлча"
|
||||
},
|
||||
"minute": {
|
||||
"current": "хӀокху минотехь",
|
||||
"past": "{0} мин. хьалха",
|
||||
"future": "{0} мин. яьлча"
|
||||
},
|
||||
"second": {
|
||||
"current": "хӀинца",
|
||||
"past": "{0} сек. хьалха",
|
||||
"future": "{0} сек. яьлча"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/chr/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/chr/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'chr',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
91
node_modules/relative-time-format/locale/chr/long.json
generated
vendored
Normal file
91
node_modules/relative-time-format/locale/chr/long.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ᎡᏘ ᏥᎨᏒ",
|
||||
"current": "ᎯᎠ ᏧᏕᏘᏴᏒᏘ",
|
||||
"next": "ᎡᏘᏴᎢ",
|
||||
"past": {
|
||||
"one": "{0} ᎤᏕᏘᏴᏌᏗᏒᎢ ᏥᎨᏒ",
|
||||
"other": "{0} ᎢᏧᏕᏘᏴᏌᏗᏒᎢ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎤᏕᏘᏴᏌᏗᏒᎢ",
|
||||
"other": "ᎾᎿ {0} ᎢᏧᏕᏘᏴᏌᏗᏒᎢ"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "ᎩᏄᏙᏗ ᏥᎨᏒ",
|
||||
"current": "ᎯᎠ ᎩᏄᏙᏗ",
|
||||
"next": "ᏔᎵᏁ ᎩᏄᏙᏗ",
|
||||
"past": {
|
||||
"one": "ᎾᎿ {0} ᎩᏄᏙᏗ ᏥᎨᏒ",
|
||||
"other": "{0} ᎩᏄᏙᏗ ᏥᎨᏒ"
|
||||
},
|
||||
"future": "ᎾᎿ {0} ᎩᏄᏙᏗ"
|
||||
},
|
||||
"month": {
|
||||
"previous": "ᎧᎸᎢ ᏥᎨᏒ",
|
||||
"current": "ᎯᎠ ᎧᎸᎢ",
|
||||
"next": "ᏔᎵᏁ ᎧᎸᎢ",
|
||||
"past": {
|
||||
"one": "{0} ᎧᎸᎢ ᏥᎨᏒ",
|
||||
"other": "{0} ᏗᎧᎸᎢ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎧᎸᎢ",
|
||||
"other": "ᎾᎿ {0} ᏗᎧᎸᎢ"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "ᏥᏛᎵᏱᎵᏒᎢ",
|
||||
"current": "ᎯᎠ ᎠᎵᎵᏌ",
|
||||
"next": "ᏐᏆᎴᏅᎲ",
|
||||
"past": {
|
||||
"one": "{0} ᏒᎾᏙᏓᏆᏍᏗ ᏥᎨᏒ",
|
||||
"other": "{0} ᎢᏳᎾᏙᏓᏆᏍᏗ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᏒᎾᏙᏓᏆᏍᏗ",
|
||||
"other": "ᎾᎿ {0} ᎢᏳᎾᏙᏓᏆᏍᏗ"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ᏒᎯ",
|
||||
"current": "ᎪᎯ ᎢᎦ",
|
||||
"next": "ᏌᎾᎴᎢ",
|
||||
"past": {
|
||||
"one": "{0} ᎢᎦ ᏥᎨᏒ",
|
||||
"other": "{0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎢᎦ",
|
||||
"other": "ᎾᎿ {0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ᎯᎠ ᏑᏟᎶᏓ",
|
||||
"past": {
|
||||
"one": "{0} ᏑᏟᎶᏓ ᏥᎨᏒ",
|
||||
"other": "{0} ᎢᏳᏟᎶᏓ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᏑᏟᎶᏓ",
|
||||
"other": "ᎾᎿ {0} ᎢᏳᏟᎶᏓ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ᎯᎠ ᎢᏯᏔᏬᏍᏔᏅ",
|
||||
"past": "{0} ᎢᏯᏔᏬᏍᏔᏅ ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᎢᏯᏔᏬᏍᏔᏅ"
|
||||
},
|
||||
"second": {
|
||||
"current": "ᏃᏊ",
|
||||
"past": {
|
||||
"one": "{0} ᎠᏎᏢ ᏥᎨᏒ",
|
||||
"other": "{0} ᏓᏓᎾᏩᏍᎬ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎠᏎᏢ",
|
||||
"other": "ᎾᎿ {0} ᏓᏓᎾᏩᏍᎬ ᏥᎨᏒ"
|
||||
}
|
||||
}
|
||||
}
|
||||
58
node_modules/relative-time-format/locale/chr/narrow.json
generated
vendored
Normal file
58
node_modules/relative-time-format/locale/chr/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ᎡᏘ ᏥᎨᏒ",
|
||||
"current": "ᎯᎠ ᏧᏕᏘᏴᏒᏘ",
|
||||
"next": "ᎡᏘᏴᎢ",
|
||||
"past": "{0} ᎤᏕ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {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": {
|
||||
"one": "{0} ᎢᎦ ᏥᎨᏒ",
|
||||
"other": "{0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎢᎦ",
|
||||
"other": "ᎾᎿ {0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ᎯᎠ ᏑᏟᎶᏓ",
|
||||
"past": "{0} ᏑᏟ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᏑᏟ."
|
||||
},
|
||||
"minute": {
|
||||
"current": "ᎯᎠ ᎢᏯᏔᏬᏍᏔᏅ",
|
||||
"past": "{0} ᎢᏯᏔ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᎢᏯᏔ."
|
||||
},
|
||||
"second": {
|
||||
"current": "ᏃᏊ",
|
||||
"past": "{0} ᎠᏎ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᎠᏎ."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/chr/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/chr/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
58
node_modules/relative-time-format/locale/chr/short.json
generated
vendored
Normal file
58
node_modules/relative-time-format/locale/chr/short.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ᎡᏘ ᏥᎨᏒ",
|
||||
"current": "ᎯᎠ ᏧᏕᏘᏴᏒᏘ",
|
||||
"next": "ᎡᏘᏴᎢ",
|
||||
"past": "{0} ᎤᏕ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {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": {
|
||||
"one": "{0} ᎢᎦ ᏥᎨᏒ",
|
||||
"other": "{0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ ᏥᎨᏒ"
|
||||
},
|
||||
"future": {
|
||||
"one": "ᎾᎿ {0} ᎢᎦ",
|
||||
"other": "ᎾᎿ {0} ᎯᎸᏍᎩ ᏧᏒᎯᏛ"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ᎯᎠ ᏑᏟᎶᏓ",
|
||||
"past": "{0} ᏑᏟ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᏑᏟ."
|
||||
},
|
||||
"minute": {
|
||||
"current": "ᎯᎠ ᎢᏯᏔᏬᏍᏔᏅ",
|
||||
"past": "{0} ᎢᏯᏔ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᎢᏯᏔ."
|
||||
},
|
||||
"second": {
|
||||
"current": "ᏃᏊ",
|
||||
"past": "{0} ᎠᏎ. ᏥᎨᏒ",
|
||||
"future": "ᎾᎿ {0} ᎠᏎ."
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/cs/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/cs/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'cs',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
121
node_modules/relative-time-format/locale/cs/long.json
generated
vendored
Normal file
121
node_modules/relative-time-format/locale/cs/long.json
generated
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "minulý rok",
|
||||
"current": "tento rok",
|
||||
"next": "příští rok",
|
||||
"past": {
|
||||
"one": "před {0} rokem",
|
||||
"many": "před {0} roku",
|
||||
"other": "před {0} lety"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} rok",
|
||||
"few": "za {0} roky",
|
||||
"many": "za {0} roku",
|
||||
"other": "za {0} let"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "minulé čtvrtletí",
|
||||
"current": "toto čtvrtletí",
|
||||
"next": "příští čtvrtletí",
|
||||
"past": {
|
||||
"one": "před {0} čtvrtletím",
|
||||
"many": "před {0} čtvrtletí",
|
||||
"other": "před {0} čtvrtletími"
|
||||
},
|
||||
"future": "za {0} čtvrtletí"
|
||||
},
|
||||
"month": {
|
||||
"previous": "minulý měsíc",
|
||||
"current": "tento měsíc",
|
||||
"next": "příští měsíc",
|
||||
"past": {
|
||||
"one": "před {0} měsícem",
|
||||
"many": "před {0} měsíce",
|
||||
"other": "před {0} měsíci"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} měsíc",
|
||||
"few": "za {0} měsíce",
|
||||
"many": "za {0} měsíce",
|
||||
"other": "za {0} měsíců"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "minulý týden",
|
||||
"current": "tento týden",
|
||||
"next": "příští týden",
|
||||
"past": {
|
||||
"one": "před {0} týdnem",
|
||||
"many": "před {0} týdne",
|
||||
"other": "před {0} týdny"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} týden",
|
||||
"few": "za {0} týdny",
|
||||
"many": "za {0} týdne",
|
||||
"other": "za {0} týdnů"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "včera",
|
||||
"previous-2": "předevčírem",
|
||||
"current": "dnes",
|
||||
"next": "zítra",
|
||||
"next-2": "pozítří",
|
||||
"past": {
|
||||
"one": "před {0} dnem",
|
||||
"many": "před {0} dne",
|
||||
"other": "před {0} dny"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} den",
|
||||
"few": "za {0} dny",
|
||||
"many": "za {0} dne",
|
||||
"other": "za {0} dní"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "tuto hodinu",
|
||||
"past": {
|
||||
"one": "před {0} hodinou",
|
||||
"many": "před {0} hodiny",
|
||||
"other": "před {0} hodinami"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} hodinu",
|
||||
"few": "za {0} hodiny",
|
||||
"many": "za {0} hodiny",
|
||||
"other": "za {0} hodin"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "tuto minutu",
|
||||
"past": {
|
||||
"one": "před {0} minutou",
|
||||
"many": "před {0} minuty",
|
||||
"other": "před {0} minutami"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} minutu",
|
||||
"few": "za {0} minuty",
|
||||
"many": "za {0} minuty",
|
||||
"other": "za {0} minut"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "nyní",
|
||||
"past": {
|
||||
"one": "před {0} sekundou",
|
||||
"many": "před {0} sekundy",
|
||||
"other": "před {0} sekundami"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sekundu",
|
||||
"few": "za {0} sekundy",
|
||||
"many": "za {0} sekundy",
|
||||
"other": "za {0} sekund"
|
||||
}
|
||||
}
|
||||
}
|
||||
73
node_modules/relative-time-format/locale/cs/narrow.json
generated
vendored
Normal file
73
node_modules/relative-time-format/locale/cs/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "minulý rok",
|
||||
"current": "tento rok",
|
||||
"next": "příští rok",
|
||||
"past": {
|
||||
"one": "před {0} r.",
|
||||
"few": "před {0} r.",
|
||||
"many": "před {0} r.",
|
||||
"other": "před {0} l."
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} r.",
|
||||
"few": "za {0} r.",
|
||||
"many": "za {0} r.",
|
||||
"other": "za {0} l."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "minulé čtvrtletí",
|
||||
"current": "toto čtvrtletí",
|
||||
"next": "příští čtvrtletí",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "minulý měs.",
|
||||
"current": "tento měs.",
|
||||
"next": "příští měs.",
|
||||
"past": "před {0} měs.",
|
||||
"future": "za {0} měs."
|
||||
},
|
||||
"week": {
|
||||
"previous": "minulý týd.",
|
||||
"current": "tento týd.",
|
||||
"next": "příští týd.",
|
||||
"past": "před {0} týd.",
|
||||
"future": "za {0} týd."
|
||||
},
|
||||
"day": {
|
||||
"previous": "včera",
|
||||
"previous-2": "předevčírem",
|
||||
"current": "dnes",
|
||||
"next": "zítra",
|
||||
"next-2": "pozítří",
|
||||
"past": {
|
||||
"one": "před {0} dnem",
|
||||
"many": "před {0} dne",
|
||||
"other": "před {0} dny"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} den",
|
||||
"few": "za {0} dny",
|
||||
"many": "za {0} dne",
|
||||
"other": "za {0} dní"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "tuto hodinu",
|
||||
"past": "před {0} h",
|
||||
"future": "za {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "tuto minutu",
|
||||
"past": "před {0} min",
|
||||
"future": "za {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "nyní",
|
||||
"past": "před {0} s",
|
||||
"future": "za {0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/cs/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/cs/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){var r=String(n).split("."),t=r[0],e=!r[1];return 1==n&&e?"one":2<=t&&t<=4&&e?"few":e?"other":"many"}
|
||||
73
node_modules/relative-time-format/locale/cs/short.json
generated
vendored
Normal file
73
node_modules/relative-time-format/locale/cs/short.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "minulý rok",
|
||||
"current": "tento rok",
|
||||
"next": "příští rok",
|
||||
"past": {
|
||||
"one": "před {0} r.",
|
||||
"few": "před {0} r.",
|
||||
"many": "před {0} r.",
|
||||
"other": "před {0} l."
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} r.",
|
||||
"few": "za {0} r.",
|
||||
"many": "za {0} r.",
|
||||
"other": "za {0} l."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "minulé čtvrtletí",
|
||||
"current": "toto čtvrtletí",
|
||||
"next": "příští čtvrtletí",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "minulý měs.",
|
||||
"current": "tento měs.",
|
||||
"next": "příští měs.",
|
||||
"past": "před {0} měs.",
|
||||
"future": "za {0} měs."
|
||||
},
|
||||
"week": {
|
||||
"previous": "minulý týd.",
|
||||
"current": "tento týd.",
|
||||
"next": "příští týd.",
|
||||
"past": "před {0} týd.",
|
||||
"future": "za {0} týd."
|
||||
},
|
||||
"day": {
|
||||
"previous": "včera",
|
||||
"previous-2": "předevčírem",
|
||||
"current": "dnes",
|
||||
"next": "zítra",
|
||||
"next-2": "pozítří",
|
||||
"past": {
|
||||
"one": "před {0} dnem",
|
||||
"many": "před {0} dne",
|
||||
"other": "před {0} dny"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} den",
|
||||
"few": "za {0} dny",
|
||||
"many": "za {0} dne",
|
||||
"other": "za {0} dní"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "tuto hodinu",
|
||||
"past": "před {0} h",
|
||||
"future": "za {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "tuto minutu",
|
||||
"past": "před {0} min",
|
||||
"future": "za {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "nyní",
|
||||
"past": "před {0} s",
|
||||
"future": "za {0} s"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/cy/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/cy/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'cy',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
93
node_modules/relative-time-format/locale/cy/long.json
generated
vendored
Normal file
93
node_modules/relative-time-format/locale/cy/long.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "llynedd",
|
||||
"current": "eleni",
|
||||
"next": "blwyddyn nesaf",
|
||||
"past": {
|
||||
"one": "blwyddyn yn ôl",
|
||||
"two": "{0} flynedd yn ôl",
|
||||
"few": "{0} blynedd yn ôl",
|
||||
"many": "{0} blynedd yn ôl",
|
||||
"other": "{0} o flynyddoedd yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen blwyddyn",
|
||||
"two": "ymhen {0} flynedd",
|
||||
"few": "ymhen {0} blynedd",
|
||||
"many": "ymhen {0} blynedd",
|
||||
"other": "ymhen {0} mlynedd"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "chwarter olaf",
|
||||
"current": "chwarter hwn",
|
||||
"next": "chwarter nesaf",
|
||||
"past": {
|
||||
"one": "{0} chwarter yn ôl",
|
||||
"two": "{0} chwarter yn ôl",
|
||||
"few": "{0} chwarter yn ôl",
|
||||
"many": "{0} chwarter yn ôl",
|
||||
"other": "{0} o chwarteri yn ôl"
|
||||
},
|
||||
"future": "ymhen {0} chwarter"
|
||||
},
|
||||
"month": {
|
||||
"previous": "mis diwethaf",
|
||||
"current": "y mis hwn",
|
||||
"next": "mis nesaf",
|
||||
"past": {
|
||||
"two": "{0} fis yn ôl",
|
||||
"other": "{0} mis yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen mis",
|
||||
"two": "ymhen deufis",
|
||||
"other": "ymhen {0} mis"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "wythnos ddiwethaf",
|
||||
"current": "yr wythnos hon",
|
||||
"next": "wythnos nesaf",
|
||||
"past": "{0} wythnos yn ôl",
|
||||
"future": {
|
||||
"one": "ymhen wythnos",
|
||||
"two": "ymhen pythefnos",
|
||||
"other": "ymhen {0} wythnos"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ddoe",
|
||||
"previous-2": "echdoe",
|
||||
"current": "heddiw",
|
||||
"next": "yfory",
|
||||
"next-2": "drennydd",
|
||||
"past": {
|
||||
"two": "{0} ddiwrnod yn ôl",
|
||||
"other": "{0} diwrnod yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen diwrnod",
|
||||
"two": "ymhen deuddydd",
|
||||
"other": "ymhen {0} diwrnod"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "yr awr hon",
|
||||
"past": "{0} awr yn ôl",
|
||||
"future": {
|
||||
"one": "ymhen awr",
|
||||
"other": "ymhen {0} awr"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "y funud hon",
|
||||
"past": "{0} munud yn ôl",
|
||||
"future": "ymhen {0} munud"
|
||||
},
|
||||
"second": {
|
||||
"current": "nawr",
|
||||
"past": "{0} eiliad yn ôl",
|
||||
"future": "ymhen {0} eiliad"
|
||||
}
|
||||
}
|
||||
85
node_modules/relative-time-format/locale/cy/narrow.json
generated
vendored
Normal file
85
node_modules/relative-time-format/locale/cy/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "llynedd",
|
||||
"current": "eleni",
|
||||
"next": "blwyddyn nesaf",
|
||||
"past": {
|
||||
"one": "blwyddyn yn ôl",
|
||||
"two": "{0} flynedd yn ôl",
|
||||
"few": "{0} blynedd yn ôl",
|
||||
"many": "{0} blynedd yn ôl",
|
||||
"other": "{0} o flynyddoedd yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen blwyddyn",
|
||||
"two": "ymhen {0} flynedd",
|
||||
"few": "ymhen {0} blynedd",
|
||||
"many": "ymhen {0} blynedd",
|
||||
"other": "ymhen {0} mlynedd"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "chwarter olaf",
|
||||
"current": "chwarter hwn",
|
||||
"next": "chwarter nesaf",
|
||||
"past": {
|
||||
"one": "{0} chwarter yn ôl",
|
||||
"two": "{0} chwarter yn ôl",
|
||||
"few": "{0} chwarter yn ôl",
|
||||
"many": "{0} chwarter yn ôl",
|
||||
"other": "{0} o chwarteri yn ôl"
|
||||
},
|
||||
"future": "ymhen {0} chwarter"
|
||||
},
|
||||
"month": {
|
||||
"previous": "mis diwethaf",
|
||||
"current": "y mis hwn",
|
||||
"next": "mis nesaf",
|
||||
"past": {
|
||||
"two": "{0} fis yn ôl",
|
||||
"other": "{0} mis yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen mis",
|
||||
"two": "ymhen deufis",
|
||||
"other": "ymhen {0} mis"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "wythnos ddiwethaf",
|
||||
"current": "yr wythnos hon",
|
||||
"next": "wythnos nesaf",
|
||||
"past": {
|
||||
"two": "pythefnos yn ôl",
|
||||
"other": "{0} wythnos yn ôl"
|
||||
},
|
||||
"future": "ymhen {0} wythnos"
|
||||
},
|
||||
"day": {
|
||||
"previous": "ddoe",
|
||||
"previous-2": "echdoe",
|
||||
"current": "heddiw",
|
||||
"next": "yfory",
|
||||
"next-2": "drennydd",
|
||||
"past": {
|
||||
"two": "{0} ddiwrnod yn ôl",
|
||||
"other": "{0} diwrnod yn ôl"
|
||||
},
|
||||
"future": "ymhen {0} diwrnod"
|
||||
},
|
||||
"hour": {
|
||||
"current": "yr awr hon",
|
||||
"past": "{0} awr yn ôl",
|
||||
"future": "ymhen {0} awr"
|
||||
},
|
||||
"minute": {
|
||||
"current": "y funud hon",
|
||||
"past": "{0} mun. yn ôl",
|
||||
"future": "ymhen {0} mun."
|
||||
},
|
||||
"second": {
|
||||
"current": "nawr",
|
||||
"past": "{0} eiliad yn ôl",
|
||||
"future": "ymhen {0} eiliad"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/cy/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/cy/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){return 0==e?"zero":1==e?"one":2==e?"two":3==e?"few":6==e?"many":"other"}
|
||||
106
node_modules/relative-time-format/locale/cy/short.json
generated
vendored
Normal file
106
node_modules/relative-time-format/locale/cy/short.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "llynedd",
|
||||
"current": "eleni",
|
||||
"next": "blwyddyn nesaf",
|
||||
"past": {
|
||||
"one": "blwyddyn yn ôl",
|
||||
"two": "{0} flynedd yn ôl",
|
||||
"few": "{0} blynedd yn ôl",
|
||||
"many": "{0} blynedd yn ôl",
|
||||
"other": "{0} o flynyddoedd yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen blwyddyn",
|
||||
"two": "ymhen {0} flynedd",
|
||||
"few": "ymhen {0} blynedd",
|
||||
"many": "ymhen {0} blynedd",
|
||||
"other": "ymhen {0} mlynedd"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "chwarter olaf",
|
||||
"current": "chwarter hwn",
|
||||
"next": "chwarter nesaf",
|
||||
"past": {
|
||||
"one": "{0} chwarter yn ôl",
|
||||
"two": "{0} chwarter yn ôl",
|
||||
"few": "{0} chwarter yn ôl",
|
||||
"many": "{0} chwarter yn ôl",
|
||||
"other": "{0} o chwarteri yn ôl"
|
||||
},
|
||||
"future": "ymhen {0} chwarter"
|
||||
},
|
||||
"month": {
|
||||
"previous": "mis diwethaf",
|
||||
"current": "y mis hwn",
|
||||
"next": "mis nesaf",
|
||||
"past": {
|
||||
"two": "deufis yn ôl",
|
||||
"other": "{0} mis yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen mis",
|
||||
"two": "ymhen deufis",
|
||||
"other": "ymhen {0} mis"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "wythnos ddiwethaf",
|
||||
"current": "yr wythnos hon",
|
||||
"next": "wythnos nesaf",
|
||||
"past": {
|
||||
"two": "pythefnos yn ôl",
|
||||
"other": "{0} wythnos yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen wythnos",
|
||||
"two": "ymhen pythefnos",
|
||||
"other": "ymhen {0} wythnos"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "ddoe",
|
||||
"previous-2": "echdoe",
|
||||
"current": "heddiw",
|
||||
"next": "yfory",
|
||||
"next-2": "drennydd",
|
||||
"past": {
|
||||
"two": "{0} ddiwrnod yn ôl",
|
||||
"other": "{0} diwrnod yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen diwrnod",
|
||||
"two": "ymhen deuddydd",
|
||||
"other": "ymhen {0} diwrnod"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "yr awr hon",
|
||||
"past": {
|
||||
"one": "awr yn ôl",
|
||||
"other": "{0} awr yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen awr",
|
||||
"other": "ymhen {0} awr"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "y funud hon",
|
||||
"past": {
|
||||
"two": "{0} fun. yn ôl",
|
||||
"other": "{0} munud yn ôl"
|
||||
},
|
||||
"future": {
|
||||
"one": "ymhen {0} mun.",
|
||||
"two": "ymhen {0} fun.",
|
||||
"other": "ymhen {0} munud"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "nawr",
|
||||
"past": "{0} eiliad yn ôl",
|
||||
"future": "ymhen {0} eiliad"
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/da/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/da/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'da',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
96
node_modules/relative-time-format/locale/da/long.json
generated
vendored
Normal file
96
node_modules/relative-time-format/locale/da/long.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "sidste år",
|
||||
"current": "i år",
|
||||
"next": "næste år",
|
||||
"past": "for {0} år siden",
|
||||
"future": "om {0} år"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "sidste kvartal",
|
||||
"current": "dette kvartal",
|
||||
"next": "næste kvartal",
|
||||
"past": {
|
||||
"one": "for {0} kvartal siden",
|
||||
"other": "for {0} kvartaler siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} kvartal",
|
||||
"other": "om {0} kvartaler"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "sidste måned",
|
||||
"current": "denne måned",
|
||||
"next": "næste måned",
|
||||
"past": {
|
||||
"one": "for {0} måned siden",
|
||||
"other": "for {0} måneder siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} måned",
|
||||
"other": "om {0} måneder"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "sidste uge",
|
||||
"current": "denne uge",
|
||||
"next": "næste uge",
|
||||
"past": {
|
||||
"one": "for {0} uge siden",
|
||||
"other": "for {0} uger siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} uge",
|
||||
"other": "om {0} uger"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "i går",
|
||||
"previous-2": "i forgårs",
|
||||
"current": "i dag",
|
||||
"next": "i morgen",
|
||||
"next-2": "i overmorgen",
|
||||
"past": {
|
||||
"one": "for {0} dag siden",
|
||||
"other": "for {0} dage siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} dag",
|
||||
"other": "om {0} dage"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "i den kommende time",
|
||||
"past": {
|
||||
"one": "for {0} time siden",
|
||||
"other": "for {0} timer siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} time",
|
||||
"other": "om {0} timer"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "i det kommende minut",
|
||||
"past": {
|
||||
"one": "for {0} minut siden",
|
||||
"other": "for {0} minutter siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} minut",
|
||||
"other": "om {0} minutter"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "nu",
|
||||
"past": {
|
||||
"one": "for {0} sekund siden",
|
||||
"other": "for {0} sekunder siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} sekund",
|
||||
"other": "om {0} sekunder"
|
||||
}
|
||||
}
|
||||
}
|
||||
78
node_modules/relative-time-format/locale/da/narrow.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/da/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "sidste år",
|
||||
"current": "i år",
|
||||
"next": "næste år",
|
||||
"past": "for {0} år siden",
|
||||
"future": "om {0} år"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "sidste kvt.",
|
||||
"current": "dette kvt.",
|
||||
"next": "næste kvt.",
|
||||
"past": "for {0} kvt. siden",
|
||||
"future": "om {0} kvt."
|
||||
},
|
||||
"month": {
|
||||
"previous": "sidste md.",
|
||||
"current": "denne md.",
|
||||
"next": "næste md.",
|
||||
"past": {
|
||||
"one": "for {0} md. siden",
|
||||
"other": "for {0} mdr. siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} md.",
|
||||
"other": "om {0} mdr."
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "sidste uge",
|
||||
"current": "denne uge",
|
||||
"next": "næste uge",
|
||||
"past": {
|
||||
"one": "for {0} uge siden",
|
||||
"other": "for {0} uger siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} uge",
|
||||
"other": "om {0} uger"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "i går",
|
||||
"previous-2": "i forgårs",
|
||||
"current": "i dag",
|
||||
"next": "i morgen",
|
||||
"next-2": "i overmorgen",
|
||||
"past": {
|
||||
"one": "for {0} dag siden",
|
||||
"other": "for {0} dage siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} dag",
|
||||
"other": "om {0} dage"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "i den kommende time",
|
||||
"past": {
|
||||
"one": "for {0} time siden",
|
||||
"other": "for {0} timer siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} time",
|
||||
"other": "om {0} timer"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "i det kommende minut",
|
||||
"past": "for {0} min. siden",
|
||||
"future": "om {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "nu",
|
||||
"past": "for {0} sek. siden",
|
||||
"future": "om {0} sek."
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/da/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/da/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(r){var n=String(r).split("."),t=n[0],e=Number(n[0])==r;return 1!=r&&(e||0!=t&&1!=t)?"other":"one"}
|
||||
78
node_modules/relative-time-format/locale/da/short.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/da/short.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "sidste år",
|
||||
"current": "i år",
|
||||
"next": "næste år",
|
||||
"past": "for {0} år siden",
|
||||
"future": "om {0} år"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "sidste kvt.",
|
||||
"current": "dette kvt.",
|
||||
"next": "næste kvt.",
|
||||
"past": "for {0} kvt. siden",
|
||||
"future": "om {0} kvt."
|
||||
},
|
||||
"month": {
|
||||
"previous": "sidste md.",
|
||||
"current": "denne md.",
|
||||
"next": "næste md.",
|
||||
"past": {
|
||||
"one": "for {0} md. siden",
|
||||
"other": "for {0} mdr. siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} md.",
|
||||
"other": "om {0} mdr."
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "sidste uge",
|
||||
"current": "denne uge",
|
||||
"next": "næste uge",
|
||||
"past": {
|
||||
"one": "for {0} uge siden",
|
||||
"other": "for {0} uger siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} uge",
|
||||
"other": "om {0} uger"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "i går",
|
||||
"previous-2": "i forgårs",
|
||||
"current": "i dag",
|
||||
"next": "i morgen",
|
||||
"next-2": "i overmorgen",
|
||||
"past": {
|
||||
"one": "for {0} dag siden",
|
||||
"other": "for {0} dage siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} dag",
|
||||
"other": "om {0} dage"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "i den kommende time",
|
||||
"past": {
|
||||
"one": "for {0} time siden",
|
||||
"other": "for {0} timer siden"
|
||||
},
|
||||
"future": {
|
||||
"one": "om {0} time",
|
||||
"other": "om {0} timer"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "i det kommende minut",
|
||||
"past": "for {0} min. siden",
|
||||
"future": "om {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "nu",
|
||||
"past": "for {0} sek. siden",
|
||||
"future": "om {0} sek."
|
||||
}
|
||||
}
|
||||
7
node_modules/relative-time-format/locale/de/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/de/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'de',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
102
node_modules/relative-time-format/locale/de/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/de/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "letztes Jahr",
|
||||
"current": "dieses Jahr",
|
||||
"next": "nächstes Jahr",
|
||||
"past": {
|
||||
"one": "vor {0} Jahr",
|
||||
"other": "vor {0} Jahren"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Jahr",
|
||||
"other": "in {0} Jahren"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "letztes Quartal",
|
||||
"current": "dieses Quartal",
|
||||
"next": "nächstes Quartal",
|
||||
"past": {
|
||||
"one": "vor {0} Quartal",
|
||||
"other": "vor {0} Quartalen"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Quartal",
|
||||
"other": "in {0} Quartalen"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "letzten Monat",
|
||||
"current": "diesen Monat",
|
||||
"next": "nächsten Monat",
|
||||
"past": {
|
||||
"one": "vor {0} Monat",
|
||||
"other": "vor {0} Monaten"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Monat",
|
||||
"other": "in {0} Monaten"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "letzte Woche",
|
||||
"current": "diese Woche",
|
||||
"next": "nächste Woche",
|
||||
"past": {
|
||||
"one": "vor {0} Woche",
|
||||
"other": "vor {0} Wochen"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Woche",
|
||||
"other": "in {0} Wochen"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "gestern",
|
||||
"previous-2": "vorgestern",
|
||||
"current": "heute",
|
||||
"next": "morgen",
|
||||
"next-2": "übermorgen",
|
||||
"past": {
|
||||
"one": "vor {0} Tag",
|
||||
"other": "vor {0} Tagen"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Tag",
|
||||
"other": "in {0} Tagen"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "in dieser Stunde",
|
||||
"past": {
|
||||
"one": "vor {0} Stunde",
|
||||
"other": "vor {0} Stunden"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Stunde",
|
||||
"other": "in {0} Stunden"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "in dieser Minute",
|
||||
"past": {
|
||||
"one": "vor {0} Minute",
|
||||
"other": "vor {0} Minuten"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Minute",
|
||||
"other": "in {0} Minuten"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "jetzt",
|
||||
"past": {
|
||||
"one": "vor {0} Sekunde",
|
||||
"other": "vor {0} Sekunden"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Sekunde",
|
||||
"other": "in {0} Sekunden"
|
||||
}
|
||||
}
|
||||
}
|
||||
72
node_modules/relative-time-format/locale/de/narrow.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/de/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "letztes Jahr",
|
||||
"current": "dieses Jahr",
|
||||
"next": "nächstes Jahr",
|
||||
"past": {
|
||||
"one": "vor {0} Jahr",
|
||||
"other": "vor {0} Jahren"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Jahr",
|
||||
"other": "in {0} Jahren"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "letztes Quartal",
|
||||
"current": "dieses Quartal",
|
||||
"next": "nächstes Quartal",
|
||||
"past": "vor {0} Q",
|
||||
"future": "in {0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "letzten Monat",
|
||||
"current": "diesen Monat",
|
||||
"next": "nächsten Monat",
|
||||
"past": {
|
||||
"one": "vor {0} Monat",
|
||||
"other": "vor {0} Monaten"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Monat",
|
||||
"other": "in {0} Monaten"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "letzte Woche",
|
||||
"current": "diese Woche",
|
||||
"next": "nächste Woche",
|
||||
"past": "vor {0} Wo.",
|
||||
"future": "in {0} Wo."
|
||||
},
|
||||
"day": {
|
||||
"previous": "gestern",
|
||||
"previous-2": "vorgestern",
|
||||
"current": "heute",
|
||||
"next": "morgen",
|
||||
"next-2": "übermorgen",
|
||||
"past": {
|
||||
"one": "vor {0} Tag",
|
||||
"other": "vor {0} Tagen"
|
||||
},
|
||||
"future": {
|
||||
"one": "in {0} Tag",
|
||||
"other": "in {0} Tagen"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "in dieser Stunde",
|
||||
"past": "vor {0} Std.",
|
||||
"future": "in {0} Std."
|
||||
},
|
||||
"minute": {
|
||||
"current": "in dieser Minute",
|
||||
"past": "vor {0} m",
|
||||
"future": "in {0} m"
|
||||
},
|
||||
"second": {
|
||||
"current": "jetzt",
|
||||
"past": "vor {0} s",
|
||||
"future": "in {0} s"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user