Update FR locales (#4714)
* Make the fr locales up-to-date with the last changes (new profile view, applications) * Use the same wording for toots in fr.yml and fr.json * Translate the pin related strings * Translate pin-related locales on the front-end * Add missing locales in doorkeeper.fr.yml and remove un-used ones * Change "posts" back to "status" in the /about/more page in fr.yml * Fix typos for "status" in fr.yml * fix typo for "status" in fr.json * Remove duplicate string * Non-breaking space before punctuation * 'Better' translation for "unpin" * Put back 'pouet' where it was already * Fix * Fix
This commit is contained in:
parent
74437c6bff
commit
1a0df58878
3 changed files with 35 additions and 31 deletions
|
@ -1,28 +1,14 @@
|
|||
---
|
||||
fr:
|
||||
activemodel:
|
||||
errors:
|
||||
models:
|
||||
remote_follow:
|
||||
attributes:
|
||||
acct:
|
||||
blank: Le nom d’utilisateur ne doit pas être vide
|
||||
activerecord:
|
||||
attributes:
|
||||
doorkeeper/application:
|
||||
name: Nom
|
||||
redirect_uri: L’URL de redirection
|
||||
scope: Portée
|
||||
website: Site Web de l'application
|
||||
errors:
|
||||
messages:
|
||||
record_invalid: Données invalides
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
note:
|
||||
too_long: Description trop longue
|
||||
username:
|
||||
blank: Identifiant vide
|
||||
taken: Identifiant déjà pris
|
||||
doorkeeper/application:
|
||||
attributes:
|
||||
redirect_uri:
|
||||
|
@ -30,17 +16,6 @@ fr:
|
|||
invalid_uri: doit être une URL valide.
|
||||
relative_uri: doit être une URL absolue.
|
||||
secured_uri: doit être une URL HTTP/SSL.
|
||||
user:
|
||||
attributes:
|
||||
email:
|
||||
blank: Courriel vide
|
||||
invalid: Courriel invalide
|
||||
taken: Courriel pris
|
||||
password:
|
||||
blank: Mot de passe vide
|
||||
too_short: Mot de passe trop court
|
||||
password_confirmation:
|
||||
confirmation: Le mot de passe ne correspond pas
|
||||
doorkeeper:
|
||||
applications:
|
||||
buttons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue