Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
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} сек. яьлча"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user