fix(ocr): clarify stat card labels to distinguish available vs total blocks
Some checks failed
CI / Unit & Component Tests (push) Failing after 2m30s
CI / OCR Service Tests (push) Successful in 38s
CI / Backend Unit Tests (push) Failing after 2m50s
CI / Unit & Component Tests (pull_request) Failing after 2m52s
CI / OCR Service Tests (pull_request) Successful in 48s
CI / Backend Unit Tests (pull_request) Failing after 2m55s
Some checks failed
CI / Unit & Component Tests (push) Failing after 2m30s
CI / OCR Service Tests (push) Successful in 38s
CI / Backend Unit Tests (push) Failing after 2m50s
CI / Unit & Component Tests (pull_request) Failing after 2m52s
CI / OCR Service Tests (pull_request) Successful in 48s
CI / Backend Unit Tests (pull_request) Failing after 2m55s
'Trainingsblöcke' and 'Gesamt Blöcke' were indistinguishable. Labels now read 'Bereit (OCR-Training)', 'Textblöcke gesamt', 'Trainingsdokumente', 'Bereit (Segm.-Training)'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -302,10 +302,10 @@
|
||||
"admin_tab_ocr": "OCR",
|
||||
"ocr_status_online": "Online",
|
||||
"ocr_status_offline": "Offline",
|
||||
"ocr_stat_training_blocks": "Trainingsblöcke",
|
||||
"ocr_stat_total_blocks": "Gesamt Blöcke",
|
||||
"ocr_stat_documents": "Dokumente",
|
||||
"ocr_stat_seg_blocks": "Seg.-Blöcke",
|
||||
"ocr_stat_training_blocks": "Bereit (OCR-Training)",
|
||||
"ocr_stat_total_blocks": "Textblöcke gesamt",
|
||||
"ocr_stat_documents": "Trainingsdokumente",
|
||||
"ocr_stat_seg_blocks": "Bereit (Segm.-Training)",
|
||||
"ocr_table_person": "Person",
|
||||
"ocr_table_cer": "ZFR",
|
||||
"ocr_table_accuracy": "Genauigkeit",
|
||||
|
||||
Reference in New Issue
Block a user