feat(groups): add home board settings (#2321)
This commit is contained in:
@@ -305,7 +305,15 @@
|
||||
"search": "Find a group",
|
||||
"field": {
|
||||
"name": "Name",
|
||||
"members": "Members"
|
||||
"members": "Members",
|
||||
"homeBoard": {
|
||||
"label": "Home board",
|
||||
"description": "Only boards accessible to the group can be selected"
|
||||
},
|
||||
"mobileBoard": {
|
||||
"label": "Mobile board",
|
||||
"description": "Only boards accessible to the group can be selected"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"admin": {
|
||||
@@ -501,7 +509,35 @@
|
||||
"select": {
|
||||
"label": "Select group",
|
||||
"notFound": "No group found"
|
||||
},
|
||||
"settings": {
|
||||
"board": {
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "Settings saved",
|
||||
"message": "Board settings saved successfully"
|
||||
},
|
||||
"error": {
|
||||
"title": "Failed to save settings",
|
||||
"message": "Unable to save board settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"changePosition": {
|
||||
"notification": {
|
||||
"success": {
|
||||
"message": "Position changed successfully"
|
||||
},
|
||||
"error": {
|
||||
"message": "Unable to change position"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultGroup": {
|
||||
"name": "Default group",
|
||||
"description": "{name} - All signed in users"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
@@ -888,6 +924,7 @@
|
||||
},
|
||||
"dangerZone": "Danger zone",
|
||||
"noResults": "No results found",
|
||||
"unsavedChanges": "You have unsaved changes!",
|
||||
"preview": {
|
||||
"show": "Show preview",
|
||||
"hide": "Hide preview"
|
||||
@@ -2414,6 +2451,13 @@
|
||||
"ownerOfGroup": "Owner of this group",
|
||||
"ownerOfGroupDeleted": "The owner of this group was deleted. It currently has no owner."
|
||||
},
|
||||
"setting": {
|
||||
"title": "Settings",
|
||||
"alert": "Group settings are prioritized by the order of groups in the list. The top settings overwrite the bottom settings.",
|
||||
"board": {
|
||||
"title": "Boards"
|
||||
}
|
||||
},
|
||||
"members": {
|
||||
"title": "Members",
|
||||
"search": "Find a member",
|
||||
|
||||
Reference in New Issue
Block a user