Files
homarr/public/locales/zh/modules/bookmark.json
2023-08-06 17:13:08 +02:00

26 lines
515 B
JSON

{
"descriptor": {
"name": "书签",
"description": "显示字符串或链接的静态列表",
"settings": {
"title": "书签设置",
"name": {
"label": "小部件标题",
"info": "留空以隐藏标题."
},
"items": {
"label": "项目"
},
"layout": {
"label": "布局"
}
}
},
"card": {
"noneFound": {
"title": "书签列表为空",
"text": "在编辑模式下将新项目添加到此列表"
}
}
}