Initalize

This commit is contained in:
Your Name
2026-05-03 12:12:57 -04:00
commit 38652eb9b5
10603 changed files with 1762136 additions and 0 deletions

22
node_modules/timeago.js/lib/lang/el.js generated vendored Normal file
View File

@@ -0,0 +1,22 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(number, index) {
return [
['μόλις τώρα', 'σε λίγο'],
['%s δευτερόλεπτα πριν', 'σε %s δευτερόλεπτα'],
['1 λεπτό πριν', 'σε 1 λεπτό'],
['%s λεπτά πριν', 'σε %s λεπτά'],
['1 ώρα πριν', 'σε 1 ώρα'],
['%s ώρες πριν', 'σε %s ώρες'],
['1 μέρα πριν', 'σε 1 μέρα'],
['%s μέρες πριν', 'σε %s μέρες'],
['1 εβδομάδα πριν', 'σε 1 εβδομάδα'],
['%s εβδομάδες πριν', 'σε %s εβδομάδες'],
['1 μήνα πριν', 'σε 1 μήνα'],
['%s μήνες πριν', 'σε %s μήνες'],
['1 χρόνο πριν', 'σε 1 χρόνο'],
['%s χρόνια πριν', 'σε %s χρόνια'],
][index];
}
exports.default = default_1;
//# sourceMappingURL=el.js.map