decidim-proposals 0.16.1 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/documents/decidim/proposals/participatory_texts/participatory_text.md +52 -0
  3. data/app/assets/documents/decidim/proposals/participatory_texts/participatory_text.odt +0 -0
  4. data/app/cells/decidim/proposals/collaborative_draft_cell.rb +0 -4
  5. data/app/cells/decidim/proposals/participatory_text_proposal_cell.rb +0 -6
  6. data/app/cells/decidim/proposals/proposal_cell.rb +0 -4
  7. data/app/cells/decidim/proposals/proposal_m_cell.rb +5 -1
  8. data/app/commands/decidim/proposals/admin/import_proposals.rb +5 -1
  9. data/app/commands/decidim/proposals/vote_proposal.rb +4 -2
  10. data/app/commands/decidim/proposals/withdraw_proposal.rb +2 -2
  11. data/app/controllers/decidim/proposals/admin/participatory_texts_controller.rb +3 -3
  12. data/app/controllers/decidim/proposals/collaborative_drafts_controller.rb +4 -1
  13. data/app/controllers/decidim/proposals/proposals_controller.rb +4 -3
  14. data/app/forms/decidim/proposals/admin/import_participatory_text_form.rb +14 -0
  15. data/app/forms/decidim/proposals/admin/preview_participatory_text_form.rb +1 -1
  16. data/app/forms/decidim/proposals/admin/proposals_import_form.rb +1 -0
  17. data/app/helpers/decidim/proposals/participatory_texts_helper.rb +14 -0
  18. data/app/helpers/decidim/proposals/proposal_wizard_helper.rb +13 -0
  19. data/app/models/decidim/proposals/collaborative_draft.rb +5 -0
  20. data/app/permissions/decidim/proposals/permissions.rb +20 -6
  21. data/app/queries/decidim/proposals/metrics/accepted_proposals_metric_manage.rb +5 -1
  22. data/app/queries/decidim/proposals/metrics/proposals_metric_manage.rb +2 -2
  23. data/app/queries/decidim/proposals/metrics/votes_metric_manage.rb +1 -1
  24. data/app/services/decidim/proposals/proposal_builder.rb +34 -6
  25. data/app/views/decidim/proposals/admin/participatory_texts/new_import.html.erb +1 -1
  26. data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +0 -1
  27. data/app/views/decidim/proposals/admin/proposals_imports/new.html.erb +3 -0
  28. data/app/views/decidim/proposals/collaborative_drafts/_accept_request_access_form.html.erb +1 -1
  29. data/app/views/decidim/proposals/collaborative_drafts/_collaborator_requests.html.erb +1 -1
  30. data/app/views/decidim/proposals/collaborative_drafts/_reject_request_access_form.html.erb +1 -1
  31. data/app/views/decidim/proposals/collaborative_drafts/_wizard_aside.html.erb +16 -0
  32. data/app/views/decidim/proposals/collaborative_drafts/compare.html.erb +1 -1
  33. data/app/views/decidim/proposals/collaborative_drafts/complete.html.erb +1 -1
  34. data/app/views/decidim/proposals/collaborative_drafts/new.html.erb +1 -1
  35. data/app/views/decidim/proposals/proposals/_proposal_preview.html.erb +11 -1
  36. data/app/views/decidim/proposals/proposals/_vote_button.html.erb +1 -1
  37. data/app/views/decidim/proposals/proposals/_wizard_aside.html.erb +5 -3
  38. data/app/views/decidim/proposals/proposals/compare.html.erb +1 -1
  39. data/app/views/decidim/proposals/proposals/participatory_texts/_proposal_vote_button.html.erb +1 -1
  40. data/app/views/decidim/proposals/proposals/show.html.erb +20 -10
  41. data/config/locales/ar-SA.yml +139 -10
  42. data/config/locales/ca.yml +59 -44
  43. data/config/locales/cs-CZ.yml +13 -1
  44. data/config/locales/cs.yml +790 -0
  45. data/config/locales/de.yml +21 -6
  46. data/config/locales/en.yml +111 -95
  47. data/config/locales/es-MX.yml +22 -7
  48. data/config/locales/es-PY.yml +21 -6
  49. data/config/locales/es.yml +77 -62
  50. data/config/locales/eu.yml +25 -10
  51. data/config/locales/fi-pl.yml +15 -3
  52. data/config/locales/fi-plain.yml +766 -0
  53. data/config/locales/fi.yml +85 -70
  54. data/config/locales/fr.yml +21 -6
  55. data/config/locales/gl.yml +21 -6
  56. data/config/locales/hu.yml +22 -7
  57. data/config/locales/id-ID.yml +21 -6
  58. data/config/locales/it.yml +22 -7
  59. data/config/locales/nl.yml +25 -10
  60. data/config/locales/pl.yml +22 -7
  61. data/config/locales/pt-BR.yml +21 -6
  62. data/config/locales/pt.yml +21 -6
  63. data/config/locales/ru.yml +0 -7
  64. data/config/locales/sv.yml +21 -6
  65. data/config/locales/tr-TR.yml +21 -6
  66. data/config/locales/uk.yml +0 -7
  67. data/lib/decidim/content_renderers/proposal_renderer.rb +5 -7
  68. data/lib/decidim/proposals/admin_engine.rb +8 -9
  69. data/lib/decidim/proposals/doc_to_markdown.rb +10 -0
  70. data/lib/decidim/proposals/markdown_to_proposals.rb +15 -1
  71. data/lib/decidim/proposals/version.rb +1 -1
  72. metadata +23 -18
