21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 15:30:49 +02:00

Add basic localization files for french

This commit is contained in:
Jérémy Lecour 2018-06-13 07:51:59 +02:00
parent 4b7ba3d1a0
commit c0ba44eea5
2 changed files with 86 additions and 0 deletions

55
config/locales/fr.yml Normal file
View file

@ -0,0 +1,55 @@
fr:
activerecord:
attributes:
check:
domain_created_at: "Date de création"
domain_updated_at: "Date de modification"
user:
tos_accepted: "Conditions d'utilisation"
notifications_enabled: "Notifications activées"
errors:
models:
check:
past: "ne peut être dans le futur"
devise:
registrations:
new:
tos_acceptance_html: "Vous devez accepter les Conditions d'utilisation"
simple_form:
placeholders:
notifications:
recipient: john@example.org
flashes:
user_not_authorized: "Vous n'êtes pas autorisé•e à accéder à cette ressouce."
notifications_mailer:
domain_expires_soon:
subject:
zero: "Le domaine %{domain} expire AUJOURD'HUI !"
one: "Le domaine %{domain} expire DEMAIN !"
other: "Le domaine %{domain} expire dans %{count} jours"
domain_recurrent_failures:
subject: "Multiples erreur dans la vérification d'expiration du domaine %{domain}"
shared:
navbar:
sign_up: "Enregistrement"
sign_in: "Connexion"
sign_out: "Déconnexion"
profile: "Profile"
checks:
index:
no_check_yet_html: |
Vous n'avez pas encore créé de vérification.
Vous pouvez en ajouter pour un <a href="%{new_domain_path}">domaine</a>
ou un <a href="%{new_ssl_path}">SSL</a> !
form:
notifications_hint: |
Recevez des notifications pour vous avertir lorsque notre système détecte
que la date d'expiration approche. Le délais est indiqué ennombre de jours.

View file

@ -0,0 +1,31 @@
fr:
simple_form:
"yes": 'Oui'
"no": 'Non'
required:
text: 'required'
mark: '*'
# You can uncomment the line below if you need to overwrite the whole required html.
# When using html, text and mark won't be used.
# html: '<abbr title="required">*</abbr>'
error_notification:
default_message: "Merci de vérifier les erreurs ci-dessous :"
# Examples
# labels:
# defaults:
# password: 'Password'
# user:
# new:
# email: 'E-mail to sign in.'
# edit:
# email: 'E-mail.'
# hints:
# defaults:
# username: 'User name to sign in.'
# password: 'No special characters, please.'
# include_blanks:
# defaults:
# age: 'Rather not say'
# prompts:
# defaults:
# age: 'Select your age'