Skip to content

Commit

Permalink
Add french translation
Browse files Browse the repository at this point in the history
Only what the end user will see
  • Loading branch information
pascalminator committed May 6, 2024
1 parent 5de1d9a commit 464acdf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/translations/fr/simplemap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php
/**
* SimpleMap for Craft CMS
*
* @link https://ethercreative.co.uk
* @copyright Copyright (c) 2019 Ether Creative
*/

return [

// Field
// =========================================================================

'Map' => 'Carte',
'Geo-Coding' => 'Géocodage',

'Search for a location' => 'Rechercher un lieu',
'Clear address' => 'Effacer l\'adresse',
'No address selected' => 'Aucune adresse sélectionnée',

'Full Address' => 'Adresse complète',
'Name / Number' => 'Nom / numéro',
'Street Address' => 'Adresse de rue',
'Town / City' => 'Ville',
'Postcode' => 'Code postal',
'County' => 'Comté',
'State' => 'État / province',
'Country' => 'Pays',

'Latitude' => 'Latitude',
'Longitude' => 'Longitude',

'Zoom In' => 'Zoomer',
'Zoom Out' => 'Dézoomer',
'Center on Marker' => 'Centrer sur le marqueur',
'Current Location' => 'Localisation actuelle',

];

0 comments on commit 464acdf

Please sign in to comment.