♻️ Address pull request feedback
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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 still rely on this."
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user