@openveo/core
Version:
OpenVeo core CMS
291 lines (290 loc) • 13.1 kB
JSON
{
"MENU" : {
"WEB_SERVICE" : "Web Service",
"RIGHTS" : "Rights",
"ROLES" : "Roles",
"USERS" : "Users",
"GROUPS" : "Groups",
"APPLICATIONS" : "Applications",
"SETTINGS" : "Settings",
"DASHBOARD" : "Dashboard",
"PROFILES" : "Profile",
"LANGUAGE" : "Language",
"LOGOUT" : "Logout"
},
"WS_SCOPES" : {
"GET_TAXONOMIES_NAME" : "Get taxonomies",
"GET_TAXONOMIES_DESCRIPTION" : "Get a paginated list of taxonomies",
"ADD_TAXONOMIES_NAME" : "Add new taxonomies",
"ADD_TAXONOMIES_DESCRIPTION" : "Add new taxonomies with a list of terms",
"UPDATE_TAXONOMIES_NAME" : "Update taxonomies",
"UPDATE_TAXONOMIES_DESCRIPTION" : "Update taxonomies terms",
"DELETE_TAXONOMIES_NAME" : "Delete taxonomies",
"DELETE_TAXONOMIES_DESCRIPTION" : "Delete one or several taxonomies",
"GET_GROUPS_NAME" : "Get groups",
"GET_GROUPS_DESCRIPTION" : "Get a paginated list of groups",
"ADD_GROUPS_NAME" : "Add groups",
"ADD_GROUPS_DESCRIPTION" : "Add new groups",
"UPDATE_GROUPS_NAME" : "Update groups",
"UPDATE_GROUPS_DESCRIPTION" : "Update groups (name, description etc.)",
"DELETE_GROUPS_NAME" : "Delete groups",
"DELETE_GROUPS_DESCRIPTION" : "Delete one or several groups",
"GET_APPLICATIONS_NAME" : "Get applications",
"GET_APPLICATIONS_DESCRIPTION" : "Get a paginated list of applications",
"ADD_APPLICATIONS_NAME" : "Add applications",
"ADD_APPLICATIONS_DESCRIPTION" : "Add new client applications",
"UPDATE_APPLICATIONS_NAME" : "Update applications",
"UPDATE_APPLICATIONS_DESCRIPTION" : "Update client applications (name)",
"DELETE_APPLICATIONS_NAME" : "Delete applications",
"DELETE_APPLICATIONS_DESCRIPTION" : "Delete one or several applications",
"GET_USERS_NAME" : "Get users",
"GET_USERS_DESCRIPTION" : "Get a paginated list of users",
"ADD_USERS_NAME" : "Add users",
"ADD_USERS_DESCRIPTION" : "Add new users",
"UPDATE_USERS_NAME" : "Update users",
"UPDATE_USERS_DESCRIPTION" : "Update users (name, email etc.)",
"DELETE_USERS_NAME" : "Delete users",
"DELETE_USERS_DESCRIPTION" : "Delete one or several users",
"GET_ROLES_NAME" : "Get roles",
"GET_ROLES_DESCRIPTION" : "Get a paginated list of roles",
"ADD_ROLES_NAME" : "Add roles",
"ADD_ROLES_DESCRIPTION" : "Add new roles",
"UPDATE_ROLES_NAME" : "Update roles",
"UPDATE_ROLES_DESCRIPTION" : "Update roles (name, permissions etc.)",
"DELETE_ROLES_NAME" : "Delete roles",
"DELETE_ROLES_DESCRIPTION" : "Delete one or several roles",
"GET_SETTINGS_NAME" : "Get settings",
"GET_SETTINGS_DESCRIPTION" : "Get a paginated list of settings",
"ADD_SETTINGS_NAME" : "Add settings",
"ADD_SETTINGS_DESCRIPTION" : "Add new setting",
"UPDATE_SETTINGS_NAME" : "Update settings",
"UPDATE_SETTINGS_DESCRIPTION" : "Update settings",
"DELETE_SETTINGS_NAME" : "Delete settings",
"DELETE_SETTINGS_DESCRIPTION" : "Delete one or several settings"
},
"PERMISSIONS" : {
"ADD_APPLICATIONS_NAME" : "Add applications",
"ADD_APPLICATIONS_DESCRIPTION" : "Add Web Service client applications",
"UPDATE_APPLICATIONS_NAME" : "Edit applications",
"UPDATE_APPLICATIONS_DESCRIPTION" : "Edit Web Service applications",
"DELETE_APPLICATIONS_NAME" : "Remove applications",
"DELETE_APPLICATIONS_DESCRIPTION" : "Remove Web Service applications",
"ADD_USERS_NAME" : "Add users",
"ADD_USERS_DESCRIPTION" : "Add back office users",
"UPDATE_USERS_NAME" : "Edit users",
"UPDATE_USERS_DESCRIPTION" : "Edit back office users",
"DELETE_USERS_NAME" : "Remove users",
"DELETE_USERS_DESCRIPTION" : "Remove back office users",
"ADD_ROLES_NAME" : "Add roles",
"ADD_ROLES_DESCRIPTION" : "Add roles with permissions",
"UPDATE_ROLES_NAME" : "Edit roles",
"UPDATE_ROLES_DESCRIPTION" : "Edit roles with permissions",
"DELETE_ROLES_NAME" : "Remove roles",
"DELETE_ROLES_DESCRIPTION" : "Remove roles with permissions",
"ADD_TAXONOMIES_NAME" : "Add taxonomies",
"ADD_TAXONOMIES_DESCRIPTION" : "Add taxonomies and terms",
"UPDATE_TAXONOMIES_NAME" : "Edit taxonomies",
"UPDATE_TAXONOMIES_DESCRIPTION" : "Edit taxonomies and terms",
"DELETE_TAXONOMIES_NAME" : "Remove taxonomies",
"DELETE_TAXONOMIES_DESCRIPTION" : "Remove taxonomies and terms",
"ADD_GROUPS_NAME" : "Add groups",
"ADD_GROUPS_DESCRIPTION" : "Add users' groups",
"UPDATE_GROUPS_NAME" : "Edit groups",
"UPDATE_GROUPS_DESCRIPTION" : "Edit users' groups",
"DELETE_GROUPS_NAME" : "Remove groups",
"DELETE_GROUPS_DESCRIPTION" : "Remove users' groups",
"ADD_SETTINGS_NAME" : "Add settings",
"ADD_SETTINGS_DESCRIPTION" : "Add new settings",
"UPDATE_SETTINGS_NAME" : "Edit settings",
"UPDATE_SETTINGS_DESCRIPTION" : "Edit settings",
"DELETE_SETTINGS_NAME" : "Remove settings",
"DELETE_SETTINGS_DESCRIPTION" : "Remove settings",
"ACCESS_APPLICATIONS_PAGE_NAME" : "Access applications page",
"ACCESS_USERS_PAGE_NAME": "Access users page",
"ACCESS_ROLES_PAGE_NAME": "Access roles page",
"ACCESS_GROUPS_PAGE_NAME": "Access groups page",
"ACCESS_SETTINGS_PAGE_NAME": "Access OpenVeo settings page",
"GROUP_OTHERS" : "Other permissions",
"GROUP_APPLICATIONS" : "Web Service applications",
"GROUP_USERS" : "Users",
"GROUP_ROLES" : "Roles",
"GROUP_GROUPS" : "Groups",
"GROUP_TAXONOMIES" : "Taxonomies",
"GROUP_SETTINGS" : "Settings",
"GROUP_GET_NAME" : "Read content",
"GROUP_GET_DESCRIPTION" : "Access content of the group",
"GROUP_UPDATE_NAME" : "Edit content",
"GROUP_UPDATE_DESCRIPTION" : "Edit content of the group",
"GROUP_DELETE_NAME" : "Remove content",
"GROUP_DELETE_DESCRIPTION" : "Remove content of the group"
},
"HOME" : {
"PAGE_TITLE" : "Openveo - Home",
"TITLE" : "OpenVeo home page",
"DESCRIPTION" : "Use menu to access the different pages of the administration"
},
"APPLICATIONS" : {
"PAGE_TITLE" : "Openveo - Applications",
"TITLE" : "Web Service applications",
"INFO" : "An application offers an entry point to the OpenVeo webservice for client applications. It defines acces permissions for each client application. Create an application, attribute access to some web service end points and issue to the client application owner, the generated client id and client secret.",
"NO_APPLICATIONS" : "No application at the moment",
"NAME_COLUMN" : "Name",
"ATTR_NAME" : "Name",
"ATTR_ID" : "Client Id",
"ATTR_SECRET" : "Client Secret",
"ATTR_SCOPES" : "Scopes",
"ADD_APPLICATION" : "Add an application",
"FORM_ADD_NAME" : "Name",
"FORM_ADD_NAME_DESC" : "Name of the client application",
"FORM_ADD_SCOPES" : "Scopes",
"FORM_ADD_SCOPES_DESC" : "List of permissions for the client application",
"REMOVE_SUCCESS" : "Application successfully removed.",
"QUERY_FILTER": "Keywords"
},
"USERS" : {
"PAGE_TITLE" : "Openveo - Users",
"TITLE" : "Users and roles",
"INFO" : "Each user is defined by a name, an email and a role. His role defines his access permissions to back end features.",
"NO_DATA" : "No user for the moment",
"NO_ROLE" : "No role for the moment, you can create roles in the administration page \"Roles\".",
"NAME_COLUMN" : "Name",
"ATTR_NAME" : "Name",
"ATTR_EMAIL" : "Email",
"ATTR_ROLE" : "Role",
"ATTR_ORIGIN" : "Origin",
"ADD_USER" : "Add a user",
"FORM_ADD_NAME" : "Name",
"FORM_ADD_NAME_DESC" : "Name of the user",
"FORM_ADD_EMAIL" : "Email",
"FORM_ADD_EMAIL_DESC" : "Email of the user",
"FORM_ADD_PASSWORD" : "Password",
"FORM_ADD_PASSWORD_DESC" : "Password of the user",
"FORM_ADD_PASSWORD_VALIDATE" : "Confirm password",
"FORM_ADD_PASSWORD_VALIDATE_DESC" : "Password validation",
"FORM_ADD_ROLE" : "Roles",
"FORM_ADD_ROLE_DESC" : "User roles",
"REMOVE_SUCCESS" : "User successfully removed.",
"QUERY_FILTER": "Keywords",
"ORIGIN_FILTER": "Origin",
"ORIGIN_FILTER_ALL": "All",
"ORIGIN_FILTER_LOCAL": "Local",
"ORIGIN_FILTER_LDAPAUTH": "LDAP",
"ORIGIN_FILTER_CAS": "CAS",
"ORIGIN_LOCAL": "Local",
"ORIGIN_LDAPAUTH": "LDAP",
"ORIGIN_CAS": "CAS"
},
"PROFILES" : {
"PAGE_TITLE" : "Openveo - Profile",
"TITLE" : "User profile",
"INFO" : "The user profile is defined by the user's name, email, password and roles. Only user name and password could be modified. User from external services (LDAP, CAS) can't modify their profile.",
"ATTR_NAME" : "Name",
"ATTR_EMAIL" : "Email",
"ATTR_ROLES" : "Roles",
"ATTR_PASSWORD" : "Password",
"ATTR_CONFIRM_PASSWORD" : "Confirm password",
"ATTR_MODIFY_PASSWORD" : "Modify password",
"ATTR_USER_ACCOUNT" : "General information",
"ATTR_ORIGIN" : "Origin",
"UPDATE_IN_NEXT_SESSION" : "Be careful : Profile modification will be taken into account in next session.",
"ORIGIN_LOCAL": "Local",
"ORIGIN_LDAPAUTH": "LDAP",
"ORIGIN_CAS": "CAS",
"NO_ROLES": "None"
},
"ROLES" : {
"PAGE_TITLE" : "Openveo - Roles",
"TITLE" : "Roles and permissions",
"INFO" : "Each role is defined by a set of permissions. Each permission defines access to a back end feature.",
"NO_DATA" : "No role for the moment",
"NAME_COLUMN" : "Name",
"ACTIONS_COLUMN" : "Actions",
"REMOVE" : "Remove",
"ATTR_NAME" : "Name",
"ATTR_PERMISSIONS" : "Permissions",
"FORM_EDIT" : "Edit",
"FORM_CANCEL" : "Cancel",
"FORM_SAVE" : "Save",
"ADD_ROLE" : "Add a role",
"FORM_ADD_NAME" : "Name",
"FORM_ADD_NAME_DESC" : "Name of the role",
"FORM_ADD_PERMISSIONS" : "Permissions",
"FORM_ADD_PERMISSIONS_DESC" : "List of permissions for the role",
"FORM_ADD_BUTTON" : "Add",
"REMOVE_SUCCESS" : "Role successfully removed.",
"QUERY_FILTER": "Keywords"
},
"GROUPS" : {
"PAGE_TITLE" : "Openveo - Groups",
"TITLE" : "Content groups",
"INFO" : "Groups are made to define which users can manipulate a specific content. Creating a group will automatically add new permissions which can then be added to roles. You can associate one or more group to each content.",
"ADD_GROUP" : "Add a group",
"NAME_COLUMN" : "Name",
"FORM_ADD_NAME" : "Name",
"FORM_ADD_NAME_DESC" : "Name of the group",
"FORM_ADD_DESCRIPTION" : "Description",
"FORM_ADD_DESCRIPTION_DESC" : "Description of the group",
"ATTR_NAME" : "Name",
"ATTR_DESCRIPTION" : "Description",
"QUERY_FILTER": "Keywords",
"REMOVE_SUCCESS" : "Group successfully removed."
},
"SETTINGS" : {
"PAGE_TITLE" : "Openveo - Settings",
"TITLE" : "Settings",
"INFO" : "From this page you can configure OpenVeo. Depending on your installation some configuration may or may not be available.",
"LDAP" : {
"TITLE": "LDAP settings",
"GROUP_ASSOC_LABEL": "LDAP groups association",
"GROUP_ASSOC_DESC": "Associate LDAP groups with one or several OpenVeo roles. Enter the name of the LDAP group on the left field and enter the name of the role in the right field then validate using the \"enter\" key.",
"GROUP_ASSOC_ADD": "Add an association",
"GROUP_ASSOC_INPUT": "LDAP group",
"GROUP_ASSOC_TAGS": "OpenVeo role"
},
"CAS" : {
"TITLE": "CAS settings",
"GROUP_ASSOC_LABEL": "CAS groups association",
"GROUP_ASSOC_DESC": "Associate CAS groups with one or several OpenVeo roles. Enter the name of the CAS group on the left field and enter the name of the role in the right field then validate using the \"enter\" key.",
"GROUP_ASSOC_ADD": "Add an association",
"GROUP_ASSOC_INPUT": "CAS group",
"GROUP_ASSOC_TAGS": "OpenVeo role"
},
"SAVE_SUCCESS": "Settings saved"
},
"UI" : {
"ALL": "All",
"NONE" : "None",
"EMPTY" : "Not set",
"SEARCH_BY" : "Search",
"ACTIONS_COLUMN" : "Actions",
"SAVE_ERROR" : "An error occured while saving form. Please retry later.",
"SAVE_SUCCESS" : "New value successfully saved.",
"REMOVE" : "Remove",
"FORM_EDIT" : "Edit",
"FORM_CANCEL" : "Cancel",
"FORM_SAVE" : "Save",
"FORM_ADD" : "Add",
"FORM_NEW" : "New",
"VIEW" : "View",
"SELECT_ALL" : "Select all rows",
"WARNING": "Warning",
"WARNING_MODAL_ACTION": "You are going to modify permanently your information. <br> <h2>Are you sure ?</h2>",
"WARNING_ENTITY_MODIFIED": "Another user has changed this entity since the last update. Entity is now up to date.",
"WARNING_ENTITY_DELETED": "Another user has deleted this entity since the last update. All data have been updated.",
"SHARE": "Share",
"BEGIN": "Begin",
"END": "End",
"BACK": "Back",
"NO_COMMON_ACTION" : "No common action allowed.",
"NO_ACTION" : "No action allowed.",
"REQUIRED_FIELD" : "This is a required field.",
"TRUE" : "True",
"FALSE" : "False",
"OWNER" : "Owner"
},
"DATEPICKER" : {
"TODAY" : "Today",
"CLEAR" : "Clear",
"CLOSE" : "Close"
}
}