@@ -2,6 +2,7 @@ de:
2
2
  activemodel:
3
3
  attributes:
4
4
  collaborative_draft:
5
+ address: Adresse
5
6
  body: Karosserie
6
7
  category_id: Kategorie
7
8
  decidim_scope_id: Umfang
@@ -10,6 +11,7 @@ de:
10
11
  title: Titel
11
12
  user_group_id: Erstellen Sie einen gemeinsamen Entwurf als
12
13
  proposal:
14
+ address: Adresse
13
15
  answer: Antworten
14
16
  answered_at: Beantwortet bei
15
17
  automatic_hashtags: Hashtags werden automatisch hinzugefügt
@@ -26,8 +28,15 @@ de:
26
28
  proposals_copy:
27
29
  copy_proposals: Ich verstehe, dass dies alle Vorschläge von der ausgewählten Komponente in die aktuelle Komponente importiert und dass diese Aktion nicht rückgängig gemacht werden kann.
28
30
  origin_component_id: Komponente zum Kopieren der Vorschläge aus
31
+ proposals_import:
32
+ import_proposals: Vorschläge importieren
33
+ keep_authors: Behalten Sie die ursprünglichen Autoren
29
34
  errors:
30
35
  models:
36
+ participatory_text:
37
+ attributes:
38
+ document:
39
+ invalid_document_type: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{valid_mime_types}'
31
40
  proposal:
32
41
  attributes:
33
42
  attachment:
@@ -287,8 +296,10 @@ de:
287
296
  participatory_texts:
288
297
  bulk-actions:
289
298
  are_you_sure: Sind Sie sicher, den gesamten Entwurf des partizipativen Textes zu verwerfen?
290
- import_doc: Dokument importieren
291
299
  discard_all: Alle verwerfen
300
+ import_doc: Dokument importieren
301
+ discard:
302
+ success: Alle Mitentscheidungsentwürfe wurden verworfen.
292
303
  import:
293
304
  invalid: Das Formular ist ungültig!
294
305
  success: Herzlichen Glückwunsch, die folgenden Abschnitte wurden aus dem importierten Dokument analysiert, sie wurden in Vorschläge konvertiert. Jetzt können Sie alles überprüfen und anpassen, bevor Sie es veröffentlichen.
@@ -298,15 +309,16 @@ de:
298
309
  save_draft: Entwurf speichern
299
310
  title: VORSCHAU TEILNEHMERTEXT
300
311
  new_import:
312
+ accepted_mime_types:
313
+ md: Markdown
314
+ odt: Odt
301
315
  bottom_hint: "(Sie können Dokumentabschnitte in der Vorschau anzeigen und sortieren.)"
302
- document_legend: 'Fügen Sie ein Dokument mit weniger als 2 MB hinzu, wobei jeder Abschnitt bis zu 3 Ebenen tief in Vorschläge zerlegt wird. Unterstützte Formate sind: Markdown'
316
+ document_legend: 'Fügen Sie ein Dokument hinzu, das kleiner als 2 MB ist. Jeder Abschnitt wird so lange in 3 bis 3 Ebenen tief in die Vorschläge geparst. Unterstützte Formate sind: %{valid_mime_types}'
303
317
  title: DOKUMENT HINZUFÜGEN
304
318
  upload_document: Dokument hochladen
