diff --git a/assets/translations/cs.json b/assets/translations/cs.json index ba4c0fda..0ed21210 100644 --- a/assets/translations/cs.json +++ b/assets/translations/cs.json @@ -214,7 +214,7 @@ "Notifications": "Oznámení", "Enable": "Povolit", "Disable": "Zakázat", - "Stay updated with the latest changes in schedule, notices, and other news.": "Zůstaňte informováni o nejnovějších změnách v programu, oznámeních a dalších novinkách.", + "Notifications will inform you about schedule changes and other selected news.": "Notifikace Tě budou informovat o změnách v programu a dalších vybraných novinkách.", "Settings": "Nastavení", "Language Settings": "Nastavení jazyka", "Notification Settings": "Nastavení oznámení", diff --git a/assets/translations/de.json b/assets/translations/de.json index ef0dbea6..4c77c74b 100644 --- a/assets/translations/de.json +++ b/assets/translations/de.json @@ -214,7 +214,7 @@ "Notifications": "Benachrichtigungen", "Enable": "Aktivieren", "Disable": "Deaktivieren", - "Stay updated with the latest changes in schedule, notices, and other news.": "Bleiben Sie informiert über die neuesten Änderungen im Programm, Ankündigungen und andere Nachrichten.", + "Notifications will inform you about schedule changes and other selected news.": "Benachrichtigungen werden Sie über Änderungen im Zeitplan und andere ausgewählte Nachrichten informieren.", "Settings": "Einstellungen", "Language Settings": "Spracheinstellungen", "Current Language: {language}": "Aktuelle Sprache: {language}", diff --git a/assets/translations/en.json b/assets/translations/en.json index 5cf6bb3c..d37a7db6 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -214,7 +214,7 @@ "Notifications": "Notifications", "Enable": "Enable", "Disable": "Disable", - "Stay updated with the latest changes in schedule, notices, and other news.": "Stay updated with the latest changes in schedule, notices, and other news.", + "Notifications will inform you about schedule changes and other selected news.": "Notifications will inform you about schedule changes and other selected news.", "Settings": "Settings", "Language Settings": "Language Settings", "Notification Settings": "Notification Settings", diff --git a/assets/translations/pl.json b/assets/translations/pl.json index 606594d4..28504e6e 100644 --- a/assets/translations/pl.json +++ b/assets/translations/pl.json @@ -213,7 +213,7 @@ "Notifications": "Powiadomienia", "Enable": "Włącz", "Disable": "Wyłącz", - "Stay updated with the latest changes in schedule, notices, and other news.": "Bądź na bieżąco z najnowszymi zmianami w programie, ogłoszeniach i innych wiadomościach.", + "Notifications will inform you about schedule changes and other selected news.": "Powiadomienia będą informować Cię o zmianach w harmonogramie i innych wybranych wiadomościach.", "Settings": "Ustawienia", "Language Settings": "Ustawienia języka", "Notification Settings": "Ustawienia powiadomień", diff --git a/assets/translations/sk.json b/assets/translations/sk.json index 81707677..21dcd127 100644 --- a/assets/translations/sk.json +++ b/assets/translations/sk.json @@ -214,7 +214,7 @@ "Notifications": "Oznámenia", "Enable": "Povoliť", "Disable": "Zakázať", - "Stay updated with the latest changes in schedule, notices, and other news.": "Buďte informovaní o najnovších zmenách v programe, oznámeniach a iných novinkách.", + "Notifications will inform you about schedule changes and other selected news.": "Upozornenia ťa budú informovať o zmenách v programe a ďalších vybraných novinkách.", "Settings": "Nastavenia", "Language Settings": "Nastavenia jazyka", "Notification Settings": "Nastavenia oznámení", diff --git a/assets/translations/uk.json b/assets/translations/uk.json index 7a588803..e3824a5d 100644 --- a/assets/translations/uk.json +++ b/assets/translations/uk.json @@ -214,7 +214,7 @@ "Notifications": "Сповіщення", "Enable": "Увімкнути", "Disable": "Вимкнути", - "Stay updated with the latest changes in schedule, notices, and other news.": "Будьте в курсі останніх змін у програмі, оголошеннях та інших новинах.", + "Notifications will inform you about schedule changes and other selected news.": "Сповіщення інформуватимуть вас про зміни у розкладі та інші обрані новини.", "Settings": "Налаштування", "Language Settings": "Налаштування мови", "Notification Settings": "Налаштування сповіщень", diff --git a/lib/services/DialogHelper.dart b/lib/services/DialogHelper.dart index bd54b1d5..8fd50ca5 100644 --- a/lib/services/DialogHelper.dart +++ b/lib/services/DialogHelper.dart @@ -278,7 +278,7 @@ class DialogHelper{ content: SingleChildScrollView( child: ListBody( children: [ - const Text("Stay updated with the latest changes in schedule, notices, and other news.").tr(), + const Text("Notifications will inform you about schedule changes and other selected news.").tr(), ], ), ),