about summary refs log tree commit diff
path: root/config/locales/simple_form.en.yml
blob: 1ba7c91e2b2c9fc48926319a4e6f43a7305971c2 (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
---
en:
  simple_form:
    labels:
      defaults:
        avatar: Avatar
        confirm_new_password: Confirm new password
        confirm_password: Confirm password
        current_password: Current password
        display_name: Display name
        email: E-mail address
        header: Header
        locale: Language
        new_password: New password
        note: Bio
        password: Password
        silenced: Unlisted mode
        username: Username
      notification_emails:
        favourite: Send e-mail when someone favourites your status
        follow: Send e-mail when someone follows you
        mention: Send e-mail when someone mentions you
        reblog: Send e-mail when someone reblogs your status
      interactions:
        must_be_follower: Block notifications from non-followers
        must_be_following: Block notifications from people you don't follow
    'no': 'No'
    required:
      mark: "*"
      text: required
    'yes': 'Yes'