Compare commits

...

31 Commits

Author SHA1 Message Date
Herculino Trotta
5d7dd622f5 feat: add internal_port env var 2025-11-09 15:42:42 -03:00
eitchtee
f2abeff31a chore(locale): update translation files
[skip ci] Automatically generated by Django makemessages workflow
2025-09-14 04:57:39 +00:00
Herculino Trotta
666eaff167 Merge pull request #377
fix(rules:dry-run): rename offcanvas
2025-09-14 01:56:48 -03:00
Herculino Trotta
d72454f854 fix(rules:dry-run): rename offcanvas 2025-09-14 01:56:31 -03:00
Herculino Trotta
333aa81923 Merge pull request #376
fix(rules:dry-run): current_user getting overwritten and delete on synchronous call
2025-09-14 01:37:23 -03:00
eitchtee
41b8cfd1e7 chore(locale): update translation files
[skip ci] Automatically generated by Django makemessages workflow
2025-09-14 04:37:05 +00:00
Herculino Trotta
1fa7985b01 fix(rules:dry-run): current_user getting overwritten and delete on synchronous call 2025-09-14 01:37:03 -03:00
Herculino Trotta
38392a6322 Merge pull request #375
feat(transactions): Try to convert amount to the expected Decimal if it is a str, int or float
2025-09-14 01:36:19 -03:00
Herculino Trotta
637c62319b feat(transactions): Try to convert amount to the expected Decimal if it is a str, int or float 2025-09-14 01:23:49 -03:00
Herculino Trotta
f91fe67629 Merge pull request #374
feat(rules): expose if the transaction is recurring/installment
2025-09-14 01:18:28 -03:00
Herculino Trotta
9eb1818a20 feat(rules): expose if the transaction is recurring/installment 2025-09-14 01:18:08 -03:00
Herculino Trotta
50ac679e33 Merge pull request #373
fix(rules:dry-run): Edit/Update transaction not showing message when transaction can't be found
2025-09-14 00:41:28 -03:00
Herculino Trotta
2a463c63b8 fix(rules:dry-run): Edit/Update transaction not showing message when transaction can't be found 2025-09-14 00:41:04 -03:00
eitchtee
dce65f2faf chore(locale): update translation files
[skip ci] Automatically generated by Django makemessages workflow
2025-09-13 06:24:57 +00:00
Herculino Trotta
a053cb3947 Merge pull request #372
feat(ui:sidebar): smoother transition when clicking on menu items
2025-09-13 03:21:13 -03:00
Herculino Trotta
2d43072120 feat(ui:sidebar): smoother transition when clicking on menu items 2025-09-13 03:20:55 -03:00
Herculino Trotta
70bdee065e Merge pull request #371
feat(ui:sidebar): add a chevron to the management menu to indicate it opens another "page"
2025-09-13 03:20:01 -03:00
Herculino Trotta
95db27a32f feat(ui:sidebar): add a chevron to the management menu to indicate it opens another "page" 2025-09-13 03:19:36 -03:00
Herculino Trotta
d6d4e6a102 Merge pull request #370
feat(ui:sidebar): keep management menu open if the user is on a management page
2025-09-13 03:19:06 -03:00
Herculino Trotta
bc0f30fead feat(ui:sidebar): keep management menu open if the user is on a management page 2025-09-13 03:18:45 -03:00
Herculino Trotta
a9a86fc491 Merge pull request #368 from eitchtee/weblate
Translations update from Weblate
2025-09-12 09:15:44 -03:00
Phillip Maizza
c3b5f2bf39 locale(Italian): update translation
Currently translated at 100.0% (694 of 694 strings)

Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/it/
2025-09-11 22:17:42 +00:00
Herculino Trotta
19128e5aed Merge pull request #367 from eitchtee/weblate
Translations update from Weblate
2025-09-11 18:49:31 -03:00
Phillip Maizza
9b5c6d3413 locale(Italian): update translation
Currently translated at 100.0% (694 of 694 strings)

Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/it/
2025-09-11 21:17:42 +00:00
Phillip Maizza
73c873a2ad locale(Italian): update translation
Currently translated at 79.8% (554 of 694 strings)

Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/it/
2025-09-11 19:17:42 +00:00
Phillip Maizza
9d2be22a77 locale(Italian): update translation
Currently translated at 28.8% (200 of 694 strings)

Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/it/
2025-09-11 18:17:42 +00:00
Phillip Maizza
6a3d31f37d locale((Italian)): added translation using Weblate 2025-09-11 17:46:47 +00:00
Herculino Trotta
3be3a3c14b Merge pull request #366 from eitchtee/weblate
Translations update from Weblate
2025-09-09 23:02:50 -03:00
Dimitri Decrock
a5b0f4efb7 locale(Dutch): update translation
Currently translated at 100.0% (694 of 694 strings)

Translation: WYGIWYH/App
Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/nl/
2025-09-09 18:17:42 +00:00
Herculino Trotta
6da50db417 Merge pull request #365 from samuelthng/patch-1
fix(app): pwa title colour
2025-09-09 00:10:15 -03:00
Samuel
a6c1daf902 fix(app): PWA Title Colour 2025-09-09 08:12:16 +08:00
25 changed files with 4883 additions and 1322 deletions

3
.gitignore vendored
View File

@@ -160,3 +160,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/ .idea/
postgres_data/
.prod.env

View File

