mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-17 06:16:29 +00:00
Initalize
This commit is contained in:
19
node_modules/timeago.js/esm/lang/fr.js
generated
vendored
Normal file
19
node_modules/timeago.js/esm/lang/fr.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
export default function (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];
|
||||
}
|
||||
//# sourceMappingURL=fr.js.map
|
||||
Reference in New Issue
Block a user