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

#730 - updated what's new dialog

parent 8035a141
Branches
Tags
No related merge requests found
Pipeline #7079 passed
...@@ -47,9 +47,9 @@ public class AboutController extends BaseController ...@@ -47,9 +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("csvImport")); newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportSave"));
newsEntries.add(NewsEntry.createWithLocalizationKey("recurringTransactionsOverview")); newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportSuggestions"));
newsEntries.add(NewsEntry.createWithLocalizationKey("improvedRestCalculation")); newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportAmountSeparators"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries); model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW; return ReturnValues.WHATS_NEW;
......
...@@ -2,11 +2,11 @@ news.further.information=Weitere Informationen ...@@ -2,11 +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.csvImport.headline=Buchungen auf der Basis von Bankdokumenten erstellen news.csvImportSave.headline=Einstellungen für den CSV-Import speichern
news.csvImport.description=Neuen Workflow hinzugefügt, um Buchungen durch den Import einer CSV-Datei von deiner Bank zu erstellen. news.csvImportSave.description=Alle Einstellungen beim CSV-Import werden gespeichert und beim nächsten Import vorausgefüllt.
news.recurringTransactionsOverview.headline=Übersicht über aktive wiederholende Buchungen news.csvImportSuggestions.headline=Vorschläge für Buchungsnamen beim CSV-Import
news.recurringTransactionsOverview.description=Neue Seite hinzugefügt, die einen Überblick über alle aktiven wiederholenden Transaktionen bietet. news.csvImportSuggestions.description=Beim Importieren von Buchungen aus einer CSV-Datei werden bei der Eingabe des Namen Vorschläge auf der Grundlage vorhandener Buchungen angezeigt.
news.improvedRestCalculation.headline=Saldo statt Rest anzeigen news.csvImportAmountSeparators.headline=CSV-Import: Konfiguration von Betragstrennzeichen ermöglichen
news.improvedRestCalculation.description=Anzeige des Saldos des Vormonats und des Saldos des laufenden Monats anstelle des Rests. news.csvImportAmountSeparators.description=Der CSV-Import bietet neue Konfigurationsoptionen zur Angabe der Gruppierung- und der Dezimaltrennzeichen des Betrags in der CSV-Datei.
...@@ -2,11 +2,11 @@ news.further.information=Further information ...@@ -2,11 +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.csvImport.headline=Create transactions based on bank documents news.csvImportSave.headline=Save and prefill CSV import settings
news.csvImport.description=Added a new workflow to create transactions via importing a CSV file from your bank. news.csvImportSave.description=All settings during csv import are saved and prefilled at the next import.
news.recurringTransactionsOverview.headline=Active recurring transactions overview news.csvImportSuggestions.headline=Show transaction name suggestions in CSV import
news.recurringTransactionsOverview.description=Added a new page to provide an overview for all active recurring transactions. news.csvImportSuggestions.description=While importing transactions from csv the transaction name input offers suggestions based on existing transactions.
news.improvedRestCalculation.headline=Show account balance instead of rest news.csvImportAmountSeparators.headline=CSV import: allow configuration of amount separators
news.improvedRestCalculation.description=Show balance of previous month and balance of current month instead of rest. news.csvImportAmountSeparators.description=The csv import provides new configuration options to specify the grouping and decimal separators of the amount in the csv file.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment