Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing localization for EnterResult view #154

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions League/Views/Match/EnterResult.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
<data name="Back standard form" xml:space="preserve">
<value>Zurück zur Standardeingabe</value>
</data>
<data name="Ball Points" xml:space="preserve">
<value>Ballpunkte</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Abbrechen</value>
</data>
Expand All @@ -135,6 +138,9 @@
<data name="Enter Match Result" xml:space="preserve">
<value>Spielergebnis eintragen</value>
</data>
<data name="Match Points" xml:space="preserve">
<value>Spielpunkte</value>
</data>
<data name="Opponents" xml:space="preserve">
<value>Begegnung</value>
</data>
Expand Down Expand Up @@ -165,6 +171,9 @@
<data name="Set #{0}" xml:space="preserve">
<value>{0}. Satz</value>
</data>
<data name="Set Points" xml:space="preserve">
<value>Satzpunkte</value>
</data>
<data name="The result entry can be removed. The match goes back to fixtures." xml:space="preserve">
<value>Der Ergebniseintrag kann entfernt werden. Das Spiel geht zurück in den Spielplan.</value>
</data>
Expand Down
Loading