Files
Homarr/public/locales/zh/modules/notebook.json
2023-09-06 12:44:01 +02:00

15 lines
328 B
JSON

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