|
377 | 377 | "profile.generations.refresh": "Refresh", |
378 | 378 | "profile.generations.refreshing": "Refreshing…", |
379 | 379 | "profile.generations.auto_refresh": "Auto-refresh", |
| 380 | + "profile.generations.last_refreshed_at": "Last refreshed at {{time}}", |
| 381 | + "profile.generations.last_refreshed_pending": "Last refreshed at --", |
380 | 382 | "profile.generations.image_section": "Image Generations", |
381 | 383 | "profile.generations.text_section": "Text Generations", |
382 | 384 | "profile.generations.alchemy_section": "Alchemy Generations", |
|
408 | 410 | "profile.generations.output.seed": "Seed", |
409 | 411 | "profile.generations.output.state": "State", |
410 | 412 | "profile.generations.output.censored": "Censored", |
| 413 | + "profile.generations.copy_id": "Copy generation ID {{id}}", |
411 | 414 | "profile.generations.purpose_link": "Browse available frontends \u2192", |
412 | 415 | "profile.generations.hide_request": "Hide Request", |
413 | 416 | "profile.generations.show_response_json": "View Response JSON", |
|
856 | 859 | "admin.users.active_generations.refresh": "Refresh", |
857 | 860 | "admin.users.active_generations.refreshing": "Refreshing…", |
858 | 861 | "admin.users.active_generations.auto_refresh": "Auto-refresh", |
| 862 | + "admin.users.active_generations.copy_id": "Copy generation ID {{id}}", |
859 | 863 | "admin.users.active_generations.track": "Track", |
860 | 864 | "admin.users.active_generations.already_tracked": "Tracked", |
| 865 | + "admin.users.active_generations.show_more": "+{{count}} more", |
| 866 | + "admin.users.active_generations.show_less": "Show less", |
861 | 867 |
|
862 | 868 | "admin.users.section.tracked_generations": "Tracked Generations", |
863 | 869 | "admin.users.tracked_generations.info": "Tracked generations are polled every 10 seconds for status updates.", |
| 870 | + "admin.users.tracked_generations.last_refreshed_at": "Last refreshed at {{time}}", |
| 871 | + "admin.users.tracked_generations.last_refreshed_pending": "Last refreshed at --", |
864 | 872 | "admin.users.tracked_generations.empty": "Click \"Track\" on an active generation ID above to monitor its status here.", |
| 873 | + "admin.users.tracked_generations.copy_id": "Copy generation ID {{id}}", |
865 | 874 | "admin.users.tracked_generations.stop_tracking": "Stop Tracking", |
866 | 875 | "admin.users.tracked_generations.clear_all": "Clear All", |
867 | 876 |
|
|
1403 | 1412 | "admin.workers.action.copy_all_models": "Copy all model names", |
1404 | 1413 | "admin.workers.toast.model_name_copied": "Model name copied: {{name}}", |
1405 | 1414 | "admin.workers.toast.models_copied": "All model names copied", |
| 1415 | + "admin.workers.toast.name_copied": "Worker name copied: {{name}}", |
| 1416 | + "admin.workers.toast.id_copied": "Worker ID copied: {{id}}", |
| 1417 | + "admin.workers.action.copy_name": "Copy worker name: {{name}}", |
| 1418 | + "admin.workers.action.copy_id": "Copy worker ID: {{id}}", |
| 1419 | + "admin.workers.row.aria_open_detail": "View details for {{name}}", |
| 1420 | + "admin.workers.view_mode.card": "Cards", |
| 1421 | + "admin.workers.view_mode.row": "Rows", |
1406 | 1422 | "admin.workers.button.copy_all": "Copy all", |
1407 | 1423 | "admin.workers.dialog.info_title": "Set \"{{name}}\" Info", |
1408 | 1424 | "admin.workers.dialog.info_label": "Worker Info", |
|
0 commit comments