Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/sd/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/sd/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'sd',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
55
node_modules/relative-time-format/locale/sd/long.json
generated
vendored
Normal file
55
node_modules/relative-time-format/locale/sd/long.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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": "ڪل",
|
||||
"current": "اڄ",
|
||||
"next": "سڀاڻي",
|
||||
"past": "{0} ڏينهن پهرين",
|
||||
"future": "{0} ڏينهن ۾"
|
||||
},
|
||||
"hour": {
|
||||
"current": "هن ڪلڪ",
|
||||
"past": "{0} ڪلاڪ پهرين",
|
||||
"future": "{0} ڪلاڪ ۾"
|
||||
},
|
||||
"minute": {
|
||||
"current": "هن منٽ",
|
||||
"past": "{0} منٽ پهرين",
|
||||
"future": {
|
||||
"one": "{0} منٽن ۾",
|
||||
"other": "+{0} min"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "هاڻي",
|
||||
"past": "{0} سيڪنڊ پهرين",
|
||||
"future": "{0} سيڪنڊن ۾"
|
||||
}
|
||||
}
|
||||
52
node_modules/relative-time-format/locale/sd/narrow.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/sd/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"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": "ڪل",
|
||||
"current": "اڄ",
|
||||
"next": "سڀاڻي",
|
||||
"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/sd/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/sd/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/sd/short.json
generated
vendored
Normal file
52
node_modules/relative-time-format/locale/sd/short.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"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": "ڪل",
|
||||
"current": "اڄ",
|
||||
"next": "سڀاڻي",
|
||||
"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