File tree Expand file tree Collapse file tree 3 files changed +378
-368
lines changed Expand file tree Collapse file tree 3 files changed +378
-368
lines changed Original file line number Diff line number Diff line change 10
10
>
11
11
< mat-option (click) ="getActuatorInfo() ">
12
12
< fa-icon class ="circle " size ="lg " [fixedWidth] ="true " [icon] ="'info' "> </ fa-icon >
13
- About
13
+ {{ 'APPLAYOUT.HEADER.ABOUT' | translate }}
14
14
</ mat-option >
15
15
< mat-option (click) ="logout() ">
16
16
< fa-icon class ="circle " size ="lg " [fixedWidth] ="true " [icon] ="'sign-out-alt' "> </ fa-icon >
17
- Logout
17
+ {{ 'APPLAYOUT.HEADER.LOGOUT' | translate }}
18
18
</ mat-option >
19
19
</ mat-select >
20
20
</ mat-form-field >
21
21
< span class ="link-like " (click) ="navigateToProposalPortal() ">
22
- Antragsportal
22
+ {{ 'APPLAYOUT.HEADER.PROPOSAL_PORTAL' | translate }}
23
23
< fa-icon size ="1x " icon ="external-link-alt "> </ fa-icon >
24
24
</ span >
25
25
</ div >
Original file line number Diff line number Diff line change 5
5
},
6
6
"TOGGLE" : {
7
7
"LABEL" : " Seitennavigation umschalten"
8
+ },
9
+ "HEADER" : {
10
+ "PROPOSAL_PORTAL" : " Antragsportal" ,
11
+ "ABOUT" : " Über das Portal" ,
12
+ "LOGOUT" : " Abmelden"
8
13
}
9
14
},
10
15
"DATAQUERY" : {
You can’t perform that action at this time.
0 commit comments