From 6def286127dcbed8f7e136c252df2acb37e14477 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 7 Apr 2014 16:22:55 +0300 Subject: [PATCH] translate acl table --- .../Espo/Resources/i18n/en_US/Role.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) 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" } }