translation
This commit is contained in:
parent
98e93dce2f
commit
409a737bba
|
@ -7,7 +7,7 @@
|
||||||
<div *ngIf="iconOnly" style="height: 100px;" fxLayoutAlign="space-around center" >
|
<div *ngIf="iconOnly" style="height: 100px;" fxLayoutAlign="space-around center" >
|
||||||
<img width="50" [style.borderRadius]="'50%'" src="./assets/images/user-image2.jpg">
|
<img width="50" [style.borderRadius]="'50%'" src="./assets/images/user-image2.jpg">
|
||||||
</div>
|
</div>
|
||||||
<of-menu-item *ngFor="let menu of menus" [menu]="menu" [iconOnly]="iconOnly"> </of-menu-item>
|
<of-menu-item *ngFor="let menu of menus" [menu]="menu" [iconOnly]="iconOnly" > </of-menu-item>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</perfect-scrollbar>
|
</perfect-scrollbar>
|
|
@ -3,6 +3,7 @@
|
||||||
"Title": "overFlow",
|
"Title": "overFlow",
|
||||||
"Subtitle": "It's a small world",
|
"Subtitle": "It's a small world",
|
||||||
"Home": "Home",
|
"Home": "Home",
|
||||||
|
"Infra": "Infra",
|
||||||
"Map": "Map",
|
"Map": "Map",
|
||||||
"Sensors": "Sensors",
|
"Sensors": "Sensors",
|
||||||
"SensorSetting": "SensorSetting",
|
"SensorSetting": "SensorSetting",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user