Shivam Mishra
2024-10-02 13:06:30 +05:30
committed by GitHub
parent e0bf2bd9d4
commit 42f6621afb
661 changed files with 15939 additions and 31194 deletions

View File

@@ -22,7 +22,12 @@
"404": "There are no custom roles available in this account.",
"TITLE": "Manage custom roles",
"DESC": "Custom roles are roles that are created by the account owner or admin. These roles can be assigned to agents to define their access and permissions within the account. Custom roles can be created with specific permissions and access levels to suit the requirements of the organization.",
"TABLE_HEADER": ["Name", "Description", "Permissions", "Actions"]
"TABLE_HEADER": {
"NAME": "Name",
"DESCRIPTION": "Description",
"PERMISSIONS": "Permissions",
"ACTIONS": "Actions"
}
},
"PERMISSIONS": {
"CONVERSATION_MANAGE": "Manage all conversations",