mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 14:55:43 +03:00
18 lines
455 B
JSON
18 lines
455 B
JSON
|
|
{
|
||
|
|
"documentTitle": "匯出 - Frigate",
|
||
|
|
"search": "搜尋",
|
||
|
|
"noExports": "未找到匯出項目",
|
||
|
|
"deleteExport": "刪除匯出",
|
||
|
|
"editExport": {
|
||
|
|
"title": "重新命名匯出",
|
||
|
|
"desc": "請輸入新的匯出名稱。",
|
||
|
|
"saveExport": "儲存匯出"
|
||
|
|
},
|
||
|
|
"toast": {
|
||
|
|
"error": {
|
||
|
|
"renameExportFailed": "重新命名匯出失敗:{{errorMessage}}"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"deleteExport.desc": "你確定要刪除 {{exportName}} 嗎?"
|
||
|
|
}
|