Files
homarr/public/locales/en/modules/bookmark.json
2023-08-02 03:48:10 +02:00

26 lines
621 B
JSON

{
"descriptor": {
"name": "Bookmark",
"description": "Displays a static list of strings or links",
"settings": {
"title": "Bookmark settings",
"name": {
"label": "Widget Title",
"info": "Leave empty to keep the title hidden. <a href=\"https://homarr.dev/docs/widgets/bookmarks/\" target=\"_blank\">See More...</a>"
},
"items": {
"label": "Items"
},
"layout": {
"label": "Layout"
}
}
},
"card": {
"noneFound": {
"title": "Bookmark list empty",
"text": "Add new items to this list in the edit mode"
}
}
}