mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-17 03:36:19 +00:00
Initalize
This commit is contained in:
22
node_modules/timeago.js/lib/lang/fr.js
generated
vendored
Normal file
22
node_modules/timeago.js/lib/lang/fr.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function default_1(number, index) {
|
||||
return [
|
||||
["à l'instant", 'dans un instant'],
|
||||
['il y a %s secondes', 'dans %s secondes'],
|
||||
['il y a 1 minute', 'dans 1 minute'],
|
||||
['il y a %s minutes', 'dans %s minutes'],
|
||||
['il y a 1 heure', 'dans 1 heure'],
|
||||
['il y a %s heures', 'dans %s heures'],
|
||||
['il y a 1 jour', 'dans 1 jour'],
|
||||
['il y a %s jours', 'dans %s jours'],
|
||||
['il y a 1 semaine', 'dans 1 semaine'],
|
||||
['il y a %s semaines', 'dans %s semaines'],
|
||||
['il y a 1 mois', 'dans 1 mois'],
|
||||
['il y a %s mois', 'dans %s mois'],
|
||||
['il y a 1 an', 'dans 1 an'],
|
||||
['il y a %s ans', 'dans %s ans'],
|
||||
][index];
|
||||
}
|
||||
exports.default = default_1;
|
||||
//# sourceMappingURL=fr.js.map
|
||||
Reference in New Issue
Block a user