fix(ui): resolve missing brace in translation json

This commit is contained in:
perfectra1n 2025-12-11 08:53:15 -08:00
parent 8cd859d38e
commit dff8165adb
1 changed files with 4 additions and 4 deletions

View File

@ -545,13 +545,13 @@
"retrying": "Retrying All...", "retrying": "Retrying All...",
"retryFailedOnly": "Retry Failed Only", "retryFailedOnly": "Retry Failed Only",
"tabs": { "tabs": {
"failedDocuments": "Failed Documents{{showCount, select, true { ({{count}}) } other {}}", "failedDocuments": "Failed Documents{{showCount, select, true { ({{count}}) } other {}}}",
"failedDocumentsTooltip": "View and manage documents that failed during processing (OCR, ingestion, validation, etc.)", "failedDocumentsTooltip": "View and manage documents that failed during processing (OCR, ingestion, validation, etc.)",
"cleanup": "Document Cleanup{{showCount, select, true { ({{count}}) } other {}}", "cleanup": "Document Cleanup{{showCount, select, true { ({{count}}) } other {}}}",
"cleanupTooltip": "Manage and clean up documents with quality issues - low OCR confidence or failed processing", "cleanupTooltip": "Manage and clean up documents with quality issues - low OCR confidence or failed processing",
"duplicates": "Duplicate Files{{showCount, select, true { ({{count}}) } other {}}", "duplicates": "Duplicate Files{{showCount, select, true { ({{count}}) } other {}}}",
"duplicatesTooltip": "View and manage duplicate document groups - documents with identical content", "duplicatesTooltip": "View and manage duplicate document groups - documents with identical content",
"ignoredFiles": "Ignored Files{{showCount, select, true { ({{count}}) } other {}}", "ignoredFiles": "Ignored Files{{showCount, select, true { ({{count}}) } other {}}}",
"ignoredFilesTooltip": "Manage files that have been ignored during sync operations" "ignoredFilesTooltip": "Manage files that have been ignored during sync operations"
}, },
"stats": { "stats": {