feat:#19 added toast for too many requests

This commit is contained in:
Elmar Kresse
2024-02-21 02:40:18 +01:00
parent 475b5f9ce0
commit cd7b00f997
4 changed files with 43 additions and 20 deletions

View File

@@ -110,7 +110,9 @@
"reminder": "Erinnerung",
"enableAllNotifications": "Alle Benachrichtigungen aktivieren",
"subTitle": "Konfigurieren Sie die ausgewählten Module nach Ihren Wünschen.",
"nextStep": "Speichern"
"nextStep": "Speichern",
"error": "Fehler",
"TooManyRequests": "Zu viele Anfragen um einen Kalender zu erstellen. Bitte versuchen Sie es später erneut."
},
"moduleTemplateDialog": {
"explanationOne": "Hier können Module nach Wunsch umbenannt werden, welche dann als Anzeigename im Kalender dargestellt werden.",

View File

@@ -110,7 +110,9 @@
"reminder": "reminder",
"enableAllNotifications": "enable all notifications",
"subTitle": "configure your selected modules to your liking",
"nextStep": "save"
"nextStep": "save",
"error": "error",
"TooManyRequests": "too many requests for creating a calendar in a short time"
},
"moduleTemplateDialog": {
"explanationOne": "Here you can rename your modules to your liking. This will be the name of the event in your calendar.",