aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/api_keys.en.yml
blob: 0968464463b6df040d4680034ae9c79030eed820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
en:
  api_keys:
    actions:
      new: "Add a new api key"
      edit: "Edit this api key"
      destroy: "Remove this api key"
      destroy_confirm: "Are you sure you want destroy this api key?"
    show:
      title: "Api key"
    index:
      title: Api key
    new:
      title: "Add a new api key"
    edit:
      title: "Update api key"
  activerecord:
    models:
      one: "Api Key"
      other: "Api keys"
    attributes:
      api_key:
        name: "Name"
        token: "Token"