summaryrefslogtreecommitdiff
path: root/config/locales/views/intruders/en.yml
blob: 99c2dcb3f3127803ef5b7e879f3f993e72f3430d (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
en:
  intruders:
    name: 'Intruder'
    controller:
      successfuly_created: 'Successfully created Intruder.'
      successfuly_updated: 'Successfully updated Intruder.'
      successfuly_destroyed: 'Successfully destroyed Intruder.'
    index:
      page_title: 'Listing Intruder'
      list_type: 'List type'
      key: 'Key'
      points: 'Points'
      bans: 'Bans'
      ban_last: 'Ban last'
      ban_end: 'Ban end'
      contact_ip: 'Contact ip'
      contact_port: 'Contact port'
      contact_count: 'Contact count'
      contact_last: 'Contact last'
      contacts_per_second: 'Contacts per second'
      contacts_per_second_max: 'Contacts per second max'
      user_agent: 'User agent'
      to_user: 'To user'
      comment: 'Comment'
      actions:
        confirm_destroy: 'Are you sure you want to delete this Intruder?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Intruder for %{resource}'
    show:
      page_title: 'Show Intruder'
      list_type: 'List type'
      key: 'Key'
      points: 'Points'
      bans: 'Bans'
      ban_last: 'Ban last'
      ban_end: 'Ban end'
      contact_ip: 'Contact ip'
      contact_port: 'Contact port'
      contact_count: 'Contact count'
      contact_last: 'Contact last'
      contacts_per_second: 'Contacts per second'
      contacts_per_second_max: 'Contacts per second max'
      user_agent: 'User agent'
      to_user: 'To user'
      comment: 'Comment'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New Intruder'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Intruder'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      list_type:
        label: 'List type'
        hint: ''
      key:
        label: 'Key'
        hint: ''
      points:
        label: 'Points'
        hint: ''
      bans:
        label: 'Bans'
        hint: ''
      ban_last:
        label: 'Ban last'
        hint: ''
      ban_end:
        label: 'Ban end'
        hint: ''
      contact_ip:
        label: 'Contact ip'
        hint: ''
      contact_port:
        label: 'Contact port'
        hint: ''
      contact_count:
        label: 'Contact count'
        hint: ''
      contact_last:
        label: 'Contact last'
        hint: ''
      contacts_per_second:
        label: 'Contacts per second'
        hint: ''
      contacts_per_second_max:
        label: 'Contacts per second max'
        hint: ''
      user_agent:
        label: 'User agent'
        hint: ''
      to_user:
        label: 'To user'
        hint: ''
      comment:
        label: 'Comment'
        hint: ''
      submit: 'Submit'