-
-
Notifications
You must be signed in to change notification settings - Fork 89
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 #367 from Voltra/feature/FRENCH_TRANSLATION
Add french translations
- Loading branch information
Showing
4 changed files
with
128 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,34 @@ | ||
<?php | ||
|
||
return [ | ||
'sections' => [ | ||
'details' => 'Détails', | ||
'exif' => 'Données EXIF', | ||
'file' => 'Fichier', | ||
'meta' => 'Meta', | ||
'preview' => 'Prévisualiser', | ||
'upload_new' => 'Téléverser', | ||
'upload_new_helper' => 'Si des styles d\'images ont été générés, il est possible qu\'il faille les regénérer.', | ||
'curation' => 'Styles d\'images', | ||
], | ||
'fields' => [ | ||
'alt' => 'Alt', | ||
'alt_hint' => 'Alt ?', | ||
'caption' => 'Légende', | ||
'description' => 'Description', | ||
'file' => 'Fichier', | ||
'title' => 'Titre', | ||
'name' => 'Nom', | ||
], | ||
'notices' => [ | ||
'success' => 'Média mis à jour avec succès.', | ||
], | ||
'curations' => [ | ||
'button_label' => 'Créer un style d\'images', | ||
], | ||
'multi_upload' => [ | ||
'action_label' => 'Téléverser', | ||
'modal_heading' => 'Téléverser plusieurs fichiers', | ||
'modal_file_label' => 'Fichier', | ||
], | ||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
'update_success' => 'Le média a été mis à jour avec succès !', | ||
'update_error' => 'Il y a eu une erreur lors de la mise à jour du média.', | ||
'delete_success' => 'Le média a été supprimé avec succès !', | ||
'delete_error' => 'Il y a eu une erreur lors de la suppression du média.', | ||
]; |
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,16 @@ | ||
<?php | ||
|
||
return [ | ||
'columns' => [ | ||
'url' => 'URL', | ||
'name' => 'Nom', | ||
'ext' => 'Extension', | ||
'disk' => 'Disque Laravel', | ||
'directory' => 'Dossier', | ||
'created_at' => 'Date de création', | ||
], | ||
'actions' => [ | ||
'toggle_table_grid' => 'Vue grille', | ||
'toggle_table_list' => 'Vue liste', | ||
], | ||
]; |
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,70 @@ | ||
<?php | ||
|
||
return [ | ||
'details' => [ | ||
'uploaded_on' => 'Date de Téléversement', | ||
'file_type' => 'Type', | ||
'file_size' => 'Poids', | ||
'dimensions' => 'Taille', | ||
'disk' => 'Disque Laravel', | ||
'directory' => 'Dossier', | ||
'file_url' => 'URL', | ||
'file' => 'Fichier', | ||
'ext' => 'Ext', | ||
'copy_url' => 'Copier l\'URL', | ||
'url_copied' => 'Copiée !', | ||
], | ||
'picker' => [ | ||
'button' => 'Ajouter un média', | ||
'reorder' => 'Réordonner', | ||
'view' => 'Voir', | ||
'edit' => 'Modifier', | ||
'download' => 'Télécharger', | ||
'remove' => 'Supprimer', | ||
'clear' => 'Tout supprimer', | ||
], | ||
'panel' => [ | ||
'button' => 'Ajouter un média', | ||
'heading' => 'Galerie', | ||
'search_label' => 'Rechercher', | ||
'search_placeholder' => 'Rechercher...', | ||
'upload_tab' => 'Téléverser un Media', | ||
'media_library_tab' => 'Galerie', | ||
'deselect' => 'Déselectionner', | ||
'load_more' => 'Charger la suite', | ||
'empty' => 'Aucun fichier trouvé ou dans la galerie.', | ||
'edit_media' => 'Modifier un Media', | ||
'edit_save' => 'Sauvegarder', | ||
'edit_delete' => 'Supprimer', | ||
'edit_cancel' => 'Annuler', | ||
'use_selected_image' => 'Insérer', | ||
'add_files' => 'Ajouter de Fichiers', | ||
'view' => 'Voir', | ||
'edit' => 'Modifier', | ||
'download' => 'Télécharger', | ||
'remove' => 'Supprimer', | ||
'deselect_all' => 'Tout désélectionner', | ||
], | ||
'curation' => [ | ||
'heading' => 'Modification de', | ||
'adjustments' => 'Ajustements', | ||
'cancel' => 'Annuler', | ||
'custom' => 'Personnalisé', | ||
'key' => 'Clé', | ||
'key_helper' => 'Ceci est la référence utilisée pour récupérer votre style d\'images lors de l\'affichage d\'une image', | ||
'zoom_in' => 'Zoom', | ||
'zoom_out' => 'Dézoom', | ||
'flip_horizontally' => 'Symétrie horizontale', | ||
'flip_vertically' => 'Symétrie verticale', | ||
'drag_mode' => 'Déplacer', | ||
'crop_mode' => 'Rogner', | ||
'reset' => 'Réinitialiser', | ||
'save_curation' => 'Sauvegarder', | ||
'height' => 'Hauteur', | ||
'width' => 'Largeur', | ||
'format' => 'Format', | ||
'quality' => 'Qualité', | ||
'rotate' => 'Rotation', | ||
'rotate_deg' => 'degrés', | ||
], | ||
]; |