mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
Tidy translations
This commit is contained in:
parent
ff0e82bb95
commit
5cca947e17
@ -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": {
|
||||
|
@ -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.")
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user