f7cloud_client/apps/recommendations/l10n/fr.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

19 lines
1.0 KiB
JavaScript

OC.L10N.register(
"recommendations",
{
"Recommended files" : "Fichiers recommandés",
"Recommendations" : "Recommandations",
"Shows recommended files" : "Affiche les fichiers recommandés",
"Shows recommended files for quick access of files and folders with recent activity" : "Affiche les fichiers recommandés pour un accès rapide aux fichiers et dossiers ayant une activité récente",
"No recommendations yet" : "Aucune recommandation pour l'instant",
"Last updated {timeAgo}" : "Dernière mise à jour {timeAgo}",
"Shared with you {timeAgo}" : "Partagé avec vous {timeAgo}",
"Last commented on {timeAgo}" : "Dernier commentaire le {timeAgo}",
"Path name {path}" : "Nom du chemin {path}",
"Show recommendations" : "Afficher les recommandations",
"Recently commented" : "Commentés récemment",
"Recently edited" : "Modifié récemment",
"Recently shared" : "Partagés récemment"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");