summaryrefslogtreecommitdiff
path: root/config/locales/simple_form.de.yml
blob: 1db7297422910838d86fd37e0da89dce792b7621 (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
de:
  simple_form:
    "yes": 'Ja'
    "no": 'Nein'
    required:
      text: 'benötigt'
      mark: '*'
      # You can uncomment the line below if you need to overwrite the whole required html.
      # When using html, text and mark won't be used.
      # html: '<abbr title="required">*</abbr>'
    error_notification:
      default_message: "Es wurden Validierungsfehler bei Ihren Eingaben gefunden."
    # Labels and hints examples
    # labels:
    #   password: 'Password'
    #   user:
    #     new:
    #       email: 'E-mail para efetuar o sign in.'
    #     edit:
    #       email: 'E-mail.'
    # hints:
    #   username: 'User name to sign in.'
    #   password: 'No special characters, please.'