mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
New translations editor.php (French)
Some checks failed
analyse-php / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-migrations / build (8.4) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
test-php / build (8.4) (push) Has been cancelled
Some checks failed
analyse-php / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-migrations / build (8.4) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
test-php / build (8.4) (push) Has been cancelled
This commit is contained in:
parent
77d80f5626
commit
9ad623d26c
@ -35,7 +35,7 @@ return [
|
||||
'header_tiny' => 'En-tête minuscule',
|
||||
'paragraph' => 'Paragraphe',
|
||||
'blockquote' => 'Bloc de citation',
|
||||
'inline_code' => 'Ligne de Code',
|
||||
'inline_code' => 'Ligne de code',
|
||||
'callouts' => 'Légendes',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Succès',
|
||||
@ -47,7 +47,7 @@ return [
|
||||
'strikethrough' => 'Barré',
|
||||
'superscript' => 'Exposant',
|
||||
'subscript' => 'Indice',
|
||||
'text_color' => 'Couleur Texte',
|
||||
'text_color' => 'Couleur de texte',
|
||||
'highlight_color' => 'Couleur de surlignage',
|
||||
'custom_color' => 'Couleur personnalisée',
|
||||
'remove_color' => 'Supprimer la couleur',
|
||||
@ -75,7 +75,7 @@ return [
|
||||
'insert_media_title' => 'Insérer/Modifier un média',
|
||||
'clear_formatting' => 'Effacer le formatage',
|
||||
'source_code' => 'Code source',
|
||||
'source_code_title' => 'Code Source',
|
||||
'source_code_title' => 'Code source',
|
||||
'fullscreen' => 'Plein écran',
|
||||
'image_options' => 'Options d\'image',
|
||||
|
||||
@ -130,7 +130,7 @@ return [
|
||||
'caption' => 'Légende',
|
||||
'show_caption' => 'Afficher la légende',
|
||||
'constrain' => 'Conserver les proportions',
|
||||
'cell_border_solid' => 'En continue',
|
||||
'cell_border_solid' => 'Continu',
|
||||
'cell_border_dotted' => 'En pointillé',
|
||||
'cell_border_dashed' => 'En tirets',
|
||||
'cell_border_double' => 'En double trait',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user