Tidy translations

This commit is contained in:
James Brunton 2025-09-16 14:16:25 +01:00
parent ff0e82bb95
commit 5cca947e17
2 changed files with 1 additions and 9 deletions

View File

@ -757,27 +757,20 @@
"rotate": {
"tags": "server side",
"title": "Rotate PDF",
"header": "Rotate PDF",
"selectAngle": "Select rotation angle (in multiples of 90 degrees):",
"submit": "Rotate",
"error": {
"failed": "An error occurred while rotating the PDF.",
"invalidAngle": "Rotation angle must be a multiple of 90 degrees"
"failed": "An error occurred while rotating the PDF."
},
"preview": {
"title": "Rotation Preview"
},
"rotateLeft": "Rotate Anticlockwise",
"rotateRight": "Rotate Clockwise",
"noRotation": "No rotation",
"currentAngle": "Current rotation: {{angle}}°",
"controlsHelp": "Each click rotates by 90 degrees",
"tooltip": {
"header": {
"title": "Rotate Settings Overview"
},
"description": {
"title": "Description",
"text": "Rotate your PDF pages clockwise or anticlockwise in 90-degree increments. All pages in the PDF will be rotated. The preview shows how your document will look after rotation."
},
"controls": {

View File

@ -10,7 +10,6 @@ export const useRotateTips = (): TooltipContent => {
},
tips: [
{
title: t("rotate.tooltip.description.title", "Description"),
description: t("rotate.tooltip.description.text", "Rotate your PDF pages clockwise or anticlockwise in 90-degree increments. All pages in the PDF will be rotated. The preview shows how your document will look after rotation.")
},
{