diff --git a/application/Espo/Resources/i18n/en_US/Role.json b/application/Espo/Resources/i18n/en_US/Role.json index b5849cc33a..ada96ffb58 100644 --- a/application/Espo/Resources/i18n/en_US/Role.json +++ b/application/Espo/Resources/i18n/en_US/Role.json @@ -6,5 +6,26 @@ "links": { "users": "Users", "teams": "Teams" + }, + "labels": { + "Access": "Access" + }, + "options": { + "accessList": { + "not-set": "not-set", + "enabled": "enabled", + "disabled": "disabled" + }, + "levelList": { + "all": "all", + "team": "team", + "own": "own", + "no": "no" + } + }, + "actions": { + "read": "Read", + "edit": "Edit", + "delete": "Delete" } }