Files
homarr/public/locales/zh/layout/header/actions/toggle-edit-mode.json
2023-01-20 11:08:16 +09:00

17 lines
568 B
JSON

{
"description": "在编辑模式下,你可以调整磁贴和配置应用程序。在退出编辑模式之前不会保存更改。",
"button": {
"disabled": "进入编辑模式",
"enabled": "退出并保存"
},
"popover": {
"title": "编辑模式下启用 <1>{{size}}</1> 大小",
"text": "现在你可以调整和配置你的应用程序,在退出编辑模式之前<strong>不会保存</strong>更改 。"
},
"screenSizes": {
"small": "小",
"medium": "中",
"large": "大"
}
}