Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pabulib export format for budgets #13671

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Normalize locales and fix i18n issues
  • Loading branch information
ahukkanen committed Nov 15, 2024
commit 299dea8662b3fec554f2eed8d88393b86581fbe7
37 changes: 18 additions & 19 deletions decidim-budgets/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ en:
project:
name: Project
pabulib_exports:
pabulib_exports:
create:
invalid: Please correct the errors on the form.
create:
invalid: Please correct the errors on the form.
show:
cancel: Cancel
create: Export
Expand All @@ -107,17 +106,17 @@ en:
<p>
In order to calculate the voting result using this method, you can use the %{tool_link}.
</p>
explanation_link_label_format: Pabulib format
explanation_link_label_equal_shares: Method of Equal Shares
explanation_link_label_equal_shares_tool: online computation tool
explanation_link_label_format: Pabulib format
export_details_data: Data attributes
export_details_general: General details
fields:
country:
help: The country where the voting was held.
label: Country (%{field})
default_score:
help: "The default score for the scoring vote type (default: %{default_value})."
help: 'The default score for the scoring vote type (default: %{default_value}).'
label: Default score (%{field})
description:
help: Description of the voting describing what was voted on.
Expand All @@ -126,31 +125,31 @@ en:
help: The instance of the voting, for example, for yearly recurring votings would be the year of voting.
label: Instance (%{field})
max_length:
help: "Maximum amount of projects to be selected (default: %{default_value})."
help: 'Maximum amount of projects to be selected (default: %{default_value}).'
label: Maximum length (%{field})
min_length:
help: "Minimum amount of projects to be selected (default: %{default_value})."
label: Minimum length (%{field})
max_points:
help: "Maximum points assigned to the selected projects (default: %{default_value})."
help: 'Maximum points assigned to the selected projects (default: %{default_value}).'
label: Maximum points (%{field})
min_points:
help: "Minimum points assigned to the selected projects (default: %{default_value})."
label: Minimum points (%{field})
max_sum_cost:
help: "Maximum sum for the cost of a project (default: %{default_value})."
help: 'Maximum sum for the cost of a project (default: %{default_value}).'
label: Maximum sum cost (%{field})
min_sum_cost:
help: "Minimum sum for the cost of a project (default: %{default_value})."
label: Minimum sum cost (%{field})
max_sum_points:
help: Maximum sum of the assigned points for each project.
label: Maximum sum points (%{field})
min_length:
help: 'Minimum amount of projects to be selected (default: %{default_value}).'
label: Minimum length (%{field})
min_points:
help: 'Minimum points assigned to the selected projects (default: %{default_value}).'
label: Minimum points (%{field})
min_sum_cost:
help: 'Minimum sum for the cost of a project (default: %{default_value}).'
label: Minimum sum cost (%{field})
min_sum_points:
help: "Minimum sum of the assigned points for each project (default: %{default_value})."
help: 'Minimum sum of the assigned points for each project (default: %{default_value}).'
label: Minimum sum points (%{field})
scoring_fn:
help: "Scoring function for the ordinal type voting (default: %{default_value})."
help: 'Scoring function for the ordinal type voting (default: %{default_value}).'
label: Scoring function (%{field})
unit:
help: The voting unit within the voting, for example, an area.
Expand Down
Loading