summaryrefslogtreecommitdiff
path: root/config/locales/views/intruders/de.yml
blob: 42ece4b7d0a2fa669cbec23c225c36dfebbd84c0 (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
de:
  intruders:
    name: 'Intruder'
    controller:
      successfuly_created: 'Intruder wurde angelegt.'
      successfuly_updated: 'Intruder wurde aktualisiert.'
      successfuly_destroyed: 'Intruder wurde gelöscht.'
    index:
      page_title: 'Übersicht von 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: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Intruder'
        destroy: 'Löschen'
        edit: 'Bearbeiten'
        show: 'Anzeigen'
        create: 'Neu anlegen'
        create_for: 'Intruder neu anlegen für %{resource}'
    show:
      page_title: 'Intruder bearbeiten'
      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: 'Sind Sie sicher, dass die dieses Element löschen möchten?'
        destroy: 'Löschen'
        edit: 'Bearbeiten'
        view_all: 'Alle anzeigen'
    new:
      page_title: 'Intruder neu anlegen'
      actions:
        back_to_list: 'Zurück zur Übersicht'
    edit:
      page_title: 'Intruder bearbeiten'
      actions:
        back_to_list: 'Zurück zur Übersicht'
        edit: 'Bearbeiten'
        view_all: 'Alle anzeigen'
    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: 'Absenden'