summaryrefslogtreecommitdiff
path: root/config/locales/views/access_authorizations/en.yml
blob: 9832e4a1ca37b2754a4c328ef03b047d54784150 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
en:
  access_authorizations:
    name: 'Access authorization'
    controller:
      successfuly_created: 'Successfully created access authorization.'
      successfuly_updated: 'Successfully updated access authorization.'
      successfuly_destroyed: 'Successfully destroyed access authorization.'
    index:
      page_title: 'Access authorizations'
      name: 'Name'
      login: 'Login'
      pin: 'PIN'
      actions:
        confirm: 'Are you sure you want to delete this access authorization?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New access authorization for %{resource}'
    show:
      page_title: 'Show access authorization'
      name: 'Name'
      login: 'Login'
      pin: 'PIN'
      index_phone_numbers: 'Phone numbers'
      actions:
        confirm: 'Are you sure you want to delete this access authorization?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New access authorization'
    edit:
      page_title: 'Editing access authorization'
      actions:
        edit: 'Edit'
        view_all: 'View All'
    form:
      name:
        label: 'Name'
        hint: ''
      login:
        label: 'Login'
        hint: ''
      pin:
        label: 'PIN'
        hint: ''
      button: 'Submit'