feat(Localization, User Management): add missingUserId translations and enhance user ID handling
All checks were successful
Deploy to production / deploy (push) Successful in 2m2s

- Added translations for the "missingUserId" key in multiple languages to improve user feedback when user ID is not available.
- Updated the user ID handling in the store and WorkerSchedulesView component to ensure proper user identification when sending data to the daemon.
- Enhanced error handling to notify users when the user ID is missing, improving overall user experience.
This commit is contained in:
Torsten Schulz (local)
2026-05-08 11:09:34 +02:00
parent 008cd7ae86
commit b59526b20d
7 changed files with 33 additions and 7 deletions

View File

@@ -347,7 +347,8 @@
"cadence": "Interbal",
"nextRun": "Pinakataas nga sunod nga dagan",
"remaining": "Nahibilin",
"noTasks": "Walay tasks para ani nga worker."
"noTasks": "Walay tasks para ani nga worker.",
"missingUserId": "Walay user ID nga anaa (kulang ang setUserId)."
}
},
"chatrooms": {

View File

@@ -333,6 +333,7 @@
"generatedAt": "Erzeugt am",
"empty": "Keine Schedules vorhanden.",
"notConnected": "Keine Daemon-Verbindung verfügbar.",
"missingUserId": "Keine Benutzer-ID verfügbar (setUserId fehlt).",
"sendError": "Anfrage an den Daemon fehlgeschlagen.",
"responseError": "Antwort konnte nicht verarbeitet werden.",
"currentStep": "Aktueller Schritt",

View File

@@ -395,7 +395,8 @@
"cadence": "Cadence",
"nextRun": "Latest next run",
"remaining": "Remaining",
"noTasks": "No tasks for this worker."
"noTasks": "No tasks for this worker.",
"missingUserId": "No user ID available (setUserId missing)."
}
},
"chatrooms": {

View File

@@ -320,7 +320,8 @@
"cadence": "Intervalo",
"nextRun": "Próxima ejecución máxima",
"remaining": "Restante",
"noTasks": "No hay tareas para este worker."
"noTasks": "No hay tareas para este worker.",
"missingUserId": "No hay ID de usuario disponible (falta setUserId)."
}
},
"chatrooms": {

View File

@@ -320,7 +320,8 @@
"cadence": "Intervalle",
"nextRun": "Prochaine exécution au plus tard",
"remaining": "Restant",
"noTasks": "Aucune tâche pour ce worker."
"noTasks": "Aucune tâche pour ce worker.",
"missingUserId": "Aucun ID utilisateur disponible (setUserId manquant)."
}
},
"chatrooms": {