Skip to content

Commit

Permalink
Merge pull request #390 from pascalminator/v4
Browse files Browse the repository at this point in the history
Add french translation
  • Loading branch information
Tam authored May 8, 2024
2 parents 5de1d9a + 464acdf commit bf371f5
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 bf371f5

Please sign in to comment.