New translations field.php (French)

This commit is contained in:
Fatih Alp 2020-05-12 13:08:47 +03:00
parent 70a86cbfd1
commit 32974cc69f

View File

@ -83,14 +83,18 @@ return [
'name' => 'Devise' 'name' => 'Devise'
], ],
'status' => [ 'status' => [
'name' => 'Statut' 'name' => 'Statut',
'option' => [
'approved' => 'Approved',
'expired' => 'Expired',
'unpublished' => 'Unpublished',
'pending_admin' => 'Pending Admin',
'pending_user' => 'Pending User'
]
], ],
'pending_adv' => [ 'pending_adv' => [
'name' => 'Annonces en attente' 'name' => 'Annonces en attente'
], ],
'archived_adv' => [
'name' => 'Annonces archivées'
],
'finish_at' => [ 'finish_at' => [
'name' => 'Finish At' 'name' => 'Finish At'
], ],
@ -103,9 +107,8 @@ return [
'my_adv' => [ 'my_adv' => [
'name' => 'ADVS' 'name' => 'ADVS'
], ],
'description' => [ 'description' => 'Description',
'name' => 'La description' 'explanation' => 'Explanation',
],
'type' => [ 'type' => [
'name' => 'Type' 'name' => 'Type'
], ],
@ -120,12 +123,17 @@ return [
'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',
'sort' => 'Sort',
'sort_by' => 'Trier par', 'sort_by' => 'Trier par',
'pick_option' => 'Choisissez une option', 'pick_option' => 'Choisissez une option',
'pick_ordering' => 'Ordering', 'pick_ordering' => 'Ordering',
'price_high' => 'Prix décroissant', 'price_high' => 'Prix décroissant',
'price-low' => 'Prix croissant', 'price_low' => 'Price Low to High',
'newest' => 'Plus récent', 'newest' => 'Plus récent',
'oldest' => 'Oldest',
'address_a_z' => 'Address (A to Z)',
'address_z_a' => 'Address (Z to A)',
'categories' => 'Les catégories', 'categories' => 'Les catégories',
'all_categories' => 'toutes catégories', 'all_categories' => 'toutes catégories',
'location' => 'Emplacement', 'location' => 'Emplacement',
@ -139,6 +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',
'edit' => 'modifier', 'edit' => 'modifier',
'approve' => 'Approuver', 'approve' => 'Approuver',
'passive' => "Passif", 'passive' => "Passif",
@ -227,6 +236,7 @@ return [
'name' => 'Sold out', 'name' => 'Sold out',
], ],
'edit_category' => 'Edit Category', 'edit_category' => 'Edit Category',
'set_category' => 'Set Category',
'max' => [ 'max' => [
'name' => 'Max', 'name' => 'Max',
], ],
@ -250,5 +260,33 @@ return [
], ],
'yes' => [ 'yes' => [
'name' => 'Yes' 'name' => 'Yes'
] ],
"no_location" => "No location is selected.",
"continue" => 'Continue',
"gallery" => 'Gallery',
// Pending screen
'pending_message_1' => 'The Ad is in the Approval Process',
'pending_message_2' => "Ad's Update Date",
'pending_message_3' => 'Estimated Waiting Time',
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
'hours' => 'hours',
// Preview page
'preview_text' => [
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
'part_2' => 'If not, click the "Edit" button.',
],
'views' => 'Views',
// Detail page
"no_street_view" => "No street view image in this location",
'edit_my_contact_info' => 'Edit My Contact Information',
'update_my_contact_info' => 'update my contact info',
'contact_info' => 'Contact information',
'ad_info' => 'Ad Information',
// Select cat
'select_category_step_by_step' => 'Select Category Step by Step',
]; ];