-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from shaffe-fr/patch-1
Add French locales
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"add image": "Ajouter image", | ||
"add placeholder block": "Ajouter bloc de remplacement", | ||
"add slide": "Ajouter slide", | ||
"align center": "Centrer", | ||
"align justify": "Justifier", | ||
"align start": "Aligner à gauche", | ||
"align end": "Aligner à droite", | ||
"alt text": "Texte alternatif (attribut alt)", | ||
"blockquote": "Citation", | ||
"bold": "Gras", | ||
"bullet list": "Puces", | ||
"bulletList": "Puces", | ||
"cancel": "Annuler", | ||
"code": "Code", | ||
"code block": "Bloc de code", | ||
"custom css classes": "Classes CSS", | ||
"edit html": "Modifier HTML", | ||
"edit image": "Modifier image", | ||
"edit link": "Modifier lien", | ||
"embed code": "Code Embed", | ||
"external links should start with http:// or https://": "Les liens externes doivent commencer par http:// ou https://.", | ||
"external url": "URL externe", | ||
"file upload": "Fichier", | ||
"fixed": "Fixe", | ||
"flexible": "Flexible", | ||
"format": "Format", | ||
"format mode": "Mode de formatage", | ||
"hard break": "Saut de ligne", | ||
"hardBreak": "Saut de ligne", | ||
"heading :level": "Titre H:level", | ||
"highlight": "Surligner", | ||
"horizontalRule": "Ligne horizontale", | ||
"italic": "Italique", | ||
"link": "Lien", | ||
"link target": "Cible du lien", | ||
"new tab/window": "Nouvel onglet", | ||
"no file selected": "Aucun fichier sélectionné", | ||
"open in new window": "Ouvrir dans un nouvel onglet", | ||
"ordered list": "Numérotation", | ||
"orderedList": "Numérotation", | ||
"redo": "Rétablir", | ||
"same tab/window": "Même onglet", | ||
"select file": "Sélectionner fichier", | ||
"set link": "Ajouter lien", | ||
"strike": "Barré", | ||
"table": "Tableau", | ||
"title": "Titre", | ||
"underline": "Souligné", | ||
"undo": "Annuler", | ||
"unset link": "Supprimer lien", | ||
"update image": "Modifier l'image", | ||
"upload and add image": "Envoyer et ajouter l'image", | ||
"upload and link file": "Envoyer et insérer le lien", | ||
"url": "Lien", | ||
"which placeholder block do you want to add": "Quel bloc de remplacement voulez-vous ajouter ?" | ||
} |