@sync-in/server
Version:
The secure, open-source platform for file storage, sharing, collaboration, and sync
43 lines (42 loc) • 2.26 kB
JavaScript
/*
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
* This file is part of Sync-in | The open source file sync and share solution
* See the LICENSE file for licensing details
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "fr", {
enumerable: true,
get: function() {
return fr;
}
});
const fr = {
'If you no longer wish to receive notifications, change your preferences directly from your user space': 'Si vous ne souhaitez plus recevoir de notifications, modifiez vos préferences directement depuis votre espace utilisateur',
'Access it from': 'Accédez y depuis',
Comment: 'Commentaire',
commented: 'a commenté',
'You receive this notification if you are the owner of the file or if you have also commented on this file': 'Vous recevez cette notification si vous êtes le propriétaire du fichier ou si vous avez également commenté ce fichier',
Space: 'Espace',
'from the space': `de l'espace`,
'to the space': `à l'espace`,
'Access your spaces from': 'Accédez à vos espaces depuis',
'Access this space from': 'Accédez à cet espace depuis',
'You now have access to the space': `Vous avez désormais accès à l'espace`,
'You no longer have access to the space': `Vous n'avez plus accès à l'espace`,
'This space has been permanently deleted': 'Cet espace a été définitivement supprimé',
anchored: `a ancré`,
unanchored: `a désancré`,
Share: 'Partage',
'shared with you': 'a partagé avec vous',
'no longer share with you': 'ne partage plus avec vous',
'You now have access to the share': `Vous avez désormais accès au partage`,
'You no longer have access to the share': `Vous n'avez plus accès au partage`,
'You are no longer a member of the parent share, your child share has been deleted': `Vous n'êtes plus membre du partage parent, votre partage enfant a été supprimé`,
'Access your shares from': 'Accédez à vos partages depuis',
Sync: 'Synchronisation',
'Access your syncs from': 'Accédez à vos synchronisations depuis',
'You are no longer synchronizing': 'Vous ne synchronisez plus'
};
//# sourceMappingURL=fr.js.map