Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/ps/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/ps/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'ps',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
58
node_modules/relative-time-format/locale/ps/long.json
generated
vendored
Normal file
58
node_modules/relative-time-format/locale/ps/long.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "پروسږکال",
|
||||
"current": "سږکال",
|
||||
"next": "بل کال",
|
||||
"past": {
|
||||
"one": "{0} کال مخکې",
|
||||
"other": "{0} کاله مخکې"
|
||||
},
|
||||
"future": {
|
||||
"one": "په {0} کال کې",
|
||||
"other": "په {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": "-{0} m",
|
||||
"future": "+{0} m"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "today",
|
||||
"next": "tomorrow",
|
||||
"past": "-{0} d",
|
||||
"future": "+{0} d"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
58
node_modules/relative-time-format/locale/ps/narrow.json
generated
vendored
Normal file
58
node_modules/relative-time-format/locale/ps/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "پروسږکال",
|
||||
"current": "سږکال",
|
||||
"next": "بل کال",
|
||||
"past": {
|
||||
"one": "{0} کال مخکې",
|
||||
"other": "{0} کاله مخکې"
|
||||
},
|
||||
"future": {
|
||||
"one": "په {0} کال کې",
|
||||
"other": "په {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": "-{0} m",
|
||||
"future": "+{0} m"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "today",
|
||||
"next": "tomorrow",
|
||||
"past": "-{0} d",
|
||||
"future": "+{0} d"
|
||||
},
|
||||
"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/ps/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/ps/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 1==n?"one":"other"}
|
||||
58
node_modules/relative-time-format/locale/ps/short.json
generated
vendored
Normal file
58
node_modules/relative-time-format/locale/ps/short.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "پروسږکال",
|
||||
"current": "سږکال",
|
||||
"next": "بل کال",
|
||||
"past": {
|
||||
"one": "{0} کال مخکې",
|
||||
"other": "{0} کاله مخکې"
|
||||
},
|
||||
"future": {
|
||||
"one": "په {0} کال کې",
|
||||
"other": "په {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": "-{0} m",
|
||||
"future": "+{0} m"
|
||||
},
|
||||
"week": {
|
||||
"previous": "last week",
|
||||
"current": "this week",
|
||||
"next": "next week",
|
||||
"past": "-{0} w",
|
||||
"future": "+{0} w"
|
||||
},
|
||||
"day": {
|
||||
"previous": "yesterday",
|
||||
"current": "today",
|
||||
"next": "tomorrow",
|
||||
"past": "-{0} d",
|
||||
"future": "+{0} d"
|
||||
},
|
||||
"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