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/hi_IN.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/hi_IN.json')
-rw-r--r-- | internal/locale/translations/hi_IN.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json index 00c81287..bfb9a19d 100644 --- a/internal/locale/translations/hi_IN.json +++ b/internal/locale/translations/hi_IN.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": "प्लेबैक गति सीमा से बाहर है" } |