mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
New translations field.php (French)
This commit is contained in:
parent
6aabd833bc
commit
b8d4cc78e1
@ -26,10 +26,10 @@ return [
|
|||||||
'name' => 'Photo'
|
'name' => 'Photo'
|
||||||
],
|
],
|
||||||
'video' => [
|
'video' => [
|
||||||
'name' => 'Video'
|
'name' => 'Vidéo'
|
||||||
],
|
],
|
||||||
'map' => [
|
'map' => [
|
||||||
'name' => 'Map'
|
'name' => 'Carte'
|
||||||
],
|
],
|
||||||
'stock' => [
|
'stock' => [
|
||||||
'name' => 'Stock'
|
'name' => 'Stock'
|
||||||
@ -85,21 +85,21 @@ return [
|
|||||||
'status' => [
|
'status' => [
|
||||||
'name' => 'Statut',
|
'name' => 'Statut',
|
||||||
'option' => [
|
'option' => [
|
||||||
'approved' => 'Approved',
|
'approved' => 'Approuvé',
|
||||||
'expired' => 'Expired',
|
'expired' => 'Expiré',
|
||||||
'unpublished' => 'Unpublished',
|
'unpublished' => 'Non publié',
|
||||||
'pending_admin' => 'Pending Admin',
|
'pending_admin' => 'Administrateur en attente',
|
||||||
'pending_user' => 'Pending User'
|
'pending_user' => 'Utilisateur en attente'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'pending_adv' => [
|
'pending_adv' => [
|
||||||
'name' => 'Annonces en attente'
|
'name' => 'Annonces en attente'
|
||||||
],
|
],
|
||||||
'finish_at' => [
|
'finish_at' => [
|
||||||
'name' => 'Finish At'
|
'name' => 'Terminer à'
|
||||||
],
|
],
|
||||||
'cover_photo' => [
|
'cover_photo' => [
|
||||||
'name' => 'Cover Photo'
|
'name' => 'Photo de couverture'
|
||||||
],
|
],
|
||||||
'favs_adv' => [
|
'favs_adv' => [
|
||||||
'name' => 'Fav Fav'
|
'name' => 'Fav Fav'
|
||||||
@ -107,8 +107,8 @@ return [
|
|||||||
'my_adv' => [
|
'my_adv' => [
|
||||||
'name' => 'ADVS'
|
'name' => 'ADVS'
|
||||||
],
|
],
|
||||||
'description' => 'Description',
|
'description' => 'La description',
|
||||||
'explanation' => 'Explanation',
|
'explanation' => 'Explication',
|
||||||
'type' => [
|
'type' => [
|
||||||
'name' => 'Type'
|
'name' => 'Type'
|
||||||
],
|
],
|
||||||
@ -118,22 +118,22 @@ return [
|
|||||||
'value' => [
|
'value' => [
|
||||||
'name' => 'Valeur'
|
'name' => 'Valeur'
|
||||||
],
|
],
|
||||||
'list' => 'List',
|
'list' => 'liste',
|
||||||
'home' => 'Accueil',
|
'home' => 'Accueil',
|
||||||
'list-page' => 'Page de liste',
|
'list-page' => 'Page de liste',
|
||||||
'search' => 'Chercher',
|
'search' => 'Chercher',
|
||||||
'recommended' => 'Annonces recommandées pour vous',
|
'recommended' => 'Annonces recommandées pour vous',
|
||||||
'filter' => 'Filter',
|
'filter' => 'Filtre',
|
||||||
'sort' => 'Sort',
|
'sort' => 'Trier',
|
||||||
'sort_by' => 'Trier par',
|
'sort_by' => 'Trier par',
|
||||||
'pick_option' => 'Choisissez une option',
|
'pick_option' => 'Choisissez une option',
|
||||||
'pick_ordering' => 'Ordering',
|
'pick_ordering' => 'Commande',
|
||||||
'price_high' => 'Prix décroissant',
|
'price_high' => 'Prix décroissant',
|
||||||
'price_low' => 'Price Low to High',
|
'price_low' => 'Prix croissant',
|
||||||
'newest' => 'Plus récent',
|
'newest' => 'Plus récent',
|
||||||
'oldest' => 'Oldest',
|
'oldest' => 'Le plus ancien',
|
||||||
'address_a_z' => 'Address (A to Z)',
|
'address_a_z' => 'Adresse (A à Z)',
|
||||||
'address_z_a' => 'Address (Z to A)',
|
'address_z_a' => 'Adresse (Z à A)',
|
||||||
'categories' => 'Les catégories',
|
'categories' => 'Les catégories',
|
||||||
'all_categories' => 'toutes catégories',
|
'all_categories' => 'toutes catégories',
|
||||||
'location' => 'Emplacement',
|
'location' => 'Emplacement',
|
||||||
@ -147,7 +147,7 @@ return [
|
|||||||
'search_desc' => 'Vous pouvez ajouter et gérer vos sélections de recherche favorites ici.',
|
'search_desc' => 'Vous pouvez ajouter et gérer vos sélections de recherche favorites ici.',
|
||||||
'complaint_placeholder' => 'Tapez les détails de votre plainte ici.',
|
'complaint_placeholder' => 'Tapez les détails de votre plainte ici.',
|
||||||
'show_details' => 'Afficher les détails',
|
'show_details' => 'Afficher les détails',
|
||||||
'ad_actions' => 'Ad Actions',
|
'ad_actions' => 'Actions publicitaires',
|
||||||
'edit' => 'modifier',
|
'edit' => 'modifier',
|
||||||
'approve' => 'Approuver',
|
'approve' => 'Approuver',
|
||||||
'passive' => "Passif",
|
'passive' => "Passif",
|
||||||
@ -183,7 +183,7 @@ return [
|
|||||||
'send_us_your_feedback' => 'Envoyez-nous vos commentaires',
|
'send_us_your_feedback' => 'Envoyez-nous vos commentaires',
|
||||||
'online_shopping' => 'OBTENIR',
|
'online_shopping' => 'OBTENIR',
|
||||||
'approved' => 'Approuvé avec succès',
|
'approved' => 'Approuvé avec succès',
|
||||||
'extended' => 'Extended Successfully',
|
'extended' => 'Extension réussie',
|
||||||
'declined' => 'Refusé avec succès',
|
'declined' => 'Refusé avec succès',
|
||||||
'search_on_map' => 'Rechercher sur la carte',
|
'search_on_map' => 'Rechercher sur la carte',
|
||||||
'post_free_ad' => 'Publier une annonce gratuite',
|
'post_free_ad' => 'Publier une annonce gratuite',
|
||||||
@ -233,10 +233,10 @@ return [
|
|||||||
'name' => 'Mes annonces',
|
'name' => 'Mes annonces',
|
||||||
],
|
],
|
||||||
'sold_out' => [
|
'sold_out' => [
|
||||||
'name' => 'Sold out',
|
'name' => 'Épuisé',
|
||||||
],
|
],
|
||||||
'edit_category' => 'Edit Category',
|
'edit_category' => 'Modifier la catégorie',
|
||||||
'set_category' => 'Set Category',
|
'set_category' => 'Définir la catégorie',
|
||||||
'max' => [
|
'max' => [
|
||||||
'name' => 'Max',
|
'name' => 'Max',
|
||||||
],
|
],
|
||||||
@ -244,49 +244,49 @@ return [
|
|||||||
'name' => 'Min',
|
'name' => 'Min',
|
||||||
],
|
],
|
||||||
'in_the_last_24_hours' => [
|
'in_the_last_24_hours' => [
|
||||||
'name' => 'In The Last 24 Hours'
|
'name' => 'Au cours des dernières 24 heures'
|
||||||
],
|
],
|
||||||
'in_the_last_week' => [
|
'in_the_last_week' => [
|
||||||
'name' => 'In The Last Week'
|
'name' => 'La semaine dernière'
|
||||||
],
|
],
|
||||||
'in_the_last_month' => [
|
'in_the_last_month' => [
|
||||||
'name' => 'In The Last Month'
|
'name' => 'Au cours du dernier mois'
|
||||||
],
|
],
|
||||||
'ads_with_photo' => [
|
'ads_with_photo' => [
|
||||||
'name' => 'Ads With Photo'
|
'name' => 'Annonces avec photo'
|
||||||
],
|
],
|
||||||
'ads_with_video' => [
|
'ads_with_video' => [
|
||||||
'name' => 'Ads With Video'
|
'name' => 'Annonces avec vidéo'
|
||||||
],
|
],
|
||||||
'yes' => [
|
'yes' => [
|
||||||
'name' => 'Yes'
|
'name' => 'Oui'
|
||||||
],
|
],
|
||||||
"no_location" => "No location is selected.",
|
"no_location" => "Aucun emplacement n'est sélectionné.",
|
||||||
"continue" => 'Continue',
|
"continue" => 'Continuer',
|
||||||
"gallery" => 'Gallery',
|
"gallery" => 'Galerie',
|
||||||
|
|
||||||
// Pending screen
|
// Pending screen
|
||||||
'pending_message_1' => 'The Ad is in the Approval Process',
|
'pending_message_1' => 'L\'annonce est en cours d\'approbation',
|
||||||
'pending_message_2' => "Ad's Update Date",
|
'pending_message_2' => "Date de mise à jour de l'annonce",
|
||||||
'pending_message_3' => 'Estimated Waiting Time',
|
'pending_message_3' => 'Temps d\'attente estimé',
|
||||||
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
|
'pending_message_4' => 'Le temps passé dans le processus d\'approbation sera ajouté au temps de dopage.',
|
||||||
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
|
'pending_message_5' => 'Aucune transaction ne peut être effectuée à partir du centre d\'appels concernant l\'annonce dans le processus d\'approbation.',
|
||||||
'hours' => 'hours',
|
'hours' => 'heures',
|
||||||
|
|
||||||
// Preview page
|
// Preview page
|
||||||
'preview_text' => [
|
'preview_text' => [
|
||||||
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
|
'part_1' => 'Si les informations suivantes concernant votre annonce sont correctes, cliquez sur le bouton "Continuer" et passez à l\'étape suivante.',
|
||||||
'part_2' => 'If not, click the "Edit" button.',
|
'part_2' => 'Sinon, cliquez sur le bouton "Modifier".',
|
||||||
],
|
],
|
||||||
'views' => 'Views',
|
'views' => 'Vues',
|
||||||
|
|
||||||
// Detail page
|
// Detail page
|
||||||
"no_street_view" => "No street view image in this location",
|
"no_street_view" => "Pas d'image vue sur la rue à cet endroit",
|
||||||
'edit_my_contact_info' => 'Edit My Contact Information',
|
'edit_my_contact_info' => 'Modifier mes coordonnées',
|
||||||
'update_my_contact_info' => 'update my contact info',
|
'update_my_contact_info' => 'mettre à jour mes coordonnées',
|
||||||
'contact_info' => 'Contact information',
|
'contact_info' => 'Informations de contact',
|
||||||
'ad_info' => 'Ad Information',
|
'ad_info' => 'Informations sur l\'annonce',
|
||||||
|
|
||||||
// Select cat
|
// Select cat
|
||||||
'select_category_step_by_step' => 'Select Category Step by Step',
|
'select_category_step_by_step' => 'Sélectionnez la catégorie étape par étape',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user