frigate/web/public/locales/fr/views/exports.json
2025-04-11 05:52:32 -05:00

18 lines
509 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"documentTitle": "Exporter - Frigate",
"search": "Chercher",
"noExports": "Aucune exportation trouvée",
"deleteExport": "Supprimer l'export",
"deleteExport.desc": "Êtes-vous sûr de vouloir supprimer {{exportName}}?",
"editExport": {
"title": "Renommer l'export",
"desc": "Saisissez un nouveau nom pour cet export.",
"saveExport": "Enregistrer l'export"
},
"toast": {
"error": {
"renameExportFailed": "Échec du renommage de l'export : {{errorMessage}}"
}
}
}