Files
homarr/public/locales/en/manage/boards.json
2023-08-11 19:18:19 +02:00

44 lines
1.3 KiB
JSON

{
"metaTitle": "Boards",
"pageTitle": "Boards",
"cards": {
"statistics": {
"apps": "Apps",
"widgets": "Widgets",
"categories": "Categories"
},
"buttons": {
"view": "View board"
},
"menu": {
"setAsDefault": "Set as your default board",
"delete": {
"label": "Delete permanently",
"disabled": "Deletion disabled, because older Homarr components do not allow the deletion of the default config. Deletion will be possible in the future."
}
},
"badges": {
"fileSystem": "File system",
"default": "Default"
}
},
"buttons": {
"create": "Create new board"
},
"modals": {
"delete": {
"title": "Delete board",
"text": "Are you sure, that you want to delete this board? This action cannot be undone and your data will be lost permanently."
},
"create": {
"title": "Create board",
"text": "The name cannot be changed after a board has been created.",
"form": {
"name": {
"label": "Name"
},
"submit": "Create"
}
}
}
}