|
54 | 54 | "links": "Liens", |
55 | 55 | "analysis": "Statistiques", |
56 | 56 | "realtime": "Realtime", |
| 57 | + "check": "Check", |
57 | 58 | "migrate": "Import/Export" |
58 | 59 | }, |
59 | 60 | "sidebar": { |
|
293 | 294 | "ai_og_failed": "Échec de la génération de l'OpenGraph IA", |
294 | 295 | "ai_og_success": "OpenGraph IA généré avec succès" |
295 | 296 | }, |
| 297 | + "check": { |
| 298 | + "title": "Link Check", |
| 299 | + "description": "Check whether existing destination URLs are reachable. Results are displayed only and will not modify links.", |
| 300 | + "config": { |
| 301 | + "timeout": "Timeout (seconds)", |
| 302 | + "timeout_description": "Timeout for each link. Default is 6 seconds.", |
| 303 | + "batch_size": "Batch size", |
| 304 | + "batch_size_description": "Links checked per request. Maximum is 10." |
| 305 | + }, |
| 306 | + "actions": { |
| 307 | + "start": "Start Check", |
| 308 | + "checking": "Checking...", |
| 309 | + "stop": "Stop", |
| 310 | + "reload": "Reload Links", |
| 311 | + "loading": "Loading...", |
| 312 | + "clear": "Clear Results", |
| 313 | + "export": "Export CSV", |
| 314 | + "detail": "Detail", |
| 315 | + "original": "Original" |
| 316 | + }, |
| 317 | + "stats": { |
| 318 | + "total": "Total", |
| 319 | + "checked": "Checked", |
| 320 | + "normal": "Normal", |
| 321 | + "abnormal": "Abnormal", |
| 322 | + "network_error": "Network Error" |
| 323 | + }, |
| 324 | + "progress": { |
| 325 | + "title": "Progress", |
| 326 | + "description": "{checked} of {total} links checked", |
| 327 | + "stopped": "Check stopped" |
| 328 | + }, |
| 329 | + "results": { |
| 330 | + "title": "Results", |
| 331 | + "description": "Abnormal results are shown by default. Use tabs to filter by status code." |
| 332 | + }, |
| 333 | + "tabs": { |
| 334 | + "abnormal": "Abnormal ({count})", |
| 335 | + "status": "{status} ({count})", |
| 336 | + "all": "All ({count})" |
| 337 | + }, |
| 338 | + "table": { |
| 339 | + "slug": "Slug", |
| 340 | + "url": "URL", |
| 341 | + "status": "Status", |
| 342 | + "result": "Result", |
| 343 | + "duration": "Duration", |
| 344 | + "error": "Error", |
| 345 | + "action": "Action" |
| 346 | + }, |
| 347 | + "result": { |
| 348 | + "normal": "Normal", |
| 349 | + "broken": "Broken", |
| 350 | + "network_error": "Network Error" |
| 351 | + }, |
| 352 | + "empty": { |
| 353 | + "not_started": "No results yet.", |
| 354 | + "no_broken_links": "No broken links found.", |
| 355 | + "no_matching_results": "No matching results." |
| 356 | + }, |
| 357 | + "messages": { |
| 358 | + "load_failed": "Failed to load links", |
| 359 | + "completed": "Link check completed", |
| 360 | + "stopped": "Link check stopped" |
| 361 | + }, |
| 362 | + "duration_ms": "{duration} ms" |
| 363 | + }, |
296 | 364 | "migrate": { |
297 | 365 | "access_export": { |
298 | 366 | "title": "Export Access Data", |
|
0 commit comments