diff options
author | 2024-03-16 14:20:02 +0100 | |
---|---|---|
committer | 2024-03-17 11:53:30 -0700 | |
commit | 00dabc1d3c86af88ece7a292ecc968f5d825749e (patch) | |
tree | 9369f3d606abf6e52257547631859bd772163e88 /internal/locale/translations/el_EL.json | |
parent | b68ada396a342ef6ab447c2bb98d7c96aa643178 (diff) | |
download | v2-00dabc1d3c86af88ece7a292ecc968f5d825749e.tar.gz v2-00dabc1d3c86af88ece7a292ecc968f5d825749e.tar.zst v2-00dabc1d3c86af88ece7a292ecc968f5d825749e.zip |
feat: Media player: Conrol playback speed
fix #1845
Diffstat (limited to 'internal/locale/translations/el_EL.json')
-rw-r--r-- | internal/locale/translations/el_EL.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/locale/translations/el_EL.json b/internal/locale/translations/el_EL.json index 2351ee26..b2a71007 100644 --- a/internal/locale/translations/el_EL.json +++ b/internal/locale/translations/el_EL.json @@ -524,5 +524,7 @@ "error.unable_to_parse_feed": "Unable to parse this feed: %v.", "error.feed_not_found": "This feed does not exist or does not belong to this user.", "error.unable_to_detect_rssbridge": "Unable to detect feed using RSS-Bridge: %v.", - "error.feed_format_not_detected": "Unable to detect feed format: %v." + "error.feed_format_not_detected": "Unable to detect feed format: %v.", + "form.prefs.label.media_playback_rate": "Ταχύτητα αναπαραγωγής του ήχου/βίντεο", + "error.settings_media_playback_rate_range": "Η ταχύτητα αναπαραγωγής είναι εκτός εύρους" } |