This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
user-management.json 984 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
{
  "userManagement": {
    "home": {
      "title": "Users",
Michael Breu's avatar
Michael Breu committed
      "refreshListLabel": "Refresh list",
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
      "createLabel": "Create a new user",
      "createOrEditLabel": "Create or edit a user"
    },
    "created": "A new user is created with identifier {{ param }}",
    "updated": "A user is updated with identifier {{ param }}",
    "deleted": "A user is deleted with identifier {{ param }}",
    "delete": {
      "question": "Are you sure you want to delete user {{ login }}?"
    },
    "detail": {
      "title": "User"
    },
    "login": "Login",
    "firstName": "First name",
    "lastName": "Last name",
    "email": "Email",
    "activated": "Activated",
    "deactivated": "Deactivated",
    "profiles": "Profiles",
    "langKey": "Language",
    "createdBy": "Created by",
    "createdDate": "Created date",
    "lastModifiedBy": "Modified by",
Michael Breu's avatar
Michael Breu committed
    "lastModifiedDate": "Modified date",
    "lastLogin": "Last login",
    "lastMailSent": "Last Info-Mail sent"