Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod/festapp
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Aug 11, 2024
2 parents cafefce + cabe6e4 commit a8b4b97
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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í",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ń",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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í",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "Налаштування сповіщень",
Expand Down
2 changes: 1 addition & 1 deletion lib/services/DialogHelper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class DialogHelper{
content: SingleChildScrollView(
child: ListBody(
children: <Widget>[
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(),
],
),
),
Expand Down

0 comments on commit a8b4b97

Please sign in to comment.