305
319
  publish:
306
320
  invalid: Vorschläge konnten nicht veröffentlicht werden
307
321
  success: Alle Vorschläge wurden veröffentlicht
308
- discard:
309
- success: Alle Mitentscheidungsentwürfe wurden verworfen.
310
322
  sections:
311
323
  article: "<em>Artikel</em>"
312
324
  section: "<em>Abschnitt:</em> <strong>%{title}</strong>"
@@ -584,7 +596,7 @@ de:
584
596
  error: Es gab Fehler bei der Abstimmung des Vorschlags.
585
597
  proposals:
586
598
  compare:
587
- mine_is_different: Mein Vorschlag ist anders
599
+ continue: Fortsetzen
588
600
  no_similars_found: Gut gemacht! Keine ähnlichen Vorschläge gefunden
589
601
  title: Ähnliche Vorschläge
590
602
  complete:
@@ -611,6 +623,7 @@ de:
611
623
  comments: Bemerkungen
612
624
  filters:
613
625
  activity: Aktivität
626
+ amendment_type: Art
614
627
  category: Kategorie
615
628
  category_prompt: Wählen Sie eine Kategorie
616
629
  origin: Ursprung
@@ -618,7 +631,6 @@ de:
618
631
  search: Suche
619
632
  state: Zustand
620
633
  voted: Gewählt
621
- amendment_type: Art
622
634
  filters_small_view:
623
635
  close_modal: Modal schließen
624
636
  filter: Filter
@@ -738,6 +750,9 @@ de:
738
750
  version_number_out_of_total: "%{current_version} von %{total_count}"
739
751
  version:
740
752
  version_index: Version %{index}
753
+ withdraw:
754
+ errors:
755
+ has_supports: Dieser Vorschlag kann nicht zurückgezogen werden, da er bereits Unterstützung hat.
741
756
  resource_links:
742
757
  copied_from_component:
743
758
  proposal_proposal: Ähnliche Vorschläge
@@ -1,7 +1,9 @@
1
+ ---
1
2
  en:
2
3
  activemodel:
3
4
  attributes:
4
5
  collaborative_draft:
6
+ address: Address
5
7
  body: Body
6
8
  category_id: Category
7
9
  decidim_scope_id: Scope
@@ -10,6 +12,7 @@ en:
10
12
  title: Title
11
13
  user_group_id: Create collaborative draft as
12
14
  proposal:
15
+ address: Address
13
16
  answer: Answer
14
17
  answered_at: Answered at
15
18
  automatic_hashtags: Hashtags automatically added
@@ -26,8 +29,15 @@ en:
26
29
  proposals_copy:
27
30
  copy_proposals: I understand that this will import all proposals from the selected component to the current one and that this action can't be reversed.
28
31
  origin_component_id: Component to copy the proposals from
32
+ proposals_import:
33
+ import_proposals: Import proposals
34
+ keep_authors: Keep original authors
29
35
  errors:
30
36
  models:
37
+ participatory_text:
38
+ attributes:
39
+ document:
40
+ invalid_document_type: 'Invalid document type. Accepted formats are: %{valid_mime_types}'
31
41
  proposal:
32
42
  attributes:
33
43
  attachment:
@@ -58,15 +68,15 @@ en:
58
68
  one: Note
59
69
  other: Notes
60
70
  decidim/proposals/proposal_vote:
61
- one: Vote
62
- other: Votes
71
+ one: Support
72
+ other: Supports
63
73
  decidim:
64
74
  components:
65
75
  proposals:
66
76
  actions:
67
77
  create: Create
68
78
  endorse: Endorse
69
- vote: Vote
79
+ vote: Support
70
80
  withdraw: Withdraw
71
81
  name: Proposals
72
82
  settings:
@@ -78,21 +88,21 @@ en:
78
88
  collaborative_drafts_enabled: Collaborative drafts enabled
79
89
  comments_enabled: Comments enabled
80
90
  geocoding_enabled: Geocoding enabled
81
- minimum_votes_per_user: Minimum votes per user
91
+ minimum_votes_per_user: Minimum supports per user
82
92
  new_proposal_help_text: New proposal help text
83
93
  official_proposals_enabled: Official proposals enabled
84
94
  participatory_texts_enabled: Participatory texts enabled
85
95
  proposal_answering_enabled: Proposal answering enabled
86
96
  proposal_edit_before_minutes: Proposals can be edited by authors before this many minutes passes
