/* 
 Struttura oggetto :

 ...
 nome_file : {
     chiave : 'Testo'
 }
 ...

*/

let traduzioni = {
    soluzioni: {
        dettaglio: 'Détail',
        supporto: 'Support',
        altro: 'Autre'
    },
    signup: {
        partita_iva_non_valida: 'VAT non valable',
    },
    messaggi: {
        popup_cookie_policy: "Il presente sito internet utilizza cookie tecnici e analitici di terze parti. Clicca su Accetto o continua la navigazione. Per maggiori informazioni o bloccare l'installazione dei cookie leggi la"
    },
    checkout : {
        mail_no_match : "The email addresses you entered do not match",
        specificare_tipologia_societaria : "Please specify the company type.",
        tempo_scaduto : "The time limit has been exceeded and your reservation has been canceled.\n\r The purpose of this time limit is to guarantee the availability of tickets to as many people as possible. We apologize for the inconvenience.",
        articolo_add : "Item added to the order.",        
        articolo_remove : "Item removed from order.",
        voucher_formato_non_valido : "Respect the required format: XXXX-XXXX-XXXX",
        voucher_sconto_ok : "Voucher applied correctly",        
    },
    utilities : {
        cf_sedici_caratteri : "The Fiscal Code must contain 16 letters and numbers.",
        cf_codice_controllo_non_valido : "The Fiscal Code is not valid:\n" + "the control code does not match.\n",
    },
    //stringhe comuni a più file .js
    generiche : {
        errore : 'An error has occurred',
        attenzione : 'Attention',
        fatto : 'Done',
        gratuito : 'Free',
        accetto: 'J\'accepte' 
    }
}

translate.add(traduzioni,'fr');