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": {
|
"rotate": {
|
||||||
"tags": "server side",
|
"tags": "server side",
|
||||||
"title": "Rotate PDF",
|
"title": "Rotate PDF",
|
||||||
"header": "Rotate PDF",
|
|
||||||
"selectAngle": "Select rotation angle (in multiples of 90 degrees):",
|
|
||||||
"submit": "Rotate",
|
"submit": "Rotate",
|
||||||
"error": {
|
"error": {
|
||||||
"failed": "An error occurred while rotating the PDF.",
|
"failed": "An error occurred while rotating the PDF."
|
||||||
"invalidAngle": "Rotation angle must be a multiple of 90 degrees"
|
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"title": "Rotation Preview"
|
"title": "Rotation Preview"
|
||||||
},
|
},
|
||||||
"rotateLeft": "Rotate Anticlockwise",
|
"rotateLeft": "Rotate Anticlockwise",
|
||||||
"rotateRight": "Rotate Clockwise",
|
"rotateRight": "Rotate Clockwise",
|
||||||
"noRotation": "No rotation",
|
|
||||||
"currentAngle": "Current rotation: {{angle}}°",
|
|
||||||
"controlsHelp": "Each click rotates by 90 degrees",
|
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"header": {
|
"header": {
|
||||||
"title": "Rotate Settings Overview"
|
"title": "Rotate Settings Overview"
|
||||||
},
|
},
|
||||||
"description": {
|
"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."
|
"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": {
|
"controls": {
|
||||||
|
@ -10,7 +10,6 @@ export const useRotateTips = (): TooltipContent => {
|
|||||||
},
|
},
|
||||||
tips: [
|
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.")
|
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