@@ -126,6 +126,7 @@ To create the first user, open the container's console using Unraid's UI, by cli
| variable | type | default | explanation | | variable | type | default | explanation |
|-------------------------------|-------------|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |-------------------------------|-------------|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| INTERNAL_PORT | int | 8000 | The port on which the app listens on. Defaults to 8000 if not set. |
| DJANGO_ALLOWED_HOSTS | string | localhost 127.0.0.1 | A list of space separated domains and IPs representing the host/domain names that WYGIWYH site can serve. [Click here](https://docs.djangoproject.com/en/5.1/ref/settings/#allowed-hosts) for more details | | DJANGO_ALLOWED_HOSTS | string | localhost 127.0.0.1 | A list of space separated domains and IPs representing the host/domain names that WYGIWYH site can serve. [Click here](https://docs.djangoproject.com/en/5.1/ref/settings/#allowed-hosts) for more details |
| HTTPS_ENABLED | true\|false | false | Whether to use secure cookies. If this is set to true, the cookie will be marked as “secure”, which means browsers may ensure that the cookie is only sent under an HTTPS connection | | HTTPS_ENABLED | true\|false | false | Whether to use secure cookies. If this is set to true, the cookie will be marked as “secure”, which means browsers may ensure that the cookie is only sent under an HTTPS connection |
| URL | string | http://localhost http://127.0.0.1 | A list of space separated domains and IPs (with the protocol) representing the trusted origins for unsafe requests (e.g. POST). [Click here](https://docs.djangoproject.com/en/5.1/ref/settings/#csrf-trusted-origins ) for more details | | URL | string | http://localhost http://127.0.0.1 | A list of space separated domains and IPs (with the protocol) representing the trusted origins for unsafe requests (e.g. POST). [Click here](https://docs.djangoproject.com/en/5.1/ref/settings/#csrf-trusted-origins ) for more details |

View File

@@ -95,9 +95,9 @@ class DryRunResults:
return return
if isinstance(end_instance, Transaction): if isinstance(end_instance, Transaction):
start_instance = end_instance.deepcopy() end_instance = end_instance.deepcopy()
elif isinstance(end_instance, dict): elif isinstance(end_instance, dict):
start_instance = deepcopy(end_instance) end_instance = deepcopy(end_instance)
result = { result = {
"type": "update_or_create_transaction", "type": "update_or_create_transaction",
@@ -213,6 +213,16 @@ def check_for_transaction_rules(
f"{prefix}internal_id": transaction.internal_id, f"{prefix}internal_id": transaction.internal_id,
f"{prefix}is_deleted": transaction.deleted, f"{prefix}is_deleted": transaction.deleted,
f"{prefix}is_muted": transaction.mute, f"{prefix}is_muted": transaction.mute,
f"{prefix}is_recurring": transaction.recurring_transaction is not None,
f"{prefix}is_installment": transaction.installment_plan is not None,
f"{prefix}installment_number": (
transaction.installment_id if transaction.installment_plan else None
),
f"{prefix}installment_total": (
transaction.installment_plan.number_of_installments
if transaction.installment_plan
else None
),
} }
else: else:
return { return {
@@ -256,6 +266,12 @@ def check_for_transaction_rules(
f"{prefix}internal_id": transaction.get("internal_id", ""), f"{prefix}internal_id": transaction.get("internal_id", ""),
f"{prefix}is_deleted": transaction.get("deleted", True), f"{prefix}is_deleted": transaction.get("deleted", True),
f"{prefix}is_muted": transaction.get("mute", False), f"{prefix}is_muted": transaction.get("mute", False),
f"{prefix}is_recurring": transaction.get(
"recurring_transaction", False
),
f"{prefix}is_installment": transaction.get("installment", False),
f"{prefix}installment_number": transaction.get("installment_id"),
f"{prefix}installment_total": transaction.get("installment_total"),
} }
def _process_update_or_create_transaction_action(processed_action): def _process_update_or_create_transaction_action(processed_action):
@@ -520,7 +536,8 @@ def check_for_transaction_rules(
return transaction return transaction
user = get_user_model().objects.get(id=user_id) user = get_user_model().objects.get(id=user_id)
write_current_user(user) if not dry_run:
write_current_user(user)
logs = [] if dry_run else None logs = [] if dry_run else None
dry_run_results = DryRunResults(dry_run=dry_run) dry_run_results = DryRunResults(dry_run=dry_run)
@@ -745,11 +762,12 @@ def check_for_transaction_rules(
"** Error while executing 'check_for_transaction_rules' task", "** Error while executing 'check_for_transaction_rules' task",
level="error", level="error",
) )
delete_current_user()
if not dry_run: if not dry_run:
delete_current_user()
raise e raise e
delete_current_user() if not dry_run:
delete_current_user()
return logs, dry_run_results.results return logs, dry_run_results.results

View File

@@ -90,4 +90,12 @@ def serialize_transaction(sender: Transaction, deleted: bool):
"internal_note": sender.internal_note, "internal_note": sender.internal_note,
"internal_id": sender.internal_id, "internal_id": sender.internal_id,
"mute": sender.mute, "mute": sender.mute,
"installment_id": sender.installment_id if sender.installment_plan else None,
"installment_total": (
sender.installment_plan.number_of_installments
if sender.installment_plan is not None
else None
),
"installment": sender.installment_plan is not None,
"recurring_transaction": sender.recurring_transaction is not None,
} }

View File

@@ -1,3 +1,4 @@
import decimal
import logging import logging
from copy import deepcopy from copy import deepcopy
@@ -381,6 +382,9 @@ class Transaction(OwnedObject):
default_manager_name = "objects" default_manager_name = "objects"
def clean_fields(self, *args, **kwargs): def clean_fields(self, *args, **kwargs):
if isinstance(self.amount, (str, int, float)):
self.amount = decimal.Decimal(str(self.amount))
self.amount = truncate_decimal( self.amount = truncate_decimal(
value=self.amount, decimal_places=self.account.currency.decimal_places value=self.amount, decimal_places=self.account.currency.decimal_places
) )

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-07-22 06:17+0000\n" "PO-Revision-Date: 2025-07-22 06:17+0000\n"
"Last-Translator: seraphblade2010 <marc.butenhoff@web.de>\n" "Last-Translator: seraphblade2010 <marc.butenhoff@web.de>\n"
"Language-Team: German <https://translations.herculino.com/projects/wygiwyh/" "Language-Team: German <https://translations.herculino.com/projects/wygiwyh/"
@@ -33,6 +33,7 @@ msgstr "Gruppe Name"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Aktualisierung" msgstr "Aktualisierung"
@@ -81,9 +82,9 @@ msgstr "Neuer Saldo"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Kategorie"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Tags"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Kontengruppe"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Kontengruppen" msgstr "Kontengruppen"
@@ -180,9 +181,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -195,8 +196,8 @@ msgstr "Konto"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -507,7 +508,7 @@ msgstr "Suffix"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -530,8 +531,8 @@ msgstr "Dezimalstellen"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -566,7 +567,7 @@ msgstr "Automatisch"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Umrechnungskurse" msgstr "Umrechnungskurse"
@@ -594,8 +595,8 @@ msgstr "Dienstname"
msgid "Service Type" msgid "Service Type"
msgstr "Diensttyp" msgstr "Diensttyp"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -784,8 +785,8 @@ msgstr "Startwährung"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "Notizen" msgstr "Notizen"
@@ -842,15 +843,15 @@ msgid "Entry deleted successfully"
msgstr "Eintrag erfolgreich gelöscht" msgstr "Eintrag erfolgreich gelöscht"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "Nutzer" msgstr "Nutzer"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -860,7 +861,7 @@ msgstr "Transaktionen"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "Kategorien" msgstr "Kategorien"
@@ -869,27 +870,27 @@ msgstr "Kategorien"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "Entitäten" msgstr "Entitäten"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "Wiederkehrende Transaktionen" msgstr "Wiederkehrende Transaktionen"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -898,12 +899,12 @@ msgstr "Ratenzahlungs-Pläne"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Automatische Umrechnungskurse" msgstr "Automatische Umrechnungskurse"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "Regeln" msgstr "Regeln"
@@ -975,7 +976,7 @@ msgstr "Datei auswählen"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "Import" msgstr "Import"
@@ -1138,15 +1139,15 @@ msgstr "Bediener"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "Typ" msgstr "Typ"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1156,15 +1157,15 @@ msgstr "Bezahlt"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "Referenzdatum" msgstr "Referenzdatum"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1174,27 +1175,27 @@ msgstr "Betrag"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "Interne Notiz" msgstr "Interne Notiz"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "Interne ID" msgstr "Interne ID"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "Deaktivieren" msgstr "Deaktivieren"
@@ -1207,7 +1208,7 @@ msgid "Set Values"
msgstr "Wert setzen" msgstr "Wert setzen"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "Transaktion" msgstr "Transaktion"
@@ -1220,6 +1221,9 @@ msgstr ""
"verknüpft werden soll" "verknüpft werden soll"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1478,7 +1482,7 @@ msgstr "Transaktionen filtern"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "Enddatum sollte hinter dem Startdatum liegen" msgstr "Enddatum sollte hinter dem Startdatum liegen"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1486,26 +1490,26 @@ msgstr ""
"Ausgeblendete Kategorien können bei der Erstellung neuer Transaktionen nicht " "Ausgeblendete Kategorien können bei der Erstellung neuer Transaktionen nicht "
"ausgewählt werden" "ausgewählt werden"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Transaktionskategorie" msgstr "Transaktionskategorie"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Transaktionskategorien" msgstr "Transaktionskategorien"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"Deaktivierte Tags können bei der Erstellung neuer Transaktionen nicht " "Deaktivierte Tags können bei der Erstellung neuer Transaktionen nicht "
"ausgewählt werden" "ausgewählt werden"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Tranksaktionstags" msgstr "Tranksaktionstags"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1513,11 +1517,11 @@ msgstr ""
"Deaktivierte Entitäten können bei der Erstellung neuer Transaktionen nicht " "Deaktivierte Entitäten können bei der Erstellung neuer Transaktionen nicht "
"ausgewählt werden" "ausgewählt werden"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "Entität" msgstr "Entität"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1529,7 +1533,7 @@ msgstr "Entität"
msgid "Income" msgid "Income"
msgstr "Einnahme" msgstr "Einnahme"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1540,130 +1544,130 @@ msgstr "Einnahme"
msgid "Expense" msgid "Expense"
msgstr "Ausgabe" msgstr "Ausgabe"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Ratenzahlungs-Plan" msgstr "Ratenzahlungs-Plan"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Wiederkehrende Transaktion" msgstr "Wiederkehrende Transaktion"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "Gelöscht" msgstr "Gelöscht"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "Gelöscht am" msgstr "Gelöscht am"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "Keine Tags" msgstr "Keine Tags"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "Keine Kategorie" msgstr "Keine Kategorie"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "Keine Beschreibung" msgstr "Keine Beschreibung"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "Jährlich" msgstr "Jährlich"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "Monatlich" msgstr "Monatlich"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "Wöchentlich" msgstr "Wöchentlich"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "Täglich" msgstr "Täglich"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Anzahl von Ratenzahlungen" msgstr "Anzahl von Ratenzahlungen"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "Start der Ratenzahlung" msgstr "Start der Ratenzahlung"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "" msgstr ""
"Die Zahl mit der bei der Zählung der Ratenzahlungen begonnen werden soll" "Die Zahl mit der bei der Zählung der Ratenzahlungen begonnen werden soll"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "Startdatum" msgstr "Startdatum"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "Enddatum" msgstr "Enddatum"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "Regelmäßigkeit" msgstr "Regelmäßigkeit"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Ratenzahlungs-Wert" msgstr "Ratenzahlungs-Wert"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Beschreibung zu Transaktionen hinzufügen" msgstr "Beschreibung zu Transaktionen hinzufügen"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Notizen zu Transaktionen hinzufügen" msgstr "Notizen zu Transaktionen hinzufügen"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "Tag(e)" msgstr "Tag(e)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "Woche(n)" msgstr "Woche(n)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "Monat(e)" msgstr "Monat(e)"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "Jahr(e)" msgstr "Jahr(e)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "Pausiert" msgstr "Pausiert"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Regelmäßigkeit" msgstr "Regelmäßigkeit"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Wiederholungsintervall" msgstr "Wiederholungsintervall"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Letztes generiertes Datum" msgstr "Letztes generiertes Datum"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Letztes generiertes Referenzdatum" msgstr "Letztes generiertes Referenzdatum"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1672,8 +1676,8 @@ msgstr "Letztes generiertes Referenzdatum"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Schnelle Transaktion" msgstr "Schnelle Transaktion"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1993,7 +1997,7 @@ msgid "All Transactions"
msgstr "Alle Transaktionen" msgstr "Alle Transaktionen"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "Kalender" msgstr "Kalender"
@@ -2105,6 +2109,7 @@ msgstr "Bearbeiten"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2324,7 +2329,7 @@ msgid "Pick a month"
msgstr "Monat auswählen" msgstr "Monat auswählen"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "Schließen" msgstr "Schließen"
@@ -2660,7 +2665,7 @@ msgid "Edit exchange rate"
msgstr "Umrechnungskurs bearbeiten" msgstr "Umrechnungskurs bearbeiten"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2717,7 +2722,7 @@ msgid "No services configured"
msgstr "Keine Dienste konfiguriert" msgstr "Keine Dienste konfiguriert"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Exportieren und Wiederherstellen" msgstr "Exportieren und Wiederherstellen"
@@ -2816,7 +2821,7 @@ msgstr "Navigation umschalten"
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "Nettovermögen" msgstr "Nettovermögen"
@@ -2826,62 +2831,62 @@ msgstr "Nettovermögen"
msgid "Current" msgid "Current"
msgstr "Aktuell" msgstr "Aktuell"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "Einblicke" msgstr "Einblicke"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "Papierkorb" msgstr "Papierkorb"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "Tools" msgstr "Tools"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "\"Dollar Cost Average\"-Tracker" msgstr "\"Dollar Cost Average\"-Tracker"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Einzelpreis-Rechner" msgstr "Einzelpreis-Rechner"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Währungs-Umrechner" msgstr "Währungs-Umrechner"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "Verwaltung" msgstr "Verwaltung"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "Automatisierung" msgstr "Automatisierung"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "Admin" msgstr "Admin"
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "Nur benutzen, wenn du weißt was du tust" msgstr "Nur benutzen, wenn du weißt was du tust"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "Django Admin" msgstr "Django Admin"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "Rechner" msgstr "Rechner"
@@ -3346,11 +3351,9 @@ msgid "Add transaction rule"
msgstr "Transaktions-Regel hinzufügen" msgstr "Transaktions-Regel hinzufügen"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr ""
msgid "Edit transaction rule"
msgstr "Transaktions-Regeln bearbeiten"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
@@ -3395,6 +3398,10 @@ msgstr "auf"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "Keine Transaktionen an diesem Datum" msgstr "Keine Transaktionen an diesem Datum"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Transaktions-Regeln bearbeiten"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3425,10 +3432,6 @@ msgstr "Zum Anzeigen bearbeiten"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "Diese Regel hat keine Aktionen" msgstr "Diese Regel hat keine Aktionen"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "Neue hinzufügen" msgstr "Neue hinzufügen"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32,6 +32,7 @@ msgstr ""
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "" msgstr ""
@@ -80,9 +81,9 @@ msgstr ""
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -95,10 +96,10 @@ msgstr ""
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -106,8 +107,8 @@ msgstr ""
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -130,7 +131,7 @@ msgstr ""
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "" msgstr ""
@@ -176,9 +177,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -191,8 +192,8 @@ msgstr ""
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -495,7 +496,7 @@ msgstr ""
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -518,8 +519,8 @@ msgstr ""
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -554,7 +555,7 @@ msgstr ""
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "" msgstr ""
@@ -582,8 +583,8 @@ msgstr ""
msgid "Service Type" msgid "Service Type"
msgstr "" msgstr ""
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -760,8 +761,8 @@ msgstr ""
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "" msgstr ""
@@ -818,15 +819,15 @@ msgid "Entry deleted successfully"
msgstr "" msgstr ""
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -836,7 +837,7 @@ msgstr ""
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@@ -845,27 +846,27 @@ msgstr ""
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "" msgstr ""
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "" msgstr ""
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -874,12 +875,12 @@ msgstr ""
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "" msgstr ""
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@@ -949,7 +950,7 @@ msgstr ""
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "" msgstr ""
@@ -1110,15 +1111,15 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1128,15 +1129,15 @@ msgstr ""
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "" msgstr ""
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1146,27 +1147,27 @@ msgstr ""
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "" msgstr ""
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "" msgstr ""
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "" msgstr ""
@@ -1179,7 +1180,7 @@ msgid "Set Values"
msgstr "" msgstr ""
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "" msgstr ""
@@ -1188,6 +1189,9 @@ msgid "Type to search for a transaction"
msgstr "" msgstr ""
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1423,40 +1427,40 @@ msgstr ""
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "" msgstr ""
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "" msgstr ""
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "" msgstr ""
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "" msgstr ""
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1468,7 +1472,7 @@ msgstr ""
msgid "Income" msgid "Income"
msgstr "" msgstr ""
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1479,129 +1483,129 @@ msgstr ""
msgid "Expense" msgid "Expense"
msgstr "" msgstr ""
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "" msgstr ""
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "" msgstr ""
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "" msgstr ""
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "" msgstr ""
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "" msgstr ""
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "" msgstr ""
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "" msgstr ""
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "" msgstr ""
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "" msgstr ""
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "" msgstr ""
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "" msgstr ""
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "" msgstr ""
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "" msgstr ""
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "" msgstr ""
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "" msgstr ""
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "" msgstr ""
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1610,8 +1614,8 @@ msgstr ""
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1926,7 +1930,7 @@ msgid "All Transactions"
msgstr "" msgstr ""
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "" msgstr ""
@@ -2038,6 +2042,7 @@ msgstr ""
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2257,7 +2262,7 @@ msgid "Pick a month"
msgstr "" msgstr ""
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@@ -2590,7 +2595,7 @@ msgid "Edit exchange rate"
msgstr "" msgstr ""
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2647,7 +2652,7 @@ msgid "No services configured"
msgstr "" msgstr ""
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "" msgstr ""
@@ -2744,7 +2749,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "" msgstr ""
@@ -2754,62 +2759,62 @@ msgstr ""
msgid "Current" msgid "Current"
msgstr "" msgstr ""
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "" msgstr ""
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "" msgstr ""
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "" msgstr ""
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "" msgstr ""
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "" msgstr ""
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "" msgstr ""
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "" msgstr ""
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "" msgstr ""
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "" msgstr ""
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "" msgstr ""
@@ -3248,10 +3253,8 @@ msgid "Add transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
@@ -3293,6 +3296,10 @@ msgstr ""
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr ""
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3323,10 +3330,6 @@ msgstr ""
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-07-21 18:17+0000\n" "PO-Revision-Date: 2025-07-21 18:17+0000\n"
"Last-Translator: afermar <adrian.fm@protonmail.com>\n" "Last-Translator: afermar <adrian.fm@protonmail.com>\n"
"Language-Team: Spanish <https://translations.herculino.com/projects/wygiwyh/" "Language-Team: Spanish <https://translations.herculino.com/projects/wygiwyh/"
@@ -33,6 +33,7 @@ msgstr "Nombre del Grupo"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Actualizar" msgstr "Actualizar"
@@ -81,9 +82,9 @@ msgstr "Nuevo balance"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Categoría"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Etiquetas"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Grupo de Cuenta"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Grupos de Cuentas" msgstr "Grupos de Cuentas"
@@ -178,9 +179,9 @@ msgstr "Las cuentas archivadas no aparecen ni cuentan para su patrimonio neto"
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -193,8 +194,8 @@ msgstr "Cuenta"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -516,7 +517,7 @@ msgstr "Sufijo"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -539,8 +540,8 @@ msgstr "Cantidad de decimales"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -576,7 +577,7 @@ msgstr "Auto"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Tipos de cambio" msgstr "Tipos de cambio"
@@ -604,8 +605,8 @@ msgstr "Nombre del Servicio"
msgid "Service Type" msgid "Service Type"
msgstr "Tipo de Servicio" msgstr "Tipo de Servicio"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -827,8 +828,8 @@ msgstr "Payment Currency"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
#, fuzzy #, fuzzy
msgid "Notes" msgid "Notes"
msgstr "Notes" msgstr "Notes"
@@ -899,16 +900,16 @@ msgid "Entry deleted successfully"
msgstr "Entry deleted successfully" msgstr "Entry deleted successfully"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
#, fuzzy #, fuzzy
msgid "Users" msgid "Users"
msgstr "Users" msgstr "Users"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -919,7 +920,7 @@ msgstr "Transactions"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
#, fuzzy #, fuzzy
msgid "Categories" msgid "Categories"
msgstr "Categories" msgstr "Categories"
@@ -929,20 +930,20 @@ msgstr "Categories"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
#, fuzzy #, fuzzy
msgid "Entities" msgid "Entities"
msgstr "Entities" msgstr "Entities"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
#, fuzzy #, fuzzy
@@ -950,8 +951,8 @@ msgid "Recurring Transactions"
msgstr "Recurring Transactions" msgstr "Recurring Transactions"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
#, fuzzy #, fuzzy
@@ -961,13 +962,13 @@ msgstr "Installment Plans"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
#, fuzzy #, fuzzy
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Automatic Exchange Rates" msgstr "Automatic Exchange Rates"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
#, fuzzy #, fuzzy
msgid "Rules" msgid "Rules"
@@ -1053,7 +1054,7 @@ msgstr "Select a file"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
#, fuzzy #, fuzzy
msgid "Import" msgid "Import"
msgstr "Import" msgstr "Import"
@@ -1245,16 +1246,16 @@ msgstr "Operator"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
#, fuzzy #, fuzzy
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1265,16 +1266,16 @@ msgstr "Paid"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
#, fuzzy #, fuzzy
msgid "Reference Date" msgid "Reference Date"
msgstr "Reference Date" msgstr "Reference Date"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1285,30 +1286,30 @@ msgstr "Amount"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
#, fuzzy #, fuzzy
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
#, fuzzy #, fuzzy
msgid "Internal Note" msgid "Internal Note"
msgstr "Internal Note" msgstr "Internal Note"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
#, fuzzy #, fuzzy
msgid "Internal ID" msgid "Internal ID"
msgstr "Internal ID" msgstr "Internal ID"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
#, fuzzy #, fuzzy
msgid "Mute" msgid "Mute"
msgstr "Mute" msgstr "Mute"
@@ -1324,7 +1325,7 @@ msgid "Set Values"
msgstr "Set Values" msgstr "Set Values"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
#, fuzzy #, fuzzy
msgid "Transaction" msgid "Transaction"
msgstr "Transaction" msgstr "Transaction"
@@ -1335,6 +1336,9 @@ msgid "Type to search for a transaction"
msgstr "Type to search for a transaction to link to this entry" msgstr "Type to search for a transaction to link to this entry"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1624,7 +1628,7 @@ msgstr "Filtrar transacciones"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "End date should be after the start date" msgstr "End date should be after the start date"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
@@ -1633,29 +1637,29 @@ msgstr ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
#, fuzzy #, fuzzy
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Transaction Category" msgstr "Transaction Category"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
#, fuzzy #, fuzzy
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Transaction Categories" msgstr "Transaction Categories"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
#, fuzzy #, fuzzy
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Transaction Tags" msgstr "Transaction Tags"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
@@ -1664,12 +1668,12 @@ msgstr ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
#, fuzzy #, fuzzy
msgid "Entity" msgid "Entity"
msgstr "Entity" msgstr "Entity"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1682,7 +1686,7 @@ msgstr "Entity"
msgid "Income" msgid "Income"
msgstr "Income" msgstr "Income"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1694,158 +1698,158 @@ msgstr "Income"
msgid "Expense" msgid "Expense"
msgstr "Expense" msgstr "Expense"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
#, fuzzy #, fuzzy
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Installment Plan" msgstr "Installment Plan"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
#, fuzzy #, fuzzy
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Recurring Transaction" msgstr "Recurring Transaction"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
#, fuzzy #, fuzzy
msgid "Deleted" msgid "Deleted"
msgstr "Deleted" msgstr "Deleted"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
#, fuzzy #, fuzzy
msgid "Deleted At" msgid "Deleted At"
msgstr "Deleted At" msgstr "Deleted At"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
#, fuzzy #, fuzzy
msgid "No tags" msgid "No tags"
msgstr "No tags" msgstr "No tags"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
#, fuzzy #, fuzzy
msgid "No category" msgid "No category"
msgstr "No category" msgstr "No category"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
#, fuzzy #, fuzzy
msgid "No description" msgid "No description"
msgstr "No description" msgstr "No description"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
#, fuzzy #, fuzzy
msgid "Yearly" msgid "Yearly"
msgstr "Yearly" msgstr "Yearly"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
#, fuzzy #, fuzzy
msgid "Monthly" msgid "Monthly"
msgstr "Monthly" msgstr "Monthly"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
#, fuzzy #, fuzzy
msgid "Weekly" msgid "Weekly"
msgstr "Weekly" msgstr "Weekly"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
#, fuzzy #, fuzzy
msgid "Daily" msgid "Daily"
msgstr "Daily" msgstr "Daily"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
#, fuzzy #, fuzzy
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Number of Installments" msgstr "Number of Installments"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
#, fuzzy #, fuzzy
msgid "Installment Start" msgid "Installment Start"
msgstr "Installment Start" msgstr "Installment Start"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
#, fuzzy #, fuzzy
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "The installment number to start counting from" msgstr "The installment number to start counting from"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
#, fuzzy #, fuzzy
msgid "Start Date" msgid "Start Date"
msgstr "Start Date" msgstr "Start Date"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
#, fuzzy #, fuzzy
msgid "End Date" msgid "End Date"
msgstr "End Date" msgstr "End Date"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
#, fuzzy #, fuzzy
msgid "Recurrence" msgid "Recurrence"
msgstr "Recurrence" msgstr "Recurrence"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
#, fuzzy #, fuzzy
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Installment Amount" msgstr "Installment Amount"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
#, fuzzy #, fuzzy
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Add description to transactions" msgstr "Add description to transactions"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
#, fuzzy #, fuzzy
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Add notes to transactions" msgstr "Add notes to transactions"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
#, fuzzy #, fuzzy
msgid "day(s)" msgid "day(s)"
msgstr "day(s)" msgstr "day(s)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
#, fuzzy #, fuzzy
msgid "week(s)" msgid "week(s)"
msgstr "week(s)" msgstr "week(s)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
#, fuzzy #, fuzzy
msgid "month(s)" msgid "month(s)"
msgstr "month(s)" msgstr "month(s)"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
#, fuzzy #, fuzzy
msgid "year(s)" msgid "year(s)"
msgstr "year(s)" msgstr "year(s)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
#, fuzzy #, fuzzy
msgid "Paused" msgid "Paused"
msgstr "Paused" msgstr "Paused"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
#, fuzzy #, fuzzy
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Recurrence Type" msgstr "Recurrence Type"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
#, fuzzy #, fuzzy
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Recurrence Interval" msgstr "Recurrence Interval"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
#, fuzzy #, fuzzy
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Last Generated Date" msgstr "Last Generated Date"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
#, fuzzy #, fuzzy
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Last Generated Reference Date" msgstr "Last Generated Reference Date"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1855,8 +1859,8 @@ msgstr "Last Generated Reference Date"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Edit Transaction" msgstr "Edit Transaction"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
#, fuzzy #, fuzzy
@@ -2227,7 +2231,7 @@ msgid "All Transactions"
msgstr "All Transactions" msgstr "All Transactions"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
#, fuzzy #, fuzzy
msgid "Calendar" msgid "Calendar"
msgstr "Calendar" msgstr "Calendar"
@@ -2352,6 +2356,7 @@ msgstr "Edit"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2602,7 +2607,7 @@ msgid "Pick a month"
msgstr "Pick a month" msgstr "Pick a month"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
#, fuzzy #, fuzzy
msgid "Close" msgid "Close"
msgstr "Close" msgstr "Close"
@@ -3001,7 +3006,7 @@ msgid "Edit exchange rate"
msgstr "Edit exchange rate" msgstr "Edit exchange rate"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -3070,7 +3075,7 @@ msgid "No services configured"
msgstr "No services configured" msgstr "No services configured"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
#, fuzzy #, fuzzy
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Export and Restore" msgstr "Export and Restore"
@@ -3191,7 +3196,7 @@ msgstr "Toggle navigation"
msgid "Overview" msgid "Overview"
msgstr "Overview" msgstr "Overview"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
#, fuzzy #, fuzzy
msgid "Net Worth" msgid "Net Worth"
msgstr "Net Worth" msgstr "Net Worth"
@@ -3203,72 +3208,72 @@ msgstr "Net Worth"
msgid "Current" msgid "Current"
msgstr "Current" msgstr "Current"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
#, fuzzy #, fuzzy
msgid "Insights" msgid "Insights"
msgstr "Insights" msgstr "Insights"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
#, fuzzy #, fuzzy
msgid "Trash Can" msgid "Trash Can"
msgstr "Trash Can" msgstr "Trash Can"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
#, fuzzy #, fuzzy
msgid "Tools" msgid "Tools"
msgstr "Tools" msgstr "Tools"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
#, fuzzy #, fuzzy
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "Dollar Cost Average Tracker" msgstr "Dollar Cost Average Tracker"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
#, fuzzy #, fuzzy
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Unit Price Calculator" msgstr "Unit Price Calculator"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
#, fuzzy #, fuzzy
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Currency Converter" msgstr "Currency Converter"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
#, fuzzy #, fuzzy
msgid "Management" msgid "Management"
msgstr "Management" msgstr "Management"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
#, fuzzy #, fuzzy
msgid "Automation" msgid "Automation"
msgstr "Automation" msgstr "Automation"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
#, fuzzy #, fuzzy
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "Only use this if you know what you're doing" msgstr "Only use this if you know what you're doing"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
#, fuzzy #, fuzzy
msgid "Django Admin" msgid "Django Admin"
msgstr "Django Admin" msgstr "Django Admin"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
#, fuzzy #, fuzzy
msgid "Calculator" msgid "Calculator"
msgstr "Calculator" msgstr "Calculator"
@@ -3771,11 +3776,9 @@ msgid "Add transaction rule"
msgstr "Agregar regla de transacción" msgstr "Agregar regla de transacción"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr ""
msgid "Edit transaction rule"
msgstr "Editar regla de transacción"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
@@ -3822,6 +3825,10 @@ msgstr "to"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "No transactions on this date" msgstr "No transactions on this date"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Editar regla de transacción"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3856,10 +3863,6 @@ msgstr "Edit to view"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "This rule has no actions" msgstr "This rule has no actions"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
#, fuzzy #, fuzzy
msgid "Add new" msgid "Add new"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-09-08 06:17+0000\n" "PO-Revision-Date: 2025-09-08 06:17+0000\n"
"Last-Translator: sorcierwax <freakywax@gmail.com>\n" "Last-Translator: sorcierwax <freakywax@gmail.com>\n"
"Language-Team: French <https://translations.herculino.com/projects/wygiwyh/" "Language-Team: French <https://translations.herculino.com/projects/wygiwyh/"
@@ -33,6 +33,7 @@ msgstr "Nom de groupe"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Mise à jour" msgstr "Mise à jour"
@@ -81,9 +82,9 @@ msgstr "Nouveau solde"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Catégorie"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Etiquettes"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Groupe de comptes"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Groupes de comptes" msgstr "Groupes de comptes"
@@ -180,9 +181,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -195,8 +196,8 @@ msgstr "Compte"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -506,7 +507,7 @@ msgstr "Suffixe"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -529,8 +530,8 @@ msgstr "Décimales"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -565,7 +566,7 @@ msgstr "Auto"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Taux de changes" msgstr "Taux de changes"
@@ -593,8 +594,8 @@ msgstr "Nom du Service"
msgid "Service Type" msgid "Service Type"
msgstr "Type de Service" msgstr "Type de Service"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -782,8 +783,8 @@ msgstr "Devise de paiement"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "Notes" msgstr "Notes"
@@ -840,15 +841,15 @@ msgid "Entry deleted successfully"
msgstr "Entrée supprimée avec succès" msgstr "Entrée supprimée avec succès"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "Utilisateurs" msgstr "Utilisateurs"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -858,7 +859,7 @@ msgstr "Transactions"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "Catégories" msgstr "Catégories"
@@ -867,27 +868,27 @@ msgstr "Catégories"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "Entités" msgstr "Entités"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "Transactions récurrentes" msgstr "Transactions récurrentes"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -896,12 +897,12 @@ msgstr "Paiements en plusieurs fois"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Taux de change automatique" msgstr "Taux de change automatique"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "Règles" msgstr "Règles"
@@ -973,7 +974,7 @@ msgstr "Sélectionnez un fichier"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "Importer" msgstr "Importer"
@@ -1134,15 +1135,15 @@ msgstr "Opérateur"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1152,15 +1153,15 @@ msgstr "Payé"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "Date de référence" msgstr "Date de référence"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1170,27 +1171,27 @@ msgstr "Montant"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "Note interne" msgstr "Note interne"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "ID interne" msgstr "ID interne"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "Silencieux" msgstr "Silencieux"
@@ -1203,7 +1204,7 @@ msgid "Set Values"
msgstr "Configurer les valeurs" msgstr "Configurer les valeurs"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "Transaction" msgstr "Transaction"
@@ -1212,6 +1213,9 @@ msgid "Type to search for a transaction"
msgstr "Saisissez pour rechercher une transaction" msgstr "Saisissez pour rechercher une transaction"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "Test" msgstr "Test"
@@ -1453,7 +1457,7 @@ msgstr "Transactions à venir"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "La date de fin doit être ultérieure à la date de début" msgstr "La date de fin doit être ultérieure à la date de début"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1461,26 +1465,26 @@ msgstr ""
"Les catégories désactivées ne seront pas sélectionnable lors de la création " "Les catégories désactivées ne seront pas sélectionnable lors de la création "
"de nouvelle transactions" "de nouvelle transactions"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Catégorie de transaction" msgstr "Catégorie de transaction"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Catégories de transaction" msgstr "Catégories de transaction"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"Les étiquettes désactivées ne pourront pas être sélectionnées lors de la " "Les étiquettes désactivées ne pourront pas être sélectionnées lors de la "
"création de nouvelles transactions" "création de nouvelles transactions"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Etiquettes de transaction" msgstr "Etiquettes de transaction"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1488,11 +1492,11 @@ msgstr ""
"Les entités désactivées ne pourront pas être sélectionnées lors de la " "Les entités désactivées ne pourront pas être sélectionnées lors de la "
"créations de nouvelles transactions" "créations de nouvelles transactions"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "Entité" msgstr "Entité"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1504,7 +1508,7 @@ msgstr "Entité"
msgid "Income" msgid "Income"
msgstr "Revenus" msgstr "Revenus"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1515,129 +1519,129 @@ msgstr "Revenus"
msgid "Expense" msgid "Expense"
msgstr "Dépense" msgstr "Dépense"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Plan d'aménagement" msgstr "Plan d'aménagement"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Transaction récurrente" msgstr "Transaction récurrente"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "Supprimé" msgstr "Supprimé"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "Supprimé à" msgstr "Supprimé à"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "Aucunes étiquettes" msgstr "Aucunes étiquettes"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "Pas de catégorie" msgstr "Pas de catégorie"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "Pas de description" msgstr "Pas de description"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "Annuel" msgstr "Annuel"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "Mensuel" msgstr "Mensuel"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "Hebdomadaire" msgstr "Hebdomadaire"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "Quotidien" msgstr "Quotidien"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Nombre d'écheances" msgstr "Nombre d'écheances"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "Commencer à l'échéance" msgstr "Commencer à l'échéance"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "L'échéance à partir de laquelle compter" msgstr "L'échéance à partir de laquelle compter"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "Date de début" msgstr "Date de début"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "Date de fin" msgstr "Date de fin"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "Récurrence" msgstr "Récurrence"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Montant des échéances" msgstr "Montant des échéances"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Rajouter une description à la transaction" msgstr "Rajouter une description à la transaction"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Ajouter des notes aux transactions" msgstr "Ajouter des notes aux transactions"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "jour(s)" msgstr "jour(s)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "semaine(s)" msgstr "semaine(s)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "mois" msgstr "mois"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "année(s)" msgstr "année(s)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "Interrompu" msgstr "Interrompu"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Type de récurrence" msgstr "Type de récurrence"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Interval de récurrence" msgstr "Interval de récurrence"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "Répéter un maximum de" msgstr "Répéter un maximum de"
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Dernière date générée" msgstr "Dernière date générée"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Dernière date de référence générée" msgstr "Dernière date de référence générée"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1646,8 +1650,8 @@ msgstr "Dernière date de référence générée"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Transaction rapide" msgstr "Transaction rapide"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1975,7 +1979,7 @@ msgid "All Transactions"
msgstr "Toutes les transactions" msgstr "Toutes les transactions"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "Calendrier" msgstr "Calendrier"
@@ -2087,6 +2091,7 @@ msgstr "Editer"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2306,7 +2311,7 @@ msgid "Pick a month"
msgstr "Sélectionner un mois" msgstr "Sélectionner un mois"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "Fermer" msgstr "Fermer"
@@ -2640,7 +2645,7 @@ msgid "Edit exchange rate"
msgstr "Modifier le taux de change" msgstr "Modifier le taux de change"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2697,7 +2702,7 @@ msgid "No services configured"
msgstr "Pas de services configurés" msgstr "Pas de services configurés"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Export et Restauration" msgstr "Export et Restauration"
@@ -2796,7 +2801,7 @@ msgstr "Activer la navigation"
msgid "Overview" msgid "Overview"
msgstr "Aperçu" msgstr "Aperçu"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "Valeur nette" msgstr "Valeur nette"
@@ -2806,62 +2811,62 @@ msgstr "Valeur nette"
msgid "Current" msgid "Current"
msgstr "A date" msgstr "A date"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "Aperçus" msgstr "Aperçus"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "Corbeille" msgstr "Corbeille"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "Outils" msgstr "Outils"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "Suivi Dollar Cost Average" msgstr "Suivi Dollar Cost Average"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Calculateur de prix unitaire" msgstr "Calculateur de prix unitaire"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Convertisseur de devises" msgstr "Convertisseur de devises"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "Gestion" msgstr "Gestion"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "Automatisation" msgstr "Automatisation"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "Admin" msgstr "Admin"
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "A n'utiliser que si vous savez ce que vous faites" msgstr "A n'utiliser que si vous savez ce que vous faites"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "Administration Django" msgstr "Administration Django"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "est disponible" msgstr "est disponible"
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "Calculatrice" msgstr "Calculatrice"
@@ -3320,11 +3325,9 @@ msgid "Add transaction rule"
msgstr "Ajouter une règle de transaction" msgstr "Ajouter une règle de transaction"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr "Créer"
msgid "Edit transaction rule"
msgstr "Modifier une règle de transaction"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
@@ -3365,6 +3368,10 @@ msgstr "pour"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "Aucunes transactions trouvées, une nouvelle va être créée" msgstr "Aucunes transactions trouvées, une nouvelle va être créée"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Modifier une règle de transaction"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3395,10 +3402,6 @@ msgstr "Modifier pour visualiser"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "Cette règle n'a pas d'actions" msgstr "Cette règle n'a pas d'actions"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr "Créer"
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "Ajouter nouveau" msgstr "Ajouter nouveau"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@@ -31,6 +31,7 @@ msgstr ""
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "" msgstr ""
@@ -79,9 +80,9 @@ msgstr ""
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -94,10 +95,10 @@ msgstr ""
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -105,8 +106,8 @@ msgstr ""
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -129,7 +130,7 @@ msgstr ""
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "" msgstr ""
@@ -175,9 +176,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -190,8 +191,8 @@ msgstr ""
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -494,7 +495,7 @@ msgstr ""
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -517,8 +518,8 @@ msgstr ""
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -553,7 +554,7 @@ msgstr ""
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "" msgstr ""
@@ -581,8 +582,8 @@ msgstr ""
msgid "Service Type" msgid "Service Type"
msgstr "" msgstr ""
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -759,8 +760,8 @@ msgstr ""
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "" msgstr ""
@@ -817,15 +818,15 @@ msgid "Entry deleted successfully"
msgstr "" msgstr ""
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -835,7 +836,7 @@ msgstr ""
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@@ -844,27 +845,27 @@ msgstr ""
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "" msgstr ""
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "" msgstr ""
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -873,12 +874,12 @@ msgstr ""
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "" msgstr ""
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@@ -948,7 +949,7 @@ msgstr ""
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "" msgstr ""
@@ -1109,15 +1110,15 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1127,15 +1128,15 @@ msgstr ""
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "" msgstr ""
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1145,27 +1146,27 @@ msgstr ""
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "" msgstr ""
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "" msgstr ""
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "" msgstr ""
@@ -1178,7 +1179,7 @@ msgid "Set Values"
msgstr "" msgstr ""
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "" msgstr ""
@@ -1187,6 +1188,9 @@ msgid "Type to search for a transaction"
msgstr "" msgstr ""
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1422,40 +1426,40 @@ msgstr ""
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "" msgstr ""
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "" msgstr ""
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "" msgstr ""
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "" msgstr ""
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1467,7 +1471,7 @@ msgstr ""
msgid "Income" msgid "Income"
msgstr "" msgstr ""
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1478,129 +1482,129 @@ msgstr ""
msgid "Expense" msgid "Expense"
msgstr "" msgstr ""
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "" msgstr ""
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "" msgstr ""
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "" msgstr ""
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "" msgstr ""
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "" msgstr ""
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "" msgstr ""
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "" msgstr ""
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "" msgstr ""
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "" msgstr ""
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "" msgstr ""
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "" msgstr ""
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "" msgstr ""
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "" msgstr ""
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "" msgstr ""
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "" msgstr ""
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "" msgstr ""
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1609,8 +1613,8 @@ msgstr ""
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1925,7 +1929,7 @@ msgid "All Transactions"
msgstr "" msgstr ""
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "" msgstr ""
@@ -2037,6 +2041,7 @@ msgstr ""
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2256,7 +2261,7 @@ msgid "Pick a month"
msgstr "" msgstr ""
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@@ -2589,7 +2594,7 @@ msgid "Edit exchange rate"
msgstr "" msgstr ""
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2646,7 +2651,7 @@ msgid "No services configured"
msgstr "" msgstr ""
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "" msgstr ""
@@ -2743,7 +2748,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "" msgstr ""
@@ -2753,62 +2758,62 @@ msgstr ""
msgid "Current" msgid "Current"
msgstr "" msgstr ""
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "" msgstr ""
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "" msgstr ""
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "" msgstr ""
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "" msgstr ""
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "" msgstr ""
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "" msgstr ""
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "" msgstr ""
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "" msgstr ""
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "" msgstr ""
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "" msgstr ""
@@ -3247,10 +3252,8 @@ msgid "Add transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
@@ -3292,6 +3295,10 @@ msgstr ""
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr ""
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3322,10 +3329,6 @@ msgstr ""
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "" msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-09-01 06:17+0000\n" "PO-Revision-Date: 2025-09-09 18:17+0000\n"
"Last-Translator: Dimitri Decrock <dj.flashpower@gmail.com>\n" "Last-Translator: Dimitri Decrock <dj.flashpower@gmail.com>\n"
"Language-Team: Dutch <https://translations.herculino.com/projects/wygiwyh/" "Language-Team: Dutch <https://translations.herculino.com/projects/wygiwyh/"
"app/nl/>\n" "app/nl/>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.13\n" "X-Generator: Weblate 5.13.2\n"
#: apps/accounts/forms.py:26 #: apps/accounts/forms.py:26
msgid "Group name" msgid "Group name"
@@ -33,6 +33,7 @@ msgstr "Groepsnaam"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Bijwerken" msgstr "Bijwerken"
@@ -81,9 +82,9 @@ msgstr "Nieuw saldo"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Categorie"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Labels"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Accountgroep"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Accountgroepen" msgstr "Accountgroepen"
@@ -181,9 +182,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -196,8 +197,8 @@ msgstr "Rekening"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -506,7 +507,7 @@ msgstr "Achtervoegsel"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -529,8 +530,8 @@ msgstr "Cijfers na de komma"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -565,7 +566,7 @@ msgstr "Automatisch"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Wisselkoersen" msgstr "Wisselkoersen"
@@ -593,8 +594,8 @@ msgstr "Dienstnaam"
msgid "Service Type" msgid "Service Type"
msgstr "Soort Dienst" msgstr "Soort Dienst"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -783,8 +784,8 @@ msgstr "Betaal Munteenheid"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "Opmerkingen" msgstr "Opmerkingen"
@@ -841,15 +842,15 @@ msgid "Entry deleted successfully"
msgstr "Invoer succesvol verwijderd" msgstr "Invoer succesvol verwijderd"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "Gebruikers" msgstr "Gebruikers"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -859,7 +860,7 @@ msgstr "Verrichtingen"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "Categorieën" msgstr "Categorieën"
@@ -868,27 +869,27 @@ msgstr "Categorieën"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "Bedrijven" msgstr "Bedrijven"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "Terugkerende Verrichtingen" msgstr "Terugkerende Verrichtingen"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -897,12 +898,12 @@ msgstr "Afbetalingsplannen"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Automatische Wisselkoersen" msgstr "Automatische Wisselkoersen"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "Regels" msgstr "Regels"
@@ -974,7 +975,7 @@ msgstr "Selecteer een bestand"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "Importeer" msgstr "Importeer"
@@ -1135,15 +1136,15 @@ msgstr "Operator"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "Soort" msgstr "Soort"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1153,15 +1154,15 @@ msgstr "Betaald"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "Referentiedatum" msgstr "Referentiedatum"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1171,27 +1172,27 @@ msgstr "Bedrag"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "Beschrijving" msgstr "Beschrijving"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "Interne opmerking" msgstr "Interne opmerking"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "Interne ID" msgstr "Interne ID"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "Dempen" msgstr "Dempen"
@@ -1204,31 +1205,29 @@ msgid "Set Values"
msgstr "Waarden Instellen" msgstr "Waarden Instellen"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "Verrichting" msgstr "Verrichting"
#: apps/rules/forms.py:419 apps/rules/forms.py:456 apps/rules/forms.py:493 #: apps/rules/forms.py:419 apps/rules/forms.py:456 apps/rules/forms.py:493
#, fuzzy
#| msgid "Type to search for a transaction to link to this entry"
msgid "Type to search for a transaction" msgid "Type to search for a transaction"
msgstr "" msgstr "Type om een transactie te zoeken"
"Type om een transactie te zoeken die aan dit item moet worden gekoppeld"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr "Test"
#: apps/rules/models.py:15 #: apps/rules/models.py:15
msgid "Trigger" msgid "Trigger"
msgstr "Trigger" msgstr "Trigger"
#: apps/rules/models.py:17 #: apps/rules/models.py:17
#, fuzzy
#| msgid "Recurrence"
msgid "Sequenced" msgid "Sequenced"
msgstr "Terugkeerpatroon" msgstr "Opeenvolgend"
#: apps/rules/models.py:26 #: apps/rules/models.py:26
msgid "Transaction rule" msgid "Transaction rule"
@@ -1455,7 +1454,7 @@ msgstr "toekomstige verrichtingen"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "De einddatum moet na de begindatum vallen" msgstr "De einddatum moet na de begindatum vallen"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1463,26 +1462,26 @@ msgstr ""
"Gedeactiveerde categorieën kunnen niet worden geselecteerd bij het maken van " "Gedeactiveerde categorieën kunnen niet worden geselecteerd bij het maken van "
"nieuwe transacties" "nieuwe transacties"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Transactie categorie" msgstr "Transactie categorie"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Transactie categorieën" msgstr "Transactie categorieën"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"Gedeactiveerde labels kunnen niet worden geselecteerd bij het maken van " "Gedeactiveerde labels kunnen niet worden geselecteerd bij het maken van "
"nieuwe verrichtingen" "nieuwe verrichtingen"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Verrichting Labels" msgstr "Verrichting Labels"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1490,11 +1489,11 @@ msgstr ""
"Gedeactiveerde bedrijven kunnen niet worden geselecteerd bij het maken van " "Gedeactiveerde bedrijven kunnen niet worden geselecteerd bij het maken van "
"nieuwe verrichtingen" "nieuwe verrichtingen"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "Bedrijf" msgstr "Bedrijf"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1506,7 +1505,7 @@ msgstr "Bedrijf"
msgid "Income" msgid "Income"
msgstr "Ontvangsten Transactie" msgstr "Ontvangsten Transactie"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1517,129 +1516,129 @@ msgstr "Ontvangsten Transactie"
msgid "Expense" msgid "Expense"
msgstr "Uitgave" msgstr "Uitgave"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Afbetalingsplan" msgstr "Afbetalingsplan"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Terugkerende verrichting" msgstr "Terugkerende verrichting"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "Verwijderd" msgstr "Verwijderd"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "Verwijderd Op" msgstr "Verwijderd Op"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "Geen labels" msgstr "Geen labels"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "Geen categorie" msgstr "Geen categorie"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "Geen Beschrijving" msgstr "Geen Beschrijving"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "Jaarlijks" msgstr "Jaarlijks"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "Maandelijks" msgstr "Maandelijks"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "Wekelijks" msgstr "Wekelijks"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "Dagelijks" msgstr "Dagelijks"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Aantal aflossingen" msgstr "Aantal aflossingen"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "Begin afbetaling" msgstr "Begin afbetaling"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "Het nummer van de aflevering om mee te beginnen" msgstr "Het nummer van de aflevering om mee te beginnen"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "Startdatum" msgstr "Startdatum"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "Einddatum" msgstr "Einddatum"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "Terugkeerpatroon" msgstr "Terugkeerpatroon"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Termijnbedrag" msgstr "Termijnbedrag"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Beschrijving toevoegen aan verrichting" msgstr "Beschrijving toevoegen aan verrichting"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Notities toevoegen aan verrichting" msgstr "Notities toevoegen aan verrichting"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "dag(en)" msgstr "dag(en)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "we(e)k(en)" msgstr "we(e)k(en)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "maand(en)" msgstr "maand(en)"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "ja(a)r(en)" msgstr "ja(a)r(en)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "Gepauzeerd" msgstr "Gepauzeerd"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Type Terugkeerpatroon" msgstr "Type Terugkeerpatroon"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Terugkeer Interval" msgstr "Terugkeer Interval"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "Bewaar maximaal" msgstr "Bewaar maximaal"
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Laatste Gegenereerde Datum" msgstr "Laatste Gegenereerde Datum"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Laatste Gegenereerde Referentiedatum" msgstr "Laatste Gegenereerde Referentiedatum"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1648,8 +1647,8 @@ msgstr "Laatste Gegenereerde Referentiedatum"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Snelle verrichting" msgstr "Snelle verrichting"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1971,7 +1970,7 @@ msgid "All Transactions"
msgstr "Alle Verrichtingen" msgstr "Alle Verrichtingen"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "Kalender" msgstr "Kalender"
@@ -2083,6 +2082,7 @@ msgstr "Bewerken"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2302,7 +2302,7 @@ msgid "Pick a month"
msgstr "Kies een maand" msgstr "Kies een maand"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "Sluiten" msgstr "Sluiten"
@@ -2635,7 +2635,7 @@ msgid "Edit exchange rate"
msgstr "Wisselkoers bewerken" msgstr "Wisselkoers bewerken"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2692,7 +2692,7 @@ msgid "No services configured"
msgstr "Geen diensten ingesteld" msgstr "Geen diensten ingesteld"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Exporteren en Herstellen" msgstr "Exporteren en Herstellen"
@@ -2790,7 +2790,7 @@ msgstr "Navigatie Knop"
msgid "Overview" msgid "Overview"
msgstr "Overzicht" msgstr "Overzicht"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "Netto Waarde" msgstr "Netto Waarde"
@@ -2800,62 +2800,62 @@ msgstr "Netto Waarde"
msgid "Current" msgid "Current"
msgstr "Huidige" msgstr "Huidige"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "Inzichten" msgstr "Inzichten"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "Prullenbak" msgstr "Prullenbak"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "Hulpmiddelen" msgstr "Hulpmiddelen"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "Dollar Kostgemiddelde Tracker" msgstr "Dollar Kostgemiddelde Tracker"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Eenheidsprijs berekenen" msgstr "Eenheidsprijs berekenen"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Valuta omrekenen" msgstr "Valuta omrekenen"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "Beheer" msgstr "Beheer"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "Automatisatie" msgstr "Automatisatie"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "Admin" msgstr "Admin"
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "Gebruik dit alleen als je weet wat je doet" msgstr "Gebruik dit alleen als je weet wat je doet"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "Django Beheerder" msgstr "Django Beheerder"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "is beschikbaar" msgstr "is beschikbaar"
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "Rekenmachine" msgstr "Rekenmachine"
@@ -3311,20 +3311,18 @@ msgid "Add transaction rule"
msgstr "Verrichtingsregel toevoegen" msgstr "Verrichtingsregel toevoegen"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr "Aanmaken"
msgid "Edit transaction rule"
msgstr "Verrichtingsregel bewerken"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
msgstr "" msgstr "Visueel"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:21 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:21
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:92 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:92
msgid "Run a test to see..." msgid "Run a test to see..."
msgstr "" msgstr "Voer een test uit om te zien..."
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:30 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:30
#: templates/rules/fragments/transaction_rule/view.html:39 #: templates/rules/fragments/transaction_rule/view.html:39
@@ -3339,10 +3337,8 @@ msgid "Update or create transaction"
msgstr "Bewerk of maak verrichtingen" msgstr "Bewerk of maak verrichtingen"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:42 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:42
#, fuzzy
#| msgid "Start Date"
msgid "Start" msgid "Start"
msgstr "Startdatum" msgstr "Start"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:51 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:51
#: templates/rules/fragments/transaction_rule/view.html:44 #: templates/rules/fragments/transaction_rule/view.html:44
@@ -3355,10 +3351,12 @@ msgid "to"
msgstr "naar" msgstr "naar"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:70 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:70
#, fuzzy
#| msgid "No transactions on this date"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "Geen verrichtingen op deze datum" msgstr "Geen verrichting"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Verrichtingsregel bewerken"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
@@ -3390,10 +3388,6 @@ msgstr "Bewerken om te bekijken"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "Deze regel heeft geen acties" msgstr "Deze regel heeft geen acties"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "Nieuwe toevoegen" msgstr "Nieuwe toevoegen"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-04-13 08:16+0000\n" "PO-Revision-Date: 2025-04-13 08:16+0000\n"
"Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n" "Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n"
"Language-Team: Portuguese <https://translations.herculino.com/projects/" "Language-Team: Portuguese <https://translations.herculino.com/projects/"
@@ -33,6 +33,7 @@ msgstr "Nome do grupo"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Atualizar" msgstr "Atualizar"
@@ -81,9 +82,9 @@ msgstr "Novo saldo"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Categoria"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Tags"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Grupo da Conta"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Grupos da Conta" msgstr "Grupos da Conta"
@@ -180,9 +181,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -195,8 +196,8 @@ msgstr "Conta"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -506,7 +507,7 @@ msgstr "Sufixo"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -529,8 +530,8 @@ msgstr "Casas Decimais"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -565,7 +566,7 @@ msgstr "Automático"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Taxas de Câmbio" msgstr "Taxas de Câmbio"
@@ -593,8 +594,8 @@ msgstr "Nome do Serviço"
msgid "Service Type" msgid "Service Type"
msgstr "Tipo de Serviço" msgstr "Tipo de Serviço"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -783,8 +784,8 @@ msgstr "Moeda de pagamento"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "Notas" msgstr "Notas"
@@ -841,15 +842,15 @@ msgid "Entry deleted successfully"
msgstr "Entrada apagada com sucesso" msgstr "Entrada apagada com sucesso"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "Usuários" msgstr "Usuários"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -859,7 +860,7 @@ msgstr "Transações"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@@ -868,27 +869,27 @@ msgstr "Categorias"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "Entidades" msgstr "Entidades"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "Transações Recorrentes" msgstr "Transações Recorrentes"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -897,12 +898,12 @@ msgstr "Parcelamentos"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Taxas de Câmbio Automáticas" msgstr "Taxas de Câmbio Automáticas"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "Regras" msgstr "Regras"
@@ -974,7 +975,7 @@ msgstr "Selecione um arquivo"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "Importar" msgstr "Importar"
@@ -1137,15 +1138,15 @@ msgstr "Operador"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1155,15 +1156,15 @@ msgstr "Pago"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "Data de Referência" msgstr "Data de Referência"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1173,27 +1174,27 @@ msgstr "Quantia"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "Descrição" msgstr "Descrição"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "Nota Interna" msgstr "Nota Interna"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "ID Interna" msgstr "ID Interna"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "Silenciada" msgstr "Silenciada"
@@ -1206,7 +1207,7 @@ msgid "Set Values"
msgstr "Definir valores" msgstr "Definir valores"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "Transação" msgstr "Transação"
@@ -1217,6 +1218,9 @@ msgid "Type to search for a transaction"
msgstr "Digite para buscar uma transação para conectar à esta entrada" msgstr "Digite para buscar uma transação para conectar à esta entrada"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1466,7 +1470,7 @@ msgstr "Filtrar transações"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "Data final deve ser após data inicial" msgstr "Data final deve ser após data inicial"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1474,25 +1478,25 @@ msgstr ""
"As categorias desativadas não poderão ser selecionadas ao criar novas " "As categorias desativadas não poderão ser selecionadas ao criar novas "
"transações" "transações"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Categoria da Transação" msgstr "Categoria da Transação"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Categorias da Trasanção" msgstr "Categorias da Trasanção"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"As tags desativadas não poderão ser selecionadas ao criar novas transações" "As tags desativadas não poderão ser selecionadas ao criar novas transações"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Tags da Transação" msgstr "Tags da Transação"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1500,11 +1504,11 @@ msgstr ""
"As entidades desativadas não poderão ser selecionadas ao criar novas " "As entidades desativadas não poderão ser selecionadas ao criar novas "
"transações" "transações"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "Entidade" msgstr "Entidade"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1516,7 +1520,7 @@ msgstr "Entidade"
msgid "Income" msgid "Income"
msgstr "Renda" msgstr "Renda"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1527,129 +1531,129 @@ msgstr "Renda"
msgid "Expense" msgid "Expense"
msgstr "Despesa" msgstr "Despesa"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Parcelamento" msgstr "Parcelamento"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Transação Recorrente" msgstr "Transação Recorrente"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "Apagado" msgstr "Apagado"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "Apagado Em" msgstr "Apagado Em"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "Nenhuma tag" msgstr "Nenhuma tag"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "Sem categoria" msgstr "Sem categoria"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "Sem descrição" msgstr "Sem descrição"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "Anual" msgstr "Anual"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "Mensal" msgstr "Mensal"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "Semanal" msgstr "Semanal"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "Diária" msgstr "Diária"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Número de Parcelas" msgstr "Número de Parcelas"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "Parcela inicial" msgstr "Parcela inicial"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "O número da parcela a partir do qual se inicia a contagem" msgstr "O número da parcela a partir do qual se inicia a contagem"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "Data de Início" msgstr "Data de Início"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "Data Final" msgstr "Data Final"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "Recorrência" msgstr "Recorrência"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Valor da Parcela" msgstr "Valor da Parcela"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Adicionar descrição às transações" msgstr "Adicionar descrição às transações"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Adicionar notas às transações" msgstr "Adicionar notas às transações"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "dia(s)" msgstr "dia(s)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "semana(s)" msgstr "semana(s)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "mês(es)" msgstr "mês(es)"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "ano(s)" msgstr "ano(s)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "Pausado" msgstr "Pausado"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Tipo de recorrência" msgstr "Tipo de recorrência"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Intervalo de recorrência" msgstr "Intervalo de recorrência"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Última data gerada" msgstr "Última data gerada"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Última data de referência gerada" msgstr "Última data de referência gerada"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1660,8 +1664,8 @@ msgstr "Última data de referência gerada"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Editar Transação" msgstr "Editar Transação"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
#, fuzzy #, fuzzy
@@ -1991,7 +1995,7 @@ msgid "All Transactions"
msgstr "Todas as transações" msgstr "Todas as transações"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "Calendário" msgstr "Calendário"
@@ -2103,6 +2107,7 @@ msgstr "Editar"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2322,7 +2327,7 @@ msgid "Pick a month"
msgstr "Escolha um mês" msgstr "Escolha um mês"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "Fechar" msgstr "Fechar"
@@ -2662,7 +2667,7 @@ msgid "Edit exchange rate"
msgstr "Editar taxa de câmbio" msgstr "Editar taxa de câmbio"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2719,7 +2724,7 @@ msgid "No services configured"
msgstr "Nenhum serviço configurado" msgstr "Nenhum serviço configurado"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Exportar e Restaurar" msgstr "Exportar e Restaurar"
@@ -2818,7 +2823,7 @@ msgstr "Alternar navegação"
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "Patrimônio" msgstr "Patrimônio"
@@ -2828,62 +2833,62 @@ msgstr "Patrimônio"
msgid "Current" msgid "Current"
msgstr "Atual" msgstr "Atual"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "Insights" msgstr "Insights"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "Lixeira" msgstr "Lixeira"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "Ferramentas" msgstr "Ferramentas"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "Rastreador de Custo Médio Ponderado" msgstr "Rastreador de Custo Médio Ponderado"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Calculadora de preço unitário" msgstr "Calculadora de preço unitário"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Conversor de Moeda" msgstr "Conversor de Moeda"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "Gerenciar" msgstr "Gerenciar"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "Automação" msgstr "Automação"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "Só use isso se você souber o que está fazendo" msgstr "Só use isso se você souber o que está fazendo"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "Django Admin" msgstr "Django Admin"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "Calculadora" msgstr "Calculadora"
@@ -3340,11 +3345,9 @@ msgid "Add transaction rule"
msgstr "Adicionar regra de transação" msgstr "Adicionar regra de transação"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr ""
msgid "Edit transaction rule"
msgstr "Editar regra de transação"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
@@ -3389,6 +3392,10 @@ msgstr "para"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "Nenhuma transação nesta data" msgstr "Nenhuma transação nesta data"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Editar regra de transação"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3419,10 +3426,6 @@ msgstr "Edite para ver"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "Essa regra não tem ações" msgstr "Essa regra não tem ações"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "Adicionar novo" msgstr "Adicionar novo"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-09-07 14:17+0000\n" "PO-Revision-Date: 2025-09-07 14:17+0000\n"
"Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n" "Last-Translator: Herculino Trotta <netotrotta@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://translations.herculino.com/" "Language-Team: Portuguese (Brazil) <https://translations.herculino.com/"
@@ -33,6 +33,7 @@ msgstr "Nome do grupo"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Atualizar" msgstr "Atualizar"
@@ -81,9 +82,9 @@ msgstr "Novo saldo"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr "Categoria"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr "Tags"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr "Grupo da Conta"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Grupos da Conta" msgstr "Grupos da Conta"
@@ -180,9 +181,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -195,8 +196,8 @@ msgstr "Conta"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -504,7 +505,7 @@ msgstr "Sufixo"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -527,8 +528,8 @@ msgstr "Casas Decimais"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -563,7 +564,7 @@ msgstr "Automático"
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Taxas de Câmbio" msgstr "Taxas de Câmbio"
@@ -591,8 +592,8 @@ msgstr "Nome do Serviço"
msgid "Service Type" msgid "Service Type"
msgstr "Tipo de Serviço" msgstr "Tipo de Serviço"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -781,8 +782,8 @@ msgstr "Moeda de pagamento"
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "Notas" msgstr "Notas"
@@ -839,15 +840,15 @@ msgid "Entry deleted successfully"
msgstr "Entrada apagada com sucesso" msgstr "Entrada apagada com sucesso"
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "Usuários" msgstr "Usuários"
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -857,7 +858,7 @@ msgstr "Transações"
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@@ -866,27 +867,27 @@ msgstr "Categorias"
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "Entidades" msgstr "Entidades"
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "Transações Recorrentes" msgstr "Transações Recorrentes"
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -895,12 +896,12 @@ msgstr "Parcelamentos"
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "Taxas de Câmbio Automáticas" msgstr "Taxas de Câmbio Automáticas"
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "Regras" msgstr "Regras"
@@ -972,7 +973,7 @@ msgstr "Selecione um arquivo"
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "Importar" msgstr "Importar"
@@ -1133,15 +1134,15 @@ msgstr "Operador"
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1151,15 +1152,15 @@ msgstr "Pago"
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "Data de Referência" msgstr "Data de Referência"
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1169,27 +1170,27 @@ msgstr "Quantia"
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "Descrição" msgstr "Descrição"
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "Nota Interna" msgstr "Nota Interna"
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "ID Interna" msgstr "ID Interna"
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "Silenciada" msgstr "Silenciada"
@@ -1202,7 +1203,7 @@ msgid "Set Values"
msgstr "Definir valores" msgstr "Definir valores"
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "Transação" msgstr "Transação"
@@ -1211,6 +1212,9 @@ msgid "Type to search for a transaction"
msgstr "Digite para buscar uma transação" msgstr "Digite para buscar uma transação"
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "Testar" msgstr "Testar"
@@ -1448,7 +1452,7 @@ msgstr "transações futuras"
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "Data final deve ser após data inicial" msgstr "Data final deve ser após data inicial"
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1456,25 +1460,25 @@ msgstr ""
"As categorias desativadas não poderão ser selecionadas ao criar novas " "As categorias desativadas não poderão ser selecionadas ao criar novas "
"transações" "transações"
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "Categoria da Transação" msgstr "Categoria da Transação"
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "Categorias da Trasanção" msgstr "Categorias da Trasanção"
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
"As tags desativadas não poderão ser selecionadas ao criar novas transações" "As tags desativadas não poderão ser selecionadas ao criar novas transações"
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "Tags da Transação" msgstr "Tags da Transação"
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
@@ -1482,11 +1486,11 @@ msgstr ""
"As entidades desativadas não poderão ser selecionadas ao criar novas " "As entidades desativadas não poderão ser selecionadas ao criar novas "
"transações" "transações"
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "Entidade" msgstr "Entidade"
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1498,7 +1502,7 @@ msgstr "Entidade"
msgid "Income" msgid "Income"
msgstr "Renda" msgstr "Renda"
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1509,129 +1513,129 @@ msgstr "Renda"
msgid "Expense" msgid "Expense"
msgstr "Despesa" msgstr "Despesa"
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "Parcelamento" msgstr "Parcelamento"
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "Transação Recorrente" msgstr "Transação Recorrente"
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "Apagado" msgstr "Apagado"
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "Apagado Em" msgstr "Apagado Em"
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "Nenhuma tag" msgstr "Nenhuma tag"
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "Sem categoria" msgstr "Sem categoria"
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "Sem descrição" msgstr "Sem descrição"
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "Anual" msgstr "Anual"
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "Mensal" msgstr "Mensal"
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "Semanal" msgstr "Semanal"
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "Diária" msgstr "Diária"
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "Número de Parcelas" msgstr "Número de Parcelas"
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "Parcela inicial" msgstr "Parcela inicial"
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "O número da parcela a partir do qual se inicia a contagem" msgstr "O número da parcela a partir do qual se inicia a contagem"
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "Data de Início" msgstr "Data de Início"
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "Data Final" msgstr "Data Final"
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "Recorrência" msgstr "Recorrência"
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "Valor da Parcela" msgstr "Valor da Parcela"
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "Adicionar descrição às transações" msgstr "Adicionar descrição às transações"
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "Adicionar notas às transações" msgstr "Adicionar notas às transações"
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "dia(s)" msgstr "dia(s)"
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "semana(s)" msgstr "semana(s)"
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "mês(es)" msgstr "mês(es)"
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "ano(s)" msgstr "ano(s)"
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "Pausado" msgstr "Pausado"
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "Tipo de recorrência" msgstr "Tipo de recorrência"
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "Intervalo de recorrência" msgstr "Intervalo de recorrência"
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "Manter no máximo" msgstr "Manter no máximo"
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "Última data gerada" msgstr "Última data gerada"
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "Última data de referência gerada" msgstr "Última data de referência gerada"
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1640,8 +1644,8 @@ msgstr "Última data de referência gerada"
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "Transação Rápida" msgstr "Transação Rápida"
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1965,7 +1969,7 @@ msgid "All Transactions"
msgstr "Todas as transações" msgstr "Todas as transações"
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "Calendário" msgstr "Calendário"
@@ -2077,6 +2081,7 @@ msgstr "Editar"
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2296,7 +2301,7 @@ msgid "Pick a month"
msgstr "Escolha um mês" msgstr "Escolha um mês"
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "Fechar" msgstr "Fechar"
@@ -2630,7 +2635,7 @@ msgid "Edit exchange rate"
msgstr "Editar taxa de câmbio" msgstr "Editar taxa de câmbio"
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2687,7 +2692,7 @@ msgid "No services configured"
msgstr "Nenhum serviço configurado" msgstr "Nenhum serviço configurado"
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "Exportar e Restaurar" msgstr "Exportar e Restaurar"
@@ -2786,7 +2791,7 @@ msgstr "Alternar navegação"
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "Patrimônio" msgstr "Patrimônio"
@@ -2796,62 +2801,62 @@ msgstr "Patrimônio"
msgid "Current" msgid "Current"
msgstr "Atual" msgstr "Atual"
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "Insights" msgstr "Insights"
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "Lixeira" msgstr "Lixeira"
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "Ferramentas" msgstr "Ferramentas"
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "Rastreador de Custo Médio Ponderado" msgstr "Rastreador de Custo Médio Ponderado"
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "Calculadora de preço unitário" msgstr "Calculadora de preço unitário"
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "Conversor de Moeda" msgstr "Conversor de Moeda"
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "Gerenciar" msgstr "Gerenciar"
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "Automação" msgstr "Automação"
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "Admin" msgstr "Admin"
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "Só use isso se você souber o que está fazendo" msgstr "Só use isso se você souber o que está fazendo"
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "Django Admin" msgstr "Django Admin"
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "está disponível" msgstr "está disponível"
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "Calculadora" msgstr "Calculadora"
@@ -3302,11 +3307,9 @@ msgid "Add transaction rule"
msgstr "Adicionar regra de transação" msgstr "Adicionar regra de transação"
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5 msgstr "Criar"
msgid "Edit transaction rule"
msgstr "Editar regra de transação"
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
msgid "Visual" msgid "Visual"
@@ -3347,6 +3350,10 @@ msgstr "para"
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "Nenhuma transação encontrada, uma nova será criada" msgstr "Nenhuma transação encontrada, uma nova será criada"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "Editar regra de transação"
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3377,10 +3384,6 @@ msgstr "Edite para ver"
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "Essa regra não tem ações" msgstr "Essa regra não tem ações"
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr "Criar"
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "Adicionar novo" msgstr "Adicionar novo"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-04-14 06:16+0000\n" "PO-Revision-Date: 2025-04-14 06:16+0000\n"
"Last-Translator: Emil <emil.bjorkroth@gmail.com>\n" "Last-Translator: Emil <emil.bjorkroth@gmail.com>\n"
"Language-Team: Swedish <https://translations.herculino.com/projects/wygiwyh/" "Language-Team: Swedish <https://translations.herculino.com/projects/wygiwyh/"
@@ -33,6 +33,7 @@ msgstr ""
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Uppdatera" msgstr "Uppdatera"
@@ -81,9 +82,9 @@ msgstr ""
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -96,10 +97,10 @@ msgstr ""
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -107,8 +108,8 @@ msgstr ""
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -131,7 +132,7 @@ msgstr ""
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "" msgstr ""
@@ -177,9 +178,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -192,8 +193,8 @@ msgstr ""
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -496,7 +497,7 @@ msgstr ""
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -519,8 +520,8 @@ msgstr ""
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -555,7 +556,7 @@ msgstr ""
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "" msgstr ""
@@ -583,8 +584,8 @@ msgstr ""
msgid "Service Type" msgid "Service Type"
msgstr "" msgstr ""
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -761,8 +762,8 @@ msgstr ""
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "" msgstr ""
@@ -819,15 +820,15 @@ msgid "Entry deleted successfully"
msgstr "" msgstr ""
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -837,7 +838,7 @@ msgstr ""
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@@ -846,27 +847,27 @@ msgstr ""
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "" msgstr ""
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "" msgstr ""
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -875,12 +876,12 @@ msgstr ""
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "" msgstr ""
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@@ -950,7 +951,7 @@ msgstr ""
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "" msgstr ""
@@ -1111,15 +1112,15 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1129,15 +1130,15 @@ msgstr ""
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "" msgstr ""
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1147,27 +1148,27 @@ msgstr ""
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "" msgstr ""
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "" msgstr ""
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "" msgstr ""
@@ -1180,7 +1181,7 @@ msgid "Set Values"
msgstr "" msgstr ""
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "" msgstr ""
@@ -1189,6 +1190,9 @@ msgid "Type to search for a transaction"
msgstr "" msgstr ""
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1424,40 +1428,40 @@ msgstr ""
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "" msgstr ""
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "" msgstr ""
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "" msgstr ""
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "" msgstr ""
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1469,7 +1473,7 @@ msgstr ""
msgid "Income" msgid "Income"
msgstr "" msgstr ""
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1480,129 +1484,129 @@ msgstr ""
msgid "Expense" msgid "Expense"
msgstr "" msgstr ""
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "" msgstr ""
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "" msgstr ""
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "" msgstr ""
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "" msgstr ""
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "" msgstr ""
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "" msgstr ""
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "" msgstr ""
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "" msgstr ""
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "" msgstr ""
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "" msgstr ""
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "" msgstr ""
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "" msgstr ""
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "" msgstr ""
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "" msgstr ""
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "" msgstr ""
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "" msgstr ""
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1611,8 +1615,8 @@ msgstr ""
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1927,7 +1931,7 @@ msgid "All Transactions"
msgstr "" msgstr ""
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "" msgstr ""
@@ -2039,6 +2043,7 @@ msgstr ""
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2258,7 +2263,7 @@ msgid "Pick a month"
msgstr "" msgstr ""
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@@ -2591,7 +2596,7 @@ msgid "Edit exchange rate"
msgstr "" msgstr ""
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2648,7 +2653,7 @@ msgid "No services configured"
msgstr "" msgstr ""
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "" msgstr ""
@@ -2745,7 +2750,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "" msgstr ""
@@ -2755,62 +2760,62 @@ msgstr ""
msgid "Current" msgid "Current"
msgstr "" msgstr ""
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "" msgstr ""
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "" msgstr ""
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "" msgstr ""
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "" msgstr ""
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "" msgstr ""
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "" msgstr ""
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "" msgstr ""
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "" msgstr ""
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "" msgstr ""
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "" msgstr ""
@@ -3249,10 +3254,8 @@ msgid "Add transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
@@ -3294,6 +3297,10 @@ msgstr ""
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr ""
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3324,10 +3331,6 @@ msgstr ""
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-08 12:20+0000\n" "POT-Creation-Date: 2025-09-14 04:57+0000\n"
"PO-Revision-Date: 2025-05-12 14:16+0000\n" "PO-Revision-Date: 2025-05-12 14:16+0000\n"
"Last-Translator: Felix <xnovaua@gmail.com>\n" "Last-Translator: Felix <xnovaua@gmail.com>\n"
"Language-Team: Ukrainian <https://translations.herculino.com/projects/" "Language-Team: Ukrainian <https://translations.herculino.com/projects/"
@@ -34,6 +34,7 @@ msgstr "Назва групи"
#: apps/transactions/forms.py:953 apps/transactions/forms.py:988 #: apps/transactions/forms.py:953 apps/transactions/forms.py:988
#: apps/transactions/forms.py:1142 apps/users/forms.py:217 #: apps/transactions/forms.py:1142 apps/users/forms.py:217
#: apps/users/forms.py:379 #: apps/users/forms.py:379
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:132 #: templates/rules/fragments/transaction_rule/view.html:132
msgid "Update" msgid "Update"
msgstr "Оновлення" msgstr "Оновлення"
@@ -82,9 +83,9 @@ msgstr "Новий баланс"
#: apps/transactions/forms.py:44 apps/transactions/forms.py:263 #: apps/transactions/forms.py:44 apps/transactions/forms.py:263
#: apps/transactions/forms.py:438 apps/transactions/forms.py:540 #: apps/transactions/forms.py:438 apps/transactions/forms.py:540
#: apps/transactions/forms.py:547 apps/transactions/forms.py:759 #: apps/transactions/forms.py:547 apps/transactions/forms.py:759
#: apps/transactions/forms.py:1020 apps/transactions/models.py:322 #: apps/transactions/forms.py:1020 apps/transactions/models.py:323
#: apps/transactions/models.py:556 apps/transactions/models.py:756 #: apps/transactions/models.py:560 apps/transactions/models.py:760
#: apps/transactions/models.py:1006 #: apps/transactions/models.py:1010
#: templates/insights/fragments/category_overview/index.html:78 #: templates/insights/fragments/category_overview/index.html:78
#: templates/insights/fragments/category_overview/index.html:530 #: templates/insights/fragments/category_overview/index.html:530
msgid "Category" msgid "Category"
@@ -97,10 +98,10 @@ msgstr "Категорія"
#: apps/transactions/forms.py:52 apps/transactions/forms.py:271 #: apps/transactions/forms.py:52 apps/transactions/forms.py:271
#: apps/transactions/forms.py:446 apps/transactions/forms.py:556 #: apps/transactions/forms.py:446 apps/transactions/forms.py:556
#: apps/transactions/forms.py:564 apps/transactions/forms.py:752 #: apps/transactions/forms.py:564 apps/transactions/forms.py:752
#: apps/transactions/forms.py:1013 apps/transactions/models.py:328 #: apps/transactions/forms.py:1013 apps/transactions/models.py:329
#: apps/transactions/models.py:558 apps/transactions/models.py:760 #: apps/transactions/models.py:562 apps/transactions/models.py:764
#: apps/transactions/models.py:1012 templates/includes/navbar.html:111 #: apps/transactions/models.py:1016 templates/includes/navbar.html:111
#: templates/includes/sidebar.html:192 #: templates/includes/sidebar.html:184
#: templates/insights/fragments/category_overview/index.html:36 #: templates/insights/fragments/category_overview/index.html:36
#: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4 #: templates/tags/fragments/list.html:5 templates/tags/pages/index.html:4
msgid "Tags" msgid "Tags"
@@ -108,8 +109,8 @@ msgstr "Мітки"
#: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13 #: apps/accounts/models.py:12 apps/accounts/models.py:29 apps/dca/models.py:13
#: apps/import_app/models.py:14 apps/rules/models.py:13 #: apps/import_app/models.py:14 apps/rules/models.py:13
#: apps/transactions/models.py:214 apps/transactions/models.py:239 #: apps/transactions/models.py:215 apps/transactions/models.py:240
#: apps/transactions/models.py:263 apps/transactions/models.py:974 #: apps/transactions/models.py:264 apps/transactions/models.py:978
#: templates/account_groups/fragments/list.html:25 #: templates/account_groups/fragments/list.html:25
#: templates/accounts/fragments/list.html:25 #: templates/accounts/fragments/list.html:25
#: templates/categories/fragments/table.html:16 #: templates/categories/fragments/table.html:16
@@ -132,7 +133,7 @@ msgstr "Група рахунків"
#: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5 #: apps/accounts/models.py:19 templates/account_groups/fragments/list.html:5
#: templates/account_groups/pages/index.html:4 #: templates/account_groups/pages/index.html:4
#: templates/includes/navbar.html:121 templates/includes/sidebar.html:212 #: templates/includes/navbar.html:121 templates/includes/sidebar.html:204
msgid "Account Groups" msgid "Account Groups"
msgstr "Групи рахунків" msgstr "Групи рахунків"
@@ -181,9 +182,9 @@ msgstr ""
#: apps/rules/models.py:35 apps/rules/models.py:267 #: apps/rules/models.py:35 apps/rules/models.py:267
#: apps/transactions/forms.py:64 apps/transactions/forms.py:283 #: apps/transactions/forms.py:64 apps/transactions/forms.py:283
#: apps/transactions/forms.py:405 apps/transactions/forms.py:744 #: apps/transactions/forms.py:405 apps/transactions/forms.py:744
#: apps/transactions/forms.py:1005 apps/transactions/models.py:294 #: apps/transactions/forms.py:1005 apps/transactions/models.py:295
#: apps/transactions/models.py:516 apps/transactions/models.py:738 #: apps/transactions/models.py:520 apps/transactions/models.py:742
#: apps/transactions/models.py:980 #: apps/transactions/models.py:984
#: templates/installment_plans/fragments/table.html:17 #: templates/installment_plans/fragments/table.html:17
#: templates/quick_transactions/fragments/list.html:14 #: templates/quick_transactions/fragments/list.html:14
#: templates/recurring_transactions/fragments/table.html:19 #: templates/recurring_transactions/fragments/table.html:19
@@ -196,8 +197,8 @@ msgstr "Рахунок"
#: apps/export_app/forms.py:132 apps/transactions/filters.py:53 #: apps/export_app/forms.py:132 apps/transactions/filters.py:53
#: templates/accounts/fragments/list.html:5 #: templates/accounts/fragments/list.html:5
#: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117 #: templates/accounts/pages/index.html:4 templates/includes/navbar.html:117
#: templates/includes/navbar.html:119 templates/includes/sidebar.html:204 #: templates/includes/navbar.html:119 templates/includes/sidebar.html:196
#: templates/includes/sidebar.html:206 #: templates/includes/sidebar.html:198
#: templates/monthly_overview/pages/overview.html:94 #: templates/monthly_overview/pages/overview.html:94
#: templates/transactions/fragments/summary.html:12 #: templates/transactions/fragments/summary.html:12
#: templates/transactions/pages/transactions.html:137 #: templates/transactions/pages/transactions.html:137
@@ -511,7 +512,7 @@ msgstr "Суфікс"
#: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180 #: apps/currencies/forms.py:71 apps/dca/models.py:158 apps/rules/forms.py:180
#: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279 #: apps/rules/forms.py:194 apps/rules/models.py:38 apps/rules/models.py:279
#: apps/transactions/forms.py:68 apps/transactions/forms.py:410 #: apps/transactions/forms.py:68 apps/transactions/forms.py:410
#: apps/transactions/forms.py:568 apps/transactions/models.py:304 #: apps/transactions/forms.py:568 apps/transactions/models.py:305
#: templates/dca/fragments/strategy/details.html:52 #: templates/dca/fragments/strategy/details.html:52
#: templates/exchange_rates/fragments/table.html:10 #: templates/exchange_rates/fragments/table.html:10
#: templates/exchange_rates_services/fragments/table.html:10 #: templates/exchange_rates_services/fragments/table.html:10
@@ -534,8 +535,8 @@ msgstr "Десяткові знаки"
#: apps/export_app/forms.py:133 apps/transactions/filters.py:60 #: apps/export_app/forms.py:133 apps/transactions/filters.py:60
#: templates/currencies/fragments/list.html:5 #: templates/currencies/fragments/list.html:5
#: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125 #: templates/currencies/pages/index.html:4 templates/includes/navbar.html:125
#: templates/includes/navbar.html:127 templates/includes/sidebar.html:218 #: templates/includes/navbar.html:127 templates/includes/sidebar.html:210
#: templates/includes/sidebar.html:220 #: templates/includes/sidebar.html:212
#: templates/monthly_overview/pages/overview.html:81 #: templates/monthly_overview/pages/overview.html:81
#: templates/transactions/fragments/summary.html:8 #: templates/transactions/fragments/summary.html:8
#: templates/transactions/pages/transactions.html:124 #: templates/transactions/pages/transactions.html:124
@@ -570,7 +571,7 @@ msgstr ""
#: apps/currencies/models.py:82 apps/export_app/forms.py:68 #: apps/currencies/models.py:82 apps/export_app/forms.py:68
#: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6 #: apps/export_app/forms.py:145 templates/exchange_rates/fragments/list.html:6
#: templates/exchange_rates/pages/index.html:4 #: templates/exchange_rates/pages/index.html:4
#: templates/includes/navbar.html:129 templates/includes/sidebar.html:226 #: templates/includes/navbar.html:129 templates/includes/sidebar.html:218
msgid "Exchange Rates" msgid "Exchange Rates"
msgstr "Обмінні курси" msgstr "Обмінні курси"
@@ -598,8 +599,8 @@ msgstr "Назва сервісу"
msgid "Service Type" msgid "Service Type"
msgstr "Тип сервісу" msgstr "Тип сервісу"
#: apps/currencies/models.py:118 apps/transactions/models.py:218 #: apps/currencies/models.py:118 apps/transactions/models.py:219
#: apps/transactions/models.py:242 apps/transactions/models.py:266 #: apps/transactions/models.py:243 apps/transactions/models.py:267
#: templates/categories/fragments/list.html:21 #: templates/categories/fragments/list.html:21
#: templates/entities/fragments/list.html:21 #: templates/entities/fragments/list.html:21
#: templates/recurring_transactions/fragments/list.html:21 #: templates/recurring_transactions/fragments/list.html:21
@@ -778,8 +779,8 @@ msgstr ""
#: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184 #: apps/dca/models.py:26 apps/dca/models.py:181 apps/rules/forms.py:184
#: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295 #: apps/rules/forms.py:200 apps/rules/models.py:43 apps/rules/models.py:295
#: apps/transactions/forms.py:432 apps/transactions/forms.py:584 #: apps/transactions/forms.py:432 apps/transactions/forms.py:584
#: apps/transactions/models.py:318 apps/transactions/models.py:565 #: apps/transactions/models.py:319 apps/transactions/models.py:569
#: apps/transactions/models.py:766 apps/transactions/models.py:1002 #: apps/transactions/models.py:770 apps/transactions/models.py:1006
msgid "Notes" msgid "Notes"
msgstr "" msgstr ""
@@ -836,15 +837,15 @@ msgid "Entry deleted successfully"
msgstr "" msgstr ""
#: apps/export_app/forms.py:14 apps/export_app/forms.py:131 #: apps/export_app/forms.py:14 apps/export_app/forms.py:131
#: templates/includes/navbar.html:150 templates/includes/sidebar.html:263 #: templates/includes/navbar.html:150 templates/includes/sidebar.html:255
#: templates/users/fragments/list.html:6 templates/users/pages/index.html:4 #: templates/users/fragments/list.html:6 templates/users/pages/index.html:4
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: apps/export_app/forms.py:32 apps/export_app/forms.py:137 #: apps/export_app/forms.py:32 apps/export_app/forms.py:137
#: apps/transactions/models.py:379 templates/includes/navbar.html:58 #: apps/transactions/models.py:380 templates/includes/navbar.html:58
#: templates/includes/navbar.html:107 templates/includes/sidebar.html:91 #: templates/includes/navbar.html:107 templates/includes/sidebar.html:83
#: templates/includes/sidebar.html:184 #: templates/includes/sidebar.html:176
#: templates/recurring_transactions/fragments/list_transactions.html:5 #: templates/recurring_transactions/fragments/list_transactions.html:5
#: templates/recurring_transactions/fragments/table.html:39 #: templates/recurring_transactions/fragments/table.html:39
#: templates/transactions/pages/transactions.html:5 #: templates/transactions/pages/transactions.html:5
@@ -854,7 +855,7 @@ msgstr ""
#: apps/export_app/forms.py:38 apps/export_app/forms.py:134 #: apps/export_app/forms.py:38 apps/export_app/forms.py:134
#: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5 #: apps/transactions/filters.py:64 templates/categories/fragments/list.html:5
#: templates/categories/pages/index.html:4 templates/includes/navbar.html:109 #: templates/categories/pages/index.html:4 templates/includes/navbar.html:109
#: templates/includes/sidebar.html:186 #: templates/includes/sidebar.html:178
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@@ -863,27 +864,27 @@ msgstr ""
#: apps/rules/models.py:307 apps/transactions/filters.py:74 #: apps/rules/models.py:307 apps/transactions/filters.py:74
#: apps/transactions/forms.py:60 apps/transactions/forms.py:279 #: apps/transactions/forms.py:60 apps/transactions/forms.py:279
#: apps/transactions/forms.py:454 apps/transactions/forms.py:767 #: apps/transactions/forms.py:454 apps/transactions/forms.py:767
#: apps/transactions/forms.py:1028 apps/transactions/models.py:277 #: apps/transactions/forms.py:1028 apps/transactions/models.py:278
#: apps/transactions/models.py:333 apps/transactions/models.py:561 #: apps/transactions/models.py:334 apps/transactions/models.py:565
#: apps/transactions/models.py:763 apps/transactions/models.py:1017 #: apps/transactions/models.py:767 apps/transactions/models.py:1021
#: templates/entities/fragments/list.html:5 #: templates/entities/fragments/list.html:5
#: templates/entities/pages/index.html:4 templates/includes/navbar.html:113 #: templates/entities/pages/index.html:4 templates/includes/navbar.html:113
#: templates/includes/sidebar.html:198 #: templates/includes/sidebar.html:190
#: templates/insights/fragments/category_overview/index.html:49 #: templates/insights/fragments/category_overview/index.html:49
msgid "Entities" msgid "Entities"
msgstr "" msgstr ""
#: apps/export_app/forms.py:56 apps/export_app/forms.py:140 #: apps/export_app/forms.py:56 apps/export_app/forms.py:140
#: apps/transactions/models.py:803 templates/includes/navbar.html:77 #: apps/transactions/models.py:807 templates/includes/navbar.html:77
#: templates/includes/sidebar.html:120 #: templates/includes/sidebar.html:112
#: templates/recurring_transactions/fragments/list.html:5 #: templates/recurring_transactions/fragments/list.html:5
#: templates/recurring_transactions/pages/index.html:4 #: templates/recurring_transactions/pages/index.html:4
msgid "Recurring Transactions" msgid "Recurring Transactions"
msgstr "" msgstr ""
#: apps/export_app/forms.py:62 apps/export_app/forms.py:138 #: apps/export_app/forms.py:62 apps/export_app/forms.py:138
#: apps/transactions/models.py:579 templates/includes/navbar.html:75 #: apps/transactions/models.py:583 templates/includes/navbar.html:75
#: templates/includes/sidebar.html:114 #: templates/includes/sidebar.html:106
#: templates/installment_plans/fragments/list.html:5 #: templates/installment_plans/fragments/list.html:5
#: templates/installment_plans/pages/index.html:4 #: templates/installment_plans/pages/index.html:4
msgid "Installment Plans" msgid "Installment Plans"
@@ -892,12 +893,12 @@ msgstr ""
#: apps/export_app/forms.py:74 apps/export_app/forms.py:143 #: apps/export_app/forms.py:74 apps/export_app/forms.py:143
#: templates/exchange_rates_services/fragments/list.html:6 #: templates/exchange_rates_services/fragments/list.html:6
#: templates/exchange_rates_services/pages/index.html:4 #: templates/exchange_rates_services/pages/index.html:4
#: templates/includes/navbar.html:143 templates/includes/sidebar.html:254 #: templates/includes/navbar.html:143 templates/includes/sidebar.html:246
msgid "Automatic Exchange Rates" msgid "Automatic Exchange Rates"
msgstr "" msgstr ""
#: apps/export_app/forms.py:80 templates/includes/navbar.html:135 #: apps/export_app/forms.py:80 templates/includes/navbar.html:135
#: templates/includes/sidebar.html:234 templates/rules/fragments/list.html:5 #: templates/includes/sidebar.html:226 templates/rules/fragments/list.html:5
#: templates/rules/pages/index.html:4 #: templates/rules/pages/index.html:4
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@@ -967,7 +968,7 @@ msgstr ""
#: apps/import_app/forms.py:61 #: apps/import_app/forms.py:61
#: templates/import_app/fragments/profiles/list.html:62 #: templates/import_app/fragments/profiles/list.html:62
#: templates/includes/navbar.html:137 templates/includes/sidebar.html:240 #: templates/includes/navbar.html:137 templates/includes/sidebar.html:232
msgid "Import" msgid "Import"
msgstr "" msgstr ""
@@ -1128,15 +1129,15 @@ msgstr ""
#: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36 #: apps/rules/forms.py:178 apps/rules/forms.py:192 apps/rules/models.py:36
#: apps/rules/models.py:271 apps/transactions/forms.py:396 #: apps/rules/models.py:271 apps/transactions/forms.py:396
#: apps/transactions/models.py:301 apps/transactions/models.py:521 #: apps/transactions/models.py:302 apps/transactions/models.py:525
#: apps/transactions/models.py:744 apps/transactions/models.py:987 #: apps/transactions/models.py:748 apps/transactions/models.py:991
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37 #: apps/rules/forms.py:179 apps/rules/forms.py:193 apps/rules/models.py:37
#: apps/rules/models.py:275 apps/transactions/filters.py:23 #: apps/rules/models.py:275 apps/transactions/filters.py:23
#: apps/transactions/forms.py:400 apps/transactions/models.py:303 #: apps/transactions/forms.py:400 apps/transactions/models.py:304
#: apps/transactions/models.py:989 templates/cotton/transaction/item.html:21 #: apps/transactions/models.py:993 templates/cotton/transaction/item.html:21
#: templates/cotton/transaction/item.html:32 #: templates/cotton/transaction/item.html:32
#: templates/transactions/widgets/paid_toggle_button.html:12 #: templates/transactions/widgets/paid_toggle_button.html:12
#: templates/transactions/widgets/unselectable_paid_toggle_button.html:16 #: templates/transactions/widgets/unselectable_paid_toggle_button.html:16
@@ -1146,15 +1147,15 @@ msgstr ""
#: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39 #: apps/rules/forms.py:181 apps/rules/forms.py:195 apps/rules/models.py:39
#: apps/rules/models.py:283 apps/transactions/forms.py:72 #: apps/rules/models.py:283 apps/transactions/forms.py:72
#: apps/transactions/forms.py:416 apps/transactions/forms.py:571 #: apps/transactions/forms.py:416 apps/transactions/forms.py:571
#: apps/transactions/forms.py:773 apps/transactions/models.py:305 #: apps/transactions/forms.py:773 apps/transactions/models.py:306
#: apps/transactions/models.py:539 apps/transactions/models.py:768 #: apps/transactions/models.py:543 apps/transactions/models.py:772
msgid "Reference Date" msgid "Reference Date"
msgstr "" msgstr ""
#: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41 #: apps/rules/forms.py:182 apps/rules/forms.py:196 apps/rules/models.py:41
#: apps/rules/models.py:287 apps/transactions/forms.py:423 #: apps/rules/models.py:287 apps/transactions/forms.py:423
#: apps/transactions/models.py:311 apps/transactions/models.py:749 #: apps/transactions/models.py:312 apps/transactions/models.py:753
#: apps/transactions/models.py:995 templates/insights/fragments/sankey.html:95 #: apps/transactions/models.py:999 templates/insights/fragments/sankey.html:95
#: templates/installment_plans/fragments/table.html:18 #: templates/installment_plans/fragments/table.html:18
#: templates/quick_transactions/fragments/list.html:15 #: templates/quick_transactions/fragments/list.html:15
#: templates/recurring_transactions/fragments/table.html:20 #: templates/recurring_transactions/fragments/table.html:20
@@ -1164,27 +1165,27 @@ msgstr ""
#: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14 #: apps/rules/forms.py:183 apps/rules/forms.py:197 apps/rules/models.py:14
#: apps/rules/models.py:42 apps/rules/models.py:291 #: apps/rules/models.py:42 apps/rules/models.py:291
#: apps/transactions/forms.py:427 apps/transactions/forms.py:575 #: apps/transactions/forms.py:427 apps/transactions/forms.py:575
#: apps/transactions/models.py:316 apps/transactions/models.py:523 #: apps/transactions/models.py:317 apps/transactions/models.py:527
#: apps/transactions/models.py:752 apps/transactions/models.py:1000 #: apps/transactions/models.py:756 apps/transactions/models.py:1004
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47 #: apps/rules/forms.py:186 apps/rules/forms.py:202 apps/rules/models.py:47
#: apps/rules/models.py:299 apps/transactions/models.py:355 #: apps/rules/models.py:299 apps/transactions/models.py:356
#: apps/transactions/models.py:1022 #: apps/transactions/models.py:1026
msgid "Internal Note" msgid "Internal Note"
msgstr "" msgstr ""
#: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48 #: apps/rules/forms.py:187 apps/rules/forms.py:203 apps/rules/models.py:48
#: apps/rules/models.py:303 apps/transactions/models.py:357 #: apps/rules/models.py:303 apps/transactions/models.py:358
#: apps/transactions/models.py:1024 #: apps/transactions/models.py:1028
msgid "Internal ID" msgid "Internal ID"
msgstr "" msgstr ""
#: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40 #: apps/rules/forms.py:190 apps/rules/forms.py:204 apps/rules/models.py:40
#: apps/rules/models.py:319 apps/transactions/forms.py:588 #: apps/rules/models.py:319 apps/transactions/forms.py:588
#: apps/transactions/models.py:215 apps/transactions/models.py:306 #: apps/transactions/models.py:216 apps/transactions/models.py:307
#: apps/transactions/models.py:990 #: apps/transactions/models.py:994
msgid "Mute" msgid "Mute"
msgstr "" msgstr ""
@@ -1197,7 +1198,7 @@ msgid "Set Values"
msgstr "" msgstr ""
#: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489 #: apps/rules/forms.py:415 apps/rules/forms.py:452 apps/rules/forms.py:489
#: apps/transactions/models.py:378 #: apps/transactions/models.py:379
msgid "Transaction" msgid "Transaction"
msgstr "" msgstr ""
@@ -1206,6 +1207,9 @@ msgid "Type to search for a transaction"
msgstr "" msgstr ""
#: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504 #: apps/rules/forms.py:431 apps/rules/forms.py:468 apps/rules/forms.py:504
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5
#: templates/rules/fragments/transaction_rule/view.html:121 #: templates/rules/fragments/transaction_rule/view.html:121
msgid "Test" msgid "Test"
msgstr "" msgstr ""
@@ -1443,40 +1447,40 @@ msgstr ""
msgid "End date should be after the start date" msgid "End date should be after the start date"
msgstr "" msgstr ""
#: apps/transactions/models.py:220 #: apps/transactions/models.py:221
msgid "" msgid ""
"Deactivated categories won't be able to be selected when creating new " "Deactivated categories won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:228 #: apps/transactions/models.py:229
msgid "Transaction Category" msgid "Transaction Category"
msgstr "" msgstr ""
#: apps/transactions/models.py:229 #: apps/transactions/models.py:230
msgid "Transaction Categories" msgid "Transaction Categories"
msgstr "" msgstr ""
#: apps/transactions/models.py:244 #: apps/transactions/models.py:245
msgid "" msgid ""
"Deactivated tags won't be able to be selected when creating new transactions" "Deactivated tags won't be able to be selected when creating new transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:252 apps/transactions/models.py:253 #: apps/transactions/models.py:253 apps/transactions/models.py:254
msgid "Transaction Tags" msgid "Transaction Tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:268 #: apps/transactions/models.py:269
msgid "" msgid ""
"Deactivated entities won't be able to be selected when creating new " "Deactivated entities won't be able to be selected when creating new "
"transactions" "transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:276 #: apps/transactions/models.py:277
msgid "Entity" msgid "Entity"
msgstr "" msgstr ""
#: apps/transactions/models.py:288 apps/transactions/models.py:967 #: apps/transactions/models.py:289 apps/transactions/models.py:971
#: templates/calendar_view/fragments/list.html:42 #: templates/calendar_view/fragments/list.html:42
#: templates/calendar_view/fragments/list.html:44 #: templates/calendar_view/fragments/list.html:44
#: templates/calendar_view/fragments/list.html:52 #: templates/calendar_view/fragments/list.html:52
@@ -1488,7 +1492,7 @@ msgstr ""
msgid "Income" msgid "Income"
msgstr "" msgstr ""
#: apps/transactions/models.py:289 apps/transactions/models.py:968 #: apps/transactions/models.py:290 apps/transactions/models.py:972
#: templates/calendar_view/fragments/list.html:46 #: templates/calendar_view/fragments/list.html:46
#: templates/calendar_view/fragments/list.html:48 #: templates/calendar_view/fragments/list.html:48
#: templates/calendar_view/fragments/list.html:56 #: templates/calendar_view/fragments/list.html:56
@@ -1499,129 +1503,129 @@ msgstr ""
msgid "Expense" msgid "Expense"
msgstr "" msgstr ""
#: apps/transactions/models.py:344 apps/transactions/models.py:578 #: apps/transactions/models.py:345 apps/transactions/models.py:582
msgid "Installment Plan" msgid "Installment Plan"
msgstr "" msgstr ""
#: apps/transactions/models.py:353 apps/transactions/models.py:802 #: apps/transactions/models.py:354 apps/transactions/models.py:806
msgid "Recurring Transaction" msgid "Recurring Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:361 #: apps/transactions/models.py:362
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: apps/transactions/models.py:366 #: apps/transactions/models.py:367
msgid "Deleted At" msgid "Deleted At"
msgstr "" msgstr ""
#: apps/transactions/models.py:458 templates/tags/fragments/table.html:71 #: apps/transactions/models.py:462 templates/tags/fragments/table.html:71
msgid "No tags" msgid "No tags"
msgstr "" msgstr ""
#: apps/transactions/models.py:460 #: apps/transactions/models.py:464
msgid "No category" msgid "No category"
msgstr "" msgstr ""
#: apps/transactions/models.py:462 #: apps/transactions/models.py:466
msgid "No description" msgid "No description"
msgstr "" msgstr ""
#: apps/transactions/models.py:510 templates/includes/sidebar.html:67 #: apps/transactions/models.py:514 templates/includes/sidebar.html:59
msgid "Yearly" msgid "Yearly"
msgstr "" msgstr ""
#: apps/transactions/models.py:511 apps/users/models.py:464 #: apps/transactions/models.py:515 apps/users/models.py:464
#: templates/includes/navbar.html:27 templates/includes/sidebar.html:61 #: templates/includes/navbar.html:27 templates/includes/sidebar.html:53
msgid "Monthly" msgid "Monthly"
msgstr "" msgstr ""
#: apps/transactions/models.py:512 #: apps/transactions/models.py:516
msgid "Weekly" msgid "Weekly"
msgstr "" msgstr ""
#: apps/transactions/models.py:513 #: apps/transactions/models.py:517
msgid "Daily" msgid "Daily"
msgstr "" msgstr ""
#: apps/transactions/models.py:526 #: apps/transactions/models.py:530
msgid "Number of Installments" msgid "Number of Installments"
msgstr "" msgstr ""
#: apps/transactions/models.py:531 #: apps/transactions/models.py:535
msgid "Installment Start" msgid "Installment Start"
msgstr "" msgstr ""
#: apps/transactions/models.py:532 #: apps/transactions/models.py:536
msgid "The installment number to start counting from" msgid "The installment number to start counting from"
msgstr "" msgstr ""
#: apps/transactions/models.py:537 apps/transactions/models.py:772 #: apps/transactions/models.py:541 apps/transactions/models.py:776
msgid "Start Date" msgid "Start Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:541 apps/transactions/models.py:773 #: apps/transactions/models.py:545 apps/transactions/models.py:777
msgid "End Date" msgid "End Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:546 #: apps/transactions/models.py:550
msgid "Recurrence" msgid "Recurrence"
msgstr "" msgstr ""
#: apps/transactions/models.py:549 #: apps/transactions/models.py:553
msgid "Installment Amount" msgid "Installment Amount"
msgstr "" msgstr ""
#: apps/transactions/models.py:568 apps/transactions/models.py:792 #: apps/transactions/models.py:572 apps/transactions/models.py:796
msgid "Add description to transactions" msgid "Add description to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:571 apps/transactions/models.py:795 #: apps/transactions/models.py:575 apps/transactions/models.py:799
msgid "Add notes to transactions" msgid "Add notes to transactions"
msgstr "" msgstr ""
#: apps/transactions/models.py:731 #: apps/transactions/models.py:735
msgid "day(s)" msgid "day(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:732 #: apps/transactions/models.py:736
msgid "week(s)" msgid "week(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:733 #: apps/transactions/models.py:737
msgid "month(s)" msgid "month(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:734 #: apps/transactions/models.py:738
msgid "year(s)" msgid "year(s)"
msgstr "" msgstr ""
#: apps/transactions/models.py:736 #: apps/transactions/models.py:740
#: templates/recurring_transactions/fragments/list.html:24 #: templates/recurring_transactions/fragments/list.html:24
msgid "Paused" msgid "Paused"
msgstr "" msgstr ""
#: apps/transactions/models.py:775 #: apps/transactions/models.py:779
msgid "Recurrence Type" msgid "Recurrence Type"
msgstr "" msgstr ""
#: apps/transactions/models.py:778 #: apps/transactions/models.py:782
msgid "Recurrence Interval" msgid "Recurrence Interval"
msgstr "" msgstr ""
#: apps/transactions/models.py:781 #: apps/transactions/models.py:785
msgid "Keep at most" msgid "Keep at most"
msgstr "" msgstr ""
#: apps/transactions/models.py:785 #: apps/transactions/models.py:789
msgid "Last Generated Date" msgid "Last Generated Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:788 #: apps/transactions/models.py:792
msgid "Last Generated Reference Date" msgid "Last Generated Reference Date"
msgstr "" msgstr ""
#: apps/transactions/models.py:1034 #: apps/transactions/models.py:1038
#: apps/transactions/views/quick_transactions.py:177 #: apps/transactions/views/quick_transactions.py:177
#: apps/transactions/views/quick_transactions.py:186 #: apps/transactions/views/quick_transactions.py:186
#: apps/transactions/views/quick_transactions.py:188 #: apps/transactions/views/quick_transactions.py:188
@@ -1630,8 +1634,8 @@ msgstr ""
msgid "Quick Transaction" msgid "Quick Transaction"
msgstr "" msgstr ""
#: apps/transactions/models.py:1035 templates/includes/navbar.html:73 #: apps/transactions/models.py:1039 templates/includes/navbar.html:73
#: templates/includes/sidebar.html:108 #: templates/includes/sidebar.html:100
#: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:5
#: templates/quick_transactions/pages/index.html:11 #: templates/quick_transactions/pages/index.html:11
msgid "Quick Transactions" msgid "Quick Transactions"
@@ -1948,7 +1952,7 @@ msgid "All Transactions"
msgstr "" msgstr ""
#: apps/users/models.py:470 templates/includes/navbar.html:33 #: apps/users/models.py:470 templates/includes/navbar.html:33
#: templates/includes/sidebar.html:73 #: templates/includes/sidebar.html:65
msgid "Calendar" msgid "Calendar"
msgstr "" msgstr ""
@@ -2060,6 +2064,7 @@ msgstr ""
#: templates/quick_transactions/fragments/list.html:34 #: templates/quick_transactions/fragments/list.html:34
#: templates/recurring_transactions/fragments/table.html:93 #: templates/recurring_transactions/fragments/table.html:93
#: templates/rules/fragments/list.html:45 #: templates/rules/fragments/list.html:45
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5
#: templates/rules/fragments/transaction_rule/view.html:61 #: templates/rules/fragments/transaction_rule/view.html:61
#: templates/rules/fragments/transaction_rule/view.html:96 #: templates/rules/fragments/transaction_rule/view.html:96
#: templates/rules/fragments/transaction_rule/view.html:137 #: templates/rules/fragments/transaction_rule/view.html:137
@@ -2279,7 +2284,7 @@ msgid "Pick a month"
msgstr "" msgstr ""
#: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5 #: templates/common/fragments/toasts.html:15 templates/extends/offcanvas.html:5
#: templates/includes/sidebar.html:53 #: templates/includes/sidebar.html:45
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@@ -2612,7 +2617,7 @@ msgid "Edit exchange rate"
msgstr "" msgstr ""
#: templates/exchange_rates/fragments/list.html:25 #: templates/exchange_rates/fragments/list.html:25
#: templates/includes/navbar.html:62 templates/includes/sidebar.html:93 #: templates/includes/navbar.html:62 templates/includes/sidebar.html:85
#: templates/installment_plans/fragments/list.html:21 #: templates/installment_plans/fragments/list.html:21
#: templates/yearly_overview/pages/overview_by_account.html:105 #: templates/yearly_overview/pages/overview_by_account.html:105
#: templates/yearly_overview/pages/overview_by_currency.html:107 #: templates/yearly_overview/pages/overview_by_currency.html:107
@@ -2669,7 +2674,7 @@ msgid "No services configured"
msgstr "" msgstr ""
#: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140 #: templates/export_app/pages/index.html:4 templates/includes/navbar.html:140
#: templates/includes/sidebar.html:247 #: templates/includes/sidebar.html:239
msgid "Export and Restore" msgid "Export and Restore"
msgstr "" msgstr ""
@@ -2766,7 +2771,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: templates/includes/navbar.html:41 templates/includes/sidebar.html:85 #: templates/includes/navbar.html:41 templates/includes/sidebar.html:77
msgid "Net Worth" msgid "Net Worth"
msgstr "" msgstr ""
@@ -2776,62 +2781,62 @@ msgstr ""
msgid "Current" msgid "Current"
msgstr "" msgstr ""
#: templates/includes/navbar.html:51 templates/includes/sidebar.html:79 #: templates/includes/navbar.html:51 templates/includes/sidebar.html:71
#: templates/insights/pages/index.html:5 #: templates/insights/pages/index.html:5
msgid "Insights" msgid "Insights"
msgstr "" msgstr ""
#: templates/includes/navbar.html:67 templates/includes/sidebar.html:101 #: templates/includes/navbar.html:67 templates/includes/sidebar.html:93
msgid "Trash Can" msgid "Trash Can"
msgstr "" msgstr ""
#: templates/includes/navbar.html:85 templates/includes/sidebar.html:126 #: templates/includes/navbar.html:85 templates/includes/sidebar.html:118
msgid "Tools" msgid "Tools"
msgstr "" msgstr ""
#: templates/includes/navbar.html:89 templates/includes/sidebar.html:128 #: templates/includes/navbar.html:89 templates/includes/sidebar.html:120
msgid "Dollar Cost Average Tracker" msgid "Dollar Cost Average Tracker"
msgstr "" msgstr ""
#: templates/includes/navbar.html:92 templates/includes/sidebar.html:134 #: templates/includes/navbar.html:92 templates/includes/sidebar.html:126
#: templates/mini_tools/unit_price_calculator.html:5 #: templates/mini_tools/unit_price_calculator.html:5
#: templates/mini_tools/unit_price_calculator.html:10 #: templates/mini_tools/unit_price_calculator.html:10
msgid "Unit Price Calculator" msgid "Unit Price Calculator"
msgstr "" msgstr ""
#: templates/includes/navbar.html:95 templates/includes/sidebar.html:140 #: templates/includes/navbar.html:95 templates/includes/sidebar.html:132
#: templates/mini_tools/currency_converter/currency_converter.html:8 #: templates/mini_tools/currency_converter/currency_converter.html:8
#: templates/mini_tools/currency_converter/currency_converter.html:15 #: templates/mini_tools/currency_converter/currency_converter.html:15
msgid "Currency Converter" msgid "Currency Converter"
msgstr "" msgstr ""
#: templates/includes/navbar.html:104 templates/includes/sidebar.html:159 #: templates/includes/navbar.html:104 templates/includes/sidebar.html:150
#: templates/includes/sidebar.html:171 #: templates/includes/sidebar.html:163
msgid "Management" msgid "Management"
msgstr "" msgstr ""
#: templates/includes/navbar.html:133 templates/includes/sidebar.html:232 #: templates/includes/navbar.html:133 templates/includes/sidebar.html:224
msgid "Automation" msgid "Automation"
msgstr "" msgstr ""
#: templates/includes/navbar.html:148 templates/includes/sidebar.html:261 #: templates/includes/navbar.html:148 templates/includes/sidebar.html:253
msgid "Admin" msgid "Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:157 templates/includes/sidebar.html:270 #: templates/includes/navbar.html:157 templates/includes/sidebar.html:262
msgid "Only use this if you know what you're doing" msgid "Only use this if you know what you're doing"
msgstr "" msgstr ""
#: templates/includes/navbar.html:158 templates/includes/sidebar.html:269 #: templates/includes/navbar.html:158 templates/includes/sidebar.html:261
msgid "Django Admin" msgid "Django Admin"
msgstr "" msgstr ""
#: templates/includes/navbar.html:169 templates/includes/sidebar.html:284 #: templates/includes/navbar.html:169 templates/includes/sidebar.html:276
msgid "is available" msgid "is available"
msgstr "" msgstr ""
#: templates/includes/navbar.html:174 templates/includes/navbar.html:177 #: templates/includes/navbar.html:174 templates/includes/navbar.html:177
#: templates/includes/sidebar.html:290 #: templates/includes/sidebar.html:282
msgid "Calculator" msgid "Calculator"
msgstr "" msgstr ""
@@ -3270,10 +3275,8 @@ msgid "Add transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/created.html:5 #: templates/rules/fragments/transaction_rule/dry_run/created.html:5
#: templates/rules/fragments/transaction_rule/dry_run/deleted.html:5 #: templates/rules/fragments/transaction_rule/view.html:127
#: templates/rules/fragments/transaction_rule/dry_run/updated.html:5 msgid "Create"
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/dry_run/visual.html:8 #: templates/rules/fragments/transaction_rule/dry_run/visual.html:8
@@ -3315,6 +3318,10 @@ msgstr ""
msgid "No transaction found, a new one will be created" msgid "No transaction found, a new one will be created"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/edit.html:5
msgid "Edit transaction rule"
msgstr ""
#: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/transaction_rule_action/add.html:5
#: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5 #: templates/rules/fragments/transaction_rule/update_or_create_transaction_rule_action/add.html:5
msgid "Add action to transaction rule" msgid "Add action to transaction rule"
@@ -3345,10 +3352,6 @@ msgstr ""
msgid "This rule has no actions" msgid "This rule has no actions"
msgstr "" msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:127
msgid "Create"
msgstr ""
#: templates/rules/fragments/transaction_rule/view.html:144 #: templates/rules/fragments/transaction_rule/view.html:144
msgid "Add new" msgid "Add new"
msgstr "" msgstr ""

View File

@@ -12,6 +12,4 @@
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'img/favicon/favicon-32x32.png' %}"> <link rel="icon" type="image/png" sizes="32x32" href="{% static 'img/favicon/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="96x96" href="{% static 'img/favicon/favicon-96x96.png' %}"> <link rel="icon" type="image/png" sizes="96x96" href="{% static 'img/favicon/favicon-96x96.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'img/favicon/favicon-16x16.png' %}"> <link rel="icon" type="image/png" sizes="16x16" href="{% static 'img/favicon/favicon-16x16.png' %}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{% static 'img/favicon/ms-icon-144x144.png' %}"> <meta name="msapplication-TileImage" content="{% static 'img/favicon/ms-icon-144x144.png' %}">
<meta name="theme-color" content="#ffffff">

