| 1 | en: |
| 2 | devise: |
| 3 | failure: |
| 4 | invited: "You have a pending invitation, accept it to finish creating your account." |
| 5 | invitations: |
| 6 | send_instructions: "An invitation email has been sent to %{email}." |
| 7 | invitation_token_invalid: "The invitation token provided is not valid!" |
| 8 | updated: "Your password was set successfully. You are now signed in." |
| 9 | updated_not_active: "Your password was set successfully." |
| 10 | no_invitations_remaining: "No invitations remaining" |
| 11 | invitation_removed: "Your invitation was removed." |
| 12 | new: |
| 13 | header: "Send invitation" |
| 14 | submit_button: "Send an invitation" |
| 15 | edit: |
| 16 | header: "Set your password" |
| 17 | submit_button: "Set my password" |
| 18 | mailer: |
| 19 | invitation_instructions: |
| 20 | subject: "Invitation instructions" |
| 21 | hello: "Hello %{email}" |
| 22 | someone_invited_you: "Someone has invited you to %{url}, you can accept it through the link below." |
| 23 | accept: "Accept invitation" |
| 24 | accept_until: "This invitation will be due in %{due_date}." |
| 25 | ignore: "If you don't want to accept the invitation, please ignore this email. Your account won't be created until you access the link above and set your password." |
| 26 | time: |
| 27 | formats: |
| 28 | devise: |
| 29 | mailer: |
| 30 | invitation_instructions: |
| 31 | accept_until_format: "%B %d, %Y %I:%M %p" |