Update app.php file
This commit is contained in:
parent
5325e3fd0a
commit
2bda77e1eb
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue