summaryrefslogtreecommitdiff
path: root/config/locales/views/whitelists/en.yml
blob: 475d56067e61a993946beb3e3b4a468cefaaf826 (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
en:
  whitelists:
    name: 'Whitelist'
    controller:
      successfuly_created: 'Successfully created whitelist.'
      successfuly_updated: 'Successfully updated whitelist.'
      successfuly_destroyed: 'Successfully destroyed whitelist.'
    index:
      page_title: 'Whitelists'
      name: 'Name'
      phone_numbers: 'Phone numbers'
      actions:
        confirm_destroy: 'Are you sure you want to delete this whitelist?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New whitelist for %{resource}'
    show:
      page_title: 'Show whitelist'
      name: 'Name'
      actions:
        confirm_destroy: 'Are you sure you want to delete this whitelist?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New whitelist'
    edit:
      page_title: 'Editing whitelist'
    form:
      name:
        label: 'Name'
        hint: ''
      phone_numbers:
        label: 'Phone numbers'
        hint: ''
      submit: 'Submit'