Browse Source

Fr missing strings (#1708)

* Fix missing translation for username already taken

* fr - note too long translation
closed-social-glitch-2
spf 7 years ago
committed by Eugen
parent
commit
a58c935c3d
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      config/locales/doorkeeper.fr.yml

+ 7
- 0
config/locales/doorkeeper.fr.yml View File

@ -27,6 +27,13 @@ fr:
invalid_uri: doit être une URL valide.
relative_uri: doit être une URL absolue.
secured_uri: doit être une URL HTTP/SSL.
account:
attributes:
username:
blank: Identifiant vide
taken: Identifiant déjà pris
note:
too_long: Description trop longue
user:
attributes:
email:

Loading…
Cancel
Save