summaryrefslogtreecommitdiff
path: root/config/locales/views/hunt_group_members/en.yml
blob: 0daa14667a3e5f1a183d72e03cf1b153599cddce (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:
  hunt_group_members:
    name: 'Hunt group member'
    controller:
      successfuly_created: 'Successfully created hunt group member.'
      successfuly_updated: 'Successfully updated hunt group member.'
      successfuly_destroyed: 'Successfully destroyed hunt group member.'
    index:
      page_title: 'Hunt group members'
      name: 'Name'
      active: 'Active'
      phone_numbers: 'Phone numbers'
      can_switch_status_itself: 'Can switch status itself'
      actions:
        confirm: 'Are you sure you want to delete this hunt group member?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New hunt group member for %{resource}'
    show:
      page_title: 'Show hunt group member'
      name: 'Name'
      active: 'Active'
      can_switch_status_itself: 'Can switch status itself'
      actions:
        confirm: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New hunt group member'
    edit:
      page_title: 'Editing hunt group member'
    form:
      name:
        label: 'Name'
        hint: ''
      active:
        label: 'Active'
        hint: ''
      can_switch_status_itself:
        label: 'Can switch status itself'
        hint: 'This feature is only accessible from internal extensions.'
      phone_numbers:
        label: 'Phone numbers'
        hint: ''
      button: 'Submit'