34 lines
1001 B
YAML
34 lines
1001 B
YAML
en:
|
|
forg: Forg
|
|
layouts:
|
|
mailer:
|
|
greeting: "Hello, %{name}"
|
|
sign_off: |
|
|
See you soon,
|
|
The Forg team
|
|
sign_off_html: "<p>See you soon,<br>The Forg team</p>"
|
|
account_verifications:
|
|
show:
|
|
success: "Thanks for verifying your email address! You can now log in."
|
|
error: "Invalid token, could not verify your account."
|
|
users:
|
|
validations:
|
|
email_format: "must be a valid email address"
|
|
new:
|
|
sign_up: Sign up
|
|
create:
|
|
error: "Could not create account: %{error}"
|
|
success: "Thanks for joining Forg, %{name}! Please check your email to verify your address."
|
|
user_mailer:
|
|
email_verified:
|
|
content: |-
|
|
Thanks for verifying your email address, and welcome to Forg!
|
|
|
|
You can now go ahead and log in. Enjoy!
|
|
email_verification:
|
|
content: |-
|
|
If you did not sign up for Forg, please ignore this email.
|
|
|
|
Otherwise, please visit the link below to verify your email address.
|
|
|