Files
homarr/public/locales/zh/modules/notebook.json
2023-09-01 21:55:45 +02:00

15 lines
328 B
JSON

{
"descriptor": {
"name": "笔记本",
"description": "一个基于 Markdown 的交互式组件,供您写下笔记!",
"settings": {
"title": "设置笔记本组件",
"showToolbar": {
"label": "显示帮助您写下 Markdown 的工具栏"
},
"content": {
"label": "笔记本的内容"
}
}
}
}