summaryrefslogtreecommitdiff
path: root/config/locales/views/acd_callers/en.yml
blob: c435f3ff2d346cfc2e479c41ee42a2be8ddc4974 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
en:
  acd_callers:
    name: 'Negotiated callers'
    controller:
      successfuly_created: 'Successfully created negotiated caller.'
      successfuly_updated: 'Successfully updated negotiated caller.'
      successfuly_destroyed: 'Successfully destroyed negotiated caller.'
    index:
      page_title: 'Listing negotiated callers'
      channel_uuid: 'Channel UUID'
      automatic_call_distributor_id: 'Automatic call distributor'
      status: 'Status'
      enter_time: 'Enter time'
      agent_answer_time: 'Agent answer time'
      callback_number: 'Callback number'
      callback_attempts: 'Callback attempts'
      actions:
        confirm: 'Are you sure you want to delete this negotiated caller?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New negotiated callers for %{resource}'
    show:
      page_title: 'Show negotiated callers'
      channel_uuid: 'Channel UUID'
      automatic_call_distributor_id: 'Automatic call distributor'
      status: 'Status'
      enter_time: 'Enter time'
      agent_answer_time: 'Agent answer time'
      callback_number: 'Callback number'
      callback_attempts: 'Callback attempts'
      actions:
        confirm: 'Are you sure you want to delete this negotiated caller?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New negotiated caller'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing negotiated callers'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      channel_uuid:
        label: 'Channel UUID'
        hint: ''
      automatic_call_distributor_id:
        label: 'Automatic call distributor'
        hint: ''
      status:
        label: 'Status'
        hint: ''
      enter_time:
        label: 'Enter time'
        hint: ''
      agent_answer_time:
        label: 'Agent answer time'
        hint: ''
      callback_number:
        label: 'Callback number'
        hint: ''
      callback_attempts:
        label: 'Callback attempts'
        hint: ''
      button: 'Submit'