- Audit log for user invitations: https://linear.app/chatwoot/issue/CW-1768/invited-a-user-to-the-account - Audit log for change role: https://linear.app/chatwoot/issue/CW-1767/name-or-email-changed-the-role-of-the-user-email-to-agent-or-admin - Audit log for status change: https://linear.app/chatwoot/issue/CW-1766/availability-status-as-events-for-audit-logs Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"AUDIT_LOGS": {
|
|
"HEADER": "Audit Logs",
|
|
"HEADER_BTN_TXT": "Add Audit Logs",
|
|
"LOADING": "Fetching Audit Logs",
|
|
"SEARCH_404": "There are no items matching this query",
|
|
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
|
"LIST": {
|
|
"404": "There are no Audit Logs available in this account.",
|
|
"TITLE": "Manage Audit Logs",
|
|
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
|
"TABLE_HEADER": [
|
|
"Activity",
|
|
"Time",
|
|
"IP Address"
|
|
]
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
},
|
|
"DEFAULT_USER": "System",
|
|
"AUTOMATION_RULE": {
|
|
"ADD": "%{agentName} created a new automation rule (#%{id})",
|
|
"EDIT": "%{agentName} updated an automation rule (#%{id})",
|
|
"DELETE": "%{agentName} deleted an automation rule (#%{id})"
|
|
},
|
|
"ACCOUNT_USER": {
|
|
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
|
|
"EDIT": {
|
|
"SELF": "%{agentName} changed their %{attributes} to %{values}",
|
|
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
|
|
}
|
|
},
|
|
"INBOX": {
|
|
"ADD": "%{agentName} created a new inbox (#%{id})",
|
|
"EDIT": "%{agentName} updated an inbox (#%{id})",
|
|
"DELETE": "%{agentName} deleted an inbox (#%{id})"
|
|
},
|
|
"WEBHOOK": {
|
|
"ADD": "%{agentName} created a new webhook (#%{id})",
|
|
"EDIT": "%{agentName} updated a webhook (#%{id})",
|
|
"DELETE": "%{agentName} deleted a webhook (#%{id})"
|
|
},
|
|
"USER_ACTION": {
|
|
"SIGN_IN": "%{agentName} signed in",
|
|
"SIGN_OUT": "%{agentName} signed out"
|
|
},
|
|
"TEAM": {
|
|
"ADD": "%{agentName} created a new team (#%{id})",
|
|
"EDIT": "%{agentName} updated a team (#%{id})",
|
|
"DELETE": "%{agentName} deleted a team (#%{id})"
|
|
},
|
|
"MACRO": {
|
|
"ADD": "%{agentName} created a new macro (#%{id})",
|
|
"EDIT": "%{agentName} updated a macro (#%{id})",
|
|
"DELETE": "%{agentName} deleted a macro (#%{id})"
|
|
}
|
|
}
|
|
}
|