diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-03-28 23:43:18 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-04-03 22:28:11 +0200 |
| commit | 9aa00b2f0a306832a14937ba081c1c9a9474ceba (patch) | |
| tree | d5cd11cbf011cdd22b031d800ad54646b0533a7b /locales/de.json | |
| parent | af029177666486d7524a7d1fae03aed91b58e556 (diff) | |
| download | invidious-9aa00b2f0a306832a14937ba081c1c9a9474ceba.tar.gz invidious-9aa00b2f0a306832a14937ba081c1c9a9474ceba.tar.bz2 invidious-9aa00b2f0a306832a14937ba081c1c9a9474ceba.zip | |
Normalize translation keys in other locales (1/3)
Diffstat (limited to 'locales/de.json')
| -rw-r--r-- | locales/de.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/locales/de.json b/locales/de.json index 665810a4..a885ea29 100644 --- a/locales/de.json +++ b/locales/de.json @@ -337,16 +337,16 @@ "duration": "Dauer", "features": "Eigenschaften", "sort": "sortieren", - "hour": "Letzte Stunde", - "today": "Heute", - "week": "Diese Woche", - "month": "Diesen Monat", - "year": "Dieses Jahr", - "video": "Video", - "channel": "Kanal", - "playlist": "Wiedergabeliste", - "movie": "Film", - "show": "anzeigen", + "search_filters_date_option_hour": "Letzte Stunde", + "search_filters_date_option_today": "Heute", + "search_filters_date_option_week": "Diese Woche", + "search_filters_date_option_month": "Diesen Monat", + "search_filters_date_option_year": "Dieses Jahr", + "search_filters_type_option_video": "Video", + "search_filters_type_option_channel": "Kanal", + "search_filters_type_option_playlist": "Wiedergabeliste", + "search_filters_type_option_movie": "Film", + "search_filters_type_option_show": "Anzeigen", "hd": "HD", "subtitles": "Untertitel / CC", "creative_commons": "Creative Commons", |
