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/zh_TW.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/zh_TW.json')
-rw-r--r-- | internal/locale/translations/zh_TW.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json index 8f748c01..5696491c 100644 --- a/internal/locale/translations/zh_TW.json +++ b/internal/locale/translations/zh_TW.json @@ -507,5 +507,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": "播放速度超出範圍" } |