|
96 | 96 | "ui.install.memory_deps": "Memory Reader Dependencies", |
97 | 97 | "ui.install.memory_desc": "Textractor is only used for the memory reader fallback path and does not affect OCR capture recognition.", |
98 | 98 | "ui.install.running": "Installing in background...", |
| 99 | + "ui.install.rapidocr.action": "Install RapidOCR", |
| 100 | + "ui.install.rapidocr.retry": "Retry RapidOCR Installation", |
99 | 101 | "ui.install.tesseract.action": "Install Tesseract", |
100 | 102 | "ui.install.tesseract.retry": "Retry Tesseract Installation", |
101 | 103 | "ui.install.tesseract.queued": "Background installation task created. It will download Tesseract and language packs over HTTPS and stream progress via SSE.", |
|
723 | 725 | "ui.diag.recognizing.body": "A line has been read and the page will keep refreshing.", |
724 | 726 | "ui.diag.waiting_game.title": "Waiting for game status", |
725 | 727 | "ui.diag.waiting_game.body": "There is not enough information to diagnose the current blocker. Open the game first or refresh the window list.", |
| 728 | + "ui.first_run.section_title": "First-time setup guide", |
| 729 | + "ui.first_run.section_subtitle": "Follow these steps to connect the recognition flow.", |
726 | 730 | "ui.first_run.start_game.title": "Start or restore the game", |
727 | 731 | "ui.first_run.start_game.done": "Game status detected.", |
728 | 732 | "ui.first_run.start_game.pending": "Open the game and stop on a screen with text.", |
|
857 | 861 | "ui.install.summary.installed": "Installed", |
858 | 862 | "ui.install.summary.unsupported_auto_install": "Auto install unsupported", |
859 | 863 | "ui.install.summary.missing": "Not installed", |
| 864 | + "ui.install.summary.missing_models": "Missing models", |
860 | 865 | "ui.install.summary.missing_languages": "Missing language packs {languages}", |
861 | 866 | "ui.install.summary.missing_optional": "Not installed (optional)", |
862 | 867 | "ui.install.summary.memory_group": "Memory", |
|
1041 | 1046 | "ui.install.rapidocr.missing_models_kicker": "OCR Primary Backend - Models Not Downloaded", |
1042 | 1047 | "ui.install.rapidocr.missing_models_title": "RapidOCR is ready, but the selected language models haven't been downloaded", |
1043 | 1048 | "ui.install.rapidocr.missing_models_body": "Current selection lang_type={lang} + ocr_version={version} requires the following model files in the local cache ({count} files, ~{size} MB total). Click the button below to download them; downloads come from RapidAI's ModelScope mirror.", |
| 1049 | + "ui.install.rapidocr.missing_models_manual_body": "Current selection lang_type={lang} + ocr_version={version} requires the following model files in the local cache ({count} files, ~{size} MB total). Automatic download is unavailable right now. Download the missing files manually from {source} into {dir}, then click \"Refresh Status\".", |
1044 | 1050 | "ui.install.rapidocr.download_models.action": "Download Models Now", |
1045 | 1051 | "ui.install.rapidocr.download_models.retry": "Retry Model Download", |
1046 | 1052 | "ui.install.rapidocr.download_models.running": "Downloading models in background...", |
|
0 commit comments