master
 1---
 2en:
 3  activerecord:
 4    attributes:
 5      search:
 6        q: "Search query"
 7      session:
 8        email: 'Email'
 9        password: 'Password'
10      user:
11        accepted: "Terms and conditions"
12        email: 'Email'
13        name: 'Full name'
14        password: 'Password'
15  avatar_uploaded: Your avatar has been updated.
16  logout: Sign Out
17  my:
18    passwords:
19      passwords_do_not_match: The passwords should match and should be a minimum of 6 characters.
20      updated: Your password was updated.
21    shared:
22      my_nav:
23        activity: "Activity"
24        admin: "Admin"
25        avatar: "My Photo"
26        change_password: "Change My Password"
27        dashboard: "Dashboard"
28        favorites: "My Favorites"
29        jobs: "Jobs"
30        my_profile: "My Profile"
31        new_cake: "Cake"
32        new_tutorial: "Tutorial"
33        photos: "Photos"
34        products: "Products"
35        sessions: "Sessions"
36        users: "Users"
37  passwords:
38    send_instructions: You will receive an email with instructions about how to reset your password in a few minutes.
39  profile_saved: Your settings have been updated successfully!
40  sessions:
41    new:
42      sign_in: "Sign In"
43    create:
44      failure:
45        invalid: Invalid email or password.