config/locales/en.yml in decidim-consultations-0.18.1 vs config/locales/en.yml in decidim-consultations-0.19.0

- old
+ new

@@ -18,10 +18,13 @@ banner_image: Banner image decidim_scope_id: Municipal area hashtag: Hashtag hero_image: Home image i_frame_url: External voting system URL + instructions: Additional instructions for voting + max_votes: Maximum number of votes + min_votes: Minimum number of votes origin_scope: Scope origin_title: Origin origin_url: Origin URL participatory_scope: Participatory scope promoter_group: Promoter group @@ -32,14 +35,25 @@ subtitle: Subtitle title: Title vote: External voting system what_is_decided: What is decided errors: + models: + question: + attributes: + max_votes: + lower_than_min: Maximum number of votes should be higher or equal than the minimum. vote: decidim_consultations_response_id: not_found: Response not found. activerecord: + errors: + models: + decidim/consultations/vote: + attributes: + question: + invalid_num_votes: Number of votes is invalid models: decidim/consultation: one: Consultation other: Consultations decidim/consultations/question: @@ -86,20 +100,26 @@ not_published: Not published published: Published new: create: Create title: New consultation + results: + not_visible: Results will be available when consultation closes + participants: "%{count} participants" + total_votes: 'Total: %{count} votes' update: error: There was a problem updating this consultation. success: Consultation updated successfully. menu: consultations: Consultations consultations_submenu: info: Information questions: Questions + results: Results questions_submenu: components: Components + configuration: Configuration consultation: Consultation info: Information responses: Responses models: consultation: @@ -123,10 +143,15 @@ created_at: Created at title: Title name: one: Response other: Responses + question_configuration: + disable_external_voting: Please disable external voting for advanced configurations + form: + help: Set up multiple choices questions by increasing the maximum number of responses a participant can choose. Default maximum value is 1, meaning that only one response can be voted. + title: Advanced configuration question_publications: create: error: There was a problem publishing this question. success: Question successfully published. destroy: @@ -170,10 +195,11 @@ success: Response successfully updated. titles: consultations: Consultations questions: Questions responses: Responses + results: Results consultations: admin: content_blocks: highlighted_consultations: max_results: Maximum amount of elements to show @@ -226,13 +252,32 @@ take_part: Take part view_results: View results votes_out_of: one: vote out of other: votes out of + question_multiple_votes: + results_rules: + minimum_votes_per_user: + description: Participants could distribute a minimum of %{votes} votes among different options. + title: In this question multiple choices where allowed + total_participants: A total of %{count} people participated in the vote. + vote_limit: + description: Participants could vote up to %{limit} options. + voting_rules: + minimum_votes_per_user: + description: You must distribute a minimum of %{votes} votes among different options. + title: 'Votes are subject to the following rules:' + vote_limit: + description: You can vote up to %{limit} options. + left: Remaining + votes: Votes question_votes: create: error: There was a problem voting the question + success: You can change it until the end of the consultation. Only the last vote will be accepted. + title_error: Vote error! + title_success: Vote successfully registered regular_questions: title: Questions for this consultation show: badge_name: finished: Finished @@ -273,19 +318,24 @@ technical_data: Technical data vote_button: already_voted: Already voted already_voted_hover: Revoke vote starting_from: Starting from %{date} + verification_required: Verify your account to vote vote: Vote vote_modal: contextual_help: Please, select an option. title: 'Consultation: question vote' vote_modal_confirm: change: Change confirm: Confirm contextual_help: Please confirm the selected option. title: 'Consultation: confirm vote' + resources: + consultations: + actions: + vote: Vote layouts: decidim: admin: question: attachments: Attachments @@ -295,5 +345,6 @@ question_components: question_menu_item: The question unfold: Unfold question_header: back_to_consultation: See all consultations + back_to_question: Back to the question