From 2bda77e1ebbf73d216359002acfac19687447aa8 Mon Sep 17 00:00:00 2001 From: sanjay bhatt Date: Thu, 8 Dec 2022 13:39:05 +0530 Subject: [PATCH] Update app.php file --- .../src/Resources/lang/it/app.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/Webkul/BookingProduct/src/Resources/lang/it/app.php b/packages/Webkul/BookingProduct/src/Resources/lang/it/app.php index 4b3b5ea91..1e8154c0a 100644 --- a/packages/Webkul/BookingProduct/src/Resources/lang/it/app.php +++ b/packages/Webkul/BookingProduct/src/Resources/lang/it/app.php @@ -6,13 +6,13 @@ return [ 'products' => [ 'booking' => 'Informazioni Prenotazione', 'booking-type' => 'Prenotazione Tipo', - 'default' => 'Default', + 'default' => 'Predefinita', 'appointment-booking' => 'Prenotazione Appuntamento', 'event-booking' => 'Prenotazione Evento', 'rental-booking' => 'Prenotazione Noleggio', 'table-booking' => 'Prenotazione Tavolo', 'slot-duration' => 'Durata Slot (Min)', - 'break-time' => 'Break Time b/w Slots (Mins)', + 'break-time' => 'pausa fra fessura', 'available-every-week' => 'Disponibiità Ogni Settimana', 'yes' => 'Sì', 'no' => 'No', @@ -21,10 +21,10 @@ return [ 'same-slot-all-days' => 'Stesso Slot tutti i giorni', 'slot-has-quantity' => 'Slot ha quantità', 'slots' => 'Slot', - 'no-slots-available' => 'No slots available', + 'no-slots-available' => 'senza slot disponibili', 'from' => 'Da', 'to' => 'A', - 'qty' => 'Qtà', + 'qty' => 'Q.tà', 'add-slot' => 'Aggiungi Slot', 'sunday' => 'Domenica', 'monday' => 'Lunedì', @@ -39,8 +39,8 @@ return [ 'daily-hourly' => 'Entrambe (Base Giornaliera e Oraria)', 'daily-price' => 'Prezzo al giorno', 'hourly-price' => 'Prezzo all\'ora', - 'location' => 'Location', - 'show-location' => 'Mostra Location', + 'location' => 'Posizione', + 'show-location' => 'Mostra Posizione', 'event-start-date' => 'Data Inizio Evento', 'event-end-date' => 'Data Fine Evento', 'tickets' => 'Biglietti', @@ -49,10 +49,10 @@ return [ 'price' => 'Prezzo', 'quantity' => 'Quantità', 'description' => 'Descrizione', - 'special-price' => 'Special Price', - 'special-price-from' => 'Valid From', - 'special-price-to' => 'Valid Until', - 'charged-per' => 'Charged Per', + 'special-price' => 'prezzo speciale', + 'special-price-from' => 'prezzo speciale d', + 'special-price-to' => 'prezzo speciale a', + 'charged-per' => 'addebitato per', 'guest' => 'Ospite', 'table' => 'Tavolo', 'prevent-scheduling-before' => 'Previeni Scheduling Prima', @@ -86,10 +86,10 @@ return [ 'shop' => [ 'products' => [ 'booking-information' => 'Informazioni sulla prenotazione', - 'location' => 'Location', + 'location' => 'Posizione', 'contact' => 'Contatto', - 'email' => 'Email', - 'slot-duration' => 'Durata Slot', + 'email' => 'e-mail', + 'slot-duration' => ':minutes Minuti', 'slot-duration-in-minutes' => ':minutes Minuti', 'today-availability' => 'Disponibilità odierna', 'slots-for-all-days' => 'Mostra per tutti i giorni', @@ -103,7 +103,7 @@ return [ 'closed' => 'Chiuso', 'book-an-appointment' => 'Prenota un Appuntamento', 'date' => 'Data', - 'slot' => 'Slot', + 'slot' => 'fessura', 'rent-an-item' => 'Noleggia un Articolo', 'choose-rent-option' => 'Scegli una opzione di noleggio', 'daily-basis' => 'Base Giornaliera',