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