87
97
  proposal_length: Maximum proposal body length
88
- proposal_limit: Proposal limit per user
98
+ proposal_limit: Proposal limit per participant
89
99
  proposal_wizard_step_1_help_text: Proposal wizard "Create" step help text
90
100
  proposal_wizard_step_2_help_text: Proposal wizard "Compare" step help text
91
101
  proposal_wizard_step_3_help_text: Proposal wizard "Complete" step help text
92
102
  proposal_wizard_step_4_help_text: Proposal wizard "Publish" step help text
93
103
  resources_permissions_enabled: Actions permissions can be set for each proposal
94
104
  threshold_per_proposal: Threshold per proposal
95
- vote_limit: Vote limit per user
105
+ vote_limit: Support limit per participant
96
106
  step:
97
107
  announcement: Announcement
98
108
  automatic_hashtags: Hashtags added to all proposals
@@ -101,10 +111,10 @@ en:
101
111
  endorsements_blocked: Endorsements blocked
102
112
  endorsements_enabled: Endorsements enabled
103
113
  proposal_answering_enabled: Proposal answering enabled
104
- suggested_hashtags: Hashtags suggested to users for new proposals
105
- votes_blocked: Voting blocked
106
- votes_enabled: Voting enabled
107
- votes_hidden: Votes hidden (if votes are enabled, checking this will hide the number of votes)
114
+ suggested_hashtags: Hashtags suggested to participants for new proposals
115
+ votes_blocked: Supports blocked
116
+ votes_enabled: Supports enabled
117
+ votes_hidden: Supports hidden (if supports are enabled, checking this will hide the number of supports)
108
118
  events:
109
119
  proposals:
110
120
  collaborative_draft_access_accepted:
@@ -186,7 +196,7 @@ en:
186
196
  notification_title: The <a href="%{resource_path}">%{resource_title}</a> proposal was published by <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
187
197
  proposal_published_for_space:
188
198
  email_intro: The proposal "%{resource_title}" has been added to "%{participatory_space_title}" that you are following.
189
- email_outro: You have received this notification because you are following "%{participatory_space_title}". You can unfollow it from the previous link.
199
+ email_outro: You have received this notification because you are following "%{participatory_space_title}". You can stop receiving notifications following the previous link.
190
200
  email_subject: New proposal "%{resource_title}" added to %{participatory_space_title}
191
201
  notification_title: The proposal <a href="%{resource_path}">%{resource_title}</a> has been added to %{participatory_space_title}
192
202
  proposal_rejected:
@@ -201,67 +211,67 @@ en:
201
211
  email_subject: A proposal you're following has been rejected
202
212
  notification_title: The <a href="%{resource_path}">%{resource_title}</a> proposal has been rejected.
203
213
  proposal_update_category:
204
- email_intro: 'An admin has updated the category of your proposal "%{resource_title}", check it out:'
214
+ email_intro: 'An admin has updated the category of your proposal "%{resource_title}", check it out in this page:'
205
215
  email_outro: You have received this notification because you are the author of the proposal.
206
216
  email_subject: The %{resource_title} proposal category has been updated
207
217
  notification_title: The <a href="%{resource_path}">%{resource_title}</a> proposal category has been updated by an admin.
208
218
  voting_enabled:
209
- email_intro: 'You can vote proposals in %{participatory_space_title}! Start participating in this page:'
219
+ email_intro: 'You can support proposals in %{participatory_space_title}! Start participating in this page:'
210
220
  email_outro: You have received this notification because you are following %{participatory_space_title}. You can stop receiving notifications following the previous link.
211
- email_subject: Proposals voting has started for %{participatory_space_title}
212
- notification_title: You can now start <a href="%{resource_path}">voting proposals</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
221
+ email_subject: Proposal support has started for %{participatory_space_title}
222
+ notification_title: You can now start <a href="%{resource_path}">supporting proposals</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
213
223
  gamification:
214
224
  badges:
215
225
  accepted_proposals:
216
226
  conditions:
217
- - Choose the participation space of your interest with submission for proposals enabled
218
- - Try to make proposals that can be carried out. This way they are more likely to be accepted.
227
+ - Choose the participation space of your interest with submission for proposals enabled
228
+ - Try to make proposals that can be carried out. This way they are more likely to be accepted.
219
229
  description: This badge is granted when you actively participate with new proposals and these are accepted.
