From ab5f48e1e038f2d2d11006604d6ab73ed7c2411a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Faneca?= Date: Mon, 15 Jan 2024 18:38:21 +0000 Subject: [PATCH 1/2] [#368] updated PT translation --- locales/pt/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/pt/translation.json b/locales/pt/translation.json index c85940d..2697f2c 100644 --- a/locales/pt/translation.json +++ b/locales/pt/translation.json @@ -440,6 +440,10 @@ "yearByYear": "Ano-A-Ano", "incomeByCategory": "Receita por categoria", "expensesByCategory": "Despesa por categoria", + "incomeByEntity": "Receita por entidade", + "expensesByEntity": "Despesa por entidade", + "incomeByTag": "Receita por tag", + "expensesByTag": "Despesa por tag", "projectedBalanceAssets": "Balanço projetado (Ativos)", "netIncome": "Receita líquida", "others": "Outros", From 13a63e45f6261d8971fdf47d0f442d264a180383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Faneca?= Date: Mon, 15 Jan 2024 18:40:14 +0000 Subject: [PATCH 2/2] [#370] app version to 6.0.1 --- js/consts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/consts.js b/js/consts.js index c632db8..bc7dcb2 100644 --- a/js/consts.js +++ b/js/consts.js @@ -5,7 +5,7 @@ function RemoveLastDirectoryPartOf (the_url) { } var MYFIN = { - APP_VERSION: '6.0.0', + APP_VERSION: '6.0.1', TRX_TYPES: { INCOME: 'I', EXPENSE: 'E',