Compare commits

..

6 Commits

Author SHA1 Message Date
eitchtee
c266b8809f chore(locale): update translation files
[skip ci] Automatically generated by Django makemessages workflow
2025-07-21 13:16:57 +00:00
Herculino Trotta
8cda4116bc Merge pull request #290
fix: FAB gets bellow hovered transaction
2025-07-21 10:16:14 -03:00
Herculino Trotta
c2510b2261 feat: allow to select if transfer transactions are muted or not on creation 2025-07-21 10:15:02 -03:00
Herculino Trotta
dcdaf756f9 fix: FAB gets bellow hovered transaction 2025-07-21 09:51:11 -03:00
Herculino Trotta
50ca08165a Merge pull request #289
fix: hover detection doesn't work with Firefox mobile
2025-07-21 09:39:13 -03:00
Herculino Trotta
f85618fa01 fix: hover detection doesn't work with Firefox mobile 2025-07-21 09:38:48 -03:00
12 changed files with 240 additions and 229 deletions

View File

@@ -499,6 +499,13 @@ class TransferForm(forms.Form):
label=_("Notes"),
)
mute = forms.BooleanField(
label=_("Mute"),
initial=True,
required=False,
help_text=_("Muted transactions won't be displayed on monthly summaries"),
)
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
@@ -517,6 +524,7 @@ class TransferForm(forms.Form):
),
Field("description"),
Field("notes"),
Switch("mute"),
Row(
Column(
Row(
@@ -599,6 +607,8 @@ class TransferForm(forms.Form):
return cleaned_data
def save(self):
mute = self.cleaned_data["mute"]
from_account = self.cleaned_data["from_account"]
to_account = self.cleaned_data["to_account"]
from_amount = self.cleaned_data["from_amount"]
@@ -621,7 +631,7 @@ class TransferForm(forms.Form):
description=description,
category=from_category,
notes=notes,
mute=True,
mute=mute,
)
from_transaction.tags.set(self.cleaned_data.get("from_tags", []))
@@ -636,7 +646,7 @@ class TransferForm(forms.Form):
description=description,
category=to_category,
notes=notes,
mute=True,
mute=mute,
)
to_transaction.tags.set(self.cleaned_data.get("to_tags", []))

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-05-23 17:16+0000\n"
"Last-Translator: JHoh <jean-luc.hoh@gmx.de>\n"
"Language-Team: German <https://translations.herculino.com/projects/wygiwyh/"
@@ -29,9 +29,9 @@ msgstr "Gruppe Name"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Aktualisierung"
@@ -42,9 +42,9 @@ msgstr "Aktualisierung"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Neuer Saldo"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Kategorie"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -172,7 +172,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -713,7 +713,7 @@ msgstr "Verknüpfe Transaktion"
msgid "You must provide an account."
msgstr "Du musst ein Konto angeben."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr "Start- und Zielkonten müssen unterschiedlich sein."
@@ -815,7 +815,7 @@ msgstr "Kategorien"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1088,7 +1088,7 @@ msgstr "Bezahlt"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1296,7 +1296,7 @@ msgstr "Speichern und ähnliches hinzufügen"
msgid "Save and add another"
msgstr "Speichern und etwas neu hinzufügen"
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1308,39 +1308,39 @@ msgstr "Startbetrag"
msgid "To Amount"
msgstr "Zielbetrag"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr "Deaktivieren"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr "Transfer"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr "Tagname"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr "Entitätsname"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr "Kategoriename"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
#, fuzzy
#| msgid "Muted categories won't count towards your monthly total"
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "Ausgeblendete Kategorien zählen nicht zu deiner Monatsübersicht"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr "Enddatum sollte hinter dem Startdatum liegen"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr "Deaktivieren"
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -28,9 +28,9 @@ msgstr ""
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr ""
@@ -41,9 +41,9 @@ msgstr ""
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -78,7 +78,7 @@ msgstr ""
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -92,7 +92,7 @@ msgstr ""
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -168,7 +168,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -693,7 +693,7 @@ msgstr ""
msgid "You must provide an account."
msgstr ""
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr ""
@@ -795,7 +795,7 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1066,7 +1066,7 @@ msgstr ""
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1267,7 +1267,7 @@ msgstr ""
msgid "Save and add another"
msgstr ""
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1279,37 +1279,37 @@ msgstr ""
msgid "To Amount"
msgstr ""
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr ""
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr ""
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr ""
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr ""
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
msgid "Muted categories won't be displayed on monthly summaries"
msgstr ""
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr ""
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-06-27 23:16+0000\n"
"Last-Translator: ichi135 <ichi135@hotmail.com>\n"
"Language-Team: Spanish <https://translations.herculino.com/projects/wygiwyh/"
@@ -29,9 +29,9 @@ msgstr "Nombre del Grupo"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Actualizar"
@@ -42,9 +42,9 @@ msgstr "Actualizar"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Nuevo balance"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Categoría"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -170,7 +170,7 @@ msgstr "Las cuentas archivadas no aparecen ni cuentan para su patrimonio neto"
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -754,7 +754,7 @@ msgstr "Link transaction"
msgid "You must provide an account."
msgstr "You must provide an account."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
#, fuzzy
msgid "From and To accounts must be different."
msgstr "From and To accounts must be different."
@@ -876,7 +876,7 @@ msgstr "Categories"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1198,7 +1198,7 @@ msgstr "Paid"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
#, fuzzy
@@ -1445,7 +1445,7 @@ msgstr ""
msgid "Save and add another"
msgstr ""
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1459,44 +1459,44 @@ msgstr "From Amount"
msgid "To Amount"
msgstr "To Amount"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
#, fuzzy
msgid "Mute"
msgstr "Mute"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
#, fuzzy
msgid "Transfer"
msgstr "Transfer"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
#, fuzzy
msgid "Tag name"
msgstr "Tag name"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
#, fuzzy
msgid "Entity name"
msgstr "Entity name"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
#, fuzzy
msgid "Category name"
msgstr "Category name"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
#, fuzzy
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "Muted categories won't count towards your monthly total"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
#, fuzzy
msgid "End date should be after the start date"
msgstr "End date should be after the start date"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
#, fuzzy
msgid "Mute"
msgstr "Mute"
#: apps/transactions/models.py:216
#, fuzzy
msgid ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-04-27 19:12+0000\n"
"Last-Translator: ThomasE <thomas-evano@hotmail.fr>\n"
"Language-Team: French <https://translations.herculino.com/projects/wygiwyh/"
@@ -29,9 +29,9 @@ msgstr "Nom de groupe"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Mise à jour"
@@ -42,9 +42,9 @@ msgstr "Mise à jour"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Nouveau solde"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Catégorie"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -172,7 +172,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -712,7 +712,7 @@ msgstr "Lié transaction"
msgid "You must provide an account."
msgstr "Vous devez fournir un compte."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr ""
"Le compte originateur et le compte bénéficiaire doivent être différent."
@@ -815,7 +815,7 @@ msgstr "Catégories"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1088,7 +1088,7 @@ msgstr "Payé"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1293,7 +1293,7 @@ msgstr "Enregistrer et ajouter des semblables"
msgid "Save and add another"
msgstr "Enregistrer et ajouter un autre"
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1305,39 +1305,39 @@ msgstr "Montant de départ"
msgid "To Amount"
msgstr "Montant d'arrivée"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr "Silencieux"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr "Transfère"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr "Nom de balise"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr "Nom d'entité"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr "Nom de catégorie"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
#, fuzzy
#| msgid "Muted categories won't count towards your monthly total"
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "Catégories ignorées ne compteront pas dans votre total mensuel"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr "La date de fin doit être ultérieure à la date de début"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr "Silencieux"
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-07-20 09:17+0000\n"
"Last-Translator: Dimitri Decrock <dj.flashpower@gmail.com>\n"
"Language-Team: Dutch <https://translations.herculino.com/projects/wygiwyh/"
@@ -29,9 +29,9 @@ msgstr "Groepsnaam"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Bijwerken"
@@ -42,9 +42,9 @@ msgstr "Bijwerken"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Nieuw saldo"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Categorie"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -173,7 +173,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -714,7 +714,7 @@ msgstr "Koppel verrichting"
msgid "You must provide an account."
msgstr "Je moet een account opgeven."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr "Van en Naar rekening moeten verschillend zijn."
@@ -816,7 +816,7 @@ msgstr "Categorieën"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1089,7 +1089,7 @@ msgstr "Betaald"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1292,7 +1292,7 @@ msgstr "Opslaan en vergelijkbaar toevoegen"
msgid "Save and add another"
msgstr "Opslaan en een andere toevoegen"
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr "Gedempte transacties worden niet weergegeven in maandoverzichten"
@@ -1304,37 +1304,37 @@ msgstr "Van Bedrag"
msgid "To Amount"
msgstr "Naar Bedrag"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr "Dempen"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr "Overschrijving"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr "Labelnaam"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr "Naam van bedrijf"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr "Naam van categorie"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "Gedempte categorieën worden niet weergegeven in maandoverzichten"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr "De einddatum moet na de begindatum vallen"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr "Dempen"
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-04-13 08:16+0000\n"
"Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n"
"Language-Team: Portuguese <https://translations.herculino.com/projects/"
@@ -29,9 +29,9 @@ msgstr "Nome do grupo"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Atualizar"
@@ -42,9 +42,9 @@ msgstr "Atualizar"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Novo saldo"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Categoria"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -172,7 +172,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -712,7 +712,7 @@ msgstr "Conectar transação"
msgid "You must provide an account."
msgstr "Você deve informar uma conta."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr "As contas De e Para devem ser diferentes."
@@ -814,7 +814,7 @@ msgstr "Categorias"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1087,7 +1087,7 @@ msgstr "Pago"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1290,7 +1290,7 @@ msgstr ""
msgid "Save and add another"
msgstr ""
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1302,39 +1302,39 @@ msgstr "Quantia de origem"
msgid "To Amount"
msgstr "Quantia de destino"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr "Silenciada"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr "Transferir"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr "Nome da Tag"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr "Nome da entidade"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr "Nome da Categoria"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
#, fuzzy
#| msgid "Muted categories won't count towards your monthly total"
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "As categorias silenciadas não serão contabilizadas em seu total mensal"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr "Data final deve ser após data inicial"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr "Silenciada"
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-07-19 21:17+0000\n"
"Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://translations.herculino.com/"
@@ -29,9 +29,9 @@ msgstr "Nome do grupo"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Atualizar"
@@ -42,9 +42,9 @@ msgstr "Atualizar"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr "Novo saldo"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr "Categoria"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -172,7 +172,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -712,7 +712,7 @@ msgstr "Conectar transação"
msgid "You must provide an account."
msgstr "Você deve informar uma conta."
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr "As contas De e Para devem ser diferentes."
@@ -814,7 +814,7 @@ msgstr "Categorias"
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1087,7 +1087,7 @@ msgstr "Pago"
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1290,7 +1290,7 @@ msgstr "Salvar e adicionar similar"
msgid "Save and add another"
msgstr "Salvar e adicionar outra"
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr "Transações silenciadas não apareceram nos sumários mensais"
@@ -1302,37 +1302,37 @@ msgstr "Quantia de origem"
msgid "To Amount"
msgstr "Quantia de destino"
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr "Silenciada"
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr "Transferir"
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr "Nome da Tag"
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr "Nome da entidade"
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr "Nome da Categoria"
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
msgid "Muted categories won't be displayed on monthly summaries"
msgstr "Categorias silenciadas não apareceram nos sumários mensais"
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr "Data final deve ser após data inicial"
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr "Silenciada"
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-04-14 06:16+0000\n"
"Last-Translator: Emil <emil.bjorkroth@gmail.com>\n"
"Language-Team: Swedish <https://translations.herculino.com/projects/wygiwyh/"
@@ -29,9 +29,9 @@ msgstr ""
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Uppdatera"
@@ -42,9 +42,9 @@ msgstr "Uppdatera"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -79,7 +79,7 @@ msgstr ""
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -93,7 +93,7 @@ msgstr ""
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -169,7 +169,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -694,7 +694,7 @@ msgstr ""
msgid "You must provide an account."
msgstr ""
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr ""
@@ -796,7 +796,7 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1067,7 +1067,7 @@ msgstr ""
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1268,7 +1268,7 @@ msgstr ""
msgid "Save and add another"
msgstr ""
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1280,37 +1280,37 @@ msgstr ""
msgid "To Amount"
msgstr ""
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr ""
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr ""
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr ""
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr ""
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
msgid "Muted categories won't be displayed on monthly summaries"
msgstr ""
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr ""
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-19 19:24+0000\n"
"POT-Creation-Date: 2025-07-21 13:16+0000\n"
"PO-Revision-Date: 2025-05-12 14:16+0000\n"
"Last-Translator: Felix <xnovaua@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.herculino.com/projects/"
@@ -30,9 +30,9 @@ msgstr "Назва групи"
#: apps/import_app/forms.py:34 apps/rules/forms.py:51 apps/rules/forms.py:93
#: apps/rules/forms.py:365 apps/transactions/forms.py:204
#: apps/transactions/forms.py:374 apps/transactions/forms.py:421
#: apps/transactions/forms.py:783 apps/transactions/forms.py:826
#: apps/transactions/forms.py:858 apps/transactions/forms.py:893
#: apps/transactions/forms.py:1045 apps/users/forms.py:215
#: apps/transactions/forms.py:793 apps/transactions/forms.py:836
#: apps/transactions/forms.py:868 apps/transactions/forms.py:903
#: apps/transactions/forms.py:1055 apps/users/forms.py:215
#: apps/users/forms.py:377
msgid "Update"
msgstr "Оновлення"
@@ -43,9 +43,9 @@ msgstr "Оновлення"
#: apps/dca/forms.py:57 apps/dca/forms.py:232 apps/import_app/forms.py:42
#: apps/rules/forms.py:59 apps/rules/forms.py:101 apps/rules/forms.py:373
#: apps/transactions/forms.py:189 apps/transactions/forms.py:213
#: apps/transactions/forms.py:383 apps/transactions/forms.py:791
#: apps/transactions/forms.py:834 apps/transactions/forms.py:866
#: apps/transactions/forms.py:901 apps/transactions/forms.py:1053
#: apps/transactions/forms.py:383 apps/transactions/forms.py:801
#: apps/transactions/forms.py:844 apps/transactions/forms.py:876
#: apps/transactions/forms.py:911 apps/transactions/forms.py:1063
#: apps/users/forms.py:223 apps/users/forms.py:385
#: templates/account_groups/fragments/list.html:9
#: templates/accounts/fragments/list.html:9
@@ -80,7 +80,7 @@ msgstr "Новий баланс"
#: apps/rules/models.py:38 apps/rules/models.py:286
#: apps/transactions/forms.py:42 apps/transactions/forms.py:256
#: apps/transactions/forms.py:455 apps/transactions/forms.py:462
#: apps/transactions/forms.py:664 apps/transactions/forms.py:925
#: apps/transactions/forms.py:674 apps/transactions/forms.py:935
#: apps/transactions/models.py:318 apps/transactions/models.py:501
#: apps/transactions/models.py:701 apps/transactions/models.py:938
#: templates/insights/fragments/category_overview/index.html:63
@@ -94,7 +94,7 @@ msgstr "Категорія"
#: apps/rules/models.py:290 apps/transactions/filters.py:74
#: apps/transactions/forms.py:50 apps/transactions/forms.py:264
#: apps/transactions/forms.py:471 apps/transactions/forms.py:479
#: apps/transactions/forms.py:657 apps/transactions/forms.py:918
#: apps/transactions/forms.py:667 apps/transactions/forms.py:928
#: apps/transactions/models.py:324 apps/transactions/models.py:503
#: apps/transactions/models.py:705 apps/transactions/models.py:944
#: templates/includes/navbar.html:110
@@ -173,7 +173,7 @@ msgstr ""
#: apps/accounts/models.py:70 apps/rules/forms.py:166 apps/rules/forms.py:179
#: apps/rules/models.py:30 apps/rules/models.py:242
#: apps/transactions/forms.py:62 apps/transactions/forms.py:276
#: apps/transactions/forms.py:649 apps/transactions/forms.py:910
#: apps/transactions/forms.py:659 apps/transactions/forms.py:920
#: apps/transactions/models.py:290 apps/transactions/models.py:461
#: apps/transactions/models.py:683 apps/transactions/models.py:912
msgid "Account"
@@ -707,7 +707,7 @@ msgstr ""
msgid "You must provide an account."
msgstr ""
#: apps/dca/forms.py:312 apps/transactions/forms.py:597
#: apps/dca/forms.py:312 apps/transactions/forms.py:605
msgid "From and To accounts must be different."
msgstr ""
@@ -809,7 +809,7 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:187 apps/rules/models.py:40
#: apps/rules/models.py:282 apps/transactions/filters.py:81
#: apps/transactions/forms.py:58 apps/transactions/forms.py:272
#: apps/transactions/forms.py:672 apps/transactions/forms.py:933
#: apps/transactions/forms.py:682 apps/transactions/forms.py:943
#: apps/transactions/models.py:273 apps/transactions/models.py:329
#: apps/transactions/models.py:506 apps/transactions/models.py:708
#: apps/transactions/models.py:949 templates/entities/fragments/list.html:5
@@ -1080,7 +1080,7 @@ msgstr ""
#: apps/rules/forms.py:170 apps/rules/forms.py:183 apps/rules/models.py:34
#: apps/rules/models.py:258 apps/transactions/forms.py:70
#: apps/transactions/forms.py:486 apps/transactions/forms.py:678
#: apps/transactions/forms.py:486 apps/transactions/forms.py:688
#: apps/transactions/models.py:301 apps/transactions/models.py:484
#: apps/transactions/models.py:713
msgid "Reference Date"
@@ -1281,7 +1281,7 @@ msgstr ""
msgid "Save and add another"
msgstr ""
#: apps/transactions/forms.py:300
#: apps/transactions/forms.py:300 apps/transactions/forms.py:506
msgid "Muted transactions won't be displayed on monthly summaries"
msgstr ""
@@ -1293,37 +1293,37 @@ msgstr ""
msgid "To Amount"
msgstr ""
#: apps/transactions/forms.py:564
#: apps/transactions/forms.py:503 apps/transactions/models.py:211
#: apps/transactions/models.py:302 apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/forms.py:572
#: templates/cotton/ui/quick_transactions_buttons.html:40
#: templates/cotton/ui/transactions_fab.html:44
msgid "Transfer"
msgstr ""
#: apps/transactions/forms.py:812
#: apps/transactions/forms.py:822
msgid "Tag name"
msgstr ""
#: apps/transactions/forms.py:844
#: apps/transactions/forms.py:854
msgid "Entity name"
msgstr ""
#: apps/transactions/forms.py:876
#: apps/transactions/forms.py:886
msgid "Category name"
msgstr ""
#: apps/transactions/forms.py:878
#: apps/transactions/forms.py:888
msgid "Muted categories won't be displayed on monthly summaries"
msgstr ""
#: apps/transactions/forms.py:1064
#: apps/transactions/forms.py:1074
msgid "End date should be after the start date"
msgstr ""
#: apps/transactions/models.py:211 apps/transactions/models.py:302
#: apps/transactions/models.py:922
msgid "Mute"
msgstr ""
#: apps/transactions/models.py:216
msgid ""
"Deactivated categories won't be able to be selected when creating new "

View File

@@ -1,7 +1,7 @@
<div class="tw:min-h-16">
<div
id="fab-wrapper"
class="tw:fixed tw:bottom-5 tw:right-5 tw:ml-auto tw:w-max tw:flex tw:flex-col tw:items-end mt-5">
class="tw:fixed tw:bottom-5 tw:right-5 tw:ml-auto tw:w-max tw:flex tw:flex-col tw:items-end mt-5 tw:z-20">
<div
id="menu"
class="tw:flex tw:flex-col tw:items-end tw:space-y-6 tw:transition-all tw:duration-300 tw:ease-in-out tw:opacity-0 tw:invisible tw:hidden tw:mb-2">

View File

@@ -1,2 +1,3 @@
@import "tailwindcss" prefix(tw) source("../../../app/templates/");
@custom-variant dark (&:where([data-bs-theme=dark], [data-bs-theme=dark] *));
@custom-variant hover (&:hover);