mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"documentTitle": "导出 - Frigate",
|
|
"search": "搜索",
|
|
"noExports": "没有找到导出的项目",
|
|
"deleteExport": "删除导出的项目",
|
|
"deleteExport.desc": "你确定要删除 {{exportName}} 吗?",
|
|
"editExport": {
|
|
"title": "重命名导出",
|
|
"desc": "为此导出项目输入新名称。",
|
|
"saveExport": "保存导出"
|
|
},
|
|
"toast": {
|
|
"error": {
|
|
"renameExportFailed": "重命名导出失败:{{errorMessage}}"
|
|
}
|
|
}
|
|
}
|