summaryrefslogtreecommitdiff
path: root/config/locales/views/acd_agents/en.yml
blob: 8287dd7b4ca50d18210f4392e53a2e8944af5ea8 (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
71
72
73
74
75
76
en:
  acd_agents:
    name: 'ACD Agent'
    controller:
      successfuly_created: 'Successfully created Agent.'
      successfuly_updated: 'Successfully updated Agent.'
      successfuly_destroyed: 'Successfully destroyed Agent.'
    index:
      page_title: 'Agents'
      uuid: 'UUID'
      name: 'Name'
      status: 'Status'
      automatic_call_distributor_id: 'ACD ID'
      last_call: 'Last call'
      calls_answered: 'Calls answered'
      destination_type: 'Destination type'
      destination_id: 'Destination ID'
      destination: 'Destination'
      actions:
        confirm: 'Are you sure you want to delete this Agent?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Agent for %{resource}'
    show:
      page_title: 'Show Agent'
      uuid: 'UUID'
      name: 'Name'
      status: 'Status'
      automatic_call_distributor_id: 'ACD ID'
      last_call: 'Last call'
      calls_answered: 'Calls answered'
      destination_type: 'Destination type'
      destination_id: 'Destination'
      actions:
        confirm: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New Agent'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Agent'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      uuid:
        label: 'UUID'
        hint: 'Universally unique identifier'
      name:
        label: 'Name'
        hint: 'Entry name'
      status:
        label: 'Status'
        hint: 'Entry status'
      automatic_call_distributor_id:
        label: 'ACD ID'
        hint: 'ID of parent ACD'
      last_call:
        label: 'Last call'
        hint: 'Last answered call'
      calls_answered:
        label: 'Calls answered'
        hint: 'Number of calls'
      destination_type:
        label: 'Destination type'
        hint: ''
      destination_id:
        label: 'Destination'
        hint: ''
      button: 'Submit'