Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/am/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/am/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'am',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
93
node_modules/relative-time-format/locale/am/long.json
generated
vendored
Normal file
93
node_modules/relative-time-format/locale/am/long.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "ያለፈው ዓመት",
|
||||
"current": "በዚህ ዓመት",
|
||||
"next": "የሚቀጥለው ዓመት",
|
||||
"past": {
|
||||
"one": "ከ{0} ዓመት በፊት",
|
||||
"other": "ከ{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": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
78
node_modules/relative-time-format/locale/am/narrow.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/am/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "ከ{0} ሰዓት በፊት",
|
||||
"other": "ከ{0} ሰዓቶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/am/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/am/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(n){return 0<=n&&n<=1?"one":"other"}
|
||||
78
node_modules/relative-time-format/locale/am/short.json
generated
vendored
Normal file
78
node_modules/relative-time-format/locale/am/short.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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": {
|
||||
"one": "ከ{0} ሰዓት በፊት",
|
||||
"other": "ከ{0} ሰዓቶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰዓት ውስጥ",
|
||||
"other": "በ{0} ሰዓቶች ውስጥ"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ይህ ደቂቃ",
|
||||
"past": {
|
||||
"one": "ከ{0} ደቂቃ በፊት",
|
||||
"other": "ከ{0} ደቂቃዎች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ደቂቃ ውስጥ",
|
||||
"other": "በ{0} ደቂቃዎች ውስጥ"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "አሁን",
|
||||
"past": {
|
||||
"one": "ከ{0} ሰከንድ በፊት",
|
||||
"other": "ከ{0} ሰከንዶች በፊት"
|
||||
},
|
||||
"future": {
|
||||
"one": "በ{0} ሰከንድ ውስጥ",
|
||||
"other": "በ{0} ሰከንዶች ውስጥ"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user