diff --git a/web/packages/base/locales/en-US/translation.json b/web/packages/base/locales/en-US/translation.json index 1ec600584a..2e3ff45103 100644 --- a/web/packages/base/locales/en-US/translation.json +++ b/web/packages/base/locales/en-US/translation.json @@ -74,7 +74,18 @@ "download_favorites": "Download favorites", "download_uncategorized": "Download uncategorized", "download_hidden_items": "Download hidden items", + "mouse_scroll": "Mouse scroll", + "pan": "Pan", + "pinch": "Pinch", + "drag": "Drag", + "tap_inside_image": "Tap inside image", + "tap_outside_image": "Tap outside image", "show_shortcuts": "Show shortcuts", + "zoom_preset": "Zoom preset", + "toggle_controls": "Toggle controls", + "toggle_live": "Toggle live", + "toggle_audio": "Toggle audio", + "view_info": "View info", "copy_as_png": "Copy as PNG", "toggle_fullscreen": "Toggle fullscreen", "zoom": "Zoom", @@ -419,7 +430,6 @@ "disable_file_download_message": "
Are you sure that you want to disable the download button for files?
Viewers can still take screenshots or save a copy of your photos using external tools.
", "shared_using": "Shared using {{url}}", "sharing_referral_code": "Use code {{referralCode}} to get 10 GB free", - "live_photo_indicator": "LIVE", "disable_password": "Disable password lock", "disable_password_message": "Are you sure that you want to disable the password lock?", "password_lock": "Password lock", diff --git a/web/packages/gallery/components/viewer/FileViewer.tsx b/web/packages/gallery/components/viewer/FileViewer.tsx index 5183fd0ccb..349a59cec6 100644 --- a/web/packages/gallery/components/viewer/FileViewer.tsx +++ b/web/packages/gallery/components/viewer/FileViewer.tsx @@ -1034,30 +1034,47 @@ const Shortcuts: React.FC