220
- description_another: This user has gotten %{score} proposals accepted.
230
+ description_another: This participant had %{score} accepted proposals.
221
231
  description_own: You got %{score} proposals accepted.
222
232
  name: Accepted proposals
223
233
  next_level_in: Get %{score} more proposals accepted to reach the next level!
224
- unearned_another: This user hasn't gotten any proposals accepted yet.
234
+ unearned_another: This participant has not yet had any accepted proposals.
225
235
  unearned_own: You got no proposals accepted yet.
226
236
  proposal_votes:
227
237
  conditions:
228
- - Browse and spend some time reading other people's proposals
229
- - Give support to the proposals you like or find interesting
238
+ - Browse and spend some time reading other people's proposals
239
+ - Give support to the proposals you like or find interesting
230
240
  description: This badge is granted when you support other people's proposals.
231
- description_another: This user has given support to %{score} proposals.
241
+ description_another: This participant has given support to %{score} proposals.
232
242
  description_own: You have given support to %{score} proposals.
233
243
  name: Proposal supports
234
244
  next_level_in: Give support to %{score} more proposals to reach the next level!
235
- unearned_another: This user hasn't given support to any proposals yet.
245
+ unearned_another: This participant hasn't given support to any proposals yet.
236
246
  unearned_own: You have given support to no proposals yet.
237
247
  proposals:
238
248
  conditions:
239
- - Choose the participation space of your interest with submission for proposals enabled
240
- - Create a new proposal
249
+ - Choose the participation space of your interest with submission for proposals enabled
250
+ - Create a new proposal
241
251
  description: This badge is granted when you actively participate with new proposals.
242
- description_another: This user has created %{score} proposals.
252
+ description_another: This participant has created %{score} proposals.
243
253
  description_own: You have created %{score} proposals.
244
254
  name: Proposals
245
255
  next_level_in: Create %{score} more proposals to reach the next level!
246
- unearned_another: This user hasn't created any proposals yet.
256
+ unearned_another: This participant hasn't created any proposals yet.
247
257
  unearned_own: You have created no proposals yet.
248
258
  metrics:
249
259
  accepted_proposals:
250
- description: Number of proposals accepted by users
260
+ description: Number of proposals accepted
251
261
  object: proposals
252
- title: Accepted Proposals
262
+ title: Accepted proposals
253
263
  endorsements:
254
- description: Number of endorsements generated in proposals
264
+ description: Number of endorsements to proposals
255
265
  object: endorsements
256
266
  title: Endorsements
257
267
  proposals:
258
- description: Number of proposals generated
268
+ description: Number of proposals
259
269
  object: proposals
260
270
  title: Proposals
261
271
  votes:
262
- description: Number of votes generated in proposals by users
263
- object: votes
264
- title: Votes
272
+ description: Number of supports to proposals
273
+ object: supports
274
+ title: Supports
265
275
  participatory_processes:
266
276
  participatory_process_groups:
267
277
  highlighted_proposals:
@@ -290,32 +300,35 @@ en:
290
300
  participatory_texts:
291
301
  bulk-actions:
292
302
  are_you_sure: Are you sure to discard the whole participatory text draft?
293
- import_doc: Import document
294
303
  discard_all: Discard all
304
+ import_doc: Import document
305
+ discard:
306
+ success: All participatory text drafts have been discarded.
295
307
  import:
296
308
  invalid: The form is invalid!
297
- success: Congratulations, the following sections have been parsed from the imported document, they have been converted to proposals. Now you can review and adjust whatever you need before publishing.
309
+ success: Congratulations, the following sections have been converted to proposals. Now you can review and adjust them before publishing.
298
310
  index:
299
- info_1: The following sections have been parsed from the imported document, they have been converted to proposals. Now you can review and adjust whatever you need before publishing.
311
+ info_1: The following sections have been converted to proposals. Now you can review and adjust them before publishing.
300
312
  publish_document: Publish document
301
313
  save_draft: Save draft
302
314
  title: PREVIEW PARTICIPATORY TEXT
303
315
  new_import:
316
+ accepted_mime_types:
317
+ md: Markdown
318
+ odt: Odt
304
319
  bottom_hint: "(You will be able to preview and sort document sections)"
305
- document_legend: 'Add a document lesser than 2MB, each section until 3 levels deep will be parsed into Proposals. Suported formats are: Markdown'
320
+ document_legend: 'Add a document lesser than 2MB, each section until 3 levels deep will be parsed into Proposals. Suported formats are: %{valid_mime_types}'
306
321
  title: ADD DOCUMENT