View File

@@ -10,18 +10,10 @@
<nav <nav
id="sidebar" id="sidebar"
hx-boost="true" hx-boost="true"
hx-swap="transition:true"
data-bs-scroll="true" data-bs-scroll="true"
class="offcanvas-lg offcanvas-start d-lg-flex flex-column position-fixed top-0 start-0 h-100 bg-body-tertiary shadow-sm tw:z-1020"> class="offcanvas-lg offcanvas-start d-lg-flex flex-column position-fixed top-0 start-0 h-100 bg-body-tertiary shadow-sm tw:z-1020">
{# <div>#}
{# <a href="{% url 'index' %}" class="d-none d-lg-flex tw:justify-start p-3 text-decoration-none sidebar-title">#}
{# <img src="{% static 'img/logo-icon.svg' %}" alt="WYGIWYH Logo" height="30" width="30" title="WYGIWYH"/>#}
{# <span class="fs-4 fw-bold ms-3">WYGIWYH</span>#}
{# </a>#}
{##}
{##}
{# </div>#}
<div class="d-none d-lg-flex tw:justify-between tw:items-center tw:border-b tw:border-gray-600 tw:lg:flex"> <div class="d-none d-lg-flex tw:justify-between tw:items-center tw:border-b tw:border-gray-600 tw:lg:flex">
<a href="{% url 'index' %}" class="m-0 d-none d-lg-flex tw:justify-start p-3 text-decoration-none sidebar-title"> <a href="{% url 'index' %}" class="m-0 d-none d-lg-flex tw:justify-start p-3 text-decoration-none sidebar-title">
<img src="{% static 'img/logo-icon.svg' %}" alt="WYGIWYH Logo" height="30" width="30" title="WYGIWYH"/> <img src="{% static 'img/logo-icon.svg' %}" alt="WYGIWYH Logo" height="30" width="30" title="WYGIWYH"/>
@@ -154,16 +146,16 @@
aria-controls="collapsible-panel" aria-controls="collapsible-panel"
class="sidebar-menu-item tw:text-wrap tw:lg:text-nowrap tw:lg:text-sm d-flex align-items-center text-decoration-none p-2 rounded-3 sidebar-item {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index||import_profiles_index||automatic_exchange_rates_index||export_index||users_index' css_class="sidebar-active" %}"> class="sidebar-menu-item tw:text-wrap tw:lg:text-nowrap tw:lg:text-sm d-flex align-items-center text-decoration-none p-2 rounded-3 sidebar-item {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index||import_profiles_index||automatic_exchange_rates_index||export_index||users_index' css_class="sidebar-active" %}">
<i class="fa-solid fa-toolbox fa-fw"></i> <i class="fa-solid fa-toolbox fa-fw"></i>
<span <span class="ms-3 fw-medium tw:lg:group-hover:truncate tw:lg:group-focus:truncate tw:lg:group-hover:text-ellipsis tw:lg:group-focus:text-ellipsis">
class="ms-3 fw-medium tw:lg:group-hover:truncate tw:lg:group-focus:truncate tw:lg:group-hover:text-ellipsis tw:lg:group-focus:text-ellipsis"> {% translate 'Management' %}
{% translate 'Management' %} </span>
</span> <i class="fa-solid fa-chevron-right fa-fw ms-auto pe-2"></i>
</div> </div>
</ul> </ul>
<div class="mt-auto p-2 w-100"> <div class="mt-auto p-2 w-100">
<div id="collapsible-panel" <div id="collapsible-panel"
class="p-0 collapse tw:absolute tw:bottom-0 tw:left-0 tw:w-full tw:z-30 tw:max-h-dvh"> class="p-0 collapse tw:absolute tw:bottom-0 tw:left-0 tw:w-full tw:z-30 tw:max-h-dvh {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index||import_profiles_index||automatic_exchange_rates_index||export_index||users_index' css_class="show" %}">
<div class="tw:h-dvh tw:backdrop-blur-3xl tw:flex tw:flex-col"> <div class="tw:h-dvh tw:backdrop-blur-3xl tw:flex tw:flex-col">
<div <div
class="tw:justify-between tw:items-center tw:p-4 tw:border-b tw:border-gray-600 sidebar-submenu-header"> class="tw:justify-between tw:items-center tw:p-4 tw:border-b tw:border-gray-600 sidebar-submenu-header">

View File

@@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block title %}{% translate 'Edit transaction rule' %}{% endblock %} {% block title %}{% trans 'Test' %} - {% trans 'Create' %}{% endblock %}
{% block body %} {% block body %}
<form hx-post="{% url 'transaction_rule_dry_run_created' pk=rule.id %}" hx-target="#generic-offcanvas" <form hx-post="{% url 'transaction_rule_dry_run_created' pk=rule.id %}" hx-target="#generic-offcanvas"

View File

@@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block title %}{% translate 'Edit transaction rule' %}{% endblock %} {% block title %}{% trans 'Test' %} - {% trans 'Delete' %}{% endblock %}
{% block body %} {% block body %}
<form hx-post="{% url 'transaction_rule_dry_run_deleted' pk=rule.id %}" hx-target="#generic-offcanvas" <form hx-post="{% url 'transaction_rule_dry_run_deleted' pk=rule.id %}" hx-target="#generic-offcanvas"

View File

@@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block title %}{% translate 'Edit transaction rule' %}{% endblock %} {% block title %}{% trans 'Test' %} - {% trans 'Update' %}{% endblock %}
{% block body %} {% block body %}
<form hx-post="{% url 'transaction_rule_dry_run_updated' pk=rule.id %}" hx-target="#generic-offcanvas" <form hx-post="{% url 'transaction_rule_dry_run_updated' pk=rule.id %}" hx-target="#generic-offcanvas"

View File

@@ -15,7 +15,7 @@ services:
- ./frontend/:/usr/src/frontend:z - ./frontend/:/usr/src/frontend:z
- wygiwyh_temp:/usr/src/app/temp/ - wygiwyh_temp:/usr/src/app/temp/
ports: ports:
- "${OUTBOUND_PORT}:8000" - "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
env_file: env_file:
- .env - .env
depends_on: depends_on:

View File

@@ -4,7 +4,7 @@ services:
container_name: ${SERVER_NAME} container_name: ${SERVER_NAME}
command: /start-single command: /start-single
ports: ports:
- "${OUTBOUND_PORT}:8000" - "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
env_file: env_file:
- .env - .env
depends_on: depends_on:

View File

@@ -4,6 +4,9 @@ set -o errexit
set -o pipefail set -o pipefail
set -o nounset set -o nounset
# Set INTERNAL_PORT with default value of 8000
INTERNAL_PORT=${INTERNAL_PORT:-8000}
rm -f /tmp/migrations_complete rm -f /tmp/migrations_complete
python manage.py migrate python manage.py migrate
@@ -13,4 +16,4 @@ touch /tmp/migrations_complete
python manage.py setup_users python manage.py setup_users
exec python manage.py runserver 0.0.0.0:8000 exec python manage.py runserver 0.0.0.0:$INTERNAL_PORT

View File

@@ -4,6 +4,9 @@ set -o errexit
set -o pipefail set -o pipefail
set -o nounset set -o nounset
# Set INTERNAL_PORT with default value of 8000
INTERNAL_PORT=${INTERNAL_PORT:-8000}
# Remove flag file if it exists from previous run # Remove flag file if it exists from previous run
rm -f /tmp/migrations_complete rm -f /tmp/migrations_complete
@@ -15,4 +18,4 @@ touch /tmp/migrations_complete
python manage.py setup_users python manage.py setup_users
exec gunicorn WYGIWYH.wsgi:application --bind 0.0.0.0:8000 --timeout 600 exec gunicorn WYGIWYH.wsgi:application --bind 0.0.0.0:$INTERNAL_PORT --timeout 600