Skip to content

Commit

Permalink
New translations en.yml (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Apr 30, 2024
1 parent cdcfe4f commit 712ae08
Showing 1 changed file with 12 additions and 43 deletions.
55 changes: 12 additions & 43 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ en:
form:
attributes:
category_budget_rules:
minimum_budget_projects_number_too_high: The minimum number of projects
is too high.
minimum_budget_projects_number_too_low: The minimum number of projects
is too low.
minimum_budget_projects_number_too_high: The minimum number of projects is too high.
minimum_budget_projects_number_too_low: The minimum number of projects is too low.
percent_number_too_high: The computed percentage is too high.
percent_number_too_low: The percentage is too low.
decidim:
Expand All @@ -32,59 +30,30 @@ en:
form:
add: Add
category_budget_rules: Category budget rules
assigned: Assigned %{total}
budget_excess:
budget_excess:
description_html: This project exceeds the maximum budget and can not be
added. If you want, you can delete a project you have already selected,
in order to be able to vote again according to your preferences.
description_html: This project exceeds the maximum budget and can not be added. If you want, you can delete a project you have already selected, in order to be able to vote again according to your preferences.
title_html: Maximum budget exceeded for <strong>%{category}</strong>
projects_excess:
description_html: This project exceeds the maximum number of projects and
cannot be added. If you want, you can delete a project you have already
selected, in order to be able to vote again according to your preferences.
description_html: This project exceeds the maximum number of projects and cannot be added. If you want, you can delete a project you have already selected, in order to be able to vote again according to your preferences.
title_html: Maximum projects exceeded for <strong>%{category}</strong>
criteria_met: Criteria met
criteria_not_met: Criteria not met
minimum_projects_rule:
description_html: What projects from <strong>%{category}</strong> category
do you think we should allocate budget for? Select at least %{minimum_number}
projects you want and vote according to your preferences to define the budget.
inline_criteria_html: Minimum %{minimum_number}
instruction_html: "<li>Select at least %{minimum_number} projects belonging
to <strong>%{category}</strong> you want and vote according to your preferences
to define the budget.</li>"
description_html: What projects from <strong>%{category}</strong> category do you think we should allocate budget for? Select at least %{minimum_number} projects you want and vote according to your preferences to define the budget.
instruction_html: "<li>Select at least %{minimum_number} projects belonging to <strong>%{category}</strong> you want and vote according to your preferences to define the budget.</li>"
projects_rule:
description_html: What projects from <strong>%{category}</strong> category
do you think we should allocate budget for? Select at least %{minimum_number}
and up to %{maximum_number} projects you want and vote according to your
preferences to define the budget.
inline_criteria_html: Minimum %{minimum_number} and maximum %{maximum_number}
instruction_html: "<li>Select at least %{minimum_number} and up to %{maximum_number}
projects belonging to <strong>%{category}</strong> you want and vote according
to your preferences to define the budget.</li>"
description_html: What projects from <strong>%{category}</strong> category do you think we should allocate budget for? Select at least %{minimum_number} and up to %{maximum_number} projects you want and vote according to your preferences to define the budget.
instruction_html: "<li>Select at least %{minimum_number} and up to %{maximum_number} projects belonging to <strong>%{category}</strong> you want and vote according to your preferences to define the budget.</li>"
projects_rule_maximum_only:
description_html: What projects from <strong>%{category}</strong> category
do you think we should allocate budget for? Select up to %{maximum_number}
projects you want and vote according to your preferences to define the budget.
inline_criteria_html: Maximum %{maximum_number}
instruction_html: "<li>Select up to %{maximum_number} projects belonging to
<strong>%{category}</strong> you want and vote according to your preferences
to define the budget.</li>"
description_html: What projects from <strong>%{category}</strong> category do you think we should allocate budget for? Select up to %{maximum_number} projects you want and vote according to your preferences to define the budget.
instruction_html: "<li>Select up to %{maximum_number} projects belonging to <strong>%{category}</strong> you want and vote according to your preferences to define the budget.</li>"
rule:
available_votes: Votes that can be assigned
remaining_budget: Remaining budget
remaining_votes: Required votes
required_votes: Votes required to assign
vote_threshold_percent_rule:
description_html: What projects from <strong>%{category}</strong> category
do you think we should allocate budget for? Assign at least %{minimum_budget}
to the projects you want and vote according to your preferences to define
the budget.
inline_criteria_html: Minimum %{minimum_budget}
instruction_html: "<li>Assign at least %{minimum_budget} to the projects belonging
to <strong>%{category}</strong> you want and vote according to your preferences
to define the budget.</li>"
description_html: What projects from <strong>%{category}</strong> category do you think we should allocate budget for? Assign at least %{minimum_budget} to the projects you want and vote according to your preferences to define the budget.
instruction_html: "<li>Assign at least %{minimum_budget} to the projects belonging to <strong>%{category}</strong> you want and vote according to your preferences to define the budget.</li>"
components:
budget_category_voting:
name: BudgetCategoryVoting

0 comments on commit 712ae08

Please sign in to comment.