feat(Localization, User Management): add missingUserId translations and enhance user ID handling
All checks were successful
Deploy to production / deploy (push) Successful in 2m2s
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user