- Aggiornato grafica Pagina Gruppi
- Lista Utenti appartenenti al gruppo - Lista richieste gruppo - Nome e Cognome tolti
This commit is contained in:
448
_ALL_SITES/insiemesipuo.app/db/data/popolazione.js
Normal file
448
_ALL_SITES/insiemesipuo.app/db/data/popolazione.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
||||
const msg_website_enUs = {
|
||||
ws: {
|
||||
sitename: 'Comunità Nuovo Mondo',
|
||||
siteshortname: 'CNM',
|
||||
botname: 'CNM BOT',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'InsiemeSuPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
home: 'Home',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const msg_website_es = {
|
||||
ws: {
|
||||
sitename: 'AYNI',
|
||||
siteshortname: 'Ayni',
|
||||
botname: 'AYNI BOT',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'InsiemeSuPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
home: 'Home',
|
||||
@@ -19,6 +19,7 @@ const msg_website_es = {
|
||||
status: 'Estadísticas',
|
||||
nextzoom: 'Conferencias',
|
||||
requestresetpwd: 'Solicitud de restablecimiento de contraseña',
|
||||
calendarioeventi: 'Calendario Eventos',
|
||||
vreg: 'Verifica Reg',
|
||||
dashboard: 'Tablero',
|
||||
statoattuale: 'Estado Actual',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const msg_website_fr = {
|
||||
ws: {
|
||||
sitename: 'AYNI',
|
||||
siteshortname: 'Ayni',
|
||||
botname: 'AYNI BOT',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'InsiemeSuPuò BOT',
|
||||
},
|
||||
homepage: {
|
||||
titlecontatti: 'CONTACTS',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const msg_website_it = {
|
||||
ws: {
|
||||
sitename: 'FreePlanet',
|
||||
siteshortname: 'FreePlanet',
|
||||
botname: 'il Bot di FreePlanet',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'il Bot di InsiemeSuPuò',
|
||||
},
|
||||
products: {
|
||||
quantity: 'Quantità',
|
||||
@@ -128,8 +128,8 @@ const msg_website_it = {
|
||||
color: 'Colore',
|
||||
},
|
||||
msg: {
|
||||
myAppName: 'FreePlanet',
|
||||
myAppDescription: 'Il primo Vero Social Libero, Equo e Solidale, dove Vive Consapevolezza e Aiuto Comunitario. Gratuito e senza Pubblicità',
|
||||
myAppName: 'InsiemeSiPuò',
|
||||
myAppDescription: 'Il primo Vero Social Libero, Equo e Solidale, dove Vive Consapevolezza e Aiuto Comunitario. Gratuito',
|
||||
underconstruction: 'App in costruzione...',
|
||||
myDescriz: '',
|
||||
sottoTitoloApp: 'Il primo Vero Social',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const msg_website_pt = {
|
||||
ws: {
|
||||
sitename: 'CNM',
|
||||
siteshortname: 'CNM',
|
||||
botname: 'CNM BOT',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'InsiemeSuPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
home: 'Home',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
const msg_website_si = {
|
||||
ws: {
|
||||
sitename: 'AYNI',
|
||||
siteshortname: 'Ayni',
|
||||
botname: 'AYNI BOT',
|
||||
sitename: 'InsiemeSuPuò',
|
||||
siteshortname: 'InsiemeSuPuò',
|
||||
botname: 'InsiemeSuPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
home: 'Domača stran',
|
||||
|
||||
@@ -20,6 +20,7 @@ const functionality: IFunctionality = {
|
||||
BOOKING_EVENTS: true,
|
||||
ENABLE_ECOMMERCE: false,
|
||||
ENABLE_REG_ISP: true,
|
||||
ENABLE_GROUPS: true,
|
||||
}
|
||||
|
||||
// const SHOW_PROJINTHEMENU = false
|
||||
@@ -422,6 +423,17 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
{
|
||||
active: functionality.ENABLE_GROUPS,
|
||||
order: 132,
|
||||
path: '/groups',
|
||||
materialIcon: 'fas fa-users',
|
||||
name: 'mypages.groups',
|
||||
component: () => import('@/views/user/mygroups/mygroups.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 135,
|
||||
@@ -433,6 +445,17 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 136,
|
||||
path: '/grp/:groupname',
|
||||
materialIcon: 'fas fa-user',
|
||||
name: 'proj.group2',
|
||||
component: () => import('@/views/user/mygroup/mygroup.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 130,
|
||||
|
||||
Reference in New Issue
Block a user