summaryrefslogtreecommitdiff
path: root/config/locales/views/hunt_groups/en.yml
blob: cf8837449fd4929c4e8281fcded3de03c7356a3e (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
49
50
51
52
53
54
55
56
57
en:
  hunt_groups:
    name: 'Hunt group'
    strategies:
      ring_all: 'Ring all'
      ring_recursively: 'Ring recursively'
    controller:
      successfuly_created: 'Successfully created hunt group.'
      successfuly_updated: 'Successfully updated hunt group.'
      successfuly_destroyed: 'Successfully destroyed hunt group.'
    index:
      page_title: 'Hunt groups'
      name: 'Name'
      strategy: 'Strategy'
      seconds_between_jumps: 'S.b.jumps'
      phone_numbers: 'Phone numbers'
      hunt_group_members: 'Members'
      actions:
        confirm_destroy: 'Are you sure you want to delete this hunt group?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New hunt group for %{resource}'
    show:
      page_title: 'Show hunt group'
      name: 'Name'
      strategy: 'Strategy'
      seconds_between_jumps: 'Seconds between jumps'
      phone_numbers: 'Phone numbers'
      hunt_group_members: 'Members'
      actions:
        confirm_destroy: 'Are you sure you want to delete this hunt group?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New hunt group'
    edit:
      page_title: 'Editing hunt group'
    form:
      name:
        label: 'Name'
        hint: ''
      strategy:
        label: 'Strategy'
        hint: ''
      seconds_between_jumps:
        label: 'Seconds between jumps'
        hint: 'Set when the strategy is not "Ring all".'
      phone_numbers:
        label: 'Phone numbers'
        hint: ''
      hunt_group_members:
        label: 'Members of this hunt group'
        hint: ''
      submit: 'Submit'