aoelvp94 commented on code in PR #68743:
URL: https://github.com/apache/airflow/pull/68743#discussion_r3441080521
##########
airflow-core/src/airflow/ui/public/i18n/locales/es/admin.json:
##########
@@ -77,6 +84,23 @@
"formActions": {
"save": "Guardar"
},
+ "jobs": {
+ "columns": {
+ "executorClass": "Clase del Executor",
+ "hostname": "Nombre de Host",
+ "id": "ID",
+ "jobType": "Tipo de Trabajo",
+ "latestHeartbeat": "Ăšltimo Heartbeat",
+ "unixname": "Nombre de Unix"
+ },
+ "filters": {
+ "allStates": "Todos los Estados",
+ "allTypes": "Todos los Tipos",
+ "dagProcessorJob": "DagProcessorJob",
Review Comment:
should be `DagProcessorJob` or 'Job del Dag Processor'? (in spanish sounds
strange if we translate all literally)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]