frigate/web/public/locales/zh-CN/views/configEditor.json
2025-12-23 17:16:53 +01:00

19 lines
547 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": "配置编辑器 - DIENST",
"configEditor": "配置编辑器",
"copyConfig": "复制配置",
"saveAndRestart": "保存并重启",
"saveOnly": "只保存",
"toast": {
"success": {
"copyToClipboard": "配置已复制到剪贴板。"
},
"error": {
"savingError": "保存配置时出错"
}
},
"confirm": "是否退出并不保存?",
"safeConfigEditor": "配置编辑器(安全模式)",
"safeModeDescription": "由于验证配置出现错误Frigate目前为安全模式。"
}