fix: prompt user on actions with no permission

This commit is contained in:
liyasthomas
2021-11-01 17:51:01 +05:30
parent 6314740f46
commit 94763dcb31
4 changed files with 86 additions and 70 deletions

View File

@@ -261,6 +261,17 @@
"script": "Pre-Request Script",
"snippets": "Snippets"
},
"profile": {
"editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.",
"no_permission": "You do not have permission to perform this action.",
"owner": "Owner",
"owner_description": "Owners can add, edit, and delete requests, collections and team members.",
"roles": "Roles",
"roles_description": "Roles are used to control access to the shared collections.",
"viewer": "Viewer",
"viewer_description": "Viewers can only view and use requests."
},
"remove": {
"star": "Remove star"
},
@@ -310,16 +321,6 @@
"waiting_for_connection": "waiting for connection",
"xml": "XML"
},
"profile": {
"roles": "Roles",
"roles_description": "Roles are used to control access to the shared collections.",
"owner": "Owner",
"owner_description": "Owners can add, edit, and delete requests, collections and team members.",
"editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.",
"viewer": "Viewer",
"viewer_description": "Viewers can only view and use requests."
},
"settings": {
"accent_color": "Accent color",
"account": "Account",