From 0c48e9fe3d3a8e941c96cf91467b2e8fb8d36ee4 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 20 Jun 2025 02:16:37 -0300 Subject: [PATCH 1/2] docs: wrong OIDC callback url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7a42c..30901be 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ To configure OIDC, you need to set the following environment variables: When configuring your OIDC provider, you will need to provide a callback URL (also known as a Redirect URI). For WYGIWYH, the default callback URL is: -`https://your.wygiwyh.domain/daa/accounts/oidc//login/callback/` +`https://your.wygiwyh.domain/auth/oidc//login/callback/` Replace `https://your.wygiwyh.domain` with the actual URL where your WYGIWYH instance is accessible. And `` with the slugfied value set in OIDC_CLIENT_NAME or the default `openid-connect` if you haven't set this variable. From 22900b5d9e66f39866e83ae4a4421e27714de462 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 20 Jun 2025 05:32:19 +0000 Subject: [PATCH 2/2] locale(Portuguese (Brazil)): update translation Currently translated at 100.0% (659 of 659 strings) Translation: WYGIWYH/App Translate-URL: https://translations.herculino.com/projects/wygiwyh/app/pt_BR/ --- app/locale/pt_BR/LC_MESSAGES/django.po | 34 ++++++++------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/app/locale/pt_BR/LC_MESSAGES/django.po b/app/locale/pt_BR/LC_MESSAGES/django.po index 7510bcb..fff8555 100644 --- a/app/locale/pt_BR/LC_MESSAGES/django.po +++ b/app/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-06-20 05:07+0000\n" -"PO-Revision-Date: 2025-04-27 20:17+0000\n" +"PO-Revision-Date: 2025-06-20 07:16+0000\n" "Last-Translator: Herculino Trotta \n" "Language-Team: Portuguese (Brazil) \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.11\n" +"X-Generator: Weblate 5.11.4\n" #: apps/accounts/forms.py:24 msgid "Group name" @@ -1512,18 +1512,14 @@ msgid "Last Generated Reference Date" msgstr "Última data de referência gerada" #: apps/transactions/models.py:964 templates/cotton/ui/transactions_fab.html:59 -#, fuzzy -#| msgid "Edit Transaction" msgid "Quick Transaction" -msgstr "Editar Transação" +msgstr "Transação Rápida" #: apps/transactions/models.py:965 templates/includes/navbar.html:72 #: templates/quick_transactions/pages/index.html:5 #: templates/quick_transactions/pages/index.html:11 -#, fuzzy -#| msgid "Transactions" msgid "Quick Transactions" -msgstr "Transações" +msgstr "Transações Rápidas" #: apps/transactions/validators.py:8 #, python-format @@ -1619,10 +1615,8 @@ msgid "Item updated successfully" msgstr "Item atualizado com sucesso" #: apps/transactions/views/quick_transactions.py:99 -#, fuzzy -#| msgid "Rule deleted successfully" msgid "Item deleted successfully" -msgstr "Regra apagada com sucesso" +msgstr "Item apagado com sucesso" #: apps/transactions/views/quick_transactions.py:145 #: apps/transactions/views/transactions.py:52 @@ -3018,27 +3012,21 @@ msgstr "Evolução por conta" #: templates/quick_transactions/fragments/add.html:5 #: templates/quick_transactions/fragments/create_menu.html:5 -#, fuzzy -#| msgid "Add recurring transaction" msgid "Add quick transaction" -msgstr "Adicionar transação recorrente" +msgstr "Adicionar transação rápida" #: templates/quick_transactions/fragments/create_menu.html:13 #: templates/quick_transactions/fragments/list.html:55 msgid "Nothing to see here..." -msgstr "" +msgstr "Nada para ver aqui..." #: templates/quick_transactions/fragments/edit.html:5 -#, fuzzy -#| msgid "Edit transaction" msgid "Edit quick transaction" -msgstr "Editar transação" +msgstr "Editar transação rápida" #: templates/quick_transactions/fragments/list.html:38 -#, fuzzy -#| msgid "Yes, delete them!" msgid "This will delete this item" -msgstr "Sim, apague!" +msgstr "Isso apagará este item" #: templates/recurring_transactions/fragments/add.html:5 msgid "Add recurring transaction" @@ -3281,10 +3269,8 @@ msgid "Use the credentials below to login" msgstr "Use as credenciais abaixo para fazer login" #: templates/users/login.html:40 -#, fuzzy -#| msgid "ends with" msgid "Login with" -msgstr "termina em" +msgstr "Login com" #: templates/yearly_overview/pages/overview_by_account.html:7 #: templates/yearly_overview/pages/overview_by_currency.html:9