about summary refs log tree commit diff
path: root/config/locales/simple_form.en.yml
blob: 34bc94963e9f2953dad0c85f89086021304e02cb (plain) (blame)
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
en:
  simple_form:
    "yes": 'Yes'
    "no": 'No'
    required:
      text: 'required'
      mark: '*'
    error_notification:
      default_message: "Please review the problems below:"

    labels:
      defaults:
        email: E-mail address
        password: Password
        username: Username
        confirm_password: Confirm password
        new_password: New password
        confirm_new_password: Confirm new password
        current_password: Current password
        display_name: Display name
        note: Bio
        avatar: Avatar
        header: Header
      notification_emails:
        follow: Send e-mail when someone follows you
        reblog: Send e-mail when someone reblogs your status
        favourite: Send e-mail when someone favourites your status
        mention: Send e-mail when someone mentions you
    #   user:
    #     new:
    #       email: 'E-mail to sign in.'
    #     edit:
    #       email: 'E-mail.'
    # hints:
    #   defaults:
    #     username: 'User name to sign in.'
    #     password: 'No special characters, please.'
    # include_blanks:
    #   defaults:
    #     age: 'Rather not say'
    # prompts:
    #   defaults:
    #     age: 'Select your age'