frigate/web/public/locales/ca/views/exports.json
2025-12-23 17:16:53 +01:00

24 lines
708 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"documentTitle": "Exportar - DIENST",
"search": "Buscar",
"noExports": "No s'han trobat exportacions",
"deleteExport": "Suprimeix l'exportació",
"deleteExport.desc": "Estàs segur que vols eliminar {{exportName}}?",
"editExport": {
"title": "Renombrar exportació",
"desc": "Introdueix un nou nom per a aquesta exportació.",
"saveExport": "Desar exportació"
},
"toast": {
"error": {
"renameExportFailed": "Error al canviar el nom de lexportació: {{errorMessage}}"
}
},
"tooltip": {
"shareExport": "Comparteix l'exportació",
"downloadVideo": "Baixa el vídeo",
"editName": "Edita el nom",
"deleteExport": "Suprimeix l'exportació"
}
}