feat(Navigation, UserRights, Localization): add worker schedules feature and enhance access control
All checks were successful
Deploy to production / deploy (push) Successful in 1m52s
All checks were successful
Deploy to production / deploy (push) Successful in 1m52s
- Updated navigation structure to include a new section for worker schedules, accessible to specific user roles. - Introduced a new user right type for 'worker_schedule_read' to manage access permissions effectively. - Added localization entries for worker schedules in multiple languages, ensuring consistent user experience across the application. - Created a new route and component for managing worker schedules in the admin panel.
This commit is contained in:
@@ -302,6 +302,25 @@
|
||||
"timeRemainingMinutes": "Tiempo restante: {minutes} minutos {seconds} segundos",
|
||||
"almostDone": "Casi listo...",
|
||||
"jobNotFound": "Trabajo no encontrado o caducado."
|
||||
},
|
||||
"workerSchedules": {
|
||||
"title": "Ejecuciones del daemon",
|
||||
"description": "Resumen de ejecuciones planificadas de workers desde el registro del daemon.",
|
||||
"accessDenied": "No tienes acceso a esta vista.",
|
||||
"detailed": "Vista detallada",
|
||||
"autoRefresh": "Actualización automática",
|
||||
"refresh": "Actualizar",
|
||||
"generatedAt": "Generado el",
|
||||
"empty": "No hay schedules disponibles.",
|
||||
"notConnected": "No hay conexión con el daemon.",
|
||||
"sendError": "Falló la solicitud al daemon.",
|
||||
"responseError": "No se pudo procesar la respuesta del daemon.",
|
||||
"currentStep": "Paso actual",
|
||||
"task": "Tarea",
|
||||
"cadence": "Intervalo",
|
||||
"nextRun": "Próxima ejecución máxima",
|
||||
"remaining": "Restante",
|
||||
"noTasks": "No hay tareas para este worker."
|
||||
}
|
||||
},
|
||||
"chatrooms": {
|
||||
|
||||
@@ -187,7 +187,8 @@
|
||||
"adminCreateNpc": "Crear NPC",
|
||||
"adminMinigames": "Administración de Match3",
|
||||
"adminTaxiTools": "Herramientas de taxi",
|
||||
"adminServicesStatus": "Estado del servicio"
|
||||
"adminServicesStatus": "Estado del servicio",
|
||||
"adminWorkerSchedules": "Ejecuciones del daemon"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,7 +85,8 @@
|
||||
"edituser": "Editar usuario",
|
||||
"database": "Datenbank",
|
||||
"mapEditor": "Editor de mapas",
|
||||
"createNPC": "Crear NPCs"
|
||||
"createNPC": "Crear NPCs",
|
||||
"workerSchedules": "Ejecuciones del daemon"
|
||||
},
|
||||
"minigames": "Minispiele",
|
||||
"m-minigames": {
|
||||
|
||||
Reference in New Issue
Block a user