From 0ca665fb8597d49fe7a62e096a6240a441b2a9d5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 10 Mar 2026 20:24:16 +0200 Subject: [PATCH] chore(video_player): mention keys --- apps/client/src/translations/en/translation.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index cbaf7a3767..bc1c5e77ed 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1037,19 +1037,19 @@ "too_big": "The preview only shows the first {{maxNumChars}} characters of the file for performance reasons. Download the file and open it externally to be able to see the entire content." }, "video": { - "play": "Play", - "pause": "Pause", - "back-10s": "Back 10s", - "forward-30s": "Forward 30s", - "mute": "Mute", - "unmute": "Unmute", + "play": "Play (Space)", + "pause": "Pause (Space)", + "back-10s": "Back 10s (Left arrow key)", + "forward-30s": "Forward 30s (Right arrow key, 10s)", + "mute": "Mute (M)", + "unmute": "Unmute (M)", "playback-speed": "Playback speed", "loop": "Loop", "disable-loop": "Disable loop", "rotate": "Rotate", "picture-in-picture": "Picture-in-picture", "exit-picture-in-picture": "Exit picture-in-picture", - "fullscreen": "Fullscreen", + "fullscreen": "Fullscreen (F)", "exit-fullscreen": "Exit fullscreen" }, "protected_session": {