fix: replace hardcoded French strings in agent-card with i18n t() calls
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 32s

- Replace "Prochaine exéc." → t('agents.status.nextRun')
- Replace "Dernier statut" → t('agents.status.lastStatus')
- Replace "Réussi/Échec/En cours/En attente" → t('agents.status.*')
- Replace toggle title "Désactiver/Activer" → t('agents.actions.toggle*')
- Remove unused 'label' from typeConfig (already using t('agents.types.*'))
- Add nextRun/lastStatus keys to all 15 locales

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 21:22:29 +02:00
parent 153c921960
commit 84c8414cd8
16 changed files with 57 additions and 27 deletions

View File

@@ -1328,7 +1328,9 @@
"success": "Exitoso",
"failure": "Fallido",
"running": "En ejecución",
"pending": "Pendiente"
"pending": "Pendiente",
"nextRun": "Próx. ejec.",
"lastStatus": "Último estado"
},
"actions": {
"edit": "Editar",