From 3c579afc66b54ac6e58835a6b6348d70453b7910 Mon Sep 17 00:00:00 2001 From: marcoitaloesp-ai Date: Mon, 15 Dec 2025 16:01:18 +0000 Subject: [PATCH] =?UTF-8?q?v1.34.7:=20Adicionada=20tradu=C3=A7=C3=A3o=20co?= =?UTF-8?q?stCenters.name=20+=20subcategorias=20Filhos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed: - Adicionado costCenters.name (Nome/Name/Nombre) - Corrige coluna em relatórios por centro de custo Added: - 5 novas subcategorias em Filhos - Mesada, Passeios, Festas, Material Escolar, Transporte Escolar - Total de 12 subcategorias disponíveis --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- frontend/src/i18n/locales/en.json | 1 + frontend/src/i18n/locales/es.json | 1 + frontend/src/i18n/locales/pt-BR.json | 1 + 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eaaa60..a46599d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/pt-BR/). Este projeto adota [Versionamento Semântico](https://semver.org/pt-BR/). +## [1.34.7] - 2025-12-15 + +### Fixed +- **i18n** - Adicionada tradução costCenters.name + - Adicionado `costCenters.name` ("Nome" / "Name" / "Nombre") + - Corrige coluna de nome em relatórios por centro de custo + - Traduções completas em pt-BR, en, es + +### Added +- **Categorias** - Adicionadas subcategorias em "Filhos" + - 💰 Mesada - Mesada, semanada, dinheiro de bolso + - 🎈 Passeios - Parques, cinema, zoológico, eventos + - 🎂 Festas - Aniversário, festas, eventos infantis + - ✏️ Material Escolar - Cadernos, lápis, mochilas, uniformes + - 🚌 Transporte Escolar - Ônibus escolar, transporte particular + - Total: 12 subcategorias em "Filhos" + ## [1.34.6] - 2025-12-15 ### Fixed diff --git a/VERSION b/VERSION index 6fef6c5..ca38008 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.34.6 +1.34.7 diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index f0d7f45..8e4d8f1 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -333,6 +333,7 @@ "costCenters": { "title": "Cost Center Management", "costCenter": "Cost Center", + "name": "Name", "newCostCenter": "New Cost Center", "editCostCenter": "Edit Cost Center", "deleteCostCenter": "Delete Cost Center", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index d7a1089..1a2ed32 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -333,6 +333,7 @@ "costCenters": { "title": "Gestión de Centros de Costo", "costCenter": "Centro de Costo", + "name": "Nombre", "newCostCenter": "Nuevo Centro de Costo", "editCostCenter": "Editar Centro de Costo", "deleteCostCenter": "Eliminar Centro de Costo", diff --git a/frontend/src/i18n/locales/pt-BR.json b/frontend/src/i18n/locales/pt-BR.json index 7511d96..33308cf 100644 --- a/frontend/src/i18n/locales/pt-BR.json +++ b/frontend/src/i18n/locales/pt-BR.json @@ -335,6 +335,7 @@ "costCenters": { "title": "Gerenciamento de Centros de Custo", "costCenter": "Centro de Custo", + "name": "Nome", "newCostCenter": "Novo Centro de Custo", "editCostCenter": "Editar Centro de Custo", "deleteCostCenter": "Excluir Centro de Custo",