translation

This commit is contained in:
geek 2018-03-07 11:55:52 +09:00
parent 98e93dce2f
commit 409a737bba
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div *ngIf="iconOnly" style="height: 100px;" fxLayoutAlign="space-around center" >
<img width="50" [style.borderRadius]="'50%'" src="./assets/images/user-image2.jpg">
</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>
</perfect-scrollbar>

View File

@ -3,6 +3,7 @@
"Title": "overFlow",
"Subtitle": "It's a small world",
"Home": "Home",
"Infra": "Infra",
"Map": "Map",
"Sensors": "Sensors",
"SensorSetting": "SensorSetting",