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:56:03 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-16 00:55:33 +0100
commit546c4718e781f8900ba6498307ccb1e659de5edd (patch)
treef69b4941a8806cceff656991cffc46c9661654e7 /config/locales/simple_form.en.yml
parent3ce6ac0ce2e482bc1f2784c3c7f716172b151902 (diff)
Localizations for most server-side strings
Diffstat (limited to 'config/locales/simple_form.en.yml')
-rw-r--r--config/locales/simple_form.en.yml47
1 files changed, 16 insertions, 31 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml
index 34bc94963..ef69f7569 100644
--- a/config/locales/simple_form.en.yml
+++ b/config/locales/simple_form.en.yml
@@ -1,43 +1,28 @@
+---
 en:
   simple_form:
-    "yes": 'Yes'
-    "no": 'No'
-    required:
-      text: 'required'
-      mark: '*'
     error_notification:
-      default_message: "Please review the problems below:"
-
+      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
+        avatar: Avatar
         confirm_new_password: Confirm new password
+        confirm_password: Confirm password
         current_password: Current password
         display_name: Display name
-        note: Bio
-        avatar: Avatar
+        email: E-mail address
         header: Header
+        new_password: New password
+        note: Bio
+        password: Password
+        username: Username
       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
+        follow: Send e-mail when someone follows you
         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'
+        reblog: Send e-mail when someone reblogs your status
+    'no': 'No'
+    required:
+      mark: "*"
+      text: required
+    'yes': 'Yes'