diff --git a/locales/de/time.json b/locales/de/time.json index a00c926..8bfbb8e 100644 --- a/locales/de/time.json +++ b/locales/de/time.json @@ -1,8 +1,8 @@ { "minute": "minute", - "minutes": "minuten", - "hour": "std", - "hours": "std", - "day": "tag", - "days": "tage" + "minutes": "Minuten", + "hour": "Stunde", + "hours": "Stunden", + "day": "Tag", + "days": "Tage" }