21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 15:00:50 +02:00
chexpire/config/locales/en.yml
2018-07-02 18:40:09 +02:00

71 lines
1.9 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

en:
activerecord:
attributes:
check:
domain_created_at: "Creation date"
domain_updated_at: "Update date"
user:
tos_accepted: "Terms of service"
notifications_enabled: "Notifications enabled"
errors:
models:
check:
past: "can't be in the future"
devise:
registrations:
new:
tos_acceptance_html: "You must accept our Terms of service"
edit:
title: Update your profile
change_password_title: "Want to change your password?"
simple_form:
placeholders:
notifications:
recipient: john@example.org
flashes:
user_not_authorized: "You are not authorized to access to this resource."
notifications_mailer:
domain_expires_soon:
subject:
zero: "Domain %{domain} expires TODAY!"
one: "Domain %{domain} expires TOMORROW!"
other: "Domain %{domain} expires in %{count} days"
domain_recurrent_failures:
subject: "Recurrent failures in %{domain} domain expiry check"
ssl_expires_soon:
subject:
zero: "SSL certificate for %{domain} expires TODAY!"
one: "SSL certificate for %{domain} expires TOMORROW!"
other: "SSL certificate for %{domain} expires in %{count} days"
ssl_recurrent_failures:
subject: "Recurrent failures in %{domain} SSL certificate expiry check"
shared:
locales:
en: English
fr: French
navbar:
sign_up: "Sign up"
sign_in: "Sign in"
sign_out: "Sign out"
profile: "Profile"
checks:
index:
no_check_yet_html: |
You have not set up a check yet.
Please add a <a href="%{new_domain_path}">domain</a>
or a <a href="%{new_ssl_path}">ssl</a> !
form:
notifications_hint: |
Receive notifications to warn you when our system detects that the
expiration date is coming. The time is set in number of days.