Make translations more UK accurate

This commit is contained in:
James Brunton 2025-09-09 09:35:07 +01:00
parent 7627708fb0
commit e0b41adbdc
2 changed files with 10 additions and 10 deletions

View File

@ -1620,7 +1620,7 @@
}, },
"automatic": { "automatic": {
"title": "Automatic Redaction", "title": "Automatic Redaction",
"text": "Automatically finds and redacts specified text throughout the document. Perfect for removing consistent sensitive information like names, SSNs, or confidential markers." "text": "Automatically finds and redacts specified text throughout the document. Perfect for removing consistent sensitive information like names, addresses, or confidential markers."
}, },
"manual": { "manual": {
"title": "Manual Redaction", "title": "Manual Redaction",
@ -1640,7 +1640,7 @@
"bullet3": "Click × to remove words", "bullet3": "Click × to remove words",
"examples": { "examples": {
"title": "Common Examples", "title": "Common Examples",
"text": "Typical words to redact include: 'Confidential', 'SSN:', phone numbers, email addresses, or specific names." "text": "Typical words to redact include: bank details, email addresses, or specific names."
} }
}, },
"advanced": { "advanced": {
@ -1648,8 +1648,8 @@
"title": "Advanced Redaction Settings" "title": "Advanced Redaction Settings"
}, },
"color": { "color": {
"title": "Box Color & Padding", "title": "Box Colour & Padding",
"text": "Customize the appearance of redaction boxes. Black is standard, but you can choose any color. Padding adds extra space around the found text." "text": "Customise the appearance of redaction boxes. Black is standard, but you can choose any colour. Padding adds extra space around the found text."
}, },
"regex": { "regex": {
"title": "Use Regex", "title": "Use Regex",
@ -1669,7 +1669,7 @@
}, },
"manual": { "manual": {
"header": "Manual Redaction", "header": "Manual Redaction",
"textBasedRedaction": "Text based Redaction", "textBasedRedaction": "Text-based Redaction",
"pageBasedRedaction": "Page-based Redaction", "pageBasedRedaction": "Page-based Redaction",
"convertPDFToImageLabel": "Convert PDF to PDF-Image (Used to remove text behind the box)", "convertPDFToImageLabel": "Convert PDF to PDF-Image (Used to remove text behind the box)",
"pageRedactionNumbers": { "pageRedactionNumbers": {
@ -1677,7 +1677,7 @@
"placeholder": "(e.g. 1,2,8 or 4,7,12-16 or 2n-1)" "placeholder": "(e.g. 1,2,8 or 4,7,12-16 or 2n-1)"
}, },
"redactionColor": { "redactionColor": {
"title": "Redaction Color" "title": "Redaction Colour"
}, },
"export": "Export", "export": "Export",
"upload": "Upload", "upload": "Upload",
@ -1690,7 +1690,7 @@
"toggleSidebar": "Toggle Sidebar", "toggleSidebar": "Toggle Sidebar",
"showThumbnails": "Show Thumbnails", "showThumbnails": "Show Thumbnails",
"showDocumentOutline": "Show Document Outline (double-click to expand/collapse all items)", "showDocumentOutline": "Show Document Outline (double-click to expand/collapse all items)",
"showAttatchments": "Show Attachments", "showAttachments": "Show Attachments",
"showLayers": "Show Layers (double-click to reset all layers to the default state)", "showLayers": "Show Layers (double-click to reset all layers to the default state)",
"colourPicker": "Colour Picker", "colourPicker": "Colour Picker",
"findCurrentOutlineItem": "Find current outline item", "findCurrentOutlineItem": "Find current outline item",

View File

@ -40,7 +40,7 @@ export const useRedactWordsTips = (): TooltipContent => {
}, },
{ {
title: t("redact.tooltip.words.examples.title", "Common Examples"), title: t("redact.tooltip.words.examples.title", "Common Examples"),
description: t("redact.tooltip.words.examples.text", "Typical words to redact include: 'Confidential', 'SSN:', phone numbers, email addresses, or specific names.") description: t("redact.tooltip.words.examples.text", "Typical words to redact include: bank details, email addresses, or specific names.")
} }
] ]
}; };
@ -55,8 +55,8 @@ export const useRedactAdvancedTips = (): TooltipContent => {
}, },
tips: [ tips: [
{ {
title: t("redact.tooltip.advanced.color.title", "Box Color & Padding"), title: t("redact.tooltip.advanced.color.title", "Box Colour & Padding"),
description: t("redact.tooltip.advanced.color.text", "Customize the appearance of redaction boxes. Black is standard, but you can choose any color. Padding adds extra space around the found text."), description: t("redact.tooltip.advanced.color.text", "Customise the appearance of redaction boxes. Black is standard, but you can choose any colour. Padding adds extra space around the found text."),
}, },
{ {
title: t("redact.tooltip.advanced.regex.title", "Use Regex"), title: t("redact.tooltip.advanced.regex.title", "Use Regex"),