Skip to content
Snippets Groups Projects
Commit d7cc3d58 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#768 - update what's new dialog

parent 2985783d
Branches
Tags
No related merge requests found
...@@ -47,11 +47,9 @@ public class AboutController extends BaseController ...@@ -47,11 +47,9 @@ public class AboutController extends BaseController
public String whatsNewModal(Model model) public String whatsNewModal(Model model)
{ {
final List<NewsEntry> newsEntries = new ArrayList<>(); final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKey("accountEndDate")); newsEntries.add(NewsEntry.createWithLocalizationKey("accountFilter"));
newsEntries.add(NewsEntry.createWithLocalizationKey("accountDescription")); newsEntries.add(NewsEntry.createWithLocalizationKey("java21"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transactionNameSuggestionsSort")); newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixAllAccountsSum"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixCsvImport"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixEndDateReminder"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries); model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW; return ReturnValues.WHATS_NEW;
......
...@@ -2,17 +2,11 @@ news.further.information=Weitere Informationen ...@@ -2,17 +2,11 @@ news.further.information=Weitere Informationen
news.all.releases=Alle veröffentlichten und geplanten Versionen: news.all.releases=Alle veröffentlichten und geplanten Versionen:
news.detailed=Ausführliches Changelog (nur auf Englisch): news.detailed=Ausführliches Changelog (nur auf Englisch):
news.accountEndDate.headline=Konten: neues optionales Feld "Enddatum" news.accountFilter.headline=Konten filtern
news.accountEndDate.description=Konten können jetzt mit einem Enddatum versehen werden. Kurz vor Erreichen des Enddatums wird nach dem Login eine Warnung angezeigt. news.accountFilter.description=Auf der Kontoübersichtsseite können die aufgelisteten Konten nun gefiltert werden.
news.accountDescription.headline=Konten: neues optionales Feld "Beschreibung" news.java21.headline=Java 21
news.accountDescription.description=Konten können jetzt mit einer Beschreibung versehen werden. news.java21.description=Update auf Java 21.
news.transactionNameSuggestionsSort.headline=Einstellungsoption für die Sortierung der Buchungsnamensvorschläge news.bugfixAllAccountsSum.headline=Bugfix: Transaktionen aus versteckten Konten
news.transactionNameSuggestionsSort.description=Neue Einstellungsoption hinzugefügt, um festzulegen, wie die Vorschläge für Transaktionsnamen sortiert werden (alphabetisch oder nach Häufigkeit der Verwendung). news.bugfixAllAccountsSum.description=Transaktionen aus versteckten Konten werden nun korrekt in der Summe aller Konten berücksichtigt.
\ No newline at end of file
news.bugfixCsvImport.headline=Bugfix: CSV Import
news.bugfixCsvImport.description=Fehler behoben, der verhinderte, dass beim csv-Import die richtigen Spalten ausgewählt wurden, wenn die csv-Datei weniger Zeilen als Spalten hat.
news.bugfixEndDateReminder.headline=Bugfix: Enddatumserinnerung
news.bugfixEndDateReminder.description=Fehler behoben, der dazu führte, dass die Enddatumserinnerung für Konten auch angezeigt wurde, wenn keine Konten ihr Enddatum bald erreichen.
\ No newline at end of file
...@@ -2,17 +2,11 @@ news.further.information=Further information ...@@ -2,17 +2,11 @@ news.further.information=Further information
news.all.releases=All published and planned releases: news.all.releases=All published and planned releases:
news.detailed=Detailed changelog (english only): news.detailed=Detailed changelog (english only):
news.accountEndDate.headline=Accounts: new optional field "end date" news.accountFilter.headline=Account Filter
news.accountEndDate.description=Accounts can now have an end date. A warning is displayed after login if the end date of an account will soon be reached. news.accountFilter.description=The account overview page now allows to filter the listed accounts.
news.accountDescription.headline=Accounts: new optional field "description" news.java21.headline=Java 21
news.accountDescription.description=Accounts can now be given a description. news.java21.description=Update to Java 21.
news.transactionNameSuggestionsSort.headline=Settings option for transaction name suggestion ordering news.bugfixAllAccountsSum.headline=Bugfix: Transactions from hidden accounts
news.transactionNameSuggestionsSort.description=Add new settings option to define how transaction name suggestions are ordered (alphabetically or by frequency of use). news.bugfixAllAccountsSum.description=Transactions from hidden accounts are now correctly included in all accounts sum.
news.bugfixCsvImport.headline=Bugfix: CSV import
news.bugfixCsvImport.description=Fixed a bug that prevented to select the correct columns during csv import if the csv has fewer rows than columns.
news.bugfixEndDateReminder.headline=Bugfix: End date reminder
news.bugfixEndDateReminder.description=Fixed a bug that caused the end date reminder for accounts to be displayed even if no accounts are about to reach their end date.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment