New translations field.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 13:14:32 +03:00
parent 7d9121e605
commit 911391271a

View File

@ -83,14 +83,18 @@ return [
'name' => 'Moneta' 'name' => 'Moneta'
], ],
'status' => [ 'status' => [
'name' => 'Stato' 'name' => 'Stato',
'option' => [
'approved' => 'Approved',
'expired' => 'Expired',
'unpublished' => 'Unpublished',
'pending_admin' => 'Pending Admin',
'pending_user' => 'Pending User'
]
], ],
'pending_adv' => [ 'pending_adv' => [
'name' => 'Annunci in sospeso' 'name' => 'Annunci in sospeso'
], ],
'archived_adv' => [
'name' => 'Annunci archiviati'
],
'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' => 'Descrizione' 'explanation' => 'Explanation',
],
'type' => [ 'type' => [
'name' => 'genere' 'name' => 'genere'
], ],
@ -120,12 +123,17 @@ return [
'list-page' => 'Pagina elenco', 'list-page' => 'Pagina elenco',
'search' => 'Ricerca', 'search' => 'Ricerca',
'recommended' => 'Annunci consigliati per te', 'recommended' => 'Annunci consigliati per te',
'filter' => 'Filter',
'sort' => 'Sort',
'sort_by' => 'Ordina per', 'sort_by' => 'Ordina per',
'pick_option' => 'Scegli unopzione', 'pick_option' => 'Scegli unopzione',
'pick_ordering' => 'Ordering', 'pick_ordering' => 'Ordering',
'price_high' => 'Prezzo da alto a basso', 'price_high' => 'Prezzo da alto a basso',
'price-low' => 'Prezzo da basso ad alto', 'price_low' => 'Price Low to High',
'newest' => 'i più nuovi', 'newest' => 'i più nuovi',
'oldest' => 'Oldest',
'address_a_z' => 'Address (A to Z)',
'address_z_a' => 'Address (Z to A)',
'categories' => 'categorie', 'categories' => 'categorie',
'all_categories' => 'tutte le categorie', 'all_categories' => 'tutte le categorie',
'location' => 'Posizione', 'location' => 'Posizione',
@ -139,6 +147,7 @@ return [
'search_desc' => 'Puoi aggiungere e gestire le tue selezioni di ricerca preferite qui.', 'search_desc' => 'Puoi aggiungere e gestire le tue selezioni di ricerca preferite qui.',
'complaint_placeholder' => 'Digita qui i dettagli del reclamo.', 'complaint_placeholder' => 'Digita qui i dettagli del reclamo.',
'show_details' => 'Mostra dettagli', 'show_details' => 'Mostra dettagli',
'ad_actions' => 'Ad Actions',
'edit' => 'modificare', 'edit' => 'modificare',
'approve' => 'Approvare', 'approve' => 'Approvare',
'passive' => "Passivo", 'passive' => "Passivo",
@ -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',
]; ];