Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fr auth.json with translations for general_errors. #51

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fr/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,11 @@
"email_greeting": "Salut,",
"email_disclaimer": "Vous avez reçu cet email car vous avez demandé un code de confirmation de ${business_name}"
}
funkycharlie marked this conversation as resolved.
Show resolved Hide resolved
"general_errors": {
"account_not_found": "Compte non trouvé",
"action_allowed_only_once": "L'action demandée n'a pu être executée qu'une fois.",
"no_organization_access": "Désolé, vous n'avez pas l'accès à cette organisation.",
"operation_not_permitted": "L'action demandée n'a pu être effectuée."
}
}
}