Merge branch 'master' into dashboard
This commit is contained in:
@@ -38,8 +38,6 @@ en:
|
||||
proposals: Proposals
|
||||
budgets: Participatory budgeting
|
||||
help_page: Help page
|
||||
background_color: Background colour
|
||||
font_color: Font colour
|
||||
edit:
|
||||
editing: Edit banner
|
||||
form:
|
||||
@@ -87,6 +85,7 @@ en:
|
||||
table_edit_budget: Edit
|
||||
edit_groups: Edit headings groups
|
||||
edit_budget: Edit budget
|
||||
no_budgets: "There are no budgets."
|
||||
create:
|
||||
notice: New participatory budget created successfully!
|
||||
update:
|
||||
@@ -106,34 +105,62 @@ en:
|
||||
unable_notice: You cannot destroy a Budget that has associated investments
|
||||
new:
|
||||
title: New participatory budget
|
||||
show:
|
||||
groups:
|
||||
one: 1 Group of budget headings
|
||||
other: "%{count} Groups of budget headings"
|
||||
form:
|
||||
group: Group name
|
||||
no_groups: No groups created yet. Each user will be able to vote in only one heading per group.
|
||||
add_group: Add new group
|
||||
create_group: Create group
|
||||
edit_group: Edit group
|
||||
submit: Save group
|
||||
heading: Heading name
|
||||
add_heading: Add heading
|
||||
amount: Amount
|
||||
population: "Population (optional)"
|
||||
population_help_text: "This data is used exclusively to calculate the participation statistics"
|
||||
save_heading: Save heading
|
||||
no_heading: This group has no assigned heading.
|
||||
table_heading: Heading
|
||||
table_amount: Amount
|
||||
table_population: Population
|
||||
population_info: "Budget Heading population field is used for Statistic purposes at the end of the Budget to show for each Heading that represents an area with population what percentage voted. The field is optional so you can leave it empty if it doesn't apply."
|
||||
max_votable_headings: "Maximum number of headings in which a user can vote"
|
||||
current_of_max_headings: "%{current} of %{max}"
|
||||
winners:
|
||||
calculate: Calculate Winner Investments
|
||||
calculated: Winners being calculated, it may take a minute.
|
||||
recalculate: Recalculate Winner Investments
|
||||
budget_groups:
|
||||
name: "Name"
|
||||
headings_name: "Headings"
|
||||
headings_edit: "Edit Headings"
|
||||
headings_manage: "Manage headings"
|
||||
max_votable_headings: "Maximum number of headings in which a user can vote"
|
||||
no_groups: "There are no groups."
|
||||
amount:
|
||||
one: "There is 1 group"
|
||||
other: "There are %{count} groups"
|
||||
create:
|
||||
notice: "Group created successfully!"
|
||||
update:
|
||||
notice: "Group updated successfully"
|
||||
destroy:
|
||||
success_notice: "Group deleted successfully"
|
||||
unable_notice: "You cannot destroy a Group that has associated headings"
|
||||
form:
|
||||
create: "Create new group"
|
||||
edit: "Edit group"
|
||||
name: "Group name"
|
||||
submit: "Save group"
|
||||
index:
|
||||
back: "Go back to budgets"
|
||||
budget_headings:
|
||||
name: "Name"
|
||||
no_headings: "There are no headings."
|
||||
amount:
|
||||
one: "There is 1 heading"
|
||||
other: "There are %{count} headings"
|
||||
create:
|
||||
notice: "Heading created successfully!"
|
||||
update:
|
||||
notice: "Heading updated successfully"
|
||||
destroy:
|
||||
success_notice: "Heading deleted successfully"
|
||||
unable_notice: "You cannot destroy a Heading that has associated investments"
|
||||
form:
|
||||
name: "Heading name"
|
||||
amount: "Amount"
|
||||
population: "Population (optional)"
|
||||
population_info: "Budget Heading population field is used for Statistic purposes at the end of the Budget to show for each Heading that represents an area with population what percentage voted. The field is optional so you can leave it empty if it doesn't apply."
|
||||
latitude: "Latitude (optional)"
|
||||
longitude: "Longitude (optional)"
|
||||
coordinates_info: "If latitude and longitude are provided, the investments page for this heading will include a map. This map will be centered using those coordinates."
|
||||
allow_content_block: "Allow content block"
|
||||
content_blocks_info: "If allow content block is checked, you will be able to create custom content related to this heading from the section Settings > Custom content blocks. This content will appear on the investments page for this heading."
|
||||
create: "Create new heading"
|
||||
edit: "Edit heading"
|
||||
submit: "Save heading"
|
||||
index:
|
||||
back: "Go back to groups"
|
||||
budget_phases:
|
||||
edit:
|
||||
start_date: Start date
|
||||
@@ -153,11 +180,6 @@ en:
|
||||
tags_filter_all: All tags
|
||||
advanced_filters: Advanced filters
|
||||
placeholder: Search projects
|
||||
sort_by:
|
||||
placeholder: Sort by
|
||||
id: ID
|
||||
title: Title
|
||||
supports: Supports
|
||||
filters:
|
||||
all: All
|
||||
without_admin: Without assigned admin
|
||||
@@ -219,8 +241,6 @@ en:
|
||||
tags: Tags
|
||||
user_tags: User tags
|
||||
undefined: Undefined
|
||||
milestone: Milestone
|
||||
new_milestone: Create new milestone
|
||||
compatibility:
|
||||
title: Compatibility
|
||||
"true": Incompatible
|
||||
@@ -268,9 +288,11 @@ en:
|
||||
image: "Image"
|
||||
show_image: "Show image"
|
||||
documents: "Documents"
|
||||
milestone: Milestone
|
||||
new_milestone: Create new milestone
|
||||
form:
|
||||
admin_statuses: Admin investment statuses
|
||||
no_statuses_defined: There are no defined investment statuses yet
|
||||
admin_statuses: Manage statuses
|
||||
no_statuses_defined: There are no defined statuses yet
|
||||
new:
|
||||
creating: Create milestone
|
||||
date: Date
|
||||
@@ -285,24 +307,47 @@ 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
|
||||
progress_bars:
|
||||
manage: "Manage progress bars"
|
||||
index:
|
||||
title: "Progress bars"
|
||||
no_progress_bars: "There are no progress bars"
|
||||
new_progress_bar: "Create new progress bar"
|
||||
primary: "Primary progress bar"
|
||||
table_id: "ID"
|
||||
table_kind: "Type"
|
||||
table_title: "Title"
|
||||
table_percentage: "Current progress"
|
||||
new:
|
||||
creating: "Create progress bar"
|
||||
edit:
|
||||
title:
|
||||
primary: "Edit primary progress bar"
|
||||
secondary: "Edit progress bar %{title}"
|
||||
create:
|
||||
notice: "Progress bar created successfully!"
|
||||
update:
|
||||
notice: "Progress bar updated successfully"
|
||||
delete:
|
||||
notice: "Progress bar deleted successfully"
|
||||
comments:
|
||||
index:
|
||||
filter: Filter
|
||||
@@ -389,7 +434,7 @@ en:
|
||||
without_confirmed_hide: Pending
|
||||
title: Hidden users
|
||||
user: User
|
||||
no_hidden_users: There is no hidden users.
|
||||
no_hidden_users: There are no hidden users.
|
||||
show:
|
||||
email: 'Email:'
|
||||
hidden_at: 'Hidden at:'
|
||||
@@ -424,23 +469,25 @@ en:
|
||||
enabled: Enabled
|
||||
process: Process
|
||||
debate_phase: Debate phase
|
||||
draft_phase: Draft phase
|
||||
draft_phase_description: If this phase is active, the process won't be listed on processes index. Allow to preview the process and create content before the start.
|
||||
allegations_phase: Comments phase
|
||||
proposals_phase: Proposals phase
|
||||
start: Start
|
||||
end: End
|
||||
use_markdown: Use Markdown to format the text
|
||||
title_placeholder: The title of the process
|
||||
summary_placeholder: Short summary of the description
|
||||
description_placeholder: Add a description of the process
|
||||
additional_info_placeholder: Add an additional information you consider useful
|
||||
homepage: Description
|
||||
homepage_description: Here you can explain the content of the process
|
||||
homepage_enabled: Homepage enabled
|
||||
banner_title: Header colors
|
||||
index:
|
||||
create: New process
|
||||
delete: Delete
|
||||
title: Legislation processess
|
||||
title: Collaborative legislation
|
||||
filters:
|
||||
open: Open
|
||||
next: Next
|
||||
past: Past
|
||||
active: Active
|
||||
all: All
|
||||
new:
|
||||
back: Back
|
||||
@@ -451,32 +498,38 @@ en:
|
||||
orders:
|
||||
id: Id
|
||||
title: Title
|
||||
supports: Supports
|
||||
supports: Total supports
|
||||
process:
|
||||
title: Process
|
||||
comments: Comments
|
||||
status: Status
|
||||
creation_date: Creation date
|
||||
start_date: Start date
|
||||
end_date: End date
|
||||
status_open: Open
|
||||
status_closed: Closed
|
||||
status_planned: Planned
|
||||
subnav:
|
||||
info: Information
|
||||
draft_texts: Drafting
|
||||
homepage: Homepage
|
||||
draft_versions: Drafting
|
||||
questions: Debate
|
||||
proposals: Proposals
|
||||
milestones: Following
|
||||
homepage:
|
||||
edit:
|
||||
title: Configure your process homepage
|
||||
proposals:
|
||||
index:
|
||||
title: Proposals
|
||||
back: Back
|
||||
id: Id
|
||||
title: Title
|
||||
supports: Supports
|
||||
supports: Total supports
|
||||
select: Select
|
||||
selected: Selected
|
||||
form:
|
||||
custom_categories: Categories
|
||||
custom_categories_description: Categories that users can select creating the proposal.
|
||||
custom_categories_description: Categories that users can select creating the proposal. Max 160 characteres.
|
||||
custom_categories_placeholder: Enter the tags you would like to use, separated by commas (,) and between quotes ("")
|
||||
draft_versions:
|
||||
create:
|
||||
@@ -563,6 +616,9 @@ en:
|
||||
comments_count: Comments count
|
||||
question_option_fields:
|
||||
remove_option: Remove option
|
||||
milestones:
|
||||
index:
|
||||
title: Following
|
||||
managers:
|
||||
index:
|
||||
title: Managers
|
||||
@@ -578,7 +634,7 @@ en:
|
||||
activity: Moderator activity
|
||||
admin: Admin menu
|
||||
banner: Manage banners
|
||||
poll_questions: Questions
|
||||
proposals: Proposals
|
||||
proposals_topics: Proposals topics
|
||||
budgets: Participatory budgets
|
||||
geozones: Manage geozones
|
||||
@@ -625,9 +681,10 @@ en:
|
||||
welcome: "Welcome"
|
||||
buttons:
|
||||
save: "Save"
|
||||
content_block:
|
||||
update: "Update Block"
|
||||
title_moderated_content: Moderated content
|
||||
title_budgets: Budgets
|
||||
title_polls: Polls
|
||||
title_profiles: Profiles
|
||||
title_settings: Settings
|
||||
title_site_customization: Site content
|
||||
@@ -642,6 +699,7 @@ en:
|
||||
title: Administrators
|
||||
name: Name
|
||||
email: Email
|
||||
id: Administrator ID
|
||||
no_administrators: There are no administrators.
|
||||
administrator:
|
||||
add: Add
|
||||
@@ -696,6 +754,9 @@ en:
|
||||
title: Newsletter preview
|
||||
send: Send
|
||||
affected_users: (%{n} affected users)
|
||||
sent_emails:
|
||||
one: 1 email sent
|
||||
other: "%{count} emails sent"
|
||||
sent_at: Sent at
|
||||
subject: Subject
|
||||
segment_recipient: Recipients
|
||||
@@ -749,9 +810,46 @@ en:
|
||||
send_pending: Send pending
|
||||
send_pending_notification: Pending notifications sent succesfully
|
||||
proposal_notification_digest:
|
||||
title: Proposal Notification Digest
|
||||
description: Gathers all proposal notifications for an user in a single message, to avoid too much emails.
|
||||
preview_detail: Users will only recieve notifications from the proposals they are following
|
||||
title: "Proposal notification digest"
|
||||
description: "Gathers all proposal notifications for an user in a single message, to avoid too much emails."
|
||||
preview_detail: "Users will only recieve notifications from the proposals they are following"
|
||||
budget_investment_created:
|
||||
title: "Budget investment created"
|
||||
description: "Sent when a user creates a budget investment."
|
||||
budget_investment_selected:
|
||||
title: "Budget investment selected"
|
||||
description: "Sent to the author when its budget investment has been selected."
|
||||
budget_investment_unfeasible:
|
||||
title: "Budget investment unfeasible"
|
||||
description: "Sent to the author when its budget investment has been marked as unfeasible."
|
||||
budget_investment_unselected:
|
||||
title: "Budget investment unselected"
|
||||
description: "Sent to the author when its budget investment hasn't been selected for voting phase."
|
||||
comment:
|
||||
title: "Comment"
|
||||
description: "Sent to the author when recieves a comment."
|
||||
reply:
|
||||
title: "Reply"
|
||||
description: "Sent to the comment's author when recieves a reply."
|
||||
direct_message_for_receiver:
|
||||
title: "Private message receiver"
|
||||
description: "Sent to the private message's receiver."
|
||||
direct_message_for_sender:
|
||||
title: "Private message sender"
|
||||
description: "Sent to the private message's sender."
|
||||
email_verification:
|
||||
title: "Email verification"
|
||||
description: "Sent to a new user to verify its account."
|
||||
user_invite:
|
||||
title: "User Invitation"
|
||||
description: "Sent to the person that has been invited to register an account."
|
||||
edit_info: "You can edit this email in"
|
||||
message_title: "Message's Title"
|
||||
message_body: "This is a sample of message's content."
|
||||
alert:
|
||||
no_investments: "There aren't any budget investment created. Some example data is needed in order to preview the email."
|
||||
no_comments: "There aren't any comments created. Some example data is needed in order to preview the email."
|
||||
no_replies: "There aren't any replies created. Some example data is needed in order to preview the email."
|
||||
emails_download:
|
||||
index:
|
||||
title: Emails download
|
||||
@@ -855,6 +953,7 @@ en:
|
||||
flash:
|
||||
create: "Shift added"
|
||||
destroy: "Shift removed"
|
||||
unable_to_destroy: "Shifts with associated results or recounts cannot be deleted"
|
||||
date_missing: "A date must be selected"
|
||||
vote_collection: Collect Votes
|
||||
recount_scrutiny: Recount & Scrutiny
|
||||
@@ -894,13 +993,22 @@ en:
|
||||
no_booths: "There are no booths assigned to this poll."
|
||||
table_name: "Name"
|
||||
table_location: "Location"
|
||||
active_polls:
|
||||
edit:
|
||||
title: "Polls description"
|
||||
form:
|
||||
description:
|
||||
text: "Description"
|
||||
help_text: "This text will appear in the header of the polls page. It can be used to add a context to the open polls."
|
||||
polls:
|
||||
index:
|
||||
title: "List of active polls"
|
||||
title: "List of polls"
|
||||
no_polls: "There are no polls coming up."
|
||||
create: "Create poll"
|
||||
name: "Name"
|
||||
dates: "Dates"
|
||||
start_date: "Start Date"
|
||||
closing_date: "Closing Date"
|
||||
geozone_restricted: "Restricted to districts"
|
||||
new:
|
||||
title: "New poll"
|
||||
@@ -921,6 +1029,8 @@ en:
|
||||
no_questions: "There are no questions assigned to this poll."
|
||||
questions_title: "List of questions"
|
||||
table_title: "Title"
|
||||
edit_answers: Edit answers
|
||||
see_proposal: "(See proposal)"
|
||||
flash:
|
||||
question_added: "Question added to this poll"
|
||||
error_on_question_added: "Question could not be assigned to this poll"
|
||||
@@ -936,10 +1046,13 @@ en:
|
||||
create_question: "Create question"
|
||||
table_proposal: "Proposal"
|
||||
table_question: "Question"
|
||||
table_poll: "Poll"
|
||||
poll_not_assigned: "Poll not assigned"
|
||||
edit:
|
||||
title: "Edit Question"
|
||||
new:
|
||||
title: "Create Question"
|
||||
title: "Create question to poll %{poll}"
|
||||
title_proposal: "Create question"
|
||||
poll_label: "Poll"
|
||||
answers:
|
||||
images:
|
||||
@@ -989,6 +1102,9 @@ en:
|
||||
index:
|
||||
title: "Recounts"
|
||||
no_recounts: "There is nothing to be recounted"
|
||||
all_booths_total: "Cumulative total from all booths:"
|
||||
total_final: "Final recounts"
|
||||
total_system: "Votes (automatic)"
|
||||
table_booth_name: "Booth"
|
||||
table_total_recount: "Total recount (by officer)"
|
||||
table_system_count: "Votes (automatic)"
|
||||
@@ -1037,8 +1153,9 @@ en:
|
||||
official_updated: Details of official saved
|
||||
index:
|
||||
title: Officials
|
||||
help: User accounts marked as officials will have their interventions on the platform highlighted. You can define the label that appears next to the user names of these accounts from most important (level 1) to least (level 5).
|
||||
no_officials: There are no officials.
|
||||
name: Nombre
|
||||
name: Name
|
||||
official_position: Official position
|
||||
official_level: Level
|
||||
level_0: Not official
|
||||
@@ -1081,6 +1198,15 @@ en:
|
||||
title: Search Organisations
|
||||
no_results: No organizations found.
|
||||
proposals:
|
||||
index:
|
||||
title: Proposals
|
||||
id: ID
|
||||
author: Author
|
||||
milestones: Milestones
|
||||
no_proposals: There are no proposals.
|
||||
show:
|
||||
create_question: Add this proposal to a poll to be voted
|
||||
hidden_proposals:
|
||||
index:
|
||||
filter: Filter
|
||||
filters:
|
||||
@@ -1102,12 +1228,9 @@ en:
|
||||
flash:
|
||||
updated: Value updated
|
||||
index:
|
||||
banners: Banner styles
|
||||
banner_imgs: Banner images
|
||||
no_banners_images: No banner images
|
||||
no_banners_styles: No banner styles
|
||||
title: Configuration settings
|
||||
update_setting: Update
|
||||
participation_processes: "Participation processes"
|
||||
feature_flags: Features
|
||||
features:
|
||||
enabled: "Feature enabled"
|
||||
@@ -1121,6 +1244,7 @@ en:
|
||||
update: Map configuration updated succesfully.
|
||||
form:
|
||||
submit: Update
|
||||
how_to_enable: 'To show the map to users you must enable "Proposals and budget investments geolocation" on "Features" tab.'
|
||||
dashboard:
|
||||
title: Proposals dashboard
|
||||
setting: Feature
|
||||
@@ -1130,6 +1254,8 @@ en:
|
||||
setting_value: Value
|
||||
no_description: "No description"
|
||||
shared:
|
||||
true_value: "Yes"
|
||||
false_value: "No"
|
||||
booths_search:
|
||||
button: Search
|
||||
placeholder: Search booth by name
|
||||
@@ -1161,6 +1287,8 @@ en:
|
||||
author: Author
|
||||
content: Content
|
||||
created_at: Created at
|
||||
delete: Delete
|
||||
color_help: Hexadecimal format
|
||||
spending_proposals:
|
||||
index:
|
||||
geozone_filter_all: All zones
|
||||
@@ -1227,7 +1355,9 @@ en:
|
||||
name: Name
|
||||
external_code: External code
|
||||
census_code: Census code
|
||||
code_help: Response code for this geozone on the census API
|
||||
coordinates: Coordinates
|
||||
coordinates_help: Coordinates that will generate a clickable area on an HTML image map
|
||||
errors:
|
||||
form:
|
||||
error:
|
||||
@@ -1305,6 +1435,7 @@ en:
|
||||
title: Proposal notifications
|
||||
total: Total
|
||||
proposals_with_notifications: Proposals with notifications
|
||||
not_available: "Proposal not available"
|
||||
polls:
|
||||
title: Poll Stats
|
||||
all: Polls
|
||||
@@ -1347,9 +1478,8 @@ en:
|
||||
site_customization:
|
||||
content_blocks:
|
||||
information: Information about content blocks
|
||||
about: You can create HTML content blocks to be inserted in the header or the footer of your CONSUL.
|
||||
top_links_html: "<strong>Header blocks (top_links)</strong> are blocks of links that must have this format:"
|
||||
footer_html: "<strong>Footer blocks</strong> can have any format and can be used to insert Javascript, CSS or custom HTML."
|
||||
about: "You can create HTML content blocks that can be inserted in different places of your website."
|
||||
html_format: "A content block is a group of links, and it must have the following format:"
|
||||
no_blocks: "There are no content blocks."
|
||||
create:
|
||||
notice: Content block created successfully
|
||||
@@ -1421,15 +1551,32 @@ en:
|
||||
status_published: Published
|
||||
title: Title
|
||||
slug: Slug
|
||||
cards_title: Cards
|
||||
see_cards: See Cards
|
||||
cards:
|
||||
cards_title: cards
|
||||
create_card: Create card
|
||||
no_cards: There are no cards.
|
||||
title: Title
|
||||
description: Description
|
||||
link_text: Link text
|
||||
link_url: Link URL
|
||||
columns_help: "Width of the card in number of columns. On mobile screens it's always a width of 100%."
|
||||
create:
|
||||
notice: "Card created successfully!"
|
||||
update:
|
||||
notice: "Card updated successfully"
|
||||
destroy:
|
||||
notice: "Card removed successfully"
|
||||
homepage:
|
||||
title: Homepage
|
||||
description: The active modules appear in the homepage in the same order as here.
|
||||
header_title: Header
|
||||
no_header: There is no header.
|
||||
no_header: There are no headers.
|
||||
create_header: Create header
|
||||
cards_title: Cards
|
||||
create_card: Create card
|
||||
no_cards: There is no cards.
|
||||
no_cards: There are no cards.
|
||||
cards:
|
||||
title: Title
|
||||
description: Description
|
||||
|
||||
Reference in New Issue
Block a user