Skip to content

Commit

Permalink
Added missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jul 3, 2020
1 parent d15891e commit 9450e79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions League/Views/TeamApplication/SelectVenue.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@using League.Controllers
@using Microsoft.AspNetCore.Mvc.Localization
@using TournamentManager.DAL.TypedViewClasses
@using TournamentManager.DAL.EntityClasses
@inject IViewLocalizer Localizer
@model League.Models.TeamViewModels.TeamVenueSelectModel
@{ ValueTuple<long, IList<long>, League.Components.VenueSelectorComponentModel.Criteria, League.Components.VenueSelectorComponentModel.Criteria, long?> componentModel =
Expand Down
3 changes: 3 additions & 0 deletions League/Views/TeamApplication/SelectVenue.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
<data name="Create a new venue" xml:space="preserve">
<value>Neuen Spielort anlegen</value>
</data>
<data name="No venue from the list applies" xml:space="preserve">
<value>Kein Spielort aus der Liste trifft zu</value>
</data>
<data name="Team Registration" xml:space="preserve">
<value>Team-Anmeldung</value>
</data>
Expand Down
12 changes: 12 additions & 0 deletions new 1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Remote-Verwaltung über Webpanel:
Benutzername: Admin
Passwort: Admin

Geräteverwalter:
Benutzername: DeviceAdmin
Passwort: 2600

Login am Gerät:
Benutzername: 2600
Passwort: 2600

0 comments on commit 9450e79

Please sign in to comment.