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

lang: update twitch offline footer text #1800

Merged
merged 9 commits into from
Nov 27, 2023
2 changes: 1 addition & 1 deletion src/assets/json/translations/de_DE/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"twitch": {
"endedStream": "%q hat den Stream beendet!",
"startedHrsAgo": "Stream gestartet vor %q Stunden - Zuletzt aktualisiert",
"wasLiveFor": "Stream endete vor %q Stunden",
"wasLiveFor": "Der Stream war %q Stunden live",
"justWentLive": "%q ist soeben live gegangen!",
"justEnded": "%q hat gerade seinen Stream beendet!",
"fields": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/json/translations/fr_FR/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"twitch": {
"endedStream": "%q has ended their stream!",
"startedHrsAgo": "Stream started %q hours ago - Last updated",
"wasLiveFor": "Stream ended %q hours ago",
"wasLiveFor": "Stream was Live for %q hours",
"justWentLive": "%q just went live!",
"justEnded": "%q just ended their stream!",
"fields": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/json/translations/hu_HU/hu_HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"twitch": {
"endedStream": "%q befejezte a streamet!",
"startedHrsAgo": "Stream indult %q órával ezelőtt - Utolsó frissítés",
"wasLiveFor": "Az adatfolyam %q órával ezelőtt ért véget",
"wasLiveFor": "Stream élő volt %q órákig",
"justWentLive": "%q épp most indult el!",
"justEnded": "%q most fejezte be a streamet!",
"fields": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/json/translations/pl_PL/pl_PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"twitch": {
"endedStream": "%q zakończył swój stream!",
"startedHrsAgo": "Stream rozpoczęty %q godzin temu - Ostatnia aktualizacja",
"wasLiveFor": "Stream zakończył się %q godzin temu",
"wasLiveFor": "Stream był na żywo przez %q godzin",
"justWentLive": "%q właśnie zostało uruchomione!",
"justEnded": "%q właśnie zakończył swój stream!",
"fields": {
Expand Down