blob: d681153a5056d4f38a6314b0c93e0b8e9a84853d (
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: '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: '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: ''
button: 'Submit'
|