summaryrefslogtreecommitdiff
path: root/config/locales/views/voicemail_accounts/en.yml
blob: bf097a5c1905e66a137c48dcbf033c8a27971d8c (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
en:
  voicemail_accounts:
    name: 'Voicemail Account'
    controller:
      successfuly_created: 'Successfully created Voicemail Account.'
      successfuly_updated: 'Successfully updated Voicemail Account.'
      successfuly_destroyed: 'Successfully destroyed Voicemail Account.'
    index:
      page_title: 'Voicemail Accounts'
      uuid: 'Uuid'
      name: 'Name'
      active: 'Active'
      gs_node_id: 'Gs node'
      voicemail_accountable_type: 'Voicemail accountable type'
      voicemail_accountable_id: 'Voicemail accountable'
      actions:
        confirm_destroy: 'Are you sure you want to delete this Voicemail Account?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Voicemail Account for %{resource}'
    show:
      page_title: 'Show Voicemail Account'
      uuid: 'Uuid'
      name: 'Name'
      active: 'Active'
      gs_node_id: 'Gs node'
      voicemail_accountable_type: 'Voicemail accountable type'
      voicemail_accountable_id: 'Voicemail accountable'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New Voicemail Account'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Voicemail Account'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      uuid:
        label: 'Uuid'
        hint: ''
      name:
        label: 'Name'
        hint: ''
      active:
        label: 'Active'
        hint: ''
      gs_node_id:
        label: 'Gs node'
        hint: ''
      voicemail_accountable_type:
        label: 'Voicemail accountable type'
        hint: ''
      voicemail_accountable_id:
        label: 'Voicemail accountable'
        hint: ''
      submit: 'Submit'