Skip to content

Commit 2f319ff

Browse files
authored
Merge pull request summernote#2218 from vphantom/patch-3
Missing French translation for 'style.p'
2 parents fa88af4 + 593c81f commit 2f319ff

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

lang/summernote-fr-FR.js

+30-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
style: {
6060
style: 'Style',
61-
p: 'p',
61+
p: 'Normal',
6262
blockquote: 'Citation',
6363
pre: 'Code source',
6464
h1: 'Titre 1',
@@ -105,6 +105,35 @@
105105
documentStyle: 'Style du document',
106106
extraKeys: 'Touches supplémentaires'
107107
},
108+
help: {
109+
'insertParagraph': 'Insérer paragraphe',
110+
'undo': 'Défaire la dernière commande',
111+
'redo': 'Refaire la dernière commande',
112+
'tab': 'Tabulation',
113+
'untab': 'Tabulation arrière',
114+
'bold': 'Mettre en caractère gras',
115+
'italic': 'Mettre en italique',
116+
'underline': 'Mettre en souligné',
117+
'strikethrough': 'Mettre en texte barré',
118+
'removeFormat': 'Nettoyer les styles',
119+
'justifyLeft': 'Aligner à gauche',
120+
'justifyCenter': 'Centrer',
121+
'justifyRight': 'Aligner à droite',
122+
'justifyFull': 'Justifier à gauche et à droite',
123+
'insertUnorderedList': 'Basculer liste à puces',
124+
'insertOrderedList': 'Basculer liste ordonnée',
125+
'outdent': 'Diminuer le retrait du paragraphe',
126+
'indent': 'Augmenter le retrait du paragraphe',
127+
'formatPara': 'Changer le paragraphe en cours en normal (P)',
128+
'formatH1': 'Changer le paragraphe en cours en entête H1',
129+
'formatH2': 'Change current block\'s format as entête H2',
130+
'formatH3': 'Change current block\'s format as entête H3',
131+
'formatH4': 'Change current block\'s format as entête H4',
132+
'formatH5': 'Change current block\'s format as entête H5',
133+
'formatH6': 'Change current block\'s format as entête H6',
134+
'insertHorizontalRule': 'Insérer ligne horizontale',
135+
'linkDialog.show': 'Afficher fenêtre d\'hyperlien'
136+
},
108137
history: {
109138
undo: 'Annuler la dernière action',
110139
redo: 'Restaurer la dernière action annulée'

0 commit comments

Comments
 (0)