mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00
Fix translation issues
This commit is contained in:
parent
245da1a31d
commit
7db0e89798
@ -1881,6 +1881,7 @@
|
||||
"desc": "Remove password protection from your PDF document.",
|
||||
"tags": "secure,Decrypt,security,unpassword,delete password",
|
||||
"password": {
|
||||
"stepTitle": "Remove Password",
|
||||
"label": "Current Password",
|
||||
"placeholder": "Enter current password",
|
||||
"completed": "Password configured"
|
||||
@ -1892,6 +1893,7 @@
|
||||
"tooltip": {
|
||||
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
|
||||
},
|
||||
"submit": "Remove Password",
|
||||
"results": {
|
||||
"title": "Decrypted PDFs"
|
||||
}
|
||||
|
@ -1745,6 +1745,7 @@
|
||||
"desc": "Remove password protection from your PDF document.",
|
||||
"tags": "secure,Decrypt,security,unpassword,delete password",
|
||||
"password": {
|
||||
"stepTitle": "Remove Password",
|
||||
"label": "Current Password",
|
||||
"placeholder": "Enter current password",
|
||||
"completed": "Password configured"
|
||||
@ -1756,6 +1757,7 @@
|
||||
"tooltip": {
|
||||
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
|
||||
},
|
||||
"submit": "Remove Password",
|
||||
"results": {
|
||||
"title": "Decrypted PDFs"
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ const RemovePassword = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
title: t("removePassword.password.stepTitle", "Password"),
|
||||
title: t("removePassword.password.stepTitle", "Remove Password"),
|
||||
isCollapsed: passwordCollapsed,
|
||||
onCollapsedClick: hasResults ? handleSettingsReset : undefined,
|
||||
tooltip: removePasswordTips,
|
||||
|
Loading…
x
Reference in New Issue
Block a user