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

#537 - update news to version 2.5.0

parent abc434d1
Branches
Tags
No related merge requests found
...@@ -35,11 +35,10 @@ public class AboutController extends BaseController ...@@ -35,11 +35,10 @@ public class AboutController extends BaseController
public String fromTransactionModal(Model model) public String fromTransactionModal(Model model)
{ {
final List<NewsEntry> newsEntries = new ArrayList<>(); final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.templates.headline", "news.templates.description")); newsEntries.add(NewsEntry.createWithLocalizationKeys("news.changeType.headline", "news.changeType.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.backup.headline", "news.backup.description")); newsEntries.add(NewsEntry.createWithLocalizationKeys("news.readonlyAccounts.headline", "news.readonlyAccounts.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.suggestions.headline", "news.suggestions.description")); newsEntries.add(NewsEntry.createWithLocalizationKeys("news.firstUseWizard.headline", "news.firstUseWizard.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.charts.headline", "news.charts.description")); newsEntries.add(NewsEntry.createWithLocalizationKeys("news.java11.headline", "news.java11.description"));
newsEntries.add(NewsEntry.createWithLocalizationKeys("news.commandline.headline", "news.commandline.description"));
model.addAttribute("newsEntries", newsEntries); model.addAttribute("newsEntries", newsEntries);
return "whatsNewModal"; return "whatsNewModal";
......
news.templates.headline=Transaction templates news.changeType.headline=Transaktionstyp ändern
news.templates.description=Allows the creation of templates for similar transactions. news.changeType.description=Ermöglicht es eine Transaktion in einen anderen Typ umwandeln (z.B. eine normale Transaktion in eine wiederholende Transaktion ändern).
news.backup.headline=Auto backup news.readonlyAccounts.headline=Deaktivierbare Konten
news.backup.description=Allows the scheduling of automatic BudgetMaster data backups. news.readonlyAccounts.description=Konten können deaktiviert werden (verbietet Transaktionen hinzuzufügen oder zu löschen).
news.suggestions.headline=Transaction name suggestions news.firstUseWizard.headline=Hilfe zur ersten Bentzung
news.suggestions.description=Shows suggestions based on the last 25 created transactions. news.firstUseWizard.description=Einfache Einführung in die Benutzung von BudgetMaster.
news.charts.headline=New charts news.java11.headline=Java 11
news.charts.description=Two new default charts (income/expenditures per year and rest per month). news.java11.description=Das gesamte Projekt wurde auf Java 11 migriert.
\ No newline at end of file
news.commandline.headline=Command line option to set custom directory
news.commandline.description=Specify a folder where settings, database and backups are stored (more details in the wiki).
\ No newline at end of file
news.templates.headline=Transaction templates news.changeType.headline=Change transaction type
news.templates.description=Allows the creation of templates for similar transactions. news.changeType.description=Transform a transaction to another type (e.g. change a normal transaction to a repeating one).
news.backup.headline=Auto backup news.readonlyAccounts.headline=Readonly accounts
news.backup.description=Allows the scheduling of automatic BudgetMaster data backups. news.readonlyAccounts.description=Allow to deactivate accounts (transactions can't be added or removed from deactivated accounts).
news.suggestions.headline=Transaction name suggestions news.firstUseWizard.headline=First use wizard
news.suggestions.description=Shows suggestions based on the last 25 created transactions. news.firstUseWizard.description=Simple introduction on how to use BudgetMaster.
news.charts.headline=New charts news.java11.headline=Java 11
news.charts.description=Two new default charts (income/expenditures per year and rest per month). news.java11.description=Migrate the project to Java 11.
\ No newline at end of file
news.commandline.headline=Command line option to set custom directory
news.commandline.description=Specify a folder where settings, database and backups are stored (more details in the wiki).
\ 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