mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 23:05:43 +03:00
16 lines
358 B
JSON
16 lines
358 B
JSON
|
|
{
|
||
|
|
"documentTitle": "設定編輯器 - Frigate",
|
||
|
|
"configEditor": "設定編輯器",
|
||
|
|
"copyConfig": "複製設定",
|
||
|
|
"saveAndRestart": "儲存並重新啟動",
|
||
|
|
"saveOnly": "只儲存",
|
||
|
|
"toast": {
|
||
|
|
"success": {
|
||
|
|
"copyToClipboard": "設定已複製到剪貼簿。"
|
||
|
|
},
|
||
|
|
"error": {
|
||
|
|
"savingError": "儲存設定時出錯"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|