diff --git a/src/setup/locales/cs/translation.json b/src/setup/locales/cs/translation.json index 3679611a..a7e5e826 100644 --- a/src/setup/locales/cs/translation.json +++ b/src/setup/locales/cs/translation.json @@ -58,7 +58,7 @@ "backToHomeShort": "Zpět", "seasonAndEpisode": "S{{season}} E{{episode}}", "timeLeft": "Zbývá {{timeLeft}}", - "finishAt": "Končí ve {{timeFinished}}", + "finishAt": "Končí ve {{timeFinished, datetime}}", "buttons": { "episodes": "Epizody", "source": "Zdroj", diff --git a/src/setup/locales/de/translation.json b/src/setup/locales/de/translation.json index 82d2fe64..5edad4d0 100644 --- a/src/setup/locales/de/translation.json +++ b/src/setup/locales/de/translation.json @@ -58,7 +58,7 @@ "backToHomeShort": "Rückmeldung", "seasonAndEpisode": "S{{season}} E{{episode}}", "timeLeft": "{{timeLeft}} bleibt", - "finishAt": "Ende um {{timeFinished}}", + "finishAt": "Ende um {{timeFinished, datetime}}", "buttons": { "episodes": "Folgen", "source": "Quelle", diff --git a/src/setup/locales/zh/translation.json b/src/setup/locales/zh/translation.json index 6570d4a4..39b0998d 100644 --- a/src/setup/locales/zh/translation.json +++ b/src/setup/locales/zh/translation.json @@ -58,7 +58,7 @@ "backToHomeShort": "返回", "seasonAndEpisode": "第{{season}}季 第{{episode}}集", "timeLeft": "还剩余 {{timeLeft}}", - "finishAt": "在 {{timeFinished}} 结束", + "finishAt": "在 {{timeFinished, datetime}} 结束", "buttons": { "episodes": "分集", "source": "视频源",