Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/hy/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/hy/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'hy',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/hy/long.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/hy/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/hy/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/hy/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/hy/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/hy/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 0<=n&&n<2?"one":"other"}
|
||||
54
node_modules/relative-time-format/locale/hy/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/hy/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