Merge branch 'master' into content_blocks_for_headings
This commit is contained in:
@@ -128,7 +128,7 @@ ignore_unused:
|
||||
- 'admin.comments.index.filter*'
|
||||
- 'admin.banners.index.filters.*'
|
||||
- 'admin.debates.index.filter*'
|
||||
- 'admin.proposals.index.filter*'
|
||||
- 'admin.hidden_proposals.index.filter*'
|
||||
- 'admin.proposal_notifications.index.filter*'
|
||||
- 'admin.budgets.index.filter*'
|
||||
- 'admin.budget_investments.index.filter*'
|
||||
|
||||
@@ -7,8 +7,8 @@ module ActionDispatch::Routing::UrlFor
|
||||
case resource.class.name
|
||||
when "Budget::Investment"
|
||||
[resource.budget, resource]
|
||||
when "Budget::Investment::Milestone"
|
||||
[resource.investment.budget, resource.investment, resource]
|
||||
when "Milestone"
|
||||
[*resource_hierarchy_for(resource.milestoneable), resource]
|
||||
when "Legislation::Annotation"
|
||||
[resource.draft_version.process, resource.draft_version, resource]
|
||||
when "Legislation::Proposal", "Legislation::Question", "Legislation::DraftVersion"
|
||||
|
||||
@@ -86,12 +86,12 @@ ar:
|
||||
organization_name: "إذا كنت تقترح بإسم جماعي/منظمة, أو نيابة عن أشخاص آخرين, اكتب إسمها"
|
||||
image: "اقتراح صورة وصفية"
|
||||
image_title: "عنوان الصورة"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "حالة الإستثمار الحالية (إختياري)"
|
||||
title: "العنوان"
|
||||
description: "الوصف (إختياري ان كان هناك حالة معينة)"
|
||||
publication_date: "تاريخ النشر"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "الاسم"
|
||||
description: "الوصف (إختياري)"
|
||||
budget/heading:
|
||||
|
||||
@@ -7,7 +7,7 @@ ast:
|
||||
budget/investment:
|
||||
one: "Proyectu de inversión"
|
||||
other: "Proyectos d'inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "finxu"
|
||||
other: "finxos"
|
||||
comment:
|
||||
|
||||
@@ -10,7 +10,7 @@ ca:
|
||||
budget/investment:
|
||||
one: "Proposta d'inversió"
|
||||
other: "Propostes d'inversió"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "fita"
|
||||
other: "fites"
|
||||
comment:
|
||||
|
||||
@@ -10,10 +10,10 @@ de:
|
||||
budget/investment:
|
||||
one: "Ausgabenvorschlag"
|
||||
other: "Ausgabenvorschläge"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "Meilenstein"
|
||||
other: "Meilensteine"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Status des Ausgabenvorschlags"
|
||||
other: "Status der Ausgabenvorschläge"
|
||||
comment:
|
||||
@@ -131,12 +131,12 @@ de:
|
||||
organization_name: "Wenn Sie einen Vorschlag im Namen einer Gruppe, Organisation oder mehreren Personen einreichen, nennen Sie bitte dessen/deren Name/n"
|
||||
image: "Beschreibendes Bild zum Ausgabenvorschlag"
|
||||
image_title: "Bildtitel"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Derzeitiger Status des Ausgabenvorschlags (optional)"
|
||||
title: "Titel"
|
||||
description: "Beschreibung (optional, wenn kein Status zugewiesen ist)"
|
||||
publication_date: "Datum der Veröffentlichung"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Name"
|
||||
description: "Beschreibung (optional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -403,7 +403,7 @@ de:
|
||||
status_planned: Geplant
|
||||
subnav:
|
||||
info: Information
|
||||
draft_texts: Ausarbeitung
|
||||
draft_versions: Ausarbeitung
|
||||
questions: Diskussion
|
||||
proposals: Vorschläge
|
||||
proposals:
|
||||
@@ -1004,7 +1004,7 @@ de:
|
||||
search:
|
||||
title: Organisationen suchen
|
||||
no_results: Keine Organisationen gefunden.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filter
|
||||
filters:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
en-US:
|
||||
activerecord:
|
||||
models:
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "Meilenstein"
|
||||
other: "Meilensteine"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Investitionsstatus, Anlagenstatus"
|
||||
other: "Investitionsstatus, Anlagenstatus"
|
||||
comment:
|
||||
|
||||
@@ -10,12 +10,12 @@ en:
|
||||
budget/investment:
|
||||
one: "Investment"
|
||||
other: "Investments"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "milestone"
|
||||
other: "milestones"
|
||||
budget/investment/status:
|
||||
one: "Investment status"
|
||||
other: "Investment statuses"
|
||||
milestone/status:
|
||||
one: "Milestone Status"
|
||||
other: "Milestone Statuses"
|
||||
comment:
|
||||
one: "Comment"
|
||||
other: "Comments"
|
||||
@@ -82,9 +82,6 @@ en:
|
||||
legislation/draft_versions:
|
||||
one: "Draft version"
|
||||
other: "Draft versions"
|
||||
legislation/draft_texts:
|
||||
one: "Draft"
|
||||
other: "Drafts"
|
||||
legislation/questions:
|
||||
one: "Question"
|
||||
other: "Questions"
|
||||
@@ -131,12 +128,12 @@ en:
|
||||
organization_name: "If you are proposing in the name of a collective/organization, or on behalf of more people, write its name"
|
||||
image: "Proposal descriptive image"
|
||||
image_title: "Image title"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Current investment status (optional)"
|
||||
title: "Title"
|
||||
description: "Description (optional if there's an status assigned)"
|
||||
publication_date: "Publication date"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Name"
|
||||
description: "Description (optional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -135,6 +135,8 @@ en:
|
||||
max_votable_headings: "Maximum number of headings in which a user can vote"
|
||||
current_of_max_headings: "%{current} of %{max}"
|
||||
allow_content_block: Allow content block
|
||||
latitude: Latitude
|
||||
longitude: Longitude
|
||||
winners:
|
||||
calculate: Calculate Winner Investments
|
||||
calculated: Winners being calculated, it may take a minute.
|
||||
@@ -290,24 +292,24 @@ en:
|
||||
notice: Milestone successfully deleted
|
||||
statuses:
|
||||
index:
|
||||
title: Investment statuses
|
||||
empty_statuses: There are no investment statuses created
|
||||
new_status: Create new investment status
|
||||
title: Milestone statuses
|
||||
empty_statuses: There are no milestone statuses created
|
||||
new_status: Create new milestone status
|
||||
table_name: Name
|
||||
table_description: Description
|
||||
table_actions: Actions
|
||||
delete: Delete
|
||||
edit: Edit
|
||||
edit:
|
||||
title: Edit investment status
|
||||
title: Edit milestone status
|
||||
update:
|
||||
notice: Investment status updated successfully
|
||||
notice: Milestone status updated successfully
|
||||
new:
|
||||
title: Create investment status
|
||||
title: Create milestone status
|
||||
create:
|
||||
notice: Investment status created successfully
|
||||
notice: Milestone status created successfully
|
||||
delete:
|
||||
notice: Investment status deleted successfully
|
||||
notice: Milestone status deleted successfully
|
||||
comments:
|
||||
index:
|
||||
filter: Filter
|
||||
@@ -417,7 +419,7 @@ en:
|
||||
status_planned: Planned
|
||||
subnav:
|
||||
info: Information
|
||||
draft_texts: Drafting
|
||||
draft_versions: Drafting
|
||||
questions: Debate
|
||||
proposals: Proposals
|
||||
proposals:
|
||||
@@ -1038,7 +1040,7 @@ en:
|
||||
search:
|
||||
title: Search Organisations
|
||||
no_results: No organizations found.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filter
|
||||
filters:
|
||||
|
||||
@@ -20,6 +20,8 @@ en:
|
||||
max_votes_for_debate_edit_description: "From this number of votes the author of a Debate can no longer edit it"
|
||||
proposal_code_prefix: "Prefix for Proposal codes"
|
||||
proposal_code_prefix_description: "This prefix will appear in the Proposals before the creation date and its ID"
|
||||
featured_proposals_number: "Number of featured proposals"
|
||||
featured_proposals_number_description: "Number of featured proposals that will be displayed if the Featured proposals feature is active"
|
||||
votes_for_proposal_success: "Number of votes necessary for approval of a Proposal"
|
||||
votes_for_proposal_success_description: "When a proposal reaches this number of supports it will no longer be able to receive more supports and is considered successful"
|
||||
months_to_archive_proposals: "Months to archive Proposals"
|
||||
@@ -85,6 +87,8 @@ en:
|
||||
google_login_description: "Allow users to sign up with their Google Account"
|
||||
proposals: "Proposals"
|
||||
proposals_description: "Citizens' proposals are an opportunity for neighbours and collectives to decide directly how they want their city to be, after getting sufficient support and submitting to a citizens' vote"
|
||||
featured_proposals: "Featured proposals"
|
||||
featured_proposals_description: "Shows featured proposals on index proposals page"
|
||||
debates: "Debates"
|
||||
debates_description: "The citizens' debate space is aimed at anyone who can present issues that concern them and about which they want to share their views with others"
|
||||
polls: "Polls"
|
||||
|
||||
@@ -7,10 +7,10 @@ es-AR:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Estado de Inversiones"
|
||||
other: "Estado de Inversiones"
|
||||
comment:
|
||||
@@ -113,12 +113,12 @@ es-AR:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Estado de inversión actual ( opcional)"
|
||||
title: "Título"
|
||||
description: "Descripción (opcional si hay estado asignado)"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nombre"
|
||||
description: "Descripción (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -367,7 +367,7 @@ es-AR:
|
||||
status_planned: Próximamente
|
||||
subnav:
|
||||
info: Información
|
||||
draft_texts: Redacción
|
||||
draft_versions: Redacción
|
||||
questions: Debate
|
||||
proposals: Propuestas
|
||||
proposals:
|
||||
@@ -906,7 +906,7 @@ es-AR:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-BO:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-BO:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-BO:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ es-CL:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Estado de la inversión"
|
||||
other: "Estados de las inversiones"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ es-CL:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Estado actual de la inversión (opcional)"
|
||||
title: "Título"
|
||||
description: "Descripción (opcional si hay una condición asignada)"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nombre"
|
||||
description: "Descripción (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -361,7 +361,7 @@ es-CL:
|
||||
status_planned: Próximamente
|
||||
subnav:
|
||||
info: Información
|
||||
draft_texts: Redacción
|
||||
draft_versions: Redacción
|
||||
questions: Debate
|
||||
proposals: Propuestas
|
||||
proposals:
|
||||
@@ -841,7 +841,7 @@ es-CL:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-CO:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-CO:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-CO:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-CR:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-CR:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-CR:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-DO:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-DO:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-DO:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-EC:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-EC:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-EC:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-GT:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-GT:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-GT:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-HN:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-HN:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-HN:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ es-MX:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Estado de inversión"
|
||||
other: "Estados de inversión"
|
||||
comment:
|
||||
@@ -128,11 +128,11 @@ es-MX:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
description: "Descripción (opcional si cuenta con un estado asignado)"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nombre"
|
||||
description: "Descripción (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-MX:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-NI:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-NI:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-NI:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-PA:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-PA:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-PA:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-PE:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-PE:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-PE:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-PR:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-PR:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-PR:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-PY:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-PY:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-PY:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-SV:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-SV:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-SV:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-UY:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-UY:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -711,7 +711,7 @@ es-UY:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ es-VE:
|
||||
budget/investment:
|
||||
one: "Proyecto de inversión"
|
||||
other: "Proyectos de inversión"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
comment:
|
||||
@@ -104,7 +104,7 @@ es-VE:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva de la propuesta de inversión"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Título"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/heading:
|
||||
|
||||
@@ -773,7 +773,7 @@ es-VE:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -10,12 +10,12 @@ es:
|
||||
budget/investment:
|
||||
one: "Proyecto de gasto"
|
||||
other: "Proyectos de gasto"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "hito"
|
||||
other: "hitos"
|
||||
budget/investment/status:
|
||||
one: "Estado del proyecto"
|
||||
other: "Estados del proyecto"
|
||||
milestone/status:
|
||||
one: "Estado de seguimiento"
|
||||
other: "Estados de seguimiento"
|
||||
comment:
|
||||
one: "Comentario"
|
||||
other: "Comentarios"
|
||||
@@ -82,9 +82,6 @@ es:
|
||||
legislation/draft_versions:
|
||||
one: "Versión borrador"
|
||||
other: "Versiones borrador"
|
||||
legislation/draft_texts:
|
||||
one: "Borrador"
|
||||
other: "Borradores"
|
||||
legislation/questions:
|
||||
one: "Pregunta"
|
||||
other: "Preguntas"
|
||||
@@ -131,12 +128,12 @@ es:
|
||||
organization_name: "Si estás proponiendo en nombre de una organización o colectivo, o en nombre de más gente, escribe su nombre"
|
||||
image: "Imagen descriptiva del proyecto de gasto"
|
||||
image_title: "Título de la imagen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Estado actual del proyecto (opcional)"
|
||||
title: "Título"
|
||||
description: "Descripción (opcional si hay un estado asignado)"
|
||||
publication_date: "Fecha de publicación"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nombre"
|
||||
description: "Descripción (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -289,24 +289,24 @@ es:
|
||||
notice: Hito borrado correctamente
|
||||
statuses:
|
||||
index:
|
||||
title: Estados de proyectos
|
||||
empty_statuses: Aún no se ha creado ningún estado de proyecto
|
||||
new_status: Crear nuevo estado de proyecto
|
||||
title: Estados de seguimiento
|
||||
empty_statuses: Aún no se ha creado ningún estado de seguimiento
|
||||
new_status: Crear nuevo estado de seguimiento
|
||||
table_name: Nombre
|
||||
table_description: Descripción
|
||||
table_actions: Acciones
|
||||
delete: Borrar
|
||||
edit: Editar
|
||||
edit:
|
||||
title: Editar estado de proyecto
|
||||
title: Editar estado de seguimiento
|
||||
update:
|
||||
notice: Estado de proyecto editado correctamente
|
||||
notice: Estado de seguimiento editado correctamente
|
||||
new:
|
||||
title: Crear estado de proyecto
|
||||
title: Crear estado de seguimiento
|
||||
create:
|
||||
notice: Estado de proyecto creado correctamente
|
||||
notice: Estado de seguimiento creado correctamente
|
||||
delete:
|
||||
notice: Estado de proyecto eliminado correctamente
|
||||
notice: Estado de seguimiento eliminado correctamente
|
||||
comments:
|
||||
index:
|
||||
filter: Filtro
|
||||
@@ -416,7 +416,7 @@ es:
|
||||
status_planned: Próximamente
|
||||
subnav:
|
||||
info: Información
|
||||
draft_texts: Redacción
|
||||
draft_versions: Redacción
|
||||
questions: Debate
|
||||
proposals: Propuestas
|
||||
proposals:
|
||||
@@ -1036,7 +1036,7 @@ es:
|
||||
search:
|
||||
title: Buscar Organizaciones
|
||||
no_results: No se han encontrado organizaciones.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -4,7 +4,6 @@ es:
|
||||
title: Condiciones de uso
|
||||
subtitle: AVISO LEGAL SOBRE LAS CONDICIONES DE USO, PRIVACIDAD Y PROTECCIÓN DE DATOS PERSONALES DEL PORTAL DE GOBIERNO ABIERTO
|
||||
description: Página de información sobre las condiciones de uso, privacidad y protección de datos personales.
|
||||
general_terms: Términos y Condiciones
|
||||
help:
|
||||
title: "%{org} es una plataforma de participación ciudadana"
|
||||
guide: "Esta guía explica para qué sirven y cómo funcionan cada una de las secciones de %{org}."
|
||||
|
||||
@@ -20,7 +20,9 @@ es:
|
||||
max_votes_for_debate_edit_description: "A partir de este número de votos el autor de un Debate ya no podrá editarlo"
|
||||
proposal_code_prefix: "Prefijo para los códigos de Propuestas"
|
||||
proposal_code_prefix_description: "Este prefijo aparecerá en las Propuestas delante de la fecha de creación y su ID"
|
||||
votes_for_proposal_success: "Número de votos necesarios para aprobar una Propuesta"
|
||||
featured_proposals_number: "Número de propuestas destacadas"
|
||||
featured_proposals_number_description: "Número de propuestas destacadas que se mostrarán si la funcionalidad Propuestas destacadas está activa"
|
||||
votes_for_proposal_success: "Número de apoyos necesarios para aprobar una Propuesta"
|
||||
votes_for_proposal_success_description: "Cuando una propuesta alcance este número de apoyos ya no podrá recibir más y se considera exitosa"
|
||||
months_to_archive_proposals: "Meses para archivar las Propuestas"
|
||||
months_to_archive_proposals_description: Pasado este número de meses las Propuestas se archivarán y ya no podrán recoger apoyos
|
||||
@@ -85,6 +87,8 @@ es:
|
||||
google_login_description: "Permitir que los usuarios se registren con su cuenta de Google"
|
||||
proposals: "Propuestas"
|
||||
proposals_description: "Las propuestas ciudadanas son una oportunidad para que los vecinos y colectivos decidan directamente cómo quieren que sea su ciudad, después de conseguir los apoyos suficientes y de someterse a votación ciudadana"
|
||||
featured_proposals: "Propuestas destacadas"
|
||||
featured_proposals_description: "Muestra propuestas destacadas en la página principal de propuestas"
|
||||
debates: "Debates"
|
||||
debates_description: "El espacio de debates ciudadanos está dirigido a que cualquier persona pueda exponer temas que le preocupan y sobre los que quiera compartir puntos de vista con otras personas"
|
||||
polls: "Votaciones"
|
||||
|
||||
@@ -10,7 +10,7 @@ fa:
|
||||
budget/investment:
|
||||
one: "سرمایه گذاری"
|
||||
other: "سرمایه گذاری ها"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "نقطه عطف"
|
||||
other: "نقاط عطف"
|
||||
comment:
|
||||
@@ -119,7 +119,7 @@ fa:
|
||||
organization_name: "اگر شما به نام یک گروه / سازمان، یا از طرف افراد بیشتری پیشنهاد می کنید، نام آنها را بنویسید."
|
||||
image: "تصویر طرح توصیفی"
|
||||
image_title: "عنوان تصویر"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "عنوان"
|
||||
publication_date: "تاریخ انتشار"
|
||||
budget/heading:
|
||||
|
||||
@@ -863,7 +863,7 @@ fa:
|
||||
search:
|
||||
title: جستجو سازمان ها
|
||||
no_results: هیچ سازمان یافت نشد
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: فیلتر
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ fr:
|
||||
budget/investment:
|
||||
one: "Projet d'investissement"
|
||||
other: "Projets d'investissement"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "jalon"
|
||||
other: "jalons"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Statut d’investissement"
|
||||
other: "Statuts d’investissement"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ fr:
|
||||
organization_name: "Si votre proposition se fait au nom d'un collectif ou d'une organisation, renseignez leur nom"
|
||||
image: "Image descriptive de la proposition"
|
||||
image_title: "Titre de l'image"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Statut actuel de l'investissement (facultatif)"
|
||||
title: "Titre"
|
||||
description: "Description (facultative si un statut est affecté)"
|
||||
publication_date: "Date de publication"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nom"
|
||||
description: "Description (facultative)"
|
||||
budget/heading:
|
||||
|
||||
@@ -402,7 +402,7 @@ fr:
|
||||
status_planned: Planifié
|
||||
subnav:
|
||||
info: Information
|
||||
draft_texts: Brouillon
|
||||
draft_versions: Brouillon
|
||||
questions: Débat
|
||||
proposals: Propositions
|
||||
proposals:
|
||||
@@ -1006,7 +1006,7 @@ fr:
|
||||
search:
|
||||
title: Rechercher une organisation
|
||||
no_results: Aucune organisation trouvée.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtrer
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ gl:
|
||||
budget/investment:
|
||||
one: "Investimento"
|
||||
other: "Investimentos"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "fito"
|
||||
other: "fitos"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Estado do investimento"
|
||||
other: "Estado dos investimentos"
|
||||
comment:
|
||||
@@ -131,12 +131,12 @@ gl:
|
||||
organization_name: "Se estás a propor no nome dunha organización, dun colectivo ou de mais xente, escribe o seu nome"
|
||||
image: "Imaxe descritiva da proposta"
|
||||
image_title: "Título da imaxe"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Estado do investimento actual (opcional)"
|
||||
title: "Título"
|
||||
description: "Descrición (opcional se hai unha condición asignada)"
|
||||
publication_date: "Data de publicación"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nome"
|
||||
description: "Descrición (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -411,7 +411,7 @@ gl:
|
||||
status_planned: Planificado
|
||||
subnav:
|
||||
info: Información
|
||||
draft_texts: Redacción
|
||||
draft_versions: Redacción
|
||||
questions: Debate
|
||||
proposals: Propostas
|
||||
proposals:
|
||||
@@ -1028,7 +1028,7 @@ gl:
|
||||
search:
|
||||
title: Buscar organizacións
|
||||
no_results: Non se atoparon organizacións.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -228,7 +228,7 @@ he:
|
||||
verify: Verify
|
||||
search:
|
||||
title: Search Organisations
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filter
|
||||
filters:
|
||||
|
||||
@@ -7,7 +7,7 @@ id:
|
||||
other: "Anggaran"
|
||||
budget/investment:
|
||||
other: "Investasi"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
other: "batu peringatan"
|
||||
comment:
|
||||
other: "Komentar"
|
||||
@@ -81,7 +81,7 @@ id:
|
||||
organization_name: "Jika Anda usulkan dalam nama kolektif/organisasi, atau atas nama orang lain, menulis namanya"
|
||||
image: "Gambar deskriptif proposal"
|
||||
image_title: "Judul gambar"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
title: "Judul"
|
||||
publication_date: "Tanggal publikasi"
|
||||
budget/heading:
|
||||
|
||||
@@ -738,7 +738,7 @@ id:
|
||||
search:
|
||||
title: Cari organisasi
|
||||
no_results: Tidak ada organisasi yang ditemukan.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filters:
|
||||
with_confirmed_hide: Dikonfirmasi
|
||||
|
||||
@@ -10,10 +10,10 @@ it:
|
||||
budget/investment:
|
||||
one: "Investimento"
|
||||
other: "Investimenti"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "traguardo"
|
||||
other: "traguardi"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Status dell’investimento"
|
||||
other: "Status dell’investimento"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ it:
|
||||
organization_name: "Se presenti una proposta a nome di un collettivo o di un’organizzazione, ovvero per conto di più persone, indicane il nome"
|
||||
image: "Immagine descrittiva della proposta"
|
||||
image_title: "Titolo dell’immagine"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Stato attuale dell’investimento (facoltativo)"
|
||||
title: "Titolo"
|
||||
description: "Descrizione (facoltativa se c’è gia uno stato assegnato)"
|
||||
publication_date: "Data di pubblicazione"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nome"
|
||||
description: "Descrizione (facoltativa)"
|
||||
budget/heading:
|
||||
|
||||
@@ -402,7 +402,7 @@ it:
|
||||
status_planned: Programmato
|
||||
subnav:
|
||||
info: Informazione
|
||||
draft_texts: Redazione
|
||||
draft_versions: Redazione
|
||||
questions: Dibattito
|
||||
proposals: Proposte
|
||||
proposals:
|
||||
@@ -1009,7 +1009,7 @@ it:
|
||||
search:
|
||||
title: Cerca Organizzazioni
|
||||
no_results: Nessuna organizzazione trovata.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtra
|
||||
filters:
|
||||
|
||||
@@ -10,7 +10,7 @@ nl:
|
||||
budget/investment:
|
||||
one: "Investerning"
|
||||
other: "Investeringen"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "mijlpaal"
|
||||
other: "mijlpalen"
|
||||
comment:
|
||||
@@ -122,12 +122,12 @@ nl:
|
||||
organization_name: "Als je een voorstel doet uit naam van een collectief/organisatie, voer dan hier de naam in"
|
||||
image: "Afbeelding ter omschrijving van het voorstel"
|
||||
image_title: "Naam van de afbeelding"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Huidige investeringsstatus (optioneel)"
|
||||
title: "Titel"
|
||||
description: "Omschrijving"
|
||||
publication_date: "Publicatiedatum"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Naam"
|
||||
description: "Beschrijving (optioneel)"
|
||||
budget/heading:
|
||||
|
||||
@@ -403,7 +403,7 @@ nl:
|
||||
status_planned: Gepland
|
||||
subnav:
|
||||
info: Informatie
|
||||
draft_texts: Tekst
|
||||
draft_versions: Tekst
|
||||
questions: Debat
|
||||
proposals: Voorstellen
|
||||
proposals:
|
||||
@@ -1010,7 +1010,7 @@ nl:
|
||||
search:
|
||||
title: Zoek Organisaties
|
||||
no_results: Geen organisaties gevonden.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filter
|
||||
filters:
|
||||
|
||||
@@ -6,12 +6,12 @@ pl:
|
||||
few: "Inwestycje"
|
||||
many: "Inwestycji"
|
||||
other: "Inwestycji"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "kamień milowy"
|
||||
few: "kamienie milowe"
|
||||
many: "kamieni milowych"
|
||||
other: "kamieni milowych"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Etap inwestycji"
|
||||
few: "Etapy inwestycji"
|
||||
many: "Etapów inwestycji"
|
||||
@@ -158,12 +158,12 @@ pl:
|
||||
organization_name: "Jeśli wnioskujesz w imieniu zespołu/organizacji, lub w imieniu większej liczby osób, wpisz ich nazwę"
|
||||
image: "Opisowy obraz wniosku"
|
||||
image_title: "Tytuł obrazu"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Bieżący stan inwestycji (opcjonalnie)"
|
||||
title: "Tytuł"
|
||||
description: "Opis (opcjonalnie, jeśli istnieje przydzielony stan)"
|
||||
publication_date: "Data publikacji"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nazwa"
|
||||
description: "Opis (opcjonalnie)"
|
||||
budget/heading:
|
||||
|
||||
@@ -408,7 +408,7 @@ pl:
|
||||
status_planned: Zaplanowany
|
||||
subnav:
|
||||
info: Informacje
|
||||
draft_texts: Opracowanie
|
||||
draft_versions: Opracowanie
|
||||
questions: Debata
|
||||
proposals: Wnioski
|
||||
proposals:
|
||||
@@ -1014,7 +1014,7 @@ pl:
|
||||
search:
|
||||
title: Szukaj organizacji
|
||||
no_results: Nie znaleziono organizacji.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtr
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ pt-BR:
|
||||
budget/investment:
|
||||
one: "Investimento"
|
||||
other: "Investimentos"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "Marco"
|
||||
other: "Marcos"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Status de investimento"
|
||||
other: "Status dos investimentos"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ pt-BR:
|
||||
organization_name: "Se você está propondo em nome de um coletivo / organização, ou em nome de mais pessoas, escreva seu nome"
|
||||
image: "Imagem descritiva da proposta"
|
||||
image_title: "Título da imagem"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Status atual do investimento (opcional)"
|
||||
title: "Título"
|
||||
description: "Descrição (opcional, se houver uma condição atribuída)"
|
||||
publication_date: "Data de publicação"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nome"
|
||||
description: "Descrição (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -404,7 +404,7 @@ pt-BR:
|
||||
status_planned: Planejados
|
||||
subnav:
|
||||
info: Informação
|
||||
draft_texts: Seleção
|
||||
draft_versions: Seleção
|
||||
questions: Debate
|
||||
proposals: Propostas
|
||||
proposals:
|
||||
@@ -1013,7 +1013,7 @@ pt-BR:
|
||||
search:
|
||||
title: Buscar Organizações
|
||||
no_results: Nenhuma organização encontrada.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtro
|
||||
filters:
|
||||
|
||||
@@ -22,12 +22,12 @@ ru:
|
||||
organization_name: "Если вы делаете предложение от имени коллектива/организации или от имени большего числа людей, напишите его название"
|
||||
image: "Иллюстративное изображение предложения"
|
||||
image_title: "Название изображения"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Текущий инвестиционный статус (опционально)"
|
||||
title: "Название"
|
||||
description: "Описание (опционально, если присвоен статус)"
|
||||
publication_date: "Дата публикации"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Имя"
|
||||
description: "Описание (опционально)"
|
||||
budget/heading:
|
||||
|
||||
@@ -10,10 +10,10 @@ sq:
|
||||
budget/investment:
|
||||
one: "Investim"
|
||||
other: "Investim"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "moment historik"
|
||||
other: "milestone"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Statusi investimeve"
|
||||
other: "Statusi investimeve"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ sq:
|
||||
organization_name: "Nëse propozoni në emër të një kolektivi / organizate, ose në emër të më shumë njerëzve, shkruani emrin e tij"
|
||||
image: "Imazhi përshkrues i propozimit"
|
||||
image_title: "Titulli i imazhit"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Statusi aktual i investimit (opsional)"
|
||||
title: "Titull"
|
||||
description: "Përshkrimi (opsional nëse ka status të caktuar)"
|
||||
publication_date: "Data e publikimit"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Emri"
|
||||
description: "Përshkrimi (opsional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -404,7 +404,7 @@ sq:
|
||||
status_planned: Planifikuar
|
||||
subnav:
|
||||
info: Informacion
|
||||
draft_texts: Hartimi
|
||||
draft_versions: Hartimi
|
||||
questions: Debate
|
||||
proposals: Propozime
|
||||
proposals:
|
||||
@@ -1013,7 +1013,7 @@ sq:
|
||||
search:
|
||||
title: Kërko Organizatat
|
||||
no_results: Asnjë organizatë nuk u gjet.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtër
|
||||
filters:
|
||||
|
||||
@@ -10,10 +10,10 @@ sv:
|
||||
budget/investment:
|
||||
one: "Budgetförslag"
|
||||
other: "Budgetförslag"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "milstolpe"
|
||||
other: "milstolpar"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Budgetförslagets status"
|
||||
other: "Budgetförslagens status"
|
||||
comment:
|
||||
@@ -128,12 +128,12 @@ sv:
|
||||
organization_name: "Organisation eller grupp i vars namn du lämnar förslaget"
|
||||
image: "Förklarande bild till förslaget"
|
||||
image_title: "Bildtext"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Nuvarande status för budgetförslag (frivilligt fält)"
|
||||
title: "Titel"
|
||||
description: "Beskrivning (frivilligt fält om projektets status har ställts in)"
|
||||
publication_date: "Publiceringsdatum"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Namn"
|
||||
description: "Beskrivning (frivilligt fält)"
|
||||
budget/heading:
|
||||
|
||||
@@ -403,7 +403,7 @@ sv:
|
||||
status_planned: Planerad
|
||||
subnav:
|
||||
info: Information
|
||||
draft_texts: Utkast
|
||||
draft_versions: Utkast
|
||||
questions: Diskussion
|
||||
proposals: Förslag
|
||||
proposals:
|
||||
@@ -1008,7 +1008,7 @@ sv:
|
||||
search:
|
||||
title: Sök organisationer
|
||||
no_results: Inga organisationer.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtrera
|
||||
filters:
|
||||
|
||||
@@ -10,7 +10,7 @@ tr:
|
||||
budget/investment:
|
||||
one: "yatırım"
|
||||
other: "Yatırımlar"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "kilometre taşı"
|
||||
other: "kilometre taşları"
|
||||
comment:
|
||||
|
||||
@@ -10,10 +10,10 @@ val:
|
||||
budget/investment:
|
||||
one: "Proposta d'inversió"
|
||||
other: "Propostes d'inversió"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
one: "fita"
|
||||
other: "fites"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
one: "Estat de la proposta"
|
||||
other: "Estat de les propostes"
|
||||
comment:
|
||||
@@ -131,12 +131,12 @@ val:
|
||||
organization_name: "Si estàs proposant en nom d'una associació o col·lectiu, escriu el seu nom"
|
||||
image: "Imatge descriptiva de la proposta d'inversió"
|
||||
image_title: "Títol de la imatge"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "Estat actual de la proposta (opcional)"
|
||||
title: "Títol"
|
||||
description: "Descripció (opcional si hi ha un estat asignat)"
|
||||
publication_date: "Data de publicació"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "Nom"
|
||||
description: "Descripció (opcional)"
|
||||
budget/heading:
|
||||
|
||||
@@ -401,7 +401,7 @@ val:
|
||||
status_planned: Pròximament
|
||||
subnav:
|
||||
info: Informació
|
||||
draft_texts: Text
|
||||
draft_versions: Text
|
||||
questions: Debat
|
||||
proposals: Propostes
|
||||
proposals:
|
||||
@@ -972,7 +972,7 @@ val:
|
||||
search:
|
||||
title: Cercar Organitzacions
|
||||
no_results: No s'han trobat organitzacions.
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filtre
|
||||
filters:
|
||||
|
||||
@@ -7,9 +7,9 @@ zh-CN:
|
||||
other: "预算"
|
||||
budget/investment:
|
||||
other: "投资"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
other: "里程碑"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
other: "投资状态"
|
||||
comment:
|
||||
other: "意见"
|
||||
@@ -93,12 +93,12 @@ zh-CN:
|
||||
organization_name: "如果你是以集体/组织的名义或者代表更多的人提出建议,写下它的名字。"
|
||||
image: "建议说明性图像"
|
||||
image_title: "图像标题"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "当前投资状况(可选)"
|
||||
title: "标题"
|
||||
description: "说明(如果指定了状态,则可选)"
|
||||
publication_date: "出版日期"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "名字"
|
||||
description: "说明(可选)"
|
||||
budget/heading:
|
||||
|
||||
@@ -401,7 +401,7 @@ zh-CN:
|
||||
status_planned: 计划
|
||||
subnav:
|
||||
info: 信息
|
||||
draft_texts: 起草
|
||||
draft_versions: 起草
|
||||
questions: 辩论
|
||||
proposals: 提议
|
||||
proposals:
|
||||
@@ -1007,7 +1007,7 @@ zh-CN:
|
||||
search:
|
||||
title: 搜索组织
|
||||
no_results: 未找到任何组织。
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: 过滤器
|
||||
filters:
|
||||
|
||||
@@ -7,9 +7,9 @@ zh-TW:
|
||||
other: "預算"
|
||||
budget/investment:
|
||||
other: "投資"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
other: "里程碑"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
other: "投資狀態"
|
||||
comment:
|
||||
other: "評論"
|
||||
@@ -93,12 +93,12 @@ zh-TW:
|
||||
organization_name: "如果您以集體/組織的名義,或代表多人提出建議,請寫下其名稱"
|
||||
image: "建議說明性圖像"
|
||||
image_title: "圖像標題"
|
||||
budget/investment/milestone:
|
||||
milestone:
|
||||
status_id: "當前投資狀況 (可選擇填寫)"
|
||||
title: "標題"
|
||||
description: "說明 (如果已經指定了狀態, 則可選擇填寫)"
|
||||
publication_date: "出版日期"
|
||||
budget/investment/status:
|
||||
milestone/status:
|
||||
name: "名字"
|
||||
description: "說明 (可選擇填寫)"
|
||||
budget/heading:
|
||||
|
||||
@@ -402,7 +402,7 @@ zh-TW:
|
||||
status_planned: 計劃
|
||||
subnav:
|
||||
info: 資訊
|
||||
draft_texts: 起草
|
||||
draft_versions: 起草
|
||||
questions: 辯論
|
||||
proposals: 建議
|
||||
proposals:
|
||||
@@ -1010,7 +1010,7 @@ zh-TW:
|
||||
search:
|
||||
title: 搜尋組織
|
||||
no_results: 未找到任何組織。
|
||||
proposals:
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: 篩選器
|
||||
filters:
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace :admin do
|
||||
end
|
||||
end
|
||||
|
||||
resources :proposals, only: :index do
|
||||
resources :hidden_proposals, only: :index do
|
||||
member do
|
||||
put :restore
|
||||
put :confirm_hide
|
||||
@@ -62,14 +62,14 @@ namespace :admin do
|
||||
end
|
||||
|
||||
resources :budget_investments, only: [:index, :show, :edit, :update] do
|
||||
resources :budget_investment_milestones
|
||||
resources :milestones, controller: 'budget_investment_milestones'
|
||||
member { patch :toggle_selection }
|
||||
end
|
||||
|
||||
resources :budget_phases, only: [:edit, :update]
|
||||
end
|
||||
|
||||
resources :budget_investment_statuses, only: [:index, :new, :create, :update, :edit, :destroy]
|
||||
resources :milestone_statuses, only: [:index, :new, :create, :update, :edit, :destroy]
|
||||
|
||||
resources :signature_sheets, only: [:index, :new, :create, :show]
|
||||
|
||||
|
||||
@@ -25,3 +25,4 @@ scope '/participatory_budget' do
|
||||
end
|
||||
|
||||
get 'investments/:id/json_data', action: :json_data, controller: 'budgets/investments'
|
||||
get '/budgets/:budget_id/investments/:id/json_data', action: :json_data, controller: 'budgets/investments'
|
||||
|
||||
@@ -10,11 +10,6 @@ SitemapGenerator::Sitemap.default_host = Setting["url"]
|
||||
|
||||
# sitemap generator
|
||||
SitemapGenerator::Sitemap.create do
|
||||
pages = ["general_terms"]
|
||||
pages.each do |page|
|
||||
add page_path(id: page)
|
||||
end
|
||||
|
||||
add help_path
|
||||
add how_to_use_path
|
||||
add faq_path
|
||||
|
||||
Reference in New Issue
Block a user