From 1abfed9abf0935d7432069d08ff9183e16140432 Mon Sep 17 00:00:00 2001 From: eitchtee <10510126+eitchtee@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:05:29 +0000 Subject: [PATCH 1/3] chore(locale): update translation files [skip ci] Automatically generated by Django makemessages workflow --- app/locale/de/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/en/LC_MESSAGES/django.po | 22 ++++++++++++++-------- app/locale/es/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/fr/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/id/LC_MESSAGES/django.po | 22 ++++++++++++++-------- app/locale/it/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/nl/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/pt/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/pt_BR/LC_MESSAGES/django.po | 24 ++++++++++++++++-------- app/locale/sv/LC_MESSAGES/django.po | 22 ++++++++++++++-------- app/locale/uk/LC_MESSAGES/django.po | 22 ++++++++++++++-------- 11 files changed, 168 insertions(+), 88 deletions(-) diff --git a/app/locale/de/LC_MESSAGES/django.po b/app/locale/de/LC_MESSAGES/django.po index c48ba50..4c2f513 100644 --- a/app/locale/de/LC_MESSAGES/django.po +++ b/app/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-14 04:57+0000\n" +"POT-Creation-Date: 2025-09-20 14:05+0000\n" "PO-Revision-Date: 2025-07-22 06:17+0000\n" "Last-Translator: seraphblade2010 \n" "Language-Team: German \n" "Language-Team: LANGUAGE \n" @@ -1317,7 +1317,7 @@ msgstr "" #: apps/transactions/filters.py:24 templates/cotton/transaction/item.html:21 #: templates/cotton/transaction/item.html:32 templates/includes/navbar.html:47 #: templates/insights/fragments/category_overview/index.html:61 -#: templates/net_worth/net_worth.html:32 +#: templates/net_worth/net_worth.html:33 #: templates/transactions/widgets/paid_toggle_button.html:8 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:12 msgid "Projected" @@ -2168,6 +2168,8 @@ msgid "Current balance" msgstr "" #: templates/accounts/fragments/account_reconciliation.html:39 +#: templates/net_worth/net_worth.html:105 +#: templates/net_worth/net_worth.html:362 msgid "Difference" msgstr "" @@ -2755,7 +2757,7 @@ msgstr "" #: templates/includes/navbar.html:45 #: templates/insights/fragments/category_overview/index.html:65 -#: templates/net_worth/net_worth.html:22 +#: templates/net_worth/net_worth.html:23 msgid "Current" msgstr "" @@ -3138,25 +3140,29 @@ msgstr "" msgid "Order by" msgstr "" -#: templates/net_worth/net_worth.html:40 +#: templates/net_worth/net_worth.html:42 #: templates/yearly_overview/pages/overview_by_currency.html:9 msgid "By currency" msgstr "" -#: templates/net_worth/net_worth.html:75 +#: templates/net_worth/net_worth.html:78 msgid "Consolidated" msgstr "" -#: templates/net_worth/net_worth.html:104 +#: templates/net_worth/net_worth.html:101 +msgid "Evolution" +msgstr "" + +#: templates/net_worth/net_worth.html:128 #: templates/yearly_overview/pages/overview_by_account.html:7 msgid "By account" msgstr "" -#: templates/net_worth/net_worth.html:211 +#: templates/net_worth/net_worth.html:236 msgid "Evolution by currency" msgstr "" -#: templates/net_worth/net_worth.html:275 +#: templates/net_worth/net_worth.html:300 msgid "Evolution by account" msgstr "" diff --git a/app/locale/es/LC_MESSAGES/django.po b/app/locale/es/LC_MESSAGES/django.po index 923358d..961780b 100644 --- a/app/locale/es/LC_MESSAGES/django.po +++ b/app/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-14 04:57+0000\n" +"POT-Creation-Date: 2025-09-20 14:05+0000\n" "PO-Revision-Date: 2025-07-21 18:17+0000\n" "Last-Translator: afermar \n" "Language-Team: Spanish \n" "Language-Team: French \n" "Language-Team: Italian \n" "Language-Team: Dutch \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Swedish \n" "Language-Team: Ukrainian Date: Sat, 20 Sep 2025 11:05:56 -0300 Subject: [PATCH 2/3] feat(dca): remove ticks from price chart --- app/templates/dca/fragments/strategy/details.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/dca/fragments/strategy/details.html b/app/templates/dca/fragments/strategy/details.html index 421528b..10d9563 100644 --- a/app/templates/dca/fragments/strategy/details.html +++ b/app/templates/dca/fragments/strategy/details.html @@ -354,6 +354,7 @@ display: false, }, ticks: { + display: false, format: { maximumFractionDigits: 40, minimumFractionDigits: 1 } } }, @@ -369,6 +370,7 @@ display: false, }, ticks: { + display: false, format: { maximumFractionDigits: 40, minimumFractionDigits: 1 } } } From 7f343708e0ee78f0aa4d1317f83d52cc29a0d3c5 Mon Sep 17 00:00:00 2001 From: eitchtee <10510126+eitchtee@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:08:24 +0000 Subject: [PATCH 3/3] chore(locale): update translation files [skip ci] Automatically generated by Django makemessages workflow --- app/locale/de/LC_MESSAGES/django.po | 10 +++++----- app/locale/en/LC_MESSAGES/django.po | 10 +++++----- app/locale/es/LC_MESSAGES/django.po | 10 +++++----- app/locale/fr/LC_MESSAGES/django.po | 10 +++++----- app/locale/id/LC_MESSAGES/django.po | 10 +++++----- app/locale/it/LC_MESSAGES/django.po | 10 +++++----- app/locale/nl/LC_MESSAGES/django.po | 10 +++++----- app/locale/pt/LC_MESSAGES/django.po | 10 +++++----- app/locale/pt_BR/LC_MESSAGES/django.po | 10 +++++----- app/locale/sv/LC_MESSAGES/django.po | 10 +++++----- app/locale/uk/LC_MESSAGES/django.po | 10 +++++----- 11 files changed, 55 insertions(+), 55 deletions(-) diff --git a/app/locale/de/LC_MESSAGES/django.po b/app/locale/de/LC_MESSAGES/django.po index 4c2f513..7032816 100644 --- a/app/locale/de/LC_MESSAGES/django.po +++ b/app/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-20 14:05+0000\n" +"POT-Creation-Date: 2025-09-20 14:08+0000\n" "PO-Revision-Date: 2025-07-22 06:17+0000\n" "Last-Translator: seraphblade2010 \n" "Language-Team: German \n" "Language-Team: LANGUAGE \n" @@ -2545,19 +2545,19 @@ msgstr "" msgid "Amount Bought" msgstr "" -#: templates/dca/fragments/strategy/details.html:390 +#: templates/dca/fragments/strategy/details.html:392 msgid "Entry Price vs Current Price" msgstr "" -#: templates/dca/fragments/strategy/details.html:406 +#: templates/dca/fragments/strategy/details.html:408 msgid "Days Between Investments" msgstr "" -#: templates/dca/fragments/strategy/details.html:453 +#: templates/dca/fragments/strategy/details.html:455 msgid "Investment Frequency" msgstr "" -#: templates/dca/fragments/strategy/details.html:455 +#: templates/dca/fragments/strategy/details.html:457 msgid "The straighter the blue line, the more consistent your DCA strategy is." msgstr "" diff --git a/app/locale/es/LC_MESSAGES/django.po b/app/locale/es/LC_MESSAGES/django.po index 961780b..a27c26a 100644 --- a/app/locale/es/LC_MESSAGES/django.po +++ b/app/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-20 14:05+0000\n" +"POT-Creation-Date: 2025-09-20 14:08+0000\n" "PO-Revision-Date: 2025-07-21 18:17+0000\n" "Last-Translator: afermar \n" "Language-Team: Spanish \n" "Language-Team: French \n" "Language-Team: Italian \n" "Language-Team: Dutch \n" "Language-Team: Portuguese \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Swedish \n" "Language-Team: Ukrainian