Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/ur/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ur/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ur',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
75
node_modules/relative-time-format/locale/ur/long.json
generated
vendored
Normal file
75
node_modules/relative-time-format/locale/ur/long.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "گزشتہ سال",
|
||||
"current": "اس سال",
|
||||
"next": "اگلے سال",
|
||||
"past": "{0} سال پہلے",
|
||||
"future": "{0} سال میں"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "گزشتہ سہ ماہی",
|
||||
"current": "اس سہ ماہی",
|
||||
"next": "اگلے سہ ماہی",
|
||||
"past": "{0} سہ ماہی پہلے",
|
||||
"future": "{0} سہ ماہی میں"
|
||||
},
|
||||
"month": {
|
||||
"previous": "پچھلا مہینہ",
|
||||
"current": "اس مہینہ",
|
||||
"next": "اگلا مہینہ",
|
||||
"past": {
|
||||
"one": "{0} مہینہ پہلے",
|
||||
"other": "{0} مہینے پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} مہینہ میں",
|
||||
"other": "{0} مہینے میں"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "پچھلے ہفتہ",
|
||||
"current": "اس ہفتہ",
|
||||
"next": "اگلے ہفتہ",
|
||||
"past": {
|
||||
"one": "{0} ہفتہ پہلے",
|
||||
"other": "{0} ہفتے پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} ہفتہ میں",
|
||||
"other": "{0} ہفتے میں"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "گزشتہ کل",
|
||||
"previous-2": "گزشتہ پرسوں",
|
||||
"current": "آج",
|
||||
"next": "آئندہ کل",
|
||||
"next-2": "آنے والا پرسوں",
|
||||
"past": {
|
||||
"one": "{0} دن پہلے",
|
||||
"other": "{0} دنوں پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} دن میں",
|
||||
"other": "{0} دنوں میں"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "اس گھنٹے",
|
||||
"past": {
|
||||
"one": "{0} گھنٹہ پہلے",
|
||||
"other": "{0} گھنٹے پہلے"
|
||||
},
|
||||
"future": "{0} گھنٹے میں"
|
||||
},
|
||||
"minute": {
|
||||
"current": "اس منٹ",
|
||||
"past": "{0} منٹ پہلے",
|
||||
"future": "{0} منٹ میں"
|
||||
},
|
||||
"second": {
|
||||
"current": "اب",
|
||||
"past": "{0} سیکنڈ پہلے",
|
||||
"future": "{0} سیکنڈ میں"
|
||||
}
|
||||
}
|
||||
69
node_modules/relative-time-format/locale/ur/narrow.json
generated
vendored
Normal file
69
node_modules/relative-time-format/locale/ur/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "{0} ہفتہ پہلے",
|
||||
"other": "{0} ہفتے پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} ہفتہ میں",
|
||||
"other": "{0} ہفتے میں"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "گزشتہ کل",
|
||||
"previous-2": "گزشتہ پرسوں",
|
||||
"current": "آج",
|
||||
"next": "آئندہ کل",
|
||||
"next-2": "آنے والا پرسوں",
|
||||
"past": "{0} دن پہلے",
|
||||
"future": {
|
||||
"one": "{0} دن میں",
|
||||
"other": "{0} دنوں میں"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "اس گھنٹے",
|
||||
"past": {
|
||||
"one": "{0} گھنٹہ پہلے",
|
||||
"other": "{0} گھنٹے پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} گھنٹے میں",
|
||||
"other": "{0} گھنٹوں میں"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "اس منٹ",
|
||||
"past": "{0} منٹ پہلے",
|
||||
"future": "{0} منٹ میں"
|
||||
},
|
||||
"second": {
|
||||
"current": "اب",
|
||||
"past": "{0} سیکنڈ پہلے",
|
||||
"future": "{0} سیکنڈ میں"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/ur/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ur/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"}
|
||||
60
node_modules/relative-time-format/locale/ur/short.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/ur/short.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "{0} دن پہلے",
|
||||
"other": "{0} دنوں پہلے"
|
||||
},
|
||||
"future": {
|
||||
"one": "{0} دن میں",
|
||||
"other": "{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