Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/jgo/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/jgo/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'jgo',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/jgo/long.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/jgo/long.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "last year",
|
||||
"current": "this year",
|
||||
"next": "next year",
|
||||
"past": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
||||
"future": "Nǔu ŋguꞋ {0}"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "last month",
|
||||
"current": "this month",
|
||||
"next": "next month",
|
||||
"past": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
||||
"future": "Nǔu {0} saŋ"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
||||
"future": "Nǔu ŋgap-mbi {0}"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "lɔꞋɔ",
|
||||
"next": "tomorrow",
|
||||
"past": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
||||
"future": "Nǔu lɛ́Ꞌ {0}"
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "ɛ́ gɛ mɔ́ {0} háwa",
|
||||
"future": "nǔu háwa {0}"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "ɛ́ gɛ́ mɔ́ minút {0}",
|
||||
"future": "nǔu {0} minút"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/jgo/narrow.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/jgo/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "last year",
|
||||
"current": "this year",
|
||||
"next": "next year",
|
||||
"past": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
||||
"future": "Nǔu ŋguꞋ {0}"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "last month",
|
||||
"current": "this month",
|
||||
"next": "next month",
|
||||
"past": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
||||
"future": "Nǔu {0} saŋ"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
||||
"future": "Nǔu ŋgap-mbi {0}"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "lɔꞋɔ",
|
||||
"next": "tomorrow",
|
||||
"past": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
||||
"future": "Nǔu lɛ́Ꞌ {0}"
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "ɛ́ gɛ mɔ́ {0} háwa",
|
||||
"future": "nǔu háwa {0}"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "ɛ́ gɛ́ mɔ́ minút {0}",
|
||||
"future": "nǔu {0} minút"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/jgo/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/jgo/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/jgo/short.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/jgo/short.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "last year",
|
||||
"current": "this year",
|
||||
"next": "next year",
|
||||
"past": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
||||
"future": "Nǔu ŋguꞋ {0}"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "last quarter",
|
||||
"current": "this quarter",
|
||||
"next": "next quarter",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "last month",
|
||||
"current": "this month",
|
||||
"next": "next month",
|
||||
"past": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
||||
"future": "Nǔu {0} saŋ"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
||||
"future": "Nǔu ŋgap-mbi {0}"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "lɔꞋɔ",
|
||||
"next": "tomorrow",
|
||||
"past": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
||||
"future": "Nǔu lɛ́Ꞌ {0}"
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "ɛ́ gɛ mɔ́ {0} háwa",
|
||||
"future": "nǔu háwa {0}"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "ɛ́ gɛ́ mɔ́ minút {0}",
|
||||
"future": "nǔu {0} minút"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user