proyectos: status true/false ahora muestra Activo/Inactivo via i18n
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user