From 38daf60dfc6e3ead9555f05db048d593348cc60b Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Fri, 10 Apr 2020 12:44:06 +0200 Subject: [PATCH] Strutturato le Traduzioni del Sito Specifico --- src/db/db_data.js | 332 ---------------------------------- src/db/i18n_website.js | 400 ----------------------------------------- src/db/lang/ws_de.js | 84 +++++++++ src/db/lang/ws_enUs.js | 72 ++++++++ src/db/lang/ws_es.js | 72 ++++++++ src/db/lang/ws_fr.js | 62 +++++++ src/db/lang/ws_it.js | 74 ++++++++ src/db/lang/ws_pt.js | 72 ++++++++ src/db/lang/ws_si.js | 58 ++++++ 9 files changed, 494 insertions(+), 732 deletions(-) delete mode 100755 src/db/i18n_website.js create mode 100644 src/db/lang/ws_de.js create mode 100644 src/db/lang/ws_enUs.js create mode 100644 src/db/lang/ws_es.js create mode 100644 src/db/lang/ws_fr.js create mode 100644 src/db/lang/ws_it.js create mode 100644 src/db/lang/ws_pt.js create mode 100644 src/db/lang/ws_si.js diff --git a/src/db/db_data.js b/src/db/db_data.js index 5d65105..d6e3d0d 100755 --- a/src/db/db_data.js +++ b/src/db/db_data.js @@ -3,336 +3,4 @@ import { IEvents } from "../model"; export const db_data = { // USER DATA TO LOAD ! // ----------------------- - - primoanno: [ - { - label: 'Programma 1° Anno', - icon: '', - header: 'bold', - children: [ - { - label: 'Anatomia 1', - header: 'generic', - icon: 'assignment', - children: [ - { - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 12 - dom 13 Ottobre 2019' - } - ] - }, - { - label: 'Riflessologia Plantare (1/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 26 - dom 27 Ottobre 2019' - }] - }, - { - label: 'Riflessologia Plantare (2/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 9 - dom 10 Novembre 2019' - }] - }, - { - label: 'Auricologia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 30 Nov - dom 1 Dicembre 2019' - }] - }, - { - label: 'Massaggio Ayurveda e Aromamassaggio (1/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 4 - dom 5 Gennaio 2020' - }] - }, - { - label: 'Massaggio Ayurveda e Aromamassaggio (2/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 25 - dom 26 Gennaio 2020' - }] - }, - { - label: 'Massaggio Svedese (1/3)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 22 - dom 23 Febbraio 2020' - }] - }, - { - label: 'Massaggio Svedese (2/3)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 7 - dom 8 Marzo 2020' - }] - }, - { - label: 'Massaggio Svedese (3/3)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 28 - dom 29 Marzo 2020' - }] - }, - { - label: 'Trattamento Drenante linfatico (1/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 2 - dom 3 Maggio 2020' - }] - }, - { - label: 'Trattamento Drenante linfatico (2/2)', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 16 - dom 17 Maggio 2020' - }] - }, - { - label: 'Moxa', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 23 - dom 24 Maggio 2020' - }] - }, - { - label: 'Tecniche Integrate e Deontologia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 6 Giugno 2020' - }] - }, - { - label: 'Esami', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini, Sabrina Leppo, Cristina Bastoni, Elisa Ghizzardi', - durata: 'dom 7 Giugno 2020' - }] - } - ] - }], - - secondoanno: [ - { - label: 'Programma 2° Anno', - icon: '', - header: 'bold', - children: [ - { - label: 'Anatomia 2', - header: 'generic', - icon: 'assignment', - children: [ - { - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 5 - dom 6 Ottobre 2019' - } - ] - }, - { - label: 'Marketing per Operatore Olistico', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 23 - dom 24 Novembre 2019' - }] - }, - { - label: 'Auricologia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 30 Novembre - dom 1 Dicembre 2019' - }] - }, - { - label: 'Massaggio Ayurveda', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 4 - dom 5 Gennaio 2020' - }] - }, - { - label: 'Idrofangoterapia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 8 - dom 9 Febbraio 2020' - }] - }, - { - label: 'Massaggio con Fiori di Bach', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 14 - dom 15 Marzo 2020' - }] - }, - { - label: 'Costituzioni Integrate', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 25 - dom 26 Aprile 2020' - }] - }, - { - label: 'Moxa', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 23 - dom 24 Maggio 2020' - }] - }, - { - label: 'Trattamento drenante linfatico Avanzato', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 30 - dom 31 Maggio 2020' - }] - }, - { - label: 'Automassaggio Shiatsu e Stretching dei Meridiani', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Cristina Barattoni', - durata: 'sab 6 Giugno 2020' - }] - }, - { - label: 'Craniosacrale', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 20 - dom 21 Giugno 2020' - }] - }, - { - label: 'Massaggio Zonale', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 4 - dom 5 Luglio 2020' - }] - }, - { - label: 'Kinesiologia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'sab 12 - dom 13 Settembre 2020' - }] - }, - { - label: 'Massaggio Metamorfico', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Elisa Ghizzardi', - durata: 'sab 19 Settembre 2020' - }] - }, - { - label: 'Kinesiotaping', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini', - durata: 'dom 20 Settembre 2020' - }] - }, - { - label: 'Tecniche Integrate e Deontologia', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Sabrina Leppo', - durata: 'sab 3 Ottobre 2020' - }] - }, - { - label: 'Esami', - header: 'generic', - icon: 'assignment', - children: [{ - header: 'docente', - docente: 'Claudio Brugnettini, Sabrina Leppo, Cristina Barattoni, Elisa Ghizzardi', - durata: 'dom 4 Ottobre 2020' - }] - } - ] - }] } diff --git a/src/db/i18n_website.js b/src/db/i18n_website.js deleted file mode 100755 index 65b2e5c..0000000 --- a/src/db/i18n_website.js +++ /dev/null @@ -1,400 +0,0 @@ -const msg_website = { - it: { - pages: { - home: 'Home', - profile: 'Profilo', - payment: 'Pagamenti', - regok: 'Registrazione Confermata', - presentazione: 'Presentazione', - presentazione2: 'Presentazione', - invita: 'Invita Persone', - SignUp: 'Nuova Registrazione', - SignUp_alreadylista: 'Registrazione per quelli che erano già nella lista di Notevole (del 2019) !', - SignUp2: 'Registrazione', - SignIn: 'Login', - status: 'Statistiche', - nextzoom: 'Prossimi Zoom (Conferenze)', - requestresetpwd: 'Richiesta Reset Password', - vreg: 'Verifica Reg', - dashboard: 'Lavagna', - statoattuale: 'Stato Attuale', - posizione_in_programmazione: 'Lista d\'Imbarco', - posizione_in_nave: 'Lista Navi', - nave: 'Nave', - testimonial: 'Testimonianze', - Test: 'Test', - Category: 'Categorie', - Admin: 'Admin', - extralist: 'Lista Extra', - Test1: 'Test1', - Test2: 'Test2', - chisiamo: 'Chi Siamo', - linkamici: 'Link Amici', - dovesiamo: 'Dove Siamo', - evento: 'Evento', - eventodef: 'Evento:', - prova: 'prova', - dbop: 'Operazioni', - statusreg: { - reg: 'Partecipanti', - giainlista: 'Gia in Lista', - newreg: 'Ultime Registrazioni:', - nationality: 'Nazionalità', - verified: 'Verificata', - nonverified: 'Non Verificata', - req7: 'Con 7 passi entri nella lista d\'Imbarco', - req9: 'Con 9 passi aiuti AYNI a Crescere!', - req: 'Passi', - people: 'Inv.', - peoplelegend: 'Numero d\'Invitati' - } - }, - msg: { - myAppNameShort: 'Ayni', - myAppName: 'Ayni', - myAppDescription: 'Ayni', - keywords_base: 'Ayni', - myDescriz: '', - sottoTitoloApp: '', - sottoTitoloApp2: '', - sottoTitoloApp3: '', - sottoTitoloApp4: '', - }, - homepage: { - nostra_missione: 'Nostra Missione', - associazione: '', - tit_come_associarsi: 'Come Associarsi', - testo_come_associarsi: '', - titlecontatti: 'CONTATTI', - }, - text: { - videotitle: 'VIDEO', - how: 'COME FUNZIONA', - what: 'COSA TI SERVE', - step: 'PASSI DA COMPIERE', - testimonial: 'TESTIMONIANZE', - faq: 'DOMANDE FREQUENTI (FAQ)', - advise: 'SUGGERIMENTI', - download: 'MATERIALE DISPONIBILE', - }, - }, - si: { - pages: { - home: 'Domača stran', - profile: 'Profil', - payment: 'Plačila', - regok: 'Registracija potrjena', - presentazione: 'Predstavitev', - presentazione2: 'Predstavitev', - invita: 'Povabi osebe', - SignUp: 'Nova Registracija', - SignUp2: 'Registracija', - SignIn: 'Vpis', - status: 'Statistika', - nextzoom: 'Naslednji Zoom (Conferenze)', - requestresetpwd: 'Prošnja za ponastavitev Gesla', - vreg: 'Preveri Registracijo', - dashboard:'Tabla', - statoattuale:'TrenutniStatus', - posizione_in_programmazione:'Seznam \'Plovbe', - posizione_in_nave:'Seznam Ladiji', - nave:'Ladje', - Admin: 'Administrator', - evento: 'Dogodek', - eventodef: 'Dogodek:', - statusreg: { - reg:'Udeleženci', - giainlista:'Že na seznamu', - newreg:'Zadnje Registracije:', - nationality: 'Nacionalnost', - verified:'Preveri', - nonverified:'Ni preverjeno', - req7: 'S 7 koraki vstopis na seznam za \'plovbo', - req9: 'Z 9-imi koraki pomagaš, da AYNI Raste!', - req: 'Koraki', - people: 'Pov.', - peoplelegend: 'Število \'Povabljenih' - } - }, - msg: { - myAppNameShort: 'Ayni', - myAppName: 'Ayni', - myAppDescription: 'Ayni', - keywords_base: 'Ayni', - myDescriz: '', - sottoTitoloApp: '', - sottoTitoloApp2: '', - sottoTitoloApp3: '', - sottoTitoloApp4: '', - }, - homepage: { - titlecontatti: 'Kontakt', - }, - }, - es: { - pages: { - home: 'Home', - profile: 'Perfil', - payment: 'Paiements', - regok: 'Registro confirmado', - presentazione: 'Presentación', - presentazione2: 'Presentación', - invita: 'Invitar a la gente', - SignUp: 'Registro', - SignUp_alreadylista: 'Inscripción para los que ya están en la Lista!', - SignUp2: 'Registro', - SignIn: 'Login', - status: 'Estadísticas', - nextzoom: 'Próximo Zoom (Conferencias)', - requestresetpwd: 'Solicitud de restablecimiento de contraseña', - vreg: 'Verifica Reg', - dashboard: 'Tablero', - statoattuale: 'Estado Actual', - posizione_in_programmazione: 'Lista de embarque', - posizione_in_nave: 'Lista de Naves', - nave: 'Nave', - testimonial: 'Opiniones', - Test: 'Test', - Category: 'Categorie', - Admin: 'Admin', - Test1: 'Test1', - Test2: 'Test2', - statusreg: { - reg: 'Participantes', - giainlista: 'Gia in Lista', - newreg: 'Nuevas inscripciones :', - nationality: 'Nacionalidad', - verified: 'Verificada', - nonverified: 'No Verificada', - req7: 'Con 7 pasos usted entra en la lista de embarque', - req9: 'Con 9 pasos ayuda a AYNI a crecer!', - req: 'Pasos', - people: 'Inv.', - peoplelegend: 'Número de invitados' - } - }, - msg: { - myAppName: 'Ayni', - myAppNameShort: 'Ayni', - myAppDescription: '', - keywords_base: '', - myDescriz: '', - sottoTitoloApp: '..', - sottoTitoloApp2: '..', - sottoTitoloApp3: '..', - sottoTitoloApp4: '', - }, - homepage: { - titlecontatti: 'CONTACTOS', - }, - text: { - how: 'COMO FUNCIONA', - what: 'QUE NECESITAS', - step: 'PASOS A REALIZAR', - videotitle: 'VIDEO', - testimonial: 'TESTIMONIOS', - faq: 'PREGUNTAS FRECUENTES (FAQ)', - advise: 'CONSEJOS', - download: 'MATERIAL DISPONIBLES', - }, - }, - pt: { - pages: { - home: 'Home', - profile: 'Perfil', - payment: 'Pagamentos', - regok: 'Inscrição confirmada', - presentazione: 'Apresentação', - presentazione2: 'Apresentação', - invita: 'Convidar Pessoas', - SignUp: 'Inscrição', - SignUp_alreadylista: 'Inscrição para os que já estão na Lista!', - SignUp2: 'Inscrição', - SignIn: 'Login', - status: 'Estatísticas', - nextzoom: 'Zoom à venir (Conférences)', - requestresetpwd: 'Pedido de redefinição de senha', - vreg: '', - dashboard: 'Tablero', - statoattuale: 'Status Atual', - posizione_in_programmazione: 'Lista de Embarque', - posizione_in_nave: 'Lista de Navios', - nave: 'Navios', - testimonial: 'Opiniones', - Test: 'Test', - Category: 'Categorie', - Admin: 'Admin', - Test1: 'Test1', - Test2: 'Test2', - statusreg: { - reg: 'Participantes', - giainlista: 'Já na lista', - newreg: 'Últimas Inscrições:', - nationality: 'Nacionalidade', - verified: 'Verificado', - nonverified: 'Não verificado', - req7: 'Com 7 passos, o usuário entra na lista de embarque.', - req9: 'Com 9 passos ajudam a AYNI a crescer!', - req: 'Passos', - people: 'Con.', - peoplelegend: 'Número de convidados' - } - }, - msg: { - myAppName: 'Ayni', - myAppNameShort: 'Ayni', - myAppDescription: '', - keywords_base: '', - myDescriz: '', - sottoTitoloApp: '..', - sottoTitoloApp2: '..', - sottoTitoloApp3: '..', - sottoTitoloApp4: '', - }, - homepage: { - titlecontatti: 'CONTACTOS', - }, - text: { - how: 'COMO FUNCIONA', - what: 'QUE NECESITAS', - step: 'PASOS A REALIZAR', - videotitle: 'VIDEO', - testimonial: 'TESTIMONIOS', - faq: 'PREGUNTAS FRECUENTES (FAQ)', - advise: 'CONSEJOS', - download: 'MATERIAL DISPONIBLES', - }, - }, - fr: { - homepage: { - titlecontatti: 'CONTACTS', - }, - pages: { - home: 'Home', - profile: 'profil', - payment: 'paiements', - regok: 'Inscription confirmée', - presentazione: 'Présentation', - presentazione2: 'Présentation', - invita: 'Inviter des personnes', - SignUp: 'Inscription', - SignUp_alreadylista: 'Inscription pour ceux qui sont déjà inscrits sur la liste!', - SignUp2: 'Inscription', - SignIn: 'Login', - status: 'État actuel', - nextzoom: 'Zoom à venir (Conférences)', - requestresetpwd: 'Demande de réinitialisation du mot de passe', - vreg: 'Vérifier l\'inscription', - dashboard: 'Tableau de bord', - statoattuale: 'Situation Actuelle', - posizione_in_programmazione: 'Liste d\'embarquement', - posizione_in_nave: 'Liste des Navires', - nave: 'Navires', - testimonial: 'Commentaires', - Test: 'Test', - Category: 'Categorie', - Admin: 'Admin', - Test1: 'Test1', - Test2: 'Test2', - statusreg: { - reg: 'Participants', - giainlista: 'Gia in Lista', - newreg: 'Nouvelles inscriptions:', - nationality: 'Nationalité', - verified: 'Vérifié', - nonverified: 'Non Vérifié', - req7: 'Avec 7 étapes, vous entrez dans la liste d\'embarquement.', - req9: 'Avec 9 étapes, aidez AYNI à se développer !', - req: 'Étapes', - people: 'Inv.', - peoplelegend: 'Nombre d\'invités' - } - }, - msg: { - myAppName: 'Ayni', - myAppNameShort: '', - myAppDescription: '', - keywords_base: '', - myDescriz: '', - sottoTitoloApp: '..', - sottoTitoloApp2: '..', - sottoTitoloApp3: '..', - sottoTitoloApp4: '', - }, - }, - enUs: { - pages: { - home: 'Home', - profile: 'Profile', - payment: 'Payments', - regok: 'Registration Confirmed', - presentazione: 'Presentation', - presentazione2: 'Presentation', - invita: 'Invite People', - SignUp: 'Registration', - SignUp_alreadylista: 'Registration for those who are already in the List!', - SignUp2: 'Registration', - SignIn: 'Login', - status: 'Current state', - nextzoom: 'Upcoming Zoom (Conferences)', - requestresetpwd: 'Password Reset Request', - vreg: 'Check Registration', - dashboard: 'Dashboard', - statoattuale: 'Current Status', - posizione_in_programmazione: 'Boarding List', - posizione_in_nave: 'Ships List', - nave: 'Ship', - testimonial: 'Reviews', - Test: 'Test', - Category: 'Categorie', - Admin: 'Admin', - Test1: 'Test1', - Test2: 'Test2', - statusreg: { - reg: 'Participants', - giainlista: 'Already in the List', - newreg: 'New registrations:', - nationality: 'Nationality', - verified: 'Verified', - nonverified: 'Not Verified', - req7: 'With 7 steps you enter the boarding list.', - req9: 'With 9 steps help AYNI to grow!', - req: 'Steps', - people: 'Gue.', - peoplelegend: 'Number of guests' - } - }, - msg: { - myAppName: 'Ayni', - myAppNameShort: 'Ayni', - myAppDescription: '', - keywords_base: '', - myDescriz: '', - sottoTitoloApp: '..', - sottoTitoloApp2: '..', - sottoTitoloApp3: '..', - sottoTitoloApp4: '', - }, - homepage: { - titlecontatti: 'CONTACTS', - }, - text: { - how: 'HOW TO WORK', - what: 'WHAT YOU NEED', - step: 'STEPS TO DO', - videotitle: 'VIDEO', - testimonial: 'REVIEWS', - faq: 'FREQUENTLY ASKED QUESTIONS (FAQ)', - advise: 'ADVISE', - download: 'AVAILABLE DOCUMENTS', - }, - }, - de: { - homepage: {}, - pages: {}, - msg: {}, - text: {} - } -} - -export default msg_website; diff --git a/src/db/lang/ws_de.js b/src/db/lang/ws_de.js new file mode 100644 index 0000000..4f0d007 --- /dev/null +++ b/src/db/lang/ws_de.js @@ -0,0 +1,84 @@ +const msg_website_de = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Home', + profile: 'Profilo', + payment: 'Pagamenti', + regok: 'Registrazione Confermata', + presentazione: 'Presentazione', + presentazione2: 'Presentazione', + invita: 'Invita Persone', + SignUp: 'Nuova Registrazione', + SignUp_alreadylista: 'Registrazione per quelli che erano già nella lista di Notevole (del 2019) !', + SignUp2: 'Registrazione', + SignIn: 'Login', + status: 'Statistiche', + nextzoom: 'Prossimi Zoom (Conferenze)', + requestresetpwd: 'Richiesta Reset Password', + vreg: 'Verifica Reg', + dashboard: 'Lavagna', + statoattuale: 'Stato Attuale', + posizione_in_programmazione: 'Lista d\'Imbarco', + posizione_in_nave: 'Lista Navi', + nave: 'Nave', + testimonial: 'Testimonianze', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + extralist: 'Lista Extra', + Test1: 'Test1', + Test2: 'Test2', + chisiamo: 'Chi Siamo', + linkamici: 'Link Amici', + dovesiamo: 'Dove Siamo', + evento: 'Evento', + eventodef: 'Evento:', + prova: 'prova', + dbop: 'Operazioni', + statusreg: { + reg: 'Partecipanti', + giainlista: 'Gia in Lista', + newreg: 'Ultime Registrazioni:', + nationality: 'Nazionalità', + verified: 'Verificata', + nonverified: 'Non Verificata', + req7: 'Con 7 passi entri nella lista d\'Imbarco', + req9: 'Con 9 passi aiuti {sitename} a Crescere!', + req: 'Passi', + people: 'Inv.', + peoplelegend: 'Numero d\'Invitati' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '', + sottoTitoloApp2: '', + sottoTitoloApp3: '', + sottoTitoloApp4: '', + }, + homepage: { + nostra_missione: 'Nostra Missione', + associazione: '', + tit_come_associarsi: 'Come Associarsi', + testo_come_associarsi: '', + titlecontatti: 'CONTATTI', + }, + text: { + videotitle: 'VIDEO', + how: 'COME FUNZIONA', + what: 'COSA TI SERVE', + step: 'PASSI DA COMPIERE', + testimonial: 'TESTIMONIANZE', + faq: 'DOMANDE FREQUENTI (FAQ)', + advise: 'SUGGERIMENTI', + download: 'MATERIALE DISPONIBILE', + }, +}; + +export default msg_website_de; diff --git a/src/db/lang/ws_enUs.js b/src/db/lang/ws_enUs.js new file mode 100644 index 0000000..089e08c --- /dev/null +++ b/src/db/lang/ws_enUs.js @@ -0,0 +1,72 @@ +const msg_website_enUs = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Home', + profile: 'Profile', + payment: 'Payments', + regok: 'Registration Confirmed', + presentazione: 'Presentation', + presentazione2: 'Presentation', + invita: 'Invite People', + SignUp: 'Registration', + SignUp_alreadylista: 'Registration for those who are already in the List!', + SignUp2: 'Registration', + SignIn: 'Login', + status: 'Current state', + nextzoom: 'Upcoming Zoom (Conferences)', + requestresetpwd: 'Password Reset Request', + vreg: 'Check Registration', + dashboard: 'Dashboard', + statoattuale: 'Current Status', + posizione_in_programmazione: 'Boarding List', + posizione_in_nave: 'Ships List', + nave: 'Ship', + testimonial: 'Reviews', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + Test1: 'Test1', + Test2: 'Test2', + statusreg: { + reg: 'Participants', + giainlista: 'Already in the List', + newreg: 'New registrations:', + nationality: 'Nationality', + verified: 'Verified', + nonverified: 'Not Verified', + req7: 'With 7 steps you enter the boarding list.', + req9: 'With 9 steps help {sitename} to grow!', + req: 'Steps', + people: 'Gue.', + peoplelegend: 'Number of guests' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '..', + sottoTitoloApp2: '..', + sottoTitoloApp3: '..', + sottoTitoloApp4: '', + }, + homepage: { + titlecontatti: 'CONTACTS', + }, + text: { + how: 'HOW TO WORK', + what: 'WHAT YOU NEED', + step: 'STEPS TO DO', + videotitle: 'VIDEO', + testimonial: 'REVIEWS', + faq: 'FREQUENTLY ASKED QUESTIONS (FAQ)', + advise: 'ADVISE', + download: 'AVAILABLE DOCUMENTS', + }, +}; + +export default msg_website_enUs; diff --git a/src/db/lang/ws_es.js b/src/db/lang/ws_es.js new file mode 100644 index 0000000..db30dce --- /dev/null +++ b/src/db/lang/ws_es.js @@ -0,0 +1,72 @@ +const msg_website_es = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Home', + profile: 'Perfil', + payment: 'Paiements', + regok: 'Registro confirmado', + presentazione: 'Presentación', + presentazione2: 'Presentación', + invita: 'Invitar a la gente', + SignUp: 'Registro', + SignUp_alreadylista: 'Inscripción para los que ya están en la Lista!', + SignUp2: 'Registro', + SignIn: 'Login', + status: 'Estadísticas', + nextzoom: 'Próximo Zoom (Conferencias)', + requestresetpwd: 'Solicitud de restablecimiento de contraseña', + vreg: 'Verifica Reg', + dashboard: 'Tablero', + statoattuale: 'Estado Actual', + posizione_in_programmazione: 'Lista de embarque', + posizione_in_nave: 'Lista de Naves', + nave: 'Nave', + testimonial: 'Opiniones', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + Test1: 'Test1', + Test2: 'Test2', + statusreg: { + reg: 'Participantes', + giainlista: 'Gia in Lista', + newreg: 'Nuevas inscripciones :', + nationality: 'Nacionalidad', + verified: 'Verificada', + nonverified: 'No Verificada', + req7: 'Con 7 pasos usted entra en la lista de embarque', + req9: 'Con 9 pasos ayuda a {sitename} a crecer!', + req: 'Pasos', + people: 'Inv.', + peoplelegend: 'Número de invitados' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '..', + sottoTitoloApp2: '..', + sottoTitoloApp3: '..', + sottoTitoloApp4: '', + }, + homepage: { + titlecontatti: 'CONTACTOS', + }, + text: { + how: 'COMO FUNCIONA', + what: 'QUE NECESITAS', + step: 'PASOS A REALIZAR', + videotitle: 'VIDEO', + testimonial: 'TESTIMONIOS', + faq: 'PREGUNTAS FRECUENTES (FAQ)', + advise: 'CONSEJOS', + download: 'MATERIAL DISPONIBLES', + }, +}; + +export default msg_website_es; diff --git a/src/db/lang/ws_fr.js b/src/db/lang/ws_fr.js new file mode 100644 index 0000000..9661a42 --- /dev/null +++ b/src/db/lang/ws_fr.js @@ -0,0 +1,62 @@ +const msg_website_fr = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + homepage: { + titlecontatti: 'CONTACTS', + }, + pages: { + home: 'Home', + profile: 'profil', + payment: 'paiements', + regok: 'Inscription confirmée', + presentazione: 'Présentation', + presentazione2: 'Présentation', + invita: 'Inviter des personnes', + SignUp: 'Inscription', + SignUp_alreadylista: 'Inscription pour ceux qui sont déjà inscrits sur la liste!', + SignUp2: 'Inscription', + SignIn: 'Login', + status: 'État actuel', + nextzoom: 'Zoom à venir (Conférences)', + requestresetpwd: 'Demande de réinitialisation du mot de passe', + vreg: 'Vérifier l\'inscription', + dashboard: 'Tableau de bord', + statoattuale: 'Situation Actuelle', + posizione_in_programmazione: 'Liste d\'embarquement', + posizione_in_nave: 'Liste des Navires', + nave: 'Navires', + testimonial: 'Commentaires', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + Test1: 'Test1', + Test2: 'Test2', + statusreg: { + reg: 'Participants', + giainlista: 'Gia in Lista', + newreg: 'Nouvelles inscriptions:', + nationality: 'Nationalité', + verified: 'Vérifié', + nonverified: 'Non Vérifié', + req7: 'Avec 7 étapes, vous entrez dans la liste d\'embarquement.', + req9: 'Avec 9 étapes, aidez {sitename} à se développer !', + req: 'Étapes', + people: 'Inv.', + peoplelegend: 'Nombre d\'invités' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '..', + sottoTitoloApp2: '..', + sottoTitoloApp3: '..', + sottoTitoloApp4: '', + }, +}; + +export default msg_website_fr; diff --git a/src/db/lang/ws_it.js b/src/db/lang/ws_it.js new file mode 100644 index 0000000..be47686 --- /dev/null +++ b/src/db/lang/ws_it.js @@ -0,0 +1,74 @@ +const msg_website_it = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Home', + profile: 'Profilo', + payment: 'Pagamenti', + regok: 'Registrazione Confermata', + presentazione: 'Presentazione', + presentazione2: 'Presentazione', + invita: 'Invita Persone', + SignUp: 'Nuova Registrazione', + SignUp_alreadylista: 'Registrazione per quelli che erano già nella lista di Notevole (del 2019) !', + SignUp2: 'Registrazione', + SignIn: 'Login', + status: 'Statistiche', + nextzoom: 'Prossimi Zoom (Conferenze)', + requestresetpwd: 'Richiesta Reset Password', + vreg: 'Verifica Reg', + dashboard: 'Lavagna', + statoattuale: 'Stato Attuale', + posizione_in_programmazione: 'Lista d\'Imbarco', + posizione_in_nave: 'Lista Navi', + nave: 'Nave', + testimonial: 'Testimonianze', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + extralist: 'Lista Extra', + Test1: 'Test1', + Test2: 'Test2', + chisiamo: 'Chi Siamo', + linkamici: 'Link Amici', + dovesiamo: 'Dove Siamo', + evento: 'Evento', + eventodef: 'Evento:', + prova: 'prova', + dbop: 'Operazioni', + statusreg: { + reg: 'Partecipanti', + giainlista: 'Gia in Lista', + newreg: 'Ultime Registrazioni:', + nationality: 'Nazionalità', + verified: 'Verificata', + nonverified: 'Non Verificata', + req7: 'Con 7 passi entri nella lista d\'Imbarco', + req9: 'Con 9 passi aiuti {sitename} a Crescere!', + req: 'Passi', + people: 'Inv.', + peoplelegend: 'Numero d\'Invitati' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '', + sottoTitoloApp2: '', + sottoTitoloApp3: '', + sottoTitoloApp4: '', + }, + homepage: { + nostra_missione: 'Nostra Missione', + associazione: '', + tit_come_associarsi: 'Come Associarsi', + testo_come_associarsi: '', + titlecontatti: 'CONTATTI', + }, +}; + +export default msg_website_it; diff --git a/src/db/lang/ws_pt.js b/src/db/lang/ws_pt.js new file mode 100644 index 0000000..3533124 --- /dev/null +++ b/src/db/lang/ws_pt.js @@ -0,0 +1,72 @@ +const msg_website_pt = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Home', + profile: 'Perfil', + payment: 'Pagamentos', + regok: 'Inscrição confirmada', + presentazione: 'Apresentação', + presentazione2: 'Apresentação', + invita: 'Convidar Pessoas', + SignUp: 'Inscrição', + SignUp_alreadylista: 'Inscrição para os que já estão na Lista!', + SignUp2: 'Inscrição', + SignIn: 'Login', + status: 'Estatísticas', + nextzoom: 'Zoom à venir (Conférences)', + requestresetpwd: 'Pedido de redefinição de senha', + vreg: '', + dashboard: 'Tablero', + statoattuale: 'Status Atual', + posizione_in_programmazione: 'Lista de Embarque', + posizione_in_nave: 'Lista de Navios', + nave: 'Navios', + testimonial: 'Opiniones', + Test: 'Test', + Category: 'Categorie', + Admin: 'Admin', + Test1: 'Test1', + Test2: 'Test2', + statusreg: { + reg: 'Participantes', + giainlista: 'Já na lista', + newreg: 'Últimas Inscrições:', + nationality: 'Nacionalidade', + verified: 'Verificado', + nonverified: 'Não verificado', + req7: 'Com 7 passos, o usuário entra na lista de embarque.', + req9: 'Com 9 passos ajudam a {sitename} a crescer!', + req: 'Passos', + people: 'Con.', + peoplelegend: 'Número de convidados' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '..', + sottoTitoloApp2: '..', + sottoTitoloApp3: '..', + sottoTitoloApp4: '', + }, + homepage: { + titlecontatti: 'CONTACTOS', + }, + text: { + how: 'COMO FUNCIONA', + what: 'QUE NECESITAS', + step: 'PASOS A REALIZAR', + videotitle: 'VIDEO', + testimonial: 'TESTIMONIOS', + faq: 'PREGUNTAS FRECUENTES (FAQ)', + advise: 'CONSEJOS', + download: 'MATERIAL DISPONIBLES', + }, +}; + +export default msg_website_pt; diff --git a/src/db/lang/ws_si.js b/src/db/lang/ws_si.js new file mode 100644 index 0000000..6953287 --- /dev/null +++ b/src/db/lang/ws_si.js @@ -0,0 +1,58 @@ +const msg_website_si = { + ws: { + sitename: 'AYNI', + siteshortname: 'Ayni', + botname: 'AYNI BOT', + }, + pages: { + home: 'Domača stran', + profile: 'Profil', + payment: 'Plačila', + regok: 'Registracija potrjena', + presentazione: 'Predstavitev', + presentazione2: 'Predstavitev', + invita: 'Povabi osebe', + SignUp: 'Nova Registracija', + SignUp2: 'Registracija', + SignIn: 'Vpis', + status: 'Statistika', + nextzoom: 'Naslednji Zoom (Conferenze)', + requestresetpwd: 'Prošnja za ponastavitev Gesla', + vreg: 'Preveri Registracijo', + dashboard: 'Tabla', + statoattuale: 'TrenutniStatus', + posizione_in_programmazione: 'Seznam \'Plovbe', + posizione_in_nave: 'Seznam Ladiji', + nave: 'Ladje', + Admin: 'Administrator', + evento: 'Dogodek', + eventodef: 'Dogodek:', + statusreg: { + reg: 'Udeleženci', + giainlista: 'Že na seznamu', + newreg: 'Zadnje Registracije:', + nationality: 'Nacionalnost', + verified: 'Preveri', + nonverified: 'Ni preverjeno', + req7: 'S 7 koraki vstopis na seznam za \'plovbo', + req9: 'Z 9-imi koraki pomagaš, da {sitename} Raste!', + req: 'Koraki', + people: 'Pov.', + peoplelegend: 'Število \'Povabljenih' + } + }, + msg: { + myAppDescription: '', + keywords_base: '', + myDescriz: '', + sottoTitoloApp: '', + sottoTitoloApp2: '', + sottoTitoloApp3: '', + sottoTitoloApp4: '', + }, + homepage: { + titlecontatti: 'Kontakt', + }, +}; + +export default msg_website_si;