-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
85 additions
and
6 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
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,75 @@ | ||
export default { | ||
base: { | ||
remove: 'Supprimer', | ||
cancel: 'Annuler', | ||
confirm: 'Confirmer', | ||
inert: 'Insérer', | ||
width: 'Largeur', | ||
height: 'Hauteur' | ||
}, | ||
controls: { | ||
clear: 'Effacer', | ||
undo: 'Annuler', | ||
redo: 'Refaire', | ||
fontSize: 'Taille de police', | ||
color: 'Couleur', | ||
textColor: 'Texte', | ||
tempColors: 'Couleurs temporaire', | ||
backgroundColor: 'Couleur d\'arrière plan', | ||
bold: 'Gras', | ||
lineHeight:'Hauteur de ligne', | ||
letterSpacing:'Espacement des lettres', | ||
textIndent:'Indentation du texte', | ||
increaseIndent: 'Augmenter l\'indentation', | ||
decreaseIndent: 'Réduire l\'indentation', | ||
italic: 'Italique', | ||
underline: 'Souligner', | ||
strikeThrough: 'Barrer', | ||
fontFamily: 'Police d\'écriture', | ||
textAlign: 'Alignement du texte', | ||
alignLeft: 'Aligner à gauche', | ||
alignCenter: 'Aligner au centre', | ||
alignRight: 'Aligner à droite', | ||
alignJustify: 'Justifier', | ||
floatLeft: 'Déplacer à gauche', | ||
floatRight: 'Déplacer à droite', | ||
superScript: 'Super-script', | ||
subScript: 'Sous-script', | ||
removeStyles: 'Supprimer les styles', | ||
headings: 'Titres', | ||
header: 'Entêtes', | ||
normal: 'Normal', | ||
orderedList: 'Liste ordonnée', | ||
unorderedList: 'Liste non-ordonnée', | ||
blockQuote: 'Citation', | ||
code: 'Code', | ||
link: 'Insérer un lien', | ||
unlink: 'Supprimer le lien', | ||
hr: 'Ligne horizontale', | ||
media: 'Média', | ||
mediaLibirary: 'Bibliothêque', | ||
emoji: 'Emoji', | ||
fullscreen: 'Plein écran', | ||
exitFullscreen: 'Quitter le plein écran', | ||
}, | ||
linkEditor: { | ||
textInputPlaceHolder: 'Insérer le texte à afficher', | ||
linkInputPlaceHolder: 'Insérer le lien URL', | ||
inputWithEnterPlaceHolder: 'Insérer le lien URL puis appuyer sur Entrée', | ||
openInNewWindow: 'Ouvrir dans une nouvelle fenêtre', | ||
removeLink: 'Supprimer le lien' | ||
}, | ||
audioPlayer: { | ||
title: 'Lancer le son audio' | ||
}, | ||
videoPlayer: { | ||
title: 'Lancer la video', | ||
embedTitle: 'Intégrer média' | ||
}, | ||
media: { | ||
image: 'Image', | ||
video: 'Vidéo', | ||
audio: 'Audio', | ||
embed: 'Intégré' | ||
} | ||
} |
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