Skip to content

Commit

Permalink
Merge pull request #1 from scandella/scandella-patch-french
Browse files Browse the repository at this point in the history
Add french translation
  • Loading branch information
scandella authored Jan 4, 2023
2 parents f300931 + 1ba2972 commit 6e8fbdd
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions src/translations/fr/neo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?php

return [
'Select' => 'Sélectionné',
'Disabled' => 'Désactivé',
'Actions' => 'Actions',
'Collapse' => 'Réduire',
'Expand' => 'Déplier',
'Disable' => 'Désactiver',
'Enable' => 'Activer',
'Add block above' => 'Ajouter un bloc avant',
'Copy' => 'Copier',
'Paste' => 'Coller',
'Move up' => 'Déplacer vers le haut',
'Move down' => 'Déplacer vers le bas',
'Clone' => 'Dupliquer',
'Delete' => 'Supprimer',
'Reorder' => 'Réordonner',
'Add a block' => 'Ajouter un bloc',
'Name' => 'Nom',
'What this block type will be called in the CP.' => 'Nom du bloc dans le panneau de contrôle',
'Handle' => 'Étiquette',
'How you&#8217;ll refer to this block type in the templates.' => 'Le nom utilisé pour ce champ dans les templates.',
'Max Blocks' => 'Nombre maximum de blocs',
'The maximum number of blocks of this type the field is allowed to have.' => 'Nombre maximum de blocs autorisés pour ce champ.',
'All' => 'Tous',
'Child Blocks' => 'Blocs enfants',
'Which block types do you want to allow as children?' => 'Types de blocs enfants pouvant être attribués à ce bloc',
'Max Child Blocks' => 'Nombre maximum de blocs enfants',
'The maximum number of child blocks this block type is allowed to have.' => 'Nombre maximum de blocs enfants autorisés pour ce bloc.',
'Top Level' => 'Niveau supérieur',
'Will this block type be allowed at the top level?' => 'Autoriser ce bloc à un niveau supérieur',
'Delete block type' => 'Supprimer ce type de bloc',
'This can be left blank if you just want an unlabeled separator.' => 'Laissez vide si vous voulez créer un séparateur sans étiquette.',
'Delete group' => 'Supprimer le goupe',
'Block Types' => 'Type de blocs',
'Block type' => 'Type de bloc',
'Group' => 'Groupe',
'Settings' => 'Réglages',
'Field Layout' => 'Réglage du champ',
'Neo' => 'Neo',
'{attribute} should contain at least {min, number} {min, plural, one{block} other{blocks}}.' => '{attribute} doit contenir au moins {min, number} {min, plural, one{block} other{blocks}}.',
'{attribute} should contain at most {max, number} {max, plural, one{block} other{blocks}}.' => '{attribute} doit contenir au plus {max, number} {max, plural, one{block} other{blocks}}.',
'Unable to nest Neo fields.' => 'Impossible d’insérer un champ Neo.',
'Neo Block' => 'Bloc Neo',
'Neo Blocks' => 'Blocs Neo',
'Configuration' => 'Configuration',
'Define the types of blocks that can be created within this Neo field, as well as the fields each block type is made up of.' => 'Définissez les types de blocs qui peuvent être créés dans ce champ Neo, ainsi que les champs dont chaque type de bloc est composé.',
'Propagation Method' => 'Méthode de propagation',
'Which sites should blocks be saved to?' => 'Pour quels sites ces blocks doivent-ils être sauvegardés ?',
'Only save blocks to the site they were created in' => 'Sauvegarder ces blocs uniquement vers leur site d’origine',
'Save blocks to other sites in the same site group' => 'Sauvegarder ces blocs vers d’autres sites du même groupe de sites',
'Save blocks to other sites with the same language' => 'Sauvegarder ces blocs vers d’autres sites du même langage',
'Save blocks to all sites the owner element is saved in' => 'Sauvegarder ces blocs vers tous les sites du bloc parent',
'Min Blocks' => 'Blocs minimum',
'The minimum number of blocks the field must have.' => 'Nombre minimum de blocs que ce champ peut recevoir.',
'The maximum number of blocks the field is allowed to have.' => 'Nombre maximum de blocs que ce champ peut recevoir.',
'Max Top-Level Blocks' => 'Max Top-Level Blocks',
'The maximum number of top-level blocks the field is allowed to have.' => 'Nombre maximum de champs de niveau supérieur que ce champ peut recevoir.',
'{attribute} should contain at most {maxTopBlocks, number} top-level {maxTopBlocks, plural, one{block} other{blocks}}.' => '{attribute} doit contenir {maxTopBlocks, number} {maxTopBlocks, plural, one{bloc} other{blocs}} de niveau supérieur.',
'{label} "{value}" has already been taken.' => '{label} "{value}" a été déjà été utilisée.',
'The maximum level that blocks in this field can be nested.' => 'Le niveau maximum dans lequel les blocs de ce champ peuvent être imbriqués.',
'{attribute} blocks must not be nested deeper than level {maxLevels, number}.' => '{attribute} blocs ne doivent pas avoir plus de {maxLevels, number} niveaux descendants.',
'{attribute} should contain at most {maxBlockTypeBlocks, number} {maxBlockTypeBlocks, plural, one{block} other{blocks}} of type {blockType}.' => '{attribute} doit contenir au moins {maxBlockTypeBlocks, number} {maxBlockTypeBlocks, plural, one{block} d’autres{blocks}} de type {blockType}.',
'This field is currently of the Neo type. You may automatically convert it to Matrix along with all of its content.' => 'Ce champ est un champ Neo. Vous pouvez automatiquement convertir ce champ Neo ainsi que tout son contenu vers un champ Matrix.',
'Convert' => 'Convertir',
'By converting to Matrix, structural information will be lost.' => 'Lors de la convertion en champ Matrix, des informations structurelles seront perdues.',
'Are you sure? This is a one way operation. You cannot undo conversion from Neo to Matrix.' => 'Êtes-vous certain ? Cette conversion est à sens unique. Il est impossible d’annuler une conversion de champ Neo vers un champ Matrix.',
'Could not convert Neo field to Matrix' => 'Impossible de convertir le champ Neo en champ Matrix',
];

0 comments on commit 6e8fbdd

Please sign in to comment.