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

updated news

parent 260e8789
No related branches found
No related tags found
No related merge requests found
...@@ -37,10 +37,7 @@ public class AboutController extends BaseController ...@@ -37,10 +37,7 @@ 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.createWithLocalizationKeys("news.changeType.headline", "news.changeType.description")); newsEntries.add(NewsEntry.createWithLocalizationKeys("news.bugfix.headline", "news.bugfix.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.readonlyAccounts.headline", "news.readonlyAccounts.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.firstUseWizard.headline", "news.firstUseWizard.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.java11.headline", "news.java11.description"));
model.addAttribute("newsEntries", newsEntries); model.addAttribute("newsEntries", newsEntries);
return "whatsNewModal"; return "whatsNewModal";
......
...@@ -2,14 +2,5 @@ news.further.information=Weitere Informationen ...@@ -2,14 +2,5 @@ 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.changeType.headline=Transaktionstyp ändern news.bugfix.headline=Bugfix
news.changeType.description=Ermöglicht es eine Transaktion in einen anderen Typ umwandeln (z.B. eine normale Transaktion in eine wiederholende Transaktion ändern). news.bugfix.description=Fehler beim Speichern von Vorlagen mit Tags behoben.
news.readonlyAccounts.headline=Deaktivierbare Konten
news.readonlyAccounts.description=Konten können deaktiviert werden (verbietet Transaktionen hinzuzufügen oder zu löschen).
news.firstUseWizard.headline=Hilfe zur ersten Benutzung
news.firstUseWizard.description=Einfache Einführung in die Benutzung von BudgetMaster.
news.java11.headline=Java 11
news.java11.description=Das gesamte Projekt wurde auf Java 11 migriert.
\ No newline at end of file
...@@ -2,14 +2,5 @@ news.further.information=Further information ...@@ -2,14 +2,5 @@ news.further.information=Further information
news.all.releases=All published and planned releases: news.all.releases=All published and planned releases:
news.detailed=More detailed changelog (english only): news.detailed=More detailed changelog (english only):
news.changeType.headline=Change transaction type news.bugfix.headline=Bugfix
news.changeType.description=Transform a transaction to another type (e.g. change a normal transaction to a repeating one). news.bugfix.description=Tags are now saved correctly when saving templates.
\ No newline at end of file
news.readonlyAccounts.headline=Readonly accounts
news.readonlyAccounts.description=Allow to deactivate accounts (transactions can't be added or removed from deactivated accounts).
news.firstUseWizard.headline=First use wizard
news.firstUseWizard.description=Simple introduction on how to use BudgetMaster.
news.java11.headline=Java 11
news.java11.description=Migrate the project to Java 11.
\ 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