summaryrefslogtreecommitdiff
path: root/config/locales/views/voicemail_settings/en.yml
blob: 4696f797986aeb5b000f4e9a9fbb6e0602f19ff6 (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
en:
  voicemail_settings:
    name: 'Voicemailsetting'
    settings:
      pin: 'PIN'
      notify: 'Notify'
      attachment: 'Attachment'
      mark_read: 'Mark read'
      purge: 'Purge'
      record_length_max: 'Record max.'
      record_length_min: 'Record min.'
      records_max: 'Records max.'
    controller:
      successfuly_created: 'Successfully created entry.'
      successfuly_updated: 'Successfully updated entry.'
      successfuly_destroyed: 'Successfully destroyed entry.'
    index:
      page_title: 'Voicemail settings'
      voicemail_account_id: 'Voicemail'
      name: 'Name'
      value: 'Value'
      class_type: 'Class type'
      description: 'Description'
      actions:
        confirm_destroy: 'Are you sure you want to delete this entry?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New settings entry for %{resource}'
    show:
      page_title: 'Show Voicemailsetting'
      voicemail_account_id: 'Voicemail'
      name: 'Name'
      value: 'Value'
      class_type: 'Class type'
      description: 'Description'
      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 settings entry'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Voicemail settings'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      voicemail_account_id:
        label: 'Voicemail'
        hint: ''
      name:
        label: 'Name'
        hint: ''
      value:
        label: 'Value'
        hint: ''
      class_type:
        label: 'Class type'
        hint: ''
      description:
        label: 'Description'
        hint: ''
      submit: 'Submit'