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",