feature: board operations (#1800)
This commit is contained in:
@@ -15,6 +15,19 @@
|
||||
"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."
|
||||
},
|
||||
"duplicate": "Duplicate",
|
||||
"rename": {
|
||||
"label": "Rename",
|
||||
"modal": {
|
||||
"title": "Rename board {{name}}",
|
||||
"fields": {
|
||||
"name": {
|
||||
"label": "New name",
|
||||
"placeholder": "New board name"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"badges": {
|
||||
|
||||
Reference in New Issue
Block a user