307
322
  upload_document: Upload document
308
323
  publish:
309
324
  invalid: Could not publish proposals
310
325
  success: All proposals have been published
311
- discard:
312
- success: All Participatory text drafts have been discarded.
313
326
  sections:
314
327
  article: "<em>Article</em>"
315
328
  section: "<em>Section:</em> <strong>%{title}</strong>"
316
329
  sub-section: "<em>Subsection:</em> %{title}"
317
330
  update:
318
- success: Participatory text updated successfully.
331
+ success: Participatory text successfully updated.
319
332
  proposal_answers:
320
333
  edit:
321
334
  accepted: Accepted
@@ -325,7 +338,7 @@ en:
325
338
  title: Answer for proposal %{title}
326
339
  proposal_notes:
327
340
  create:
328
- error: There's been a problem creating this proposal note
341
+ error: There was a problem creating this proposal note
329
342
  success: Proposal note successfully created
330
343
  form:
331
344
  note: Note
@@ -369,26 +382,26 @@ en:
369
382
  success: 'Proposals successfully updated to the %{category} category: %{proposals}.'
370
383
  proposals_imports:
371
384
  create:
372
- invalid: There's been a problem importing the proposals
385
+ invalid: There was a problem importing the proposals
373
386
  success: "%{number} proposals successfully imported"
374
387
  new:
375
388
  create: Import proposals
376
389
  no_components: There are no other proposal components in this participatory space to import the proposals from.
377
390
  select_component: Please select a component
378
- select_states: Check the states of the proposals to import
391
+ select_states: Check the status of the proposals to import
379
392
  proposals_merges:
380
393
  create:
381
- invalid: There was an error merging the selected proposals.
394
+ invalid: There was a problem merging the selected proposals.
382
395
  success: Successfully merged the proposals into a new one.
383
396
  proposals_splits:
384
397
  create:
385
- invalid: There was an error spliting the selected proposals.
398
+ invalid: There was a problem spliting the selected proposals.
386
399
  success: Successfully splitted the proposals into new ones.
387
400
  shared:
388
401
  info_proposal:
389
402
  body: Body
390
403
  created_at: Creation date
391
- proposal_votes_count: Votes count
404
+ proposal_votes_count: Supports count
392
405
  proposals: Proposals
393
406
  admin_log:
394
407
  proposal:
@@ -409,7 +422,7 @@ en:
409
422
  citizens: Citizens
410
423
  meetings: Meetings
411
424
  official: Official
412
- user_groups: User groups
425
+ user_groups: Groups
413
426
  filter_state_values:
414
427
  accepted: Accepted
415
428
  all: All
@@ -423,7 +436,7 @@ en:
423
436
  collaborative_drafts:
424
437
  collaborative_draft:
425
438
  publish:
426
- error: There's been errors when publishing the collaborative draft.
439
+ error: There was a problem publishing the collaborative draft.
427
440
  irreversible_action_modal:
428
441
  body: After publishing the draft as a proposal, the draft won't be editable anymore. The proposal won't accept new authors or contributions.
429
442
  cancel: Cancel
@@ -432,7 +445,7 @@ en:
432
445
  success: Collaborative draft published successfully as a proposal.
433
446
  view_collaborative_draft: View Collaborative Draft
434
447
  withdraw:
435
- error: There's been errors closing the collaborative draft.
448
+ error: There was a problem closing the collaborative draft.
436
449
  irreversible_action_modal:
437
450
  body: After closing the draft, the draft won't be editable anymore. The draft won't accept new authors or contributions.
438
451
  cancel: Cancel
@@ -449,9 +462,9 @@ en:
449
462
  count:
450
463
  drafts_count:
451
464
  one: "%{count} collaborative draft"
452
- other: "%{count} collaborative draft"
465
+ other: "%{count} collaborative drafts"
453
466
  create:
454
- error: There's been a problem creating this collaborative drafts
467
+ error: There was a problem creating this collaborative drafts
455
468
  success: Collaborative draft successfully created.
456
469
  edit:
457
470
  attachment_legend: "(Optional) Add an attachment"
@@ -468,7 +481,7 @@ en:
468
481
  published: Published
469
482
  related_to: Related to
470
483
  search: Search
471
- state: State
484
+ state: Status
472
485
  withdrawn: Withdrawn
473
486
  filters_small_view:
474
487
  close_modal: Close modal
