Add CRUD Milestone on Admin::BudgetInvestment. Rename Checkpoint to Milestone.
This commit is contained in:
@@ -10,6 +10,9 @@ en:
|
||||
budget/investment:
|
||||
one: "Investment"
|
||||
other: "Investments"
|
||||
budget/investment/milestone:
|
||||
one: "milestone"
|
||||
other: "milestones"
|
||||
comment:
|
||||
one: "Comment"
|
||||
other: "Comments"
|
||||
@@ -98,6 +101,9 @@ en:
|
||||
title: "Title"
|
||||
location: "Location"
|
||||
organization_name: "If you are proposing in the name of a collective/organization, write its name"
|
||||
budget/investment/milestone:
|
||||
title: "Title"
|
||||
description: "Description"
|
||||
comment:
|
||||
body: "Comment"
|
||||
user: "User"
|
||||
|
||||
@@ -10,6 +10,9 @@ es:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
one: "seguimiento"
|
||||
other: "seguimientos"
|
||||
comment:
|
||||
one: "Comentario"
|
||||
other: "Comentarios"
|
||||
@@ -96,6 +99,9 @@ es:
|
||||
comment:
|
||||
body: "Comentario"
|
||||
user: "Usuario"
|
||||
budget/investment/milestone:
|
||||
title: "Título"
|
||||
description: "Descripción"
|
||||
debate:
|
||||
author: "Autor"
|
||||
description: "Opinión"
|
||||
|
||||
@@ -151,6 +151,8 @@ en:
|
||||
edit_dossier: Edit dossier
|
||||
tags: Tags
|
||||
undefined: Undefined
|
||||
milestone: Milestone
|
||||
new_milestone: Create new milestone
|
||||
edit:
|
||||
classification: Clasification
|
||||
assigned_valuators: Valuators
|
||||
@@ -160,6 +162,23 @@ en:
|
||||
tags_placeholder: "Write the tags you want separated by commas (,)"
|
||||
undefined: Undefined
|
||||
search_unfeasible: Search unfeasible
|
||||
milestones:
|
||||
index:
|
||||
table_id: "ID"
|
||||
table_title: "Title"
|
||||
table_description: "Description"
|
||||
table_actions: "Actions"
|
||||
delete: "Delete milestone"
|
||||
new:
|
||||
creating: Create milestone
|
||||
edit:
|
||||
title: Edit milestone
|
||||
create:
|
||||
notice: New milestone created successfully!
|
||||
update:
|
||||
notice: Milestone updated successfully
|
||||
delete:
|
||||
notice: Milestone successfully deleted
|
||||
comments:
|
||||
index:
|
||||
filter: Filter
|
||||
|
||||
@@ -151,6 +151,8 @@ es:
|
||||
edit_dossier: Editar informe
|
||||
tags: Etiquetas
|
||||
undefined: Sin definir
|
||||
milestone: Seguimiento
|
||||
new_milestone: Crear nuevo seguimiento
|
||||
edit:
|
||||
classification: Clasificación
|
||||
assigned_valuators: Evaluadores
|
||||
@@ -160,6 +162,23 @@ es:
|
||||
tags_placeholder: "Escribe las etiquetas que desees separadas por comas (,)"
|
||||
undefined: Sin definir
|
||||
search_unfeasible: Buscar inviables
|
||||
milestones:
|
||||
index:
|
||||
table_id: "ID"
|
||||
table_title: "Título"
|
||||
table_description: "Descripción"
|
||||
table_actions: "Acciones"
|
||||
delete: "Eliminar seguimiento"
|
||||
new:
|
||||
creating: Crear seguimiento
|
||||
edit:
|
||||
title: Editar seguimiento
|
||||
create:
|
||||
notice: Nuevo seguimiento creado con éxito!
|
||||
update:
|
||||
notice: Seguimiento actualizado
|
||||
delete:
|
||||
notice: Seguimiento borrado correctamente
|
||||
comments:
|
||||
index:
|
||||
filter: Filtro
|
||||
|
||||
Reference in New Issue
Block a user