summaryrefslogtreecommitdiff
path: root/config/locales/views/calls/en.yml
blob: 9161d03830a2adca954566e0e6d3bf19bf00c701 (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
en:
  calls:
    name: 'Call'
    controller:
      successfuly_created: 'Successfully created call.'
      successfuly_updated: 'Successfully updated call.'
      successfuly_destroyed: 'Successfully hung up call.'
    index:
      page_title: 'Calls'
      uuid: 'UUID'
      actions:
        confirm_destroy: 'Are you sure you want to drop this call?'
        destroy: 'Hang up'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New call for sip account %{resource}'
    show:
      page_title: 'Call'
      uuid: 'UUID'
      actions:
        confirm_destroy: 'Are you sure you want to drop this call?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View all calls'
    new:
      page_title: 'New call'
    edit:
      page_title: 'Editing call'
    form:
      uuid:
        label: 'UUID'
        hint: ''
      destination:
        label: 'Destination'
        hint: ''
      submit: 'Submit'