Base Legislation::Process model and admin page
This commit is contained in:
@@ -34,6 +34,9 @@ en:
|
||||
spending_proposal:
|
||||
one: "Spending proposal"
|
||||
other: "Spending proposals"
|
||||
legislation/process:
|
||||
one: "Process"
|
||||
other: "Processes"
|
||||
attributes:
|
||||
comment:
|
||||
body: "Comment"
|
||||
@@ -69,6 +72,20 @@ en:
|
||||
external_url: "Link to additional documentation"
|
||||
geozone_id: "Scope of operation"
|
||||
title: "Title"
|
||||
legislation/process:
|
||||
title: Process Title
|
||||
description: Description
|
||||
target: Target
|
||||
how_to_participate: How to participate
|
||||
additional_info: Additional info
|
||||
start_date: Start date
|
||||
end_date: End date
|
||||
debate_start_date: Debate start date
|
||||
debate_end_date: Debate end date
|
||||
draft_publication_date: Draft publication date
|
||||
allegations_start_date: Allegations start date
|
||||
allegations_end_date: Allegations end date
|
||||
final_publication_date: Final result publication date
|
||||
errors:
|
||||
models:
|
||||
user:
|
||||
@@ -90,4 +107,4 @@ en:
|
||||
proposal_notification:
|
||||
attributes:
|
||||
minimum_interval:
|
||||
invalid: "You have to wait a minium of %{interval} days between notifications"
|
||||
invalid: "You have to wait a minium of %{interval} days between notifications"
|
||||
|
||||
@@ -34,6 +34,9 @@ es:
|
||||
spending_proposal:
|
||||
one: "Propuesta de inversión"
|
||||
other: "Propuestas de inversión"
|
||||
legislation/process:
|
||||
one: "Proceso"
|
||||
other: "Procesos"
|
||||
attributes:
|
||||
comment:
|
||||
body: "Comentario"
|
||||
@@ -69,6 +72,20 @@ es:
|
||||
external_url: "Enlace a documentación adicional"
|
||||
geozone_id: "Ámbito de actuación"
|
||||
title: "Título"
|
||||
legislation/process:
|
||||
title: Título del proceso
|
||||
description: En qué consiste
|
||||
target: A quién afecta
|
||||
how_to_participate: Cómo participar
|
||||
additional_info: Información adicional
|
||||
start_date: Fecha de inicio del proceso
|
||||
end_date: Fecha de fin del proceso
|
||||
debate_start_date: Fecha de inicio del debate
|
||||
debate_end_date: Fecha de fin del debate
|
||||
draft_publication_date: Fecha de publicación del borrador
|
||||
allegations_start_date: Fecha de inicio de alegaciones
|
||||
allegations_end_date: Fecha de fin de alegaciones
|
||||
final_publication_date: Fecha de publicación del resultado final
|
||||
errors:
|
||||
models:
|
||||
user:
|
||||
@@ -90,4 +107,4 @@ es:
|
||||
proposal_notification:
|
||||
attributes:
|
||||
minimum_interval:
|
||||
invalid: "Debes esperar un mínimo de %{interval} días entre notificaciones"
|
||||
invalid: "Debes esperar un mínimo de %{interval} días entre notificaciones"
|
||||
|
||||
@@ -110,6 +110,7 @@ en:
|
||||
settings: Configuration settings
|
||||
spending_proposals: Spending proposals
|
||||
stats: Statistics
|
||||
legislation: Collaborative Legislation
|
||||
moderators:
|
||||
index:
|
||||
title: Moderators
|
||||
|
||||
@@ -108,6 +108,7 @@ es:
|
||||
settings: Configuración global
|
||||
spending_proposals: Propuestas de inversión
|
||||
stats: Estadísticas
|
||||
legislation: Legislación colaborativa
|
||||
moderators:
|
||||
index:
|
||||
title: Moderadores
|
||||
|
||||
27
config/locales/admin.legislation.en.yml
Normal file
27
config/locales/admin.legislation.en.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
en:
|
||||
admin:
|
||||
legislation:
|
||||
processes:
|
||||
edit:
|
||||
back: Back
|
||||
submit_button: Save changes
|
||||
errors:
|
||||
form:
|
||||
error: Error
|
||||
index:
|
||||
create: New process
|
||||
delete: Delete
|
||||
edit: Edit
|
||||
title: Legislation processess
|
||||
filters:
|
||||
open: Open
|
||||
next: Next
|
||||
past: Past
|
||||
all: All
|
||||
new:
|
||||
back: Back
|
||||
title: Create new collaborative legislation process
|
||||
submit_button: Create process
|
||||
process:
|
||||
title: Collaborative legislation process title
|
||||
27
config/locales/admin.legislation.es.yml
Normal file
27
config/locales/admin.legislation.es.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
es:
|
||||
admin:
|
||||
legislation:
|
||||
processes:
|
||||
edit:
|
||||
back: Volver
|
||||
submit_button: Guardar cambios
|
||||
errors:
|
||||
form:
|
||||
error: Error
|
||||
index:
|
||||
create: Nuevo proceso
|
||||
delete: Borrar
|
||||
edit: Editar
|
||||
title: Procesos de legislación colaborativa
|
||||
filters:
|
||||
open: Abiertos
|
||||
next: Próximamente
|
||||
past: Pasados
|
||||
all: Todos
|
||||
new:
|
||||
back: Volver
|
||||
title: Crear nuevo proceso de legislación colaborativa
|
||||
submit_button: Crear proceso
|
||||
process:
|
||||
title: Título del proceso de legislación colaborativa
|
||||
@@ -30,3 +30,4 @@ en:
|
||||
spending_proposals: Investment projects
|
||||
spending_proposal_features:
|
||||
voting_allowed: Voting on investment projects
|
||||
legislation: Legislation
|
||||
|
||||
@@ -29,4 +29,5 @@ es:
|
||||
debates: Debates
|
||||
spending_proposals: Propuestas de inversión
|
||||
spending_proposal_features:
|
||||
voting_allowed: Votaciones sobre propuestas de inversión.
|
||||
voting_allowed: Votaciones sobre propuestas de inversión.
|
||||
legislation: Legislación
|
||||
|
||||
Reference in New Issue
Block a user