This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/i18n/en_US/Role.json
T
Yuri Kuznetsov 415199d814 post permission
2023-06-29 12:31:35 +03:00

66 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"name": "Name",
"roles": "Roles",
"assignmentPermission": "Assignment Permission",
"userPermission": "User Permission",
"messagePermission": "Message Permission",
"portalPermission": "Portal Permission",
"groupEmailAccountPermission": "Group Email Account Permission",
"exportPermission": "Export Permission",
"massUpdatePermission": "Mass Update Permission",
"followerManagementPermission": "Follower Management Permission",
"dataPrivacyPermission": "Data Privacy Permission",
"data": "Data",
"fieldData": "Field Data"
},
"links": {
"users": "Users",
"teams": "Teams"
},
"tooltips": {
"messagePermission": "Allows to send messages to other users.\n\n* all can send to all\n* team can send only to teammates\n* no cannot send",
"assignmentPermission": "Allows to assign records to other users.\n\n* all no restriction\n* team can assign only to teammates\n* no can assign only to self",
"userPermission": "Allows view activities, calendar and stream of other users.\n\n* all can view all\n* team can view activities of teammates only\n* no can't view",
"portalPermission": "Access to portal information, the ability to post messages to portal users.",
"groupEmailAccountPermission": "Access to group email accounts, the ability to send emails from group SMTP.",
"exportPermission": "Allows to export records.",
"massUpdatePermission": "The ability to perform mass update of records.",
"followerManagementPermission": "Allows to manage followers of specific records.",
"dataPrivacyPermission": "Allows to view and erase personal data."
},
"labels": {
"Access": "Access",
"Create Role": "Create Role",
"Scope Level": "Scope Level",
"Field Level": "Field Level"
},
"options": {
"accessList": {
"not-set": "not-set",
"enabled": "enabled",
"disabled": "disabled"
},
"levelList": {
"all": "all",
"team": "team",
"account": "account",
"contact": "contact",
"own": "own",
"no": "no",
"yes": "yes",
"not-set": "not-set"
}
},
"actions": {
"read": "Read",
"edit": "Edit",
"delete": "Delete",
"stream": "Stream",
"create": "Create"
},
"messages": {
"changesAfterClearCache": "All changes in an access control will be applied after cache is cleared."
}
}