From fad4f84c9c25d8e50cd0b3068bc0257295f3ef76 Mon Sep 17 00:00:00 2001 From: Reece Browne Date: Mon, 15 Sep 2025 16:53:41 +0100 Subject: [PATCH] translations --- frontend/public/locales/en-GB/translation.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 5c2aeb3c2..b8eb7e4c9 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -2447,5 +2447,15 @@ "processImages": "Process Images", "processImagesDesc": "Converts multiple image files into a single PDF document, then applies OCR technology to extract searchable text from the images." } + }, + "viewer": { + "firstPage": "First Page", + "lastPage": "Last Page", + "previousPage": "Previous Page", + "nextPage": "Next Page", + "zoomIn": "Zoom In", + "zoomOut": "Zoom Out", + "singlePageView": "Single Page View", + "dualPageView": "Dual Page View" } }