Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
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} ছেকেণ্ডত"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user