Merge branch 'main' into pr/Srivarshan-T/216

This commit is contained in:
Chesterkxng
2025-12-10 10:55:56 +01:00
72 changed files with 5339 additions and 3027 deletions

View File

@@ -63,6 +63,11 @@
"shortDescription": "Convert PDF into PNG images",
"title": "PDF to PNG"
},
"convertToPdf": {
"title": "Images to PDF",
"description": "Convert various image formats (PNG, GIF, JPG, TIF, PSD, SVG, WEBP, HEIC, RAW) to PDF, with options to scale the image and choose page orientation.",
"shortDescription": "Convert images to PDF with scale and orientation control"
},
"protectPdf": {
"description": "Add password protection to your PDF files securely in your browser",
"shortDescription": "Password protect PDF files securely",

View File

@@ -307,5 +307,21 @@
"shortDescription": "Quickly URL-escape a string.",
"title": "String URL encoder"
}
},
"unicode": {
"title": "Unicode Encoder / Decoder",
"inputTitle": "Input",
"resultTitle": "Processed Output",
"optionsTitle": "Mode",
"caseOptionsTitle": "Case Options",
"encode": "Encode",
"decode": "Decode",
"uppercase": "Uppercase Hex",
"description": "Convert text to Unicode escape sequences or decode them back to readable text.",
"shortDescription": "Encode or decode text using Unicode escape sequences.",
"toolInfo": {
"title": "Unicode Encoder / Decoder",
"description": "This tool lets you convert plain text into Unicode escape sequences (e.g., \\uXXXX) and decode Unicode escape sequences back into standard text. You can also choose whether the hexadecimal output is formatted in uppercase or lowercase when encoding."
}
}
}

View File

@@ -113,5 +113,11 @@
"zeroPaddingDescription": "Make all time components always be two digits wide.",
"zeroPrintDescription": "Display the dropped parts as zero values \"00\".",
"zeroPrintTruncatedParts": "Zero-print Truncated Parts"
},
"convertTimeToDecimal": {
"title": "Convert time to decimal",
"description": "Convert a formatted time duration (HH:MM:SS) into a decimal hour value.",
"shortDescription": "Convert human time to decimal time",
"longDescription": "Convert a formatted time string (HH:MM:SS or HH:MM) into its decimal-hour equivalent. Hours can be any positive number, while minutes and seconds accept values from 0-59 and can be single or double digits (e.g., '12:5' or '12:05'). This function interprets hours, minutes, and seconds, then calculates the total duration as a single decimal value. It is useful for productivity tracking, payroll calculations, time-based billing, data analysis, or any workflow that requires converting human-readable time into a numerical format that can be easily summed, compared, or processed. For example, '03:26:00' becomes 3.43 hours, and '12:5' becomes 12.08 hours."
}
}

View File

@@ -133,6 +133,7 @@
},
"navbar": {
"buyMeACoffee": "Buy me a coffee",
"hireMe": "Hire me",
"home": "Home",
"tools": "Tools"
},