diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index cc2badf7b..56ba745e9 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -2174,7 +2174,10 @@ "pageLabel": "Page" }, "rendering": { - "rendering": "rendering" + "rendering": "rendering", + "inProgress": "One or both of these PDFs are very large, scrolling won't be smooth until the rendering is complete", + "pagesRendered": "pages rendered", + "complete": "Page rendering complete" }, "dropdown": { "deletions": "Deletions ({{count}})", diff --git a/frontend/public/locales/en-US/translation.json b/frontend/public/locales/en-US/translation.json index 661d18a87..db057b46c 100644 --- a/frontend/public/locales/en-US/translation.json +++ b/frontend/public/locales/en-US/translation.json @@ -1337,7 +1337,10 @@ "pageLabel": "Page" }, "rendering": { - "rendering": "rendering" + "rendering": "rendering", + "inProgress": "One or both of these PDFs are very large, scrolling won't be smooth until the rendering is complete", + "pagesRendered": "pages rendered", + "complete": "Page rendering complete" }, "status": { "extracting": "Extracting text...",