aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/locales/en/admin.json
blob: ddb3ffad8e3bc40dac4021150650ba5cc136a97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "nav": {
    "users": "Users",
    "more": "More"
  },
  "create": "Create",
  "user": {
    "username": "Username: ",
    "password": "Password: ",
    "nickname": "Nickname: ",
    "uniqueId": "Unique ID: ",
    "permissions": "Permissions: ",
    "modify": "Modify",
    "modifyPermissions": "Modify Permissions",
    "delete": "Delete",
    "dialog": {
      "create": {
        "title": "Create User",
        "prompt": "You are creating a new user."
      },
      "delete": {
        "title": "Delete user",
        "prompt": "You are deleting <1>username</1> . Caution: This can't be undo."
      },
      "modify": {
        "title": "Modify User",
        "prompt": "You are modifying user <1>username</1> ."
      },
      "modifyPermissions": {
        "title": "Modify User Permissions",
        "prompt": "You are modifying permissions of user <1>username</1> ."
      }
    }
  }
}