Files
homarr/public/locales/zh/modules/common.json
2023-01-20 11:08:16 +09:00

11 lines
332 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.
{
"settings": {
"label": "设置"
},
"errors": {
"unmappedOptions": {
"text": "<b>在配置中检测到未使用的参数</b><br /><code>{{key}}</code>。Homarr目前还无法解释和使用这个参数。为了避免任何意外情况的发生请备份你的配置并正确修改你的配置。"
}
}
}