Enhance MoneyHistoryGraphDialog: Add axis labels for better data visualization, improve graph scaling logic, and implement money and date formatting methods. Update localization files to include "yesterday" translations in German and English, enhancing user experience and clarity in financial data representation.

This commit is contained in:
Torsten Schulz (local)
2026-01-29 11:05:56 +01:00
parent 42a23995b3
commit ac7d4a2283
3 changed files with 129 additions and 10 deletions

View File

@@ -587,6 +587,7 @@
"close": "Schließen",
"loading": "Lade Verlauf...",
"noData": "Für den gewählten Zeitraum liegen keine Buchungen vor.",
"yesterday": "Gestern",
"range": {
"label": "Zeitraum",
"today": "Heute",

View File

@@ -117,6 +117,7 @@
"close": "Close",
"loading": "Loading history...",
"noData": "No entries for the selected period.",
"yesterday": "Yesterday",
"range": {
"label": "Range",
"today": "Today",