about summary refs log tree commit diff
path: root/config/locales/simple_form.en.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-15 23:02:57 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-15 23:02:57 +0100
commit3ce6ac0ce2e482bc1f2784c3c7f716172b151902 (patch)
tree89052410c8e7c856bee1049464ee79463a7db48b /config/locales/simple_form.en.yml
parenta4313224d93cd762fd500e687e33247025035af8 (diff)
Adding some localizations
Diffstat (limited to 'config/locales/simple_form.en.yml')
-rw-r--r--config/locales/simple_form.en.yml26
1 files changed, 19 insertions, 7 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml
index 237438334..34bc94963 100644
--- a/config/locales/simple_form.en.yml
+++ b/config/locales/simple_form.en.yml
@@ -5,15 +5,27 @@ en:
     required:
       text: 'required'
       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: "Please review the problems below:"
-    # Examples
-    # labels:
-    #   defaults:
-    #     password: 'Password'
+
+    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.'