config/locales/iugu.en.yml in iugusdk-1.0.0.alpha.2 vs config/locales/iugu.en.yml in iugusdk-1.0.0.alpha.3

- old
+ new

@@ -4,17 +4,22 @@ only_owners_can_destroy_accounts: "Only owners can destroy Accounts" invalid_role: "Not a valid role" only_social_and_no_email: "You need email and password to unlink this Social Account" email_already_in_use: "This email is already in use" iugu: + welcome: "Welcome" + edit: "Edit" + update: "Update" + unhappy?: "Unhappy?" try_first: "Try first" generate_new_token: "Generate new token" create_account: "Create Account" add: "Add" active: "Active" unnamed: "Unnamed" back_to: "Back to" + back: "Back" save: "Save" invited_by: "Invited by" accept: "Accept" invite: "Invite" permissions: "Permissions" @@ -37,23 +42,30 @@ are_you_sure?: "Are you sure?" remove: "Remove" remove_user: "Remove User" removing: "Removing..." cancel_account: "Cancel Account" + cancel_my_account: "Cancel my account" undo: "Undo" signed_in: "You are signed in as" settings: "Settings" in_your_settings_form: "in your settings form" sign_out: "Sign out" sign_in: "Sign in" + sign_in_with: "Sign in with" sign_up: "Sign up" profile: "Profile" profile_settings: "Profile Settings" account_settings: "Account Settings" account_number: "Account Number" account_roles: "User roles on account" change_password: "Change password" + change_your_password: "Change your password" + change_my_password: "Change my password" + forgot_your_password?: "Forgot your password?" + new_password: "New password" + confirm_your_new_password: "Confirm your new password" change: "Change" manage: "Manage" social_account: "Social network accounts" payment_history: "Payment History" primary: "Primary" @@ -61,11 +73,27 @@ verified: "Verified" not_verified: "Not Verified" verify_domain: "Verify Domain" verify_later: "Verify later" instructions: "Instructions" + resend_confirmation_instructions: "Resend confirmation instructions" + confirm_email_through_link_below: "You can confirm your account email through the link below" + send_me_reset_password_instructions: "Send me reset password instructions" + leave_it_blank_if_dont_wanna_change_it: "leave it blank if you don't want to change it" + we_need_your_current_password_to_confirm_changes: "we need your current password to confirm your changes" + did_not_receive_confirmation_instructions?: "Didn't receive confirmation instructions?" + plan_name: "Plan name" + custom_domains: "Custom domains" + api_token: "Api token" + i_dont_have_any_accounts: "I don't have any accounts" + owner: "owner" + admin: "admin" + user: "user" + guest: "guest" + become_user: "Become an User" notices: + congrats_for_becoming_user: "Congratulations for becoming an user" guest_login: "Guest successfully login" subdomain_updated: "Subdomain successfully updated" you_are_already_member_of_this_account: "You already member of this account" new_token_generated: "New token generated" account_updated: "Account was successfully updated" @@ -78,6 +106,17 @@ domain_not_found: "Domain not found" domain_destroyed: "Domain successfully removed" domain_verified: "Domain successfully verified" domain_not_verified: "Domain could not be verified" domain_set_primary: "Domain successfully set as primary" + + activerecord: + models: + user: "User" + attributes: + password: "Password" + password_confirmation: "Password confirmation" + name: "Name" + birthdate: "Birthdate" + locale: "Locale" + remember_me: "Remember me"