Aggiornamento Traduzioni ...

This commit is contained in:
Paolo Arena
2020-04-07 14:33:29 +02:00
parent bc7ab5f818
commit 1c010787d0
4 changed files with 21 additions and 7 deletions

View File

@@ -579,6 +579,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_ng.svg'); content: url('statics/icons/flag_ng.svg');
} }
.fa-flag-md:before {
content: url('statics/icons/flag_md.svg');
}
.fa-flag-co:before { .fa-flag-co:before {
content: url('statics/icons/flag_co.svg'); content: url('statics/icons/flag_co.svg');
} }
@@ -616,7 +620,7 @@ $heightBtn: 100%;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.clBorderWarning, .clBorderZoom { .clBorderWarning, .clBorderZoom, .clBorderTutor {
border: #f69f09 solid 5px; border: #f69f09 solid 5px;
border-radius: 32px; border-radius: 32px;
font-size: 1rem; font-size: 1rem;
@@ -634,6 +638,11 @@ $heightBtn: 100%;
border: #666cf6 solid 5px; border: #666cf6 solid 5px;
} }
.clBorderTutor {
border-radius: 16px;
border: #f634b5 solid 2px;
}
.clBorderSteps { .clBorderSteps {
border-color: green; border-color: green;
} }

View File

@@ -109,7 +109,7 @@ const msg_website = {
nationality: 'Nacionalnost', nationality: 'Nacionalnost',
verified:'Preveri', verified:'Preveri',
nonverified:'Ni preverjeno', nonverified:'Ni preverjeno',
req7: 'Z 7 koraki vstopis na seznam za \'plovbo', req7: 'S 7 koraki vstopis na seznam za \'plovbo',
req9: 'Z 9-imi koraki pomagaš, da AYNI Raste!', req9: 'Z 9-imi koraki pomagaš, da AYNI Raste!',
req: 'Koraki', req: 'Koraki',
people: 'Pov.', people: 'Pov.',

View File

@@ -149,7 +149,8 @@ const routes_manager: IListRoutes[] = [
submenu: true, submenu: true,
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyManager: true onlyManager: true,
onlyTutor: false
}, },
{ {
active: true, active: true,
@@ -176,7 +177,8 @@ const routes_manager: IListRoutes[] = [
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true, onlyAdmin: true,
onlyManager: true onlyManager: true,
onlyTutor: true
}, },
{ {
active: true, active: true,
@@ -190,7 +192,8 @@ const routes_manager: IListRoutes[] = [
level_parent: 0, level_parent: 0,
level_child: 0.5, level_child: 0.5,
onlyAdmin: true, onlyAdmin: true,
onlyManager: true onlyManager: true,
onlyTutor: true
}, },
{ {
active: true, active: true,
@@ -407,7 +410,9 @@ const baseroutes: IListRoutes[] = [
routes2: routes_manager, routes2: routes_manager,
solotitle: true, solotitle: true,
infooter: true, infooter: true,
onlyManager: true onlyAdmin: true,
onlyManager: true,
onlyTutor: true
}, },
...routes_manager, ...routes_manager,
{ {

View File

@@ -43,7 +43,7 @@ export const cfgrouter = {
const arrroutes: IListRoutes[] = [] const arrroutes: IListRoutes[] = []
console.log('GETMENU') // console.log('GETMENU')
if (!!GlobalStore) { if (!!GlobalStore) {
GlobalStore.actions.addDynamicPages() GlobalStore.actions.addDynamicPages()