- Billettera

- Lista Ingressi
 - Send a Tutti la propria Lavagna.
This commit is contained in:
Paolo Arena
2020-02-19 16:09:44 +01:00
parent 8e6e356125
commit 61dcb2360e
24 changed files with 999 additions and 190 deletions

View File

@@ -2,20 +2,21 @@ const msg_website = {
it: {
pages: {
home: 'Home',
profile: 'Il tuo Profilo',
profile: 'Profilo',
payment: 'Pagamenti',
regok: 'Registrazione Confermata',
presentazione: 'Presentazione',
presentazione2: 'Presentazione',
invita: 'Invita Persone',
SignUp: 'Nuova Registrazione',
SignUp_alreadylista: 'Registration for those who are already in the List!',
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:'La tua Lavagna',
dashboard:'Lavagna',
testimonial: 'Testimonianze',
Test: 'Test',
Category: 'Categorie',
@@ -35,7 +36,6 @@ const msg_website = {
newreg:'Ultime Registrazioni:',
nationality: 'Nazionalità',
verified:'Verificata',
seezoom:'Partecipato ad 1 Zoom',
nonverified:'Non Verificata',
}
},
@@ -71,18 +71,21 @@ const msg_website = {
es: {
pages: {
home: 'Home',
profile: 'Tu Perfil',
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: 'Statistica',
status: 'Estadísticas',
nextzoom: 'Próximo Zoom (Conferencias)',
requestresetpwd: 'Solicitud de restablecimiento de contraseña',
vreg: 'Verifica Reg',
dashboard:'Tu Tablero',
dashboard:'Tablero',
testimonial: 'Opiniones',
Test: 'Test',
Category: 'Categorie',
@@ -123,24 +126,85 @@ const msg_website = {
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',
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',
}
},
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: 'Votre profil',
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:'Votre tableau de bord',
dashboard:'Tableau de bord',
testimonial: 'Commentaires',
Test: 'Test',
Category: 'Categorie',
@@ -171,18 +235,21 @@ const msg_website = {
enUs: {
pages: {
home: 'Home',
profile: 'Your Profile',
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:'Your Dashboard',
dashboard:'Dashboard',
testimonial: 'Reviews',
Test: 'Test',
Category: 'Categorie',

View File

@@ -11,6 +11,7 @@ const functionality: IFunctionality = {
PWA: false,
SHOW_USER_MENU: true, // Cambiare con true
SHOW_PROFILE: true,
SHOW_REG_BUTTON: false,
ENABLE_REGISTRATION: true, // Cambiare con true
ENABLE_REG_AYNI: true,
SHOW_NEWSLETTER: false,
@@ -266,28 +267,39 @@ const baseroutes: IListRoutes[] = [
order: 20,
path: '/signup/:invited',
materialIcon: 'how_to_reg',
name: 'pages.presentazione',
name: 'pages.presentazione2',
component: () => import('@/root/intro/intro.vue'),
inmenu: false,
infooter: true,
infooter: false,
separator: false
},
{
active: false,
active: true,
order: 30,
path: '/intro',
materialIcon: 'how_to_reg',
name: 'pages.presentazione',
component: () => import('@/root/intro/intro.vue'),
meta: {requiresAuth: true},
inmenu: true,
infooter: true
},
{
active: false,
order: 40,
path: '/testimonial',
materialIcon: 'fas fa-comments',
name: 'pages.testimonial',
component: () => import('@/root/testimonianze/testimonianze.vue'),
inmenu: true,
infooter: true,
onlyif_logged: true
onlyif_logged: false
},
{
active: true,
path: '/separator',
name: 'separator',
order: 99,
order: 50,
isseparator: true,
inmenu: true,
},
@@ -305,13 +317,24 @@ const baseroutes: IListRoutes[] = [
{
active: true,
order: 110,
path: '/invite',
materialIcon: 'fas fa-user-plus',
name: 'pages.invita',
component: () => import('@/root/invite/invite.vue'),
meta: {requiresAuth: true},
inmenu: true,
infooter: true
},
{
active: true,
order: 120,
path: '/profile',
materialIcon: 'fas fa-user',
name: 'pages.profile',
component: () => import('@/views/user/profile/profile.vue'),
meta: {requiresAuth: true},
inmenu: true,
infooter: true
infooter: true,
},
{
active: true,
@@ -425,7 +448,7 @@ const baseroutes: IListRoutes[] = [
path: '/signin',
materialIcon: 'account_circle',
name: 'pages.SignIn',
component: () => import('@/views/login/signin/signin.vue'),
component: () => import('@/views/login/signin_noreg/signin_noreg.vue'),
inmenu: false,
infooter: true
},
@@ -439,10 +462,11 @@ export const routes = baseroutes
const preLoadImages: IPreloadImages[] = [
{ imgname: '../../statics/images/logo.png', alt: 'logo', mobile: false },
{ imgname: '../../statics/images/gb.png', alt: 'flag gb', mobile: false },
{ imgname: '../../statics/images/es.png', alt: 'flag es', mobile: false },
// { imgname: '../../statics/images/fr.png', alt: 'flag fr', mobile: false },
{ imgname: '../../statics/images/it.png', alt: 'flag it', mobile: false },
{ imgname: '../../statics/icons/flag_gb.svg', alt: 'flag us', mobile: false },
{ imgname: '../../statics/icons/flag_it.svg', alt: 'flag it', mobile: false },
{ imgname: '../../statics/icons/flag_es.svg', alt: 'flag es', mobile: false },
{ imgname: '../../statics/icons/flag_fr.svg', alt: 'flag fr', mobile: false },
{ imgname: '../../statics/icons/flag_pt.svg', alt: 'flag pt', mobile: false },
// { imgname: '../../statics/images/background.jpg', alt: 'corsi di formazione per operatori del massaggio del benessere', mobile: true },
// { imgname: '../../statics/images/background2.jpg', alt: 'stanza con cuscini per seminario reiki', mobile: true },
// { imgname: '../../statics/images/background3.jpg', alt: 'foto di gruppo seminaristi reiki', mobile: true },
@@ -457,14 +481,17 @@ export function preloadedimages() {
const arrLangUsed = [
'it',
'enUs',
'es'
'es',
'pt',
'fr'
]
const lang_available: ILang[] = [
{ label: 'Italiano', icon: 'fa-flag-it', value: 'it', image: '../statics/images/it.png', short: 'IT' },
{ label: 'English', icon: 'fa-flag-us', value: 'enUs', image: '../statics/images/gb.png', short: 'EN' },
{ label: 'Español', icon: 'fa-flag-es', value: 'es', image: '../statics/images/es.png', short: 'ES' },
// { label: 'Français', icon: 'fa-facebook', value: 'fr', image: '../statics/images/fr.png', short: 'FR' }
{ label: 'Italiano', icon: 'fa-flag-it', value: 'it', image: '../statics/icons/flag_it.svg', short: 'IT' },
{ label: 'English', icon: 'fa-flag-us', value: 'enUs', image: '../statics/icons/flag_gb.svg', short: 'EN' },
{ label: 'Español', icon: 'fa-flag-es', value: 'es', image: '../statics/icons/flag_es.svg', short: 'ES' },
{ label: 'Português', icon: 'fa-flag-pt', value: 'pt', image: '../statics/icons/flag_pt.svg', short: 'PT' },
{ label: 'Français', icon: 'fa-flag-fr', value: 'fr', image: '../statics/icons/flag_fr.svg', short: 'FR' }
// { label: 'German', icon: 'fa-flag-de', value: 'de', image: '../statics/images/de.png', short: 'DE' },
]