mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-26 17:52:59 +02:00
Add complete GB translations for scanner image split tool
- Add scannerImageSplit section with submit/title/error translations - Update home.scannerImageSplit title and description to match registry expectations - Ensure all React component translation keys are properly supported - Maintain British spelling ("colour") in existing translations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e7109bb4e9
commit
ce2065aec4
@ -436,8 +436,8 @@
|
|||||||
},
|
},
|
||||||
"scannerImageSplit": {
|
"scannerImageSplit": {
|
||||||
"tags": "detect,split,photos",
|
"tags": "detect,split,photos",
|
||||||
"title": "Detect/Split Scanned photos",
|
"title": "Detect & Split Scanned Photos",
|
||||||
"desc": "Splits multiple photos from within a photo/PDF"
|
"desc": "Detect and split scanned photos into separate pages"
|
||||||
},
|
},
|
||||||
"sign": {
|
"sign": {
|
||||||
"tags": "signature,autograph",
|
"tags": "signature,autograph",
|
||||||
@ -1668,6 +1668,13 @@
|
|||||||
},
|
},
|
||||||
"info": "Python is not installed. It is required to run."
|
"info": "Python is not installed. It is required to run."
|
||||||
},
|
},
|
||||||
|
"scannerImageSplit": {
|
||||||
|
"title": "Extracted Images",
|
||||||
|
"submit": "Extract Image Scans",
|
||||||
|
"error": {
|
||||||
|
"failed": "An error occurred while extracting image scans."
|
||||||
|
}
|
||||||
|
},
|
||||||
"sign": {
|
"sign": {
|
||||||
"title": "Sign",
|
"title": "Sign",
|
||||||
"header": "Sign PDFs",
|
"header": "Sign PDFs",
|
||||||
|
Loading…
Reference in New Issue
Block a user