Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/ug/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ug/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ug',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/ug/long.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/ug/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} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"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": "this hour",
|
||||
"past": "{0} سائەت ئىلگىرى",
|
||||
"future": "{0} سائەتتىن كېيىن"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "{0} مىنۇت ئىلگىرى",
|
||||
"future": "{0} مىنۇتتىن كېيىن"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "{0} سېكۇنت ئىلگىرى",
|
||||
"future": "{0} سېكۇنتتىن كېيىن"
|
||||
}
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/ug/narrow.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/ug/narrow.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} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"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": "this hour",
|
||||
"past": "{0} سائەت ئىلگىرى",
|
||||
"future": "{0} سائەتتىن كېيىن"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "{0} مىنۇت ئىلگىرى",
|
||||
"future": "{0} مىنۇتتىن كېيىن"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "{0} سېكۇنت ئىلگىرى",
|
||||
"future": "{0} سېكۇنتتىن كېيىن"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ug/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ug/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/ug/short.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/ug/short.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} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"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": "this hour",
|
||||
"past": "{0} سائەت ئىلگىرى",
|
||||
"future": "{0} سائەتتىن كېيىن"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "{0} مىنۇت ئىلگىرى",
|
||||
"future": "{0} مىنۇتتىن كېيىن"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "{0} سېكۇنت ئىلگىرى",
|
||||
"future": "{0} سېكۇنتتىن كېيىن"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user