proyectos: status true/false ahora muestra Activo/Inactivo via i18n

This commit is contained in:
2026-05-27 21:44:41 -05:00
parent 66b3e24fec
commit 9ae2af3ea2
10 changed files with 64 additions and 18 deletions
+3 -1
View File
@@ -41,7 +41,7 @@
"common": {
"loading": "Loading...",
"retry": "Retry",
"backToProjects": "Back to Projects",
"backToProjects": "Back to Projects",
"noDescription": "No description"
},
"sidebar": {
@@ -79,6 +79,8 @@
"selectProject": "Select a project from the sidebar"
},
"status": {
"active": "Active",
"inactive": "Inactive",
"backlog": "Backlog",
"todo": "To do",
"inProgress": "In progress",
+3 -1
View File
@@ -41,7 +41,7 @@
"common": {
"loading": "Cargando...",
"retry": "Reintentar",
"backToProjects": "Volver a Proyectos",
"backToProjects": "Volver a Proyectos",
"noDescription": "Sin descripción"
},
"sidebar": {
@@ -79,6 +79,8 @@
"selectProject": "Seleccioná un proyecto del panel lateral"
},
"status": {
"active": "Activo",
"inactive": "Inactivo",
"backlog": "Backlog",
"todo": "Por hacer",
"inProgress": "En progreso",