Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/gd/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/gd/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'gd',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
124
node_modules/relative-time-format/locale/gd/long.json
generated
vendored
Normal file
124
node_modules/relative-time-format/locale/gd/long.json
generated
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "an-uiridh",
|
||||
"previous-2": "a-bhòn-uiridh",
|
||||
"current": "am bliadhna",
|
||||
"next": "an ath-bhliadhna",
|
||||
"past": {
|
||||
"one": "{0} bhliadhna air ais",
|
||||
"two": "{0} bhliadhna air ais",
|
||||
"few": "{0} bhliadhnaichean air ais",
|
||||
"other": "{0} bliadhna air ais"
|
||||
},
|
||||
"future": {
|
||||
"one": "an ceann {0} bhliadhna",
|
||||
"two": "an ceann {0} bhliadhna",
|
||||
"few": "an ceann {0} bliadhnaichean",
|
||||
"other": "an ceann {0} bliadhna"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "an cairteal seo chaidh",
|
||||
"current": "an cairteal seo",
|
||||
"next": "an ath-chairteal",
|
||||
"past": {
|
||||
"one": "o chionn {0} chairteil",
|
||||
"two": "o chionn {0} chairteil",
|
||||
"few": "o chionn {0} cairtealan",
|
||||
"other": "o chionn {0} cairteil"
|
||||
},
|
||||
"future": {
|
||||
"one": "an ceann {0} chairteil",
|
||||
"two": "an ceann {0} chairteil",
|
||||
"few": "an ceann {0} cairtealan",
|
||||
"other": "an ceann {0} cairteil"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "am mìos seo chaidh",
|
||||
"current": "am mìos seo",
|
||||
"next": "an ath-mhìos",
|
||||
"past": {
|
||||
"one": "{0} mhìos air ais",
|
||||
"two": "{0} mhìos air ais",
|
||||
"few": "{0} mìosan air ais",
|
||||
"other": "{0} mìos air ais"
|
||||
},
|
||||
"future": {
|
||||
"one": "an ceann {0} mhìosa",
|
||||
"two": "an ceann {0} mhìosa",
|
||||
"few": "an ceann {0} mìosan",
|
||||
"other": "an ceann {0} mìosa"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "an t-seachdain seo chaidh",
|
||||
"current": "an t-seachdain seo",
|
||||
"next": "an ath-sheachdain",
|
||||
"past": {
|
||||
"two": "{0} sheachdain air ais",
|
||||
"few": "{0} seachdainean air ais",
|
||||
"other": "{0} seachdain air ais"
|
||||
},
|
||||
"future": {
|
||||
"two": "an ceann {0} sheachdain",
|
||||
"few": "an ceann {0} seachdainean",
|
||||
"other": "an ceann {0} seachdain"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "an-dè",
|
||||
"previous-2": "a-bhòin-dè",
|
||||
"current": "an-diugh",
|
||||
"next": "a-màireach",
|
||||
"next-2": "an-earar",
|
||||
"next-3": "an-eararais",
|
||||
"past": {
|
||||
"few": "{0} làithean air ais",
|
||||
"other": "{0} latha air ais"
|
||||
},
|
||||
"future": {
|
||||
"few": "an ceann {0} làithean",
|
||||
"other": "an ceann {0} latha"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "am broinn uair a thìde",
|
||||
"past": {
|
||||
"few": "{0} uairean a thìde air ais",
|
||||
"other": "{0} uair a thìde air ais"
|
||||
},
|
||||
"future": {
|
||||
"few": "an ceann {0} uairean a thìde",
|
||||
"other": "an ceann {0} uair a thìde"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "am broinn mionaid",
|
||||
"past": {
|
||||
"one": "{0} mhionaid air ais",
|
||||
"two": "{0} mhionaid air ais",
|
||||
"few": "{0} mionaidean air ais",
|
||||
"other": "{0} mionaid air ais"
|
||||
},
|
||||
"future": {
|
||||
"one": "an ceann {0} mhionaid",
|
||||
"two": "an ceann {0} mhionaid",
|
||||
"few": "an ceann {0} mionaidean",
|
||||
"other": "an ceann {0} mionaid"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "an-dràsta",
|
||||
"past": {
|
||||
"two": "{0} dhiog air ais",
|
||||
"few": "{0} diogan air ais",
|
||||
"other": "{0} diog air ais"
|
||||
},
|
||||
"future": {
|
||||
"two": "an ceann {0} dhiog",
|
||||
"few": "an ceann {0} diogan",
|
||||
"other": "an ceann {0} diog"
|
||||
}
|
||||
}
|
||||
}
|
||||
72
node_modules/relative-time-format/locale/gd/narrow.json
generated
vendored
Normal file
72
node_modules/relative-time-format/locale/gd/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "an-uir.",
|
||||
"previous-2": "a-bh-uir.",
|
||||
"current": "am bl.",
|
||||
"next": "an ath-bhl.",
|
||||
"past": {
|
||||
"one": "-{0} bhl.",
|
||||
"two": "-{0} bhl.",
|
||||
"other": "-{0} bl."
|
||||
},
|
||||
"future": {
|
||||
"one": "+{0} bhl.",
|
||||
"two": "+{0} bhl.",
|
||||
"other": "+{0} bl."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "c. ch.",
|
||||
"current": "an c. seo",
|
||||
"next": "ath-ch.",
|
||||
"past": "-{0} c.",
|
||||
"future": "+{0} c."
|
||||
},
|
||||
"month": {
|
||||
"previous": "mì. ch.",
|
||||
"current": "am mì. seo",
|
||||
"next": "ath-mhì.",
|
||||
"past": {
|
||||
"one": "-{0} mhì.",
|
||||
"two": "-{0} mhì.",
|
||||
"other": "-{0} mì."
|
||||
},
|
||||
"future": {
|
||||
"one": "+{0} mhì.",
|
||||
"two": "+{0} mhì.",
|
||||
"other": "+{0} mì."
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "sn. ch.",
|
||||
"current": "an t-sn. seo",
|
||||
"next": "ath-shn.",
|
||||
"past": "-{0} sn.",
|
||||
"future": "+{0} sn."
|
||||
},
|
||||
"day": {
|
||||
"previous": "an-dè",
|
||||
"previous-2": "a-bhòin-dè",
|
||||
"current": "an-diugh",
|
||||
"next": "a-màireach",
|
||||
"next-2": "an-earar",
|
||||
"next-3": "an-eararais",
|
||||
"past": "-{0} là",
|
||||
"future": "+{0} là"
|
||||
},
|
||||
"hour": {
|
||||
"current": "san uair",
|
||||
"past": "-{0} u.",
|
||||
"future": "+{0} u."
|
||||
},
|
||||
"minute": {
|
||||
"current": "sa mhion.",
|
||||
"past": "-{0} m",
|
||||
"future": "+{0} m"
|
||||
},
|
||||
"second": {
|
||||
"current": "an-dràsta",
|
||||
"past": "-{0} d",
|
||||
"future": "+{0} d"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/gd/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/gd/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(r){var t=String(r).split("."),e=Number(t[0])==r;return 1==r||11==r?"one":2==r||12==r?"two":e&&3<=r&&r<=10||e&&13<=r&&r<=19?"few":"other"}
|
||||
116
node_modules/relative-time-format/locale/gd/short.json
generated
vendored
Normal file
116
node_modules/relative-time-format/locale/gd/short.json
generated
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "an-uiridh",
|
||||
"previous-2": "a-bhòn-uiridh",
|
||||
"current": "am bliadhna",
|
||||
"next": "an ath-bhliadhna",
|
||||
"past": {
|
||||
"one": "o {0} bhlia.",
|
||||
"two": "o {0} bhlia.",
|
||||
"other": "o {0} blia."
|
||||
},
|
||||
"future": {
|
||||
"one": "an {0} bhlia.",
|
||||
"two": "an {0} bhlia.",
|
||||
"other": "an {0} blia."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "an cairt. sa chaidh",
|
||||
"current": "an cairt. seo",
|
||||
"next": "an ath-chairt.",
|
||||
"past": {
|
||||
"one": "o {0} chairt.",
|
||||
"two": "o {0} chairt.",
|
||||
"other": "o {0} cairt."
|
||||
},
|
||||
"future": {
|
||||
"one": "an {0} chairt.",
|
||||
"two": "an {0} chairt.",
|
||||
"other": "an {0} cairt."
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "am mìos sa chaidh",
|
||||
"current": "am mìos seo",
|
||||
"next": "an ath-mhìos",
|
||||
"past": {
|
||||
"one": "o {0} mhìos.",
|
||||
"two": "o {0} mhìos.",
|
||||
"other": "o {0} mìos."
|
||||
},
|
||||
"future": {
|
||||
"one": "an {0} mhìos.",
|
||||
"two": "an {0} mhìos.",
|
||||
"other": "an {0} mìos."
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "seachd. sa chaidh",
|
||||
"current": "an t-seachd. seo",
|
||||
"next": "an ath-sheachd.",
|
||||
"past": {
|
||||
"one": "o {0} sheachd.",
|
||||
"two": "o {0} sheachd.",
|
||||
"other": "o {0} seachd."
|
||||
},
|
||||
"future": {
|
||||
"one": "an {0} sheachd.",
|
||||
"two": "an {0} sheachd.",
|
||||
"other": "an {0} seachd."
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "an-dè",
|
||||
"previous-2": "a-bhòin-dè",
|
||||
"current": "an-diugh",
|
||||
"next": "a-màireach",
|
||||
"next-2": "an-earar",
|
||||
"next-3": "an-eararais",
|
||||
"past": {
|
||||
"few": "o {0} là.",
|
||||
"other": "o {0} là"
|
||||
},
|
||||
"future": {
|
||||
"few": "an {0} là.",
|
||||
"other": "an {0} là"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "am broinn uair",
|
||||
"past": {
|
||||
"few": "o {0} uair.",
|
||||
"other": "o {0} uair"
|
||||
},
|
||||
"future": {
|
||||
"few": "an {0} uair.",
|
||||
"other": "an {0} uair"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "am broinn mion.",
|
||||
"past": {
|
||||
"one": "o {0} mhion.",
|
||||
"two": "o {0} mhion.",
|
||||
"other": "o {0} mion."
|
||||
},
|
||||
"future": {
|
||||
"one": "an {0} mhion.",
|
||||
"two": "an {0} mhion.",
|
||||
"other": "an {0} mion."
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "an-dràsta",
|
||||
"past": {
|
||||
"two": "o {0} dhiog",
|
||||
"few": "o {0} diog.",
|
||||
"other": "o {0} diog"
|
||||
},
|
||||
"future": {
|
||||
"two": "an {0} dhiog",
|
||||
"few": "an {0} diog.",
|
||||
"other": "an {0} diog"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user