- DashBoard, Profile, Order Menu

This commit is contained in:
Paolo Arena
2019-12-31 00:45:06 +01:00
parent b70f0df084
commit 354d1c8b36
38 changed files with 846 additions and 193 deletions

View File

@@ -2,12 +2,14 @@ const msg_website = {
it: {
pages: {
home: 'Home',
profile: 'Profilo',
profile: 'Il tuo Profilo',
payment: 'Pagamenti',
SignUp: 'Registrazione',
SignUp2: 'Registrazione',
SignIn: 'Login',
vreg: 'Verifica Reg',
dashboard:'Lavagna',
dashboard:'La tua Lavagna',
testimonial: 'Testimonianze',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',
@@ -47,17 +49,22 @@ const msg_website = {
faq: 'DOMANDE FREQUENTI (FAQ)',
advise: 'SUGGERIMENTI',
download: 'MATERIALE DISPONIBILE',
dashboard: {
madegift: 'Hai fatto il tuo dono?'
},
},
},
es: {
pages: {
home: 'Home',
profile: 'Perfil',
profile: 'Tu Perfil',
payment: 'Paiements',
SignUp: 'Registro',
SignUp2: 'Registro',
SignIn: 'Login',
vreg: 'Verifica Reg',
dashboard:'Tablero',
dashboard:'Tu Tablero',
testimonial: 'Opiniones',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',
@@ -87,17 +94,33 @@ const msg_website = {
faq: 'PREGUNTAS FRECUENTES (FAQ)',
advise: 'CONSEJOS',
download: 'MATERIAL DISPONIBLES',
dashboard: {
madegift: '¿Hiciste tu regalo?'
},
},
},
fr: {
homepage: {},
pages: {},
msg: {},
text: {
dashboard: {
madegift: 'Avez-vous fait votre cadeau?'
},
}
},
enUs: {
pages: {
home: 'Home',
profile: 'Profile',
profile: 'Your Profile',
payment: 'Payments',
SignUp: 'Registration',
SignUp2: 'Registration',
SignIn: 'Login',
vreg: 'Check Registration',
dashboard:'Dashboard',
dashboard:'Your Dashboard',
testimonial: 'Reviews',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',
@@ -127,17 +150,18 @@ const msg_website = {
faq: 'FREQUENTLY ASKED QUESTIONS (FAQ)',
advise: 'ADVISE',
download: 'AVAILABLE DOCUMENTS',
dashboard: {
madegift: 'Did you make your gift?'
},
},
},
fr: {
homepage: {},
pages: {},
msg: {}
},
de: {
homepage: {},
pages: {},
msg: {}
msg: {},
text: {
}
}
}