@@ -487,23 +500,23 @@ en:
487
500
  recent: Recent
488
501
  requests:
489
502
  accepted_request:
490
- error: Could not be accepted as a collaborator, try again later.
503
+ error: Could not be accepted as a collaborator, please try again later.
491
504
  success: "@%{user} has been accepted as a collaborator successfully"
492
505
  access_requested:
493
- error: Your request could not be completed, try again later.
494
- success: Your request to collaborate has been sent successfully
506
+ error: Your request could not be completed, please try again later.
507
+ success: Your request to collaborate has been successfully sent
495
508
  collaboration_requests:
496
509
  accept_request: Accept
497
510
  reject_request: Reject
498
511
  title: Collaboration requests
499
512
  rejected_request:
500
- error: Could not be rejected as a collaborator, try again later.
501
- success: "@%{user} has been rejected as a collaborator successfully"
513
+ error: Could not be rejected as a collaborator, please try again later.
514
+ success: "@%{user} has been successfully rejected as a collaborator"
502
515
  show:
503
516
  back: Back
504
517
  edit: Edit collaborative draft
505
518
  final_proposal: final proposal
506
- final_proposal_help_text: This draft is finished. You can see the final finished proposal
519
+ final_proposal_help_text: This draft is finished. Check out the final proposal
507
520
  hidden_authors_count:
508
521
  one: and %{count} more person
509
522
  other: and %{count} more people
@@ -523,8 +536,8 @@ en:
523
536
  published: Published
524
537
  withdrawn: Withdrawn
525
538
  update:
526
- error: There's been errors when saving the collaborative draft.
527
- success: Collaborative draft updated successfully.
539
+ error: There was a problem saving the collaborative draft.
540
+ success: Collaborative draft successfully updated.
528
541
  wizard_aside:
529
542
  back: Back
530
543
  info: You are creating a <strong>collaborative draft</strong>.
@@ -535,10 +548,10 @@ en:
535
548
  step_3: Complete your collaborative draft
536
549
  step_of: Step %{current_step_num} of %{total_steps}
537
550
  create:
538
- error: There's been errors when saving the proposal.
539
- success: Proposal created successfully. Saved as a Draft.
551
+ error: There was a problem saving the proposal.
552
+ success: Proposal successfully created. Saved as a Draft.
540
553
  destroy_draft:
541
- error: There's been errors deleting the proposal draft.
554
+ error: There was a problem deleting the collaborative draft.
542
555
  success: Proposal draft was successfully deleted.
543
556
  last_activity:
544
557
  new_proposal_at_html: "<span>New proposal at %{link}</span>"
@@ -558,7 +571,7 @@ en:
558
571
  official_proposal: Official proposal
559
572
  published_at: Published at
560
573
  scope: Scope
561
- state: State
574
+ state: Status
562
575
  title: Title
563
576
  votes: Votes
564
577
  new:
@@ -572,7 +585,7 @@ en:
572
585
  endorse: Endorse
573
586
  proposal_endorsements:
574
587
  create:
575
- error: There's been errors when endorsing the proposal.
588
+ error: There was a problem endorsing the proposal.
576
589
  identities:
577
590
  done: Done
578
591
  select_identity: Select identity
@@ -584,10 +597,10 @@ en:
584
597
  endorse: Endorse
585
598
  proposal_votes:
586
599
  create:
587
- error: There's been errors when voting the proposal.
600
+ error: There was a problem supporting the proposal.
588
601
  proposals:
589
602
  compare:
590
- mine_is_different: My proposal is different
603
+ continue: Continue
591
604
  no_similars_found: Well done! No similar proposals found
592
605
  title: Similar Proposals
593
606
  complete:
@@ -614,14 +627,14 @@ en:
614
627
  comments: Comments
615
628
  filters:
616
629
  activity: Activity
630
+ amendment_type: Type
617
631
  category: Category
618
632
  category_prompt: Select a category
619
633
  origin: Origin
620
634
  related_to: Related to
621
635
  search: Search
622
- state: State
623
- voted: Voted
624
- amendment_type: Type
636
+ state: Status
637
+ voted: Supported
625
638
  filters_small_view:
626
639
  close_modal: Close modal
627
640
  filter: Filter
@@ -634,14 +647,14 @@ en:
634
647
  view_proposal: View proposal
635
648
  linked_proposals:
636
649
  proposal_votes:
