-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: translations of lobby and idle-timeout added
- Loading branch information
1 parent
5337b1a
commit 24996a2
Showing
6 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div mat-dialog-content class="content"> | ||
<p> | ||
Spillet vil automatisk avslutte om <strong>{{ timer }}</strong> sekunder | ||
{{ 'AUTO_END_MESSAGE' | translate }} <strong>{{ timer }}</strong> {{ 'SECONDS' | translate }} | ||
</p> | ||
</div> | ||
<div mat-dialog-actions class="actions"> | ||
<button mat-raised-button class="button" id="stay-button" (click)="closeDialog()">Bli værende</button> | ||
<button mat-raised-button class="button" id="stay-button" (click)="closeDialog()">{{ 'STAY_BUTTON' | translate }}</button> | ||
<button mat-raised-button class="button" id="home-button" (click)="goHome()"> | ||
<div class="button-text"><mat-icon class="button-icon">home</mat-icon>Avslutt nå</div> | ||
<div class="button-text"><mat-icon class="button-icon">home</mat-icon>{{ 'END_NOW_BUTTON' | translate }}</div> | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters