1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-04-12 02:02:31 +02:00

fix missing translation in API doc

This commit is contained in:
Sylvain 2016-06-28 11:57:04 +02:00
parent 7126843eda
commit 9000305a11
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,9 @@ en:
errors: errors:
<<: *errors <<: *errors
apipie:
api_documentation: "API Documentation"
omniauth: omniauth:
# error messages when importing an account from a SSO # error messages when importing an account from a SSO
email_already_linked_to_another_account_please_input_your_authentication_code: "E-mail address \"%{OLD_MAIL}\" is already linked to another account, please input your authentication code." email_already_linked_to_another_account_please_input_your_authentication_code: "E-mail address \"%{OLD_MAIL}\" is already linked to another account, please input your authentication code."

View File

@ -36,6 +36,9 @@ fr:
errors: errors:
<<: *errors <<: *errors
apipie:
api_documentation: "Documentation de l'API"
omniauth: omniauth:
# messages d'erreur lors de l'import d'un compte depuis un SSO # messages d'erreur lors de l'import d'un compte depuis un SSO
email_already_linked_to_another_account_please_input_your_authentication_code: "L'adresse de courriel \"%{OLD_MAIL}\" est déjà associée à un compte utilisateur, merci de saisir votre code d'authentification." email_already_linked_to_another_account_please_input_your_authentication_code: "L'adresse de courriel \"%{OLD_MAIL}\" est déjà associée à un compte utilisateur, merci de saisir votre code d'authentification."