Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/yi/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/yi/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'yi',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
61
node_modules/relative-time-format/locale/yi/long.json
generated
vendored
Normal file
61
node_modules/relative-time-format/locale/yi/long.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "פֿאַר {0} חודש",
|
||||
"other": "פֿאַר {0} חדשים"
|
||||
},
|
||||
"future": {
|
||||
"one": "איבער {0} חודש",
|
||||
"other": "איבער {0} חדשים"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "איבער אַכט טאָג",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "נעכטן",
|
||||
"current": "היינט",
|
||||
"next": "מארגן",
|
||||
"past": "-{0} d",
|
||||
"future": {
|
||||
"one": "אין {0} טאָג אַרום",
|
||||
"other": "אין {0} טעג אַרום"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "-{0} h",
|
||||
"future": "+{0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "-{0} min",
|
||||
"future": "+{0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
61
node_modules/relative-time-format/locale/yi/narrow.json
generated
vendored
Normal file
61
node_modules/relative-time-format/locale/yi/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "פֿאַר {0} חודש",
|
||||
"other": "פֿאַר {0} חדשים"
|
||||
},
|
||||
"future": {
|
||||
"one": "איבער {0} חודש",
|
||||
"other": "איבער {0} חדשים"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "איבער אַכט טאָג",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "נעכטן",
|
||||
"current": "היינט",
|
||||
"next": "מארגן",
|
||||
"past": "-{0} d",
|
||||
"future": {
|
||||
"one": "אין {0} טאָג אַרום",
|
||||
"other": "אין {0} טעג אַרום"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "-{0} h",
|
||||
"future": "+{0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "-{0} min",
|
||||
"future": "+{0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/yi/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/yi/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"}
|
||||
64
node_modules/relative-time-format/locale/yi/short.json
generated
vendored
Normal file
64
node_modules/relative-time-format/locale/yi/short.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "פֿאַראַיאָר",
|
||||
"current": "הײַ יאָר",
|
||||
"next": "איבער א יאָר",
|
||||
"past": "פֿאַר {0} יאָר",
|
||||
"future": {
|
||||
"one": "איבער א יאָר",
|
||||
"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} חודש",
|
||||
"other": "פֿאַר {0} חדשים"
|
||||
},
|
||||
"future": {
|
||||
"one": "איבער {0} חודש",
|
||||
"other": "איבער {0} חדשים"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "איבער אַכט טאָג",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "נעכטן",
|
||||
"current": "היינט",
|
||||
"next": "מארגן",
|
||||
"past": "-{0} d",
|
||||
"future": {
|
||||
"one": "אין {0} טאָג אַרום",
|
||||
"other": "אין {0} טעג אַרום"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "this hour",
|
||||
"past": "-{0} h",
|
||||
"future": "+{0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "this minute",
|
||||
"past": "-{0} min",
|
||||
"future": "+{0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "now",
|
||||
"past": "-{0} s",
|
||||
"future": "+{0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user