mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
build new permissions modal (#532)
build new permissions modal Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
d500ebcd19
commit
ac00bc98c0
7 changed files with 350 additions and 27 deletions
|
@ -329,7 +329,21 @@
|
|||
"button": "Delete note"
|
||||
},
|
||||
"permissions": {
|
||||
"title": "Permissions"
|
||||
"title": "Permissions",
|
||||
"owner": "Owner",
|
||||
"sharedWithUsers": "Shared with users",
|
||||
"sharedWithGroups": "Also share with…",
|
||||
"editUser": "Change {{name}}'s permissions to view and edit",
|
||||
"viewOnlyUser": "Change {{name}}'s permissions to view only",
|
||||
"removeUser": "Remove {{name}}'s permissions",
|
||||
"addUser": "Add user",
|
||||
"editGroup": "Change permissions of group \"{{name}}\" to view & edit",
|
||||
"viewOnlyGroup": "Change permissions of group \"{{name}}\" to view only",
|
||||
"denyGroup": "Deny access to group \"{{name}}\"",
|
||||
"addGroup": "Add group",
|
||||
"allUser": "Everyone",
|
||||
"allLoggedInUser": "All logged-in users",
|
||||
"error": "An error occurred while fetching the user information of this note."
|
||||
},
|
||||
"shareLink": {
|
||||
"title": "Share link",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue