Skip to content

Commit

Permalink
Update german translations (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom authored Jun 16, 2024
1 parent 701564e commit 4b296fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"Forbidden": "Verboten",
"Forecast": "Vorhersage",
"Formation": "Formation",
"Future": "Zukunft",
"Goalkeeper": "Torhüter",
"Help": "Hilfe",
"Here you can download the player data for personal use. ": "Hier können Sie die Spielerdaten für den persönlichen Gebrauch herunterladen. ",
Expand Down Expand Up @@ -407,6 +408,7 @@
"{home_team} - {away_team} in {day} D {hour} H {minute} M ": "{home_team} - {away_team} in {day} T {hour} H {minute} M ",
"{points} X Star": "{points} X Star",
"{team} in {day} D {hour} H {minute} M ": "{team} in {day} T {hour} H {minute} M ",
"{username}'s future predictions for {leagueName}": "{username}'s Zukunftige Vorhersagen für {leagueName}",
"{username}'s predictions {matchday} from {leagueName}": "{username}'s Vorhersagen {matchday} von {leagueName}",
"{username}'s squad {matchday} from {leagueName}": "{username}'s Kader {matchday} von {leagueName}"
}
6 changes: 3 additions & 3 deletions pages/[league]/[user]/predictions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ export default function HistoricalView({
<>
<Head>
<title>
{t("Predictions from {leagueName}", {
{t("Predictions for {leagueName}", {
leagueName,
})}
</title>
</Head>
<Menu league={leagueID} />
<h1>
{t("Predictions from {leagueName}", {
{t("Predictions for {leagueName}", {
leagueName,
})}
</h1>
Expand All @@ -71,7 +71,7 @@ export default function HistoricalView({
leagueName,
});
if (currentMatchday === -1) {
title_text = t("{username}'s future predictions from {leagueName}", {
title_text = t("{username}'s future predictions for {leagueName}", {
username,
leagueName,
});
Expand Down

0 comments on commit 4b296fe

Please sign in to comment.