637
- one: vote
638
- other: votes
650
+ one: support
651
+ other: supports
639
652
  new:
640
653
  send: Continue
641
654
  title: Create Your Proposal
642
655
  orders:
643
656
  label: 'Order proposals by:'
644
- most_voted: Most voted
657
+ most_voted: Most supported
645
658
  random: Random
646
659
  recent: Recent
647
660
  participatory_texts:
@@ -673,40 +686,40 @@ en:
673
686
  proposal_rejected_reason: 'This proposal has been rejected because:'
674
687
  report: Report
675
688
  withdraw_btn_hint: You can withdraw your proposal if you change your mind, as long as you have not received any support. The proposal is not deleted, it will appear in the list of withdrawn proposals.
676
- withdraw_confirmation: Are you sure to withdraw this proposal?
689
+ withdraw_confirmation: Are you sure you want to withdraw this proposal?
677
690
  withdraw_proposal: Withdraw proposal
678
691
  tags:
679
692
  changed_from: "(changed from <u>%{previous_category}</u> by an administrator)"
680
693
  filed_as: Filed as
681
694
  vote_button:
682
- already_voted: Already voted
683
- already_voted_hover: Unvote
684
- maximum_votes_reached: Vote limit reached
685
- no_votes_remaining: No votes remaining
686
- vote: Vote
687
- votes_blocked: Voting disabled
695
+ already_voted: Already supported
696
+ already_voted_hover: Withdraw support
697
+ maximum_votes_reached: Support limit reached
698
+ no_votes_remaining: No supports remaining
699
+ vote: Support
700
+ votes_blocked: Supports disabled
688
701
  votes_count:
689
702
  count:
690
- one: VOTE
691
- other: VOTES
703
+ one: SUPPORT
704
+ other: SUPPORTS
692
705
  most_popular_proposal: Most popular proposal
693
- need_more_votes: Need more votes
706
+ need_more_votes: Need more supports
694
707
  voting_rules:
695
708
  can_accumulate_supports_beyond_threshold:
696
709
  description: Each proposal can accumulate more than %{limit} supports
697
710
  minimum_votes_per_user:
698
- description: You must distribute a minimum of %{votes} votes among different proposals.
711
+ description: You must distribute a minimum of %{votes} supports among different proposals.
699
712
  given_enough_votes: You've given enough supports.
700
- supports_remaining: You have to vote %{remaining_votes} more proposals for your votes to be taken into account.
713
+ supports_remaining: You have to support %{remaining_votes} more proposals for your supports to be taken into account.
701
714
  proposal_limit:
702
715
  description: You can create up to %{limit} proposals.
703
716
  threshold_per_proposal:
704
717
  description: In order to be validated proposals need to reach %{limit} supports
705
- title: 'Voting is subject to the following rules:'
718
+ title: 'Supports are subject to the following rules:'
706
719
  vote_limit:
707
- description: You can vote up to %{limit} proposals.
720
+ description: You can support up to %{limit} proposals.
708
721
  left: Remaining
709
- votes: Votes
722
+ votes: Supports
710
723
  wizard_aside:
711
724
  back: Back
712
725
  info: You are creating a <strong>proposal</strong>.
@@ -718,14 +731,14 @@ en:
718
731
  step_4: Publish your proposal
719
732
  step_of: Step %{current_step_num} of %{total_steps}
720
733
  publish:
721
- error: There's been errors when publishing the proposal.
722
- success: Proposal published successfully.
734
+ error: There was a problem publishing the proposal.
735
+ success: Proposal successfully published.
723
736
  update:
724
- error: There's been errors when saving the proposal.
725
- success: Proposal updated successfully.
737
+ error: There was a problem saving the proposal.
738
+ success: Proposal successfully updated.
726
739
  update_draft:
727
- error: There's been errors when saving the proposal draft.
728
- success: Proposal draft updated successfully.
740
+ error: There was a problem saving the collaborative draft.
741
+ success: Proposal draft successfully updated.
729
742
  versions:
730
743
  changes_at_title: Changes at "%{title}"
731
744
  index:
@@ -741,6 +754,9 @@ en:
741
754
  version_number_out_of_total: "%{current_version} out of %{total_count}"
742
755
  version:
743
756
  version_index: Version %{index}
757
+ withdraw:
758
+ errors:
759
+ has_supports: This proposal can not be withdrawn because it already has supports.
744
760
  resource_links:
745
761
  copied_from_component:
746
762
  proposal_proposal: Related proposals