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

update what's new dialog

parent ba28a064
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,10 @@ public class AboutController extends BaseController ...@@ -47,7 +47,10 @@ 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("transactionNameSuggestionsOrder")); newsEntries.add(NewsEntry.createWithLocalizationKey("accountEndDate"));
newsEntries.add(NewsEntry.createWithLocalizationKey("accountDescription"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transactionNameSuggestionsSort"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transactionNameSuggestionsSort"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries); model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW; return ReturnValues.WHATS_NEW;
......
...@@ -2,5 +2,14 @@ news.further.information=Weitere Informationen ...@@ -2,5 +2,14 @@ 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.transactionNameSuggestionsOrder.headline=Neue Einstellungsoption für die Sortierung der Buchungsnamensvorschläge news.accountEndDate.headline=Konten: neues optionales Feld "Enddatum"
news.transactionNameSuggestionsOrder.description=Neu Einstellungsoption, um festzulegen, wie die Vorschläge für Transaktionsnamen sortiert werden (alphabetisch oder nach Häufigkeit der Verwendung). 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.accountDescription.headline=Konten: neues optionales Feld "Beschreibung"
news.accountDescription.description=Konten können jetzt mit einer Beschreibung versehen werden.
news.transactionNameSuggestionsSort.headline=Einstellungsoption für die Sortierung der Buchungsnamensvorschläge
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.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.
\ No newline at end of file
...@@ -2,5 +2,14 @@ news.further.information=Further information ...@@ -2,5 +2,14 @@ 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.transactionNameSuggestionsOrder.headline=New settings option for transaction name suggestion ordering news.accountEndDate.headline=Accounts: new optional field "end date"
news.transactionNameSuggestionsOrder.description=Added a new settings option to define how transaction name suggestions are ordered (alphabetically or by frequency of use). 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.accountDescription.headline=Accounts: new optional field "description"
news.accountDescription.description=Accounts can now be given a description.
news.transactionNameSuggestionsSort.headline=Settings option for transaction name suggestion ordering
news.transactionNameSuggestionsSort.description=Add new settings option to define how transaction name suggestions are ordered (alphabetically or by frequency of use).
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 .
\ 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