|
5 | 5 | }, |
6 | 6 | "admin": { |
7 | 7 | "back_to_site": "Back to site", |
| 8 | + "compat_tasks_description": "Run compatibility jobs in bulk to backfill missing AI summaries and image blurhash metadata for older posts.", |
8 | 9 | "health_description": "Review required configuration, missing integrations, and risks that can affect runtime behavior.", |
9 | 10 | "queue_status_description": "Inspect AI summary queue progress, recent task results, and failures.", |
10 | 11 | "settings_description": "Manage site behavior, integrations, and publishing rules in one place.", |
11 | 12 | "title": "Admin", |
12 | 13 | "writing_description": "Write, edit, and publish content from the private management workspace." |
13 | 14 | }, |
| 15 | + "compat_tasks": { |
| 16 | + "title": "Compatibility Tasks", |
| 17 | + "loading": "Loading compatibility task status...", |
| 18 | + "generated_at": "Last updated: {{date}}", |
| 19 | + "running": "Running", |
| 20 | + "yes": "Yes", |
| 21 | + "no": "No", |
| 22 | + "ai_summary": { |
| 23 | + "title": "Backfill AI Summaries", |
| 24 | + "description": "Scan existing published posts and enqueue AI summary generation for entries that do not have one yet.", |
| 25 | + "eligible": "{{count}} posts pending", |
| 26 | + "enabled": "AI summary enabled: {{value}}", |
| 27 | + "queue_configured": "Queue configured: {{value}}", |
| 28 | + "run": "Start backfill", |
| 29 | + "result": "Queued {{queued}} AI summary tasks and skipped {{skipped}} posts." |
| 30 | + }, |
| 31 | + "blurhash": { |
| 32 | + "title": "Backfill Image Blurhash", |
| 33 | + "description": "Scan existing posts and write missing blurhash and image size metadata back into markdown image fragments.", |
| 34 | + "eligible": "{{count}} posts pending", |
| 35 | + "note": "This task runs in the current browser and processes images one post at a time.", |
| 36 | + "run": "Start backfill", |
| 37 | + "progress": "Processed {{processed}} / {{total}}, updated {{updated}} posts, failed {{failed}} posts.", |
| 38 | + "result": "Blurhash backfill finished: scanned {{total}} posts, updated {{updated}}, failed {{failed}}." |
| 39 | + } |
| 40 | + }, |
14 | 41 | "ai_summary": { |
15 | 42 | "message": { |
16 | 43 | "completed": "AI summary is ready.", |
|
0 commit comments