decidim-initiatives 0.27.1 → 0.27.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/app/constraints/decidim/initiatives/current_initiative.rb +1 -1
  3. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +1 -1
  4. data/app/views/decidim/initiatives/create_initiative/previous_form.html.erb +1 -1
  5. data/app/views/decidim/initiatives/initiatives/_author.html.erb +1 -1
  6. data/app/views/decidim/initiatives/initiatives/_count.html.erb +1 -1
  7. data/app/views/decidim/initiatives/initiatives/_form.html.erb +1 -1
  8. data/config/locales/ar.yml +0 -7
  9. data/config/locales/ca.yml +16 -8
  10. data/config/locales/cs.yml +8 -5
  11. data/config/locales/de.yml +0 -3
  12. data/config/locales/el.yml +0 -3
  13. data/config/locales/en.yml +10 -2
  14. data/config/locales/es-MX.yml +8 -0
  15. data/config/locales/es-PY.yml +8 -0
  16. data/config/locales/es.yml +8 -0
  17. data/config/locales/eu.yml +0 -3
  18. data/config/locales/fi-plain.yml +8 -0
  19. data/config/locales/fi.yml +8 -0
  20. data/config/locales/fr-CA.yml +8 -3
  21. data/config/locales/fr.yml +8 -3
  22. data/config/locales/gl.yml +0 -3
  23. data/config/locales/hu.yml +0 -3
  24. data/config/locales/id-ID.yml +0 -2
  25. data/config/locales/it.yml +0 -3
  26. data/config/locales/ja.yml +8 -0
  27. data/config/locales/ka-GE.yml +1 -0
  28. data/config/locales/lb.yml +0 -3
  29. data/config/locales/lt.yml +0 -5
  30. data/config/locales/lv.yml +0 -4
  31. data/config/locales/nl.yml +0 -3
  32. data/config/locales/no.yml +0 -3
  33. data/config/locales/pl.yml +0 -5
  34. data/config/locales/pt-BR.yml +0 -3
  35. data/config/locales/pt.yml +0 -3
  36. data/config/locales/ro-RO.yml +3 -4
  37. data/config/locales/ru.yml +0 -5
  38. data/config/locales/sk.yml +0 -5
  39. data/config/locales/sv.yml +11 -3
  40. data/config/locales/tr-TR.yml +0 -3
  41. data/config/locales/uk.yml +0 -5
  42. data/config/locales/zh-CN.yml +0 -2
  43. data/lib/decidim/initiatives/version.rb +1 -1
  44. metadata +16 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7436adbc75b886513b3954dcac50972ec28f693ed7ddc57b78dce72d262e9b7c
4
- data.tar.gz: 51bfe8135a7e161442acf76754d43973c38281249aa2c0630b33774ce17da1cc
3
+ metadata.gz: cebe3b555577f60826745d07d1707be967fc0101603903101d454ddbf78f9fbe
4
+ data.tar.gz: 39f12e28a9376474caed11a343a841f7d8ac94544f8ce841f495fe80424e92b7
5
5
  SHA512:
6
- metadata.gz: a1720d7c62108f02282b40da76b63984e5985a3011e7fe1c7bc829facb1cf65db7364424b3d994e8f23521ba482f9c374c546db537f6be4a18751aff98bfaf37
7
- data.tar.gz: a1912d4693fab429faa38378b367a02de8c34ea90537ac45bf701f84a1157b4958d507d85812edeb059d9f339326ba97190f8f42fca6cd9ebb926bc0e1eaa74a
6
+ metadata.gz: 3716c21e58e656d2dd33b3611938dbc812131a11dc30a2528278e894cd3a50000eff5493732c3bb836795955762177e879576a14f0bd84e0be63d5ea3a57724e
7
+ data.tar.gz: 1b99d0de7dd9109f71e548542177f420e900061029af1762f1dc8dbf98711107207c80db2c925680db3f44f57eaad1f08c7f170b42eb29c8be7001b525beb238
@@ -8,7 +8,7 @@ module Decidim
8
8
  class CurrentInitiative
9
9
  include InitiativeSlug
10
10
 
11
- # Public: Matches the request against an initative and injects it
11
+ # Public: Matches the request against an initiative and injects it
12
12
  # into the environment.
13
13
  #
14
14
  # request - The request that holds the initiative relevant
@@ -34,7 +34,7 @@
34
34
  </div>
35
35
 
36
36
  <div class="field">
37
- <%= f.editor :description, lines: 8, toolbar: :full %>
37
+ <%= text_editor_for(f, :description, lines: 8, toolbar: :full) %>
38
38
  </div>
39
39
 
40
40
  <% signature_type_options = signature_type_options(f.object) %>
@@ -27,7 +27,7 @@
27
27
  </div>
28
28
 
29
29
  <div class="field">
30
- <%= f.editor :description, lines: 8, toolbar: :full %>
30
+ <%= text_editor_for(f, :description, lines: 8, toolbar: :full) %>
31
31
  </div>
32
32
 
33
33
  <div class="actions">
@@ -29,7 +29,7 @@
29
29
  <% end %>
30
30
 
31
31
  <div class="publish-date">
32
- <%= l initiative.published_at || initiative.created_at, format: "%d/%m/%Y" %>
32
+ <%= l initiative.published_at || initiative.created_at, format: :decidim_short %>
33
33
  </div>
34
34
  </div>
35
35
  </div>
@@ -1 +1 @@
1
- <%= t(".title", count: initiatives.to_a.count) %>
1
+ <%= t(".title", count: initiatives.total_count) %>
@@ -5,7 +5,7 @@
5
5
  </div>
6
6
 
7
7
  <div class="field">
8
- <%= form.editor :description, toolbar: :full, lines: 8, disabled: !allowed_to?(:update, :initiative, initiative: current_initiative), value: translated_attribute(@form.description) %>
8
+ <%= text_editor_for(form, :description, toolbar: :full, lines: 8, disabled: !allowed_to?(:update, :initiative, initiative: current_initiative), value: translated_attribute(@form.description)) %>
9
9
  </div>
10
10
 
11
11
  <div class="field">
@@ -41,13 +41,6 @@ ar:
41
41
  name: اكمل الاسم
42
42
  activerecord:
43
43
  models:
44
- decidim/initiative:
45
- zero: بعض المبادرات
46
- one: بالمبادرة
47
- two: بعض المبادرات
48
- few: بعض المبادرات
49
- many: بعض المبادرات
50
- other: بعض المبادرات
51
44
  decidim/initiative_comittee:
52
45
  zero: Comittees
53
46
  one: إحداث الهيئة
@@ -3,9 +3,13 @@ ca:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Resposta
7
+ answer_url: URL de la resposta
6
8
  area_id: Àrea
9
+ decidim_scope_id: Àmbit
7
10
  decidim_user_group_id: Autoria
8
11
  description: Descripció
12
+ hashtag: Etiqueta (hashtag)
9
13
  offline_votes: Signatures presencials
10
14
  offline_votes_for_scope: Signatures presencials per a %{scope_name}
11
15
  scope_id: Àmbit
@@ -18,6 +22,7 @@ ca:
18
22
  online: Digital
19
23
  state: Estat
20
24
  title: Títol
25
+ type_id: Tipus
21
26
  initiatives_committee_member:
22
27
  user: Membre del comitè
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ ca:
41
46
  title: Títol
42
47
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
43
48
  validate_sms_code_on_votes: Afegeix el pas de validació mitjançant SMS al procés de signatura
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Àmbits
51
+ supports_required: Es requereixen suports
44
52
  initiatives_vote:
45
53
  date_of_birth: Data de naixement
46
54
  document_number: Número de document
@@ -210,7 +218,7 @@ ca:
210
218
  committee_requests:
211
219
  index:
212
220
  approve: Aprova
213
- confirm_revoke: Estàs segur?
221
+ confirm_revoke: Segur?
214
222
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones al comitè promotor
215
223
  no_members_yet: No hi ha membres al comitè promotor
216
224
  revoke: Revocar
@@ -227,8 +235,8 @@ ca:
227
235
  initiatives:
228
236
  edit:
229
237
  accept: Accepta la iniciativa
230
- confirm: Estàs segur?
231
- confirm_send_to_technical_validation: N'estàs segura?
238
+ confirm: Segur?
239
+ confirm_send_to_technical_validation: Segur?
232
240
  discard: Descarta la iniciativa
233
241
  export_pdf_signatures: Exporta PDF de signatures
234
242
  export_votes: Exportar signatures
@@ -270,7 +278,7 @@ ca:
270
278
  success: L'àmbit s'ha eliminat correctament
271
279
  edit:
272
280
  back: Torna
273
- confirm_destroy: N'estàs segur?
281
+ confirm_destroy: Segur?
274
282
  destroy: Suprimeix
275
283
  title: Edita l'àmbit del tipus d'iniciativa
276
284
  update: Actualitza
@@ -288,7 +296,7 @@ ca:
288
296
  destroy:
289
297
  success: S'ha eliminat correctament el tipus d'iniciativa
290
298
  edit:
291
- confirm_destroy: N'estàs segur?
299
+ confirm_destroy: Segur?
292
300
  destroy: Suprimeix
293
301
  update: Actualitza
294
302
  form:
@@ -398,7 +406,7 @@ ca:
398
406
  edit:
399
407
  accept: Accepta la iniciativa
400
408
  back: Tornar
401
- confirm: N'estàs segura?
409
+ confirm: Segur?
402
410
  discard: Descarta la iniciativa
403
411
  export_pdf_signatures: Exporta PDF de signatures
404
412
  export_votes: Exportar signatures
@@ -473,7 +481,7 @@ ca:
473
481
  other: i %{count} persones més
474
482
  committee_members:
475
483
  approve: Aprova
476
- confirm_revoke: N'estàs segura?
484
+ confirm_revoke: Segur?
477
485
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones a la comissió promotora
478
486
  no_members_yet: No hi ha membres a la comissió promotora
479
487
  revoke: Revocar
@@ -545,7 +553,7 @@ ca:
545
553
  initiative_rejected_reason: Aquesta iniciativa ha estat rebutjada per falta de signatures.
546
554
  show:
547
555
  any_vote_method: Aquesta iniciativa recull signatures digitals i presencials.
548
- confirm: Estàs a punt d'enviar la iniciativa perquè una administradora la revisi i la publiqui. Un cop publicada no la podràs editar. N'estàs segura?
556
+ confirm: Estàs a punt d'enviar la iniciativa perquè una administradora la revisi i la publiqui. Un cop publicada no la podràs editar. Segur?
549
557
  edit: Editar
550
558
  follow_description: Rebre una notificació quan hi hagi novetats sobre aquesta iniciativa
551
559
  offline_method: Aquesta iniciativa només recull signatures presencials.
@@ -3,9 +3,13 @@ cs:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Odpověď
7
+ answer_url: URL odpovědi
6
8
  area_id: Oblast
9
+ decidim_scope_id: Oblast působnosti
7
10
  decidim_user_group_id: Autor
8
11
  description: Popis
12
+ hashtag: Hashtag
9
13
  offline_votes: Osobní fyzické podpisy
10
14
  offline_votes_for_scope: Podepsané osoby pro %{scope_name}
11
15
  scope_id: Rozsah
@@ -18,6 +22,7 @@ cs:
18
22
  online: OnLine
19
23
  state: Stav
20
24
  title: Titul
25
+ type_id: Typ
21
26
  initiatives_committee_member:
22
27
  user: Člen výboru
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ cs:
41
46
  title: Titul
42
47
  undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
43
48
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Oblasti působnosti
51
+ supports_required: Potřebné podpory
44
52
  initiatives_vote:
45
53
  date_of_birth: Datum narození
46
54
  document_number: Číslo dokumentu
@@ -60,11 +68,6 @@ cs:
60
68
  title: Název nesmí být prázdný
61
69
  activerecord:
62
70
  models:
63
- decidim/initiative:
64
- one: Iniciativa
65
- few: Iniciativy
66
- many: Iniciativ
67
- other: Iniciativy
68
71
  decidim/initiative_comittee:
69
72
  one: Výbor
70
73
  few: Výbory
@@ -58,9 +58,6 @@ de:
58
58
  title: Der Titel sollte nicht leer sein
59
59
  activerecord:
60
60
  models:
61
- decidim/initiative:
62
- one: Initativ
63
- other: Initiativen
64
61
  decidim/initiative_comittee:
65
62
  one: Komitee
66
63
  other: Ausschüsse
@@ -52,9 +52,6 @@ el:
52
52
  title: Ο τίτλος δεν πρέπει να είναι κενός
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- one: Πρωτοβουλία
57
- other: Πρωτοβουλίες
58
55
  decidim/initiative_comittee:
59
56
  one: Επιτροπή
60
57
  other: Επιτροπές
@@ -3,9 +3,13 @@ en:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Answer
7
+ answer_url: Answer URL
6
8
  area_id: Area
9
+ decidim_scope_id: Scope
7
10
  decidim_user_group_id: Author
8
11
  description: Description
12
+ hashtag: Hashtag
9
13
  offline_votes: In-person signatures
10
14
  offline_votes_for_scope: In-person signatures for %{scope_name}
11
15
  scope_id: Scope
@@ -18,6 +22,7 @@ en:
18
22
  online: Online
19
23
  state: Status
20
24
  title: Title
25
+ type_id: Type
21
26
  initiatives_committee_member:
22
27
  user: Committee member
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ en:
41
46
  title: Title
42
47
  undo_online_signatures_enabled: Enable participants to undo their online signatures
43
48
  validate_sms_code_on_votes: Add SMS code validation step to signature process
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Scopes
51
+ supports_required: Supports required
44
52
  initiatives_vote:
45
53
  date_of_birth: Date of birth
46
54
  document_number: Document number
@@ -61,8 +69,8 @@ en:
61
69
  activerecord:
62
70
  models:
63
71
  decidim/initiative:
64
- one: Initative
65
- other: Initatives
72
+ one: Initiative
73
+ other: Initiatives
66
74
  decidim/initiative_comittee:
67
75
  one: Comittee
68
76
  other: Comittees
@@ -3,9 +3,13 @@ es-MX:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
6
8
  area_id: Área
9
+ decidim_scope_id: Ámbito
7
10
  decidim_user_group_id: Autor
8
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
9
13
  offline_votes: Apoyo cara a cara
10
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
11
15
  scope_id: Alcance
@@ -18,6 +22,7 @@ es-MX:
18
22
  online: En línea
19
23
  state: Estado
20
24
  title: Título
25
+ type_id: Tipo
21
26
  initiatives_committee_member:
22
27
  user: Miembro del Comité
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ es-MX:
41
46
  title: Título
42
47
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
43
48
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
44
52
  initiatives_vote:
45
53
  date_of_birth: Fecha de nacimiento
46
54
  document_number: Número del Documento
@@ -3,9 +3,13 @@ es-PY:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
6
8
  area_id: Área
9
+ decidim_scope_id: Ámbito
7
10
  decidim_user_group_id: Autor
8
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
9
13
  offline_votes: Apoyo cara a cara
10
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
11
15
  scope_id: Alcance
@@ -18,6 +22,7 @@ es-PY:
18
22
  online: En línea
19
23
  state: Estado
20
24
  title: Título
25
+ type_id: Tipo
21
26
  initiatives_committee_member:
22
27
  user: Miembro del Comité
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ es-PY:
41
46
  title: Título
42
47
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
43
48
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
44
52
  initiatives_vote:
45
53
  date_of_birth: Fecha de nacimiento
46
54
  document_number: Número del Documento
@@ -3,9 +3,13 @@ es:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Respuesta
7
+ answer_url: URL de la respuesta
6
8
  area_id: Área
9
+ decidim_scope_id: Ámbito
7
10
  decidim_user_group_id: Autoria
8
11
  description: Descripción
12
+ hashtag: Etiqueta (hashtag)
9
13
  offline_votes: Firmas presenciales
10
14
  offline_votes_for_scope: Firmas en persona para %{scope_name}
11
15
  scope_id: Ámbito
@@ -18,6 +22,7 @@ es:
18
22
  online: Digital
19
23
  state: Estado
20
24
  title: Título
25
+ type_id: Tipo
21
26
  initiatives_committee_member:
22
27
  user: Miembro del Comité
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ es:
41
46
  title: Título
42
47
  undo_online_signatures_enabled: Permitir a las participantes deshacer sus firmas digitales
43
48
  validate_sms_code_on_votes: Añadir paso de validación mediante SMS al proceso de firma
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Ámbitos
51
+ supports_required: Se requieren apoyos
44
52
  initiatives_vote:
45
53
  date_of_birth: Fecha de nacimiento
46
54
  document_number: Número de documento
@@ -57,9 +57,6 @@ eu:
57
57
  title: Izenburua ezin da hutsik egon
58
58
  activerecord:
59
59
  models:
60
- decidim/initiative:
61
- one: Ekimena
62
- other: Initatives
63
60
  decidim/initiative_comittee:
64
61
  one: Batzordea
65
62
  other: Comittees
@@ -3,9 +3,13 @@ fi-pl:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Vastaus
7
+ answer_url: Vastaa URL-osoite
6
8
  area_id: Alue
9
+ decidim_scope_id: Teema
7
10
  decidim_user_group_id: Laatija
8
11
  description: Kuvaus
12
+ hashtag: Aihetunniste (hashtag)
9
13
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
10
14
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
11
15
  scope_id: Teema
@@ -18,6 +22,7 @@ fi-pl:
18
22
  online: Verkossa
19
23
  state: Tila
20
24
  title: Otsikko
25
+ type_id: Tyyppi
21
26
  initiatives_committee_member:
22
27
  user: Komitean jäsen
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ fi-pl:
41
46
  title: Otsikko
42
47
  undo_online_signatures_enabled: Salli käyttäjien peruuttaa verkossa tehdyt allekirjoitukset
43
48
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Teemat
51
+ supports_required: Kannatuksia vaaditaan
44
52
  initiatives_vote:
45
53
  date_of_birth: Syntymäaika
46
54
  document_number: Asiakirjan numero
@@ -3,9 +3,13 @@ fi:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Vastaus
7
+ answer_url: Vastaa URL-osoite
6
8
  area_id: Alue
9
+ decidim_scope_id: Teema
7
10
  decidim_user_group_id: Laatija
8
11
  description: Kuvaus
12
+ hashtag: Aihetunniste (hashtag)
9
13
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
10
14
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
11
15
  scope_id: Teema
@@ -18,6 +22,7 @@ fi:
18
22
  online: Verkossa
19
23
  state: Tila
20
24
  title: Otsikko
25
+ type_id: Tyyppi
21
26
  initiatives_committee_member:
22
27
  user: Komitean jäsen
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ fi:
41
46
  title: Otsikko
42
47
  undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
43
48
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Teemat
51
+ supports_required: Kannatuksia vaaditaan
44
52
  initiatives_vote:
45
53
  date_of_birth: Syntymäaika
46
54
  document_number: Asiakirjan numero
@@ -3,9 +3,13 @@ fr-CA:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Réponse
7
+ answer_url: URL de la réponse
6
8
  area_id: Périmètre d'assemblée
9
+ decidim_scope_id: Secteur
7
10
  decidim_user_group_id: Auteur
8
11
  description: Description
12
+ hashtag: Hashtag
9
13
  offline_votes: Votes en présentiel
10
14
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
11
15
  scope_id: Secteur
@@ -18,6 +22,7 @@ fr-CA:
18
22
  online: En ligne
19
23
  state: Etat
20
24
  title: Titre
25
+ type_id: Type
21
26
  initiatives_committee_member:
22
27
  user: Membre du Comité de promotion
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ fr-CA:
41
46
  title: Titre
42
47
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
43
48
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Secteurs
51
+ supports_required: Signatures requises
44
52
  initiatives_vote:
45
53
  date_of_birth: Date de naissance
46
54
  document_number: Numéro de document
@@ -60,9 +68,6 @@ fr-CA:
60
68
  title: Le titre ne doit pas être vide
61
69
  activerecord:
62
70
  models:
63
- decidim/initiative:
64
- one: Initiative
65
- other: Initiatives
66
71
  decidim/initiative_comittee:
67
72
  one: Comité
68
73
  other: Comités
@@ -3,9 +3,13 @@ fr:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Réponse
7
+ answer_url: URL de la réponse
6
8
  area_id: Périmètre d'assemblée
9
+ decidim_scope_id: Secteur
7
10
  decidim_user_group_id: Auteur
8
11
  description: Description
12
+ hashtag: Hashtag
9
13
  offline_votes: Votes en présentiel
10
14
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
11
15
  scope_id: Secteur
@@ -18,6 +22,7 @@ fr:
18
22
  online: En ligne
19
23
  state: Etat
20
24
  title: Titre
25
+ type_id: Type
21
26
  initiatives_committee_member:
22
27
  user: Membre du Comité de promotion
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ fr:
41
46
  title: Titre
42
47
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
43
48
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: Secteurs
51
+ supports_required: Signatures requises
44
52
  initiatives_vote:
45
53
  date_of_birth: Date de naissance
46
54
  document_number: Numéro de document
@@ -60,9 +68,6 @@ fr:
60
68
  title: Le titre ne doit pas être vide
61
69
  activerecord:
62
70
  models:
63
- decidim/initiative:
64
- one: Pétition
65
- other: Pétitions
66
71
  decidim/initiative_comittee:
67
72
  one: Comité
68
73
  other: Comités
@@ -40,9 +40,6 @@ gl:
40
40
  name: Nome completo
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- one: Initativo
45
- other: Iniciais
46
43
  decidim/initiative_comittee:
47
44
  one: Comite
48
45
  other: Comités
@@ -56,9 +56,6 @@ hu:
56
56
  title: A cím nem lehet üres
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Kezdeményezés
61
- other: Kezdeményezések
62
59
  decidim/initiative_comittee:
63
60
  one: Bizottság
64
61
  other: Bizottságok
@@ -40,8 +40,6 @@ id:
40
40
  name: Nama lengkap
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- other: Initatives
45
43
  decidim/initiative_comittee:
46
44
  other: Komite-komite
47
45
  decidim/initiative_vote:
@@ -55,9 +55,6 @@ it:
55
55
  title: Il nome non dovrebbe essere vuoto
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniziativa
60
- other: Iniziative
61
58
  decidim/initiative_comittee:
62
59
  one: Comitato di
63
60
  other: COMITATI
@@ -3,9 +3,13 @@ ja:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: 回答
7
+ answer_url: 回答URL
6
8
  area_id: エリア
9
+ decidim_scope_id: スコープ
7
10
  decidim_user_group_id: 作成者
8
11
  description: 説明
12
+ hashtag: ハッシュタグ
9
13
  offline_votes: In-personal 署名
10
14
  offline_votes_for_scope: '%{scope_name} の In-personal 署名'
11
15
  scope_id: スコープ
@@ -18,6 +22,7 @@ ja:
18
22
  online: オンライン
19
23
  state: ステータス
20
24
  title: タイトル
25
+ type_id: タイプ
21
26
  initiatives_committee_member:
22
27
  user: 委員会メンバー
23
28
  initiatives_settings:
@@ -41,6 +46,9 @@ ja:
41
46
  title: タイトル
42
47
  undo_online_signatures_enabled: 参加者がオンライン署名を取り消すことを有効にする
43
48
  validate_sms_code_on_votes: 署名プロセスにSMSコード検証ステップを追加
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: スコープ
51
+ supports_required: 必要サポート数
44
52
  initiatives_vote:
45
53
  date_of_birth: 誕生日
46
54
  document_number: ドキュメント番号
@@ -0,0 +1 @@
1
+ ka:
@@ -55,9 +55,6 @@ lb:
55
55
  title: Der Titel sollte nicht leer sein
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Initativ
60
- other: Initiativen
61
58
  decidim/initiative_comittee:
62
59
  one: Komitee
63
60
  other: Ausschüsse
@@ -56,11 +56,6 @@ lt:
56
56
  title: Pavadinimo laukas neturėtų būti tuščias
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Iniciatyva
61
- few: Iniciatyvos
62
- many: Iniciatyvos
63
- other: Iniciatyvos
64
59
  decidim/initiative_comittee:
65
60
  one: Komitetas
66
61
  few: Komitetai
@@ -52,10 +52,6 @@ lv:
52
52
  title: Virsrakstam nevajadzētu būt tukšam
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- zero: Iniciatīvas
57
- one: Iniciatīva
58
- other: Iniciatīvas
59
55
  decidim/initiative_comittee:
60
56
  zero: Komitejas
61
57
  one: Komiteja
@@ -52,9 +52,6 @@ nl:
52
52
  title: Titel mag niet leeg zijn
53
53
  activerecord:
54
54
  models:
55
- decidim/initiative:
56
- one: Initatief
57
- other: Initatief
58
55
  decidim/initiative_comittee:
59
56
  one: Commissie
60
57
  other: Commissies
@@ -55,9 +55,6 @@
55
55
  title: Tittelen bør ikke være tom
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Initiativ
60
- other: Initiativer
61
58
  decidim/initiative_comittee:
62
59
  one: Komité
63
60
  other: Komitér
@@ -55,11 +55,6 @@ pl:
55
55
  title: Tytuł nie może być pusty
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Inicjatywa
60
- few: Inicjatywy
61
- many: Inicjatyw
62
- other: Inicjatyw
63
58
  decidim/initiative_comittee:
64
59
  one: Komitet
65
60
  few: Komitety
@@ -55,9 +55,6 @@ pt-BR:
55
55
  title: O título não pode ficar vazio
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniciativa
60
- other: Iniciativas
61
58
  decidim/initiative_comittee:
62
59
  one: Comissão
63
60
  other: Comissões
@@ -55,9 +55,6 @@ pt:
55
55
  title: O título não deve estar vazio
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: Iniciativa
60
- other: Iniciativas
61
58
  decidim/initiative_comittee:
62
59
  one: Comité
63
60
  other: Comités
@@ -3,6 +3,7 @@ ro:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ decidim_scope_id: Domeniu de interes
6
7
  decidim_user_group_id: Autor
7
8
  description: Descriere
8
9
  offline_votes: Semnături în persoană
@@ -37,6 +38,8 @@ ro:
37
38
  title: Titlu
38
39
  undo_online_signatures_enabled: Permite participanților să își anuleze semnăturile online
39
40
  validate_sms_code_on_votes: Adaugă etapa validării codului SMS la procesul de semnare
41
+ initiatives_type_scope:
42
+ decidim_scopes_id: Domenii de interes
40
43
  initiatives_vote:
41
44
  date_of_birth: Data naşterii
42
45
  document_number: Număr document
@@ -56,10 +59,6 @@ ro:
56
59
  title: Titlul nu ar trebui să fie gol
57
60
  activerecord:
58
61
  models:
59
- decidim/initiative:
60
- one: Inițiativă
61
- few: Initații
62
- other: Initații
63
62
  decidim/initiative_comittee:
64
63
  one: Comitet
65
64
  few: Grupuri
@@ -27,11 +27,6 @@ ru:
27
27
  name: Полное имя
28
28
  activerecord:
29
29
  models:
30
- decidim/initiative:
31
- one: Почин
32
- few: Почина
33
- many: Починов
34
- other: Починов
35
30
  decidim/initiative_comittee:
36
31
  one: Рабочая группа
37
32
  few: Рабочих группы
@@ -41,11 +41,6 @@ sk:
41
41
  name: Kompletné meno
42
42
  activerecord:
43
43
  models:
44
- decidim/initiative:
45
- one: Iniciatíva
46
- few: Iniciatívy
47
- many: Iniciatívy
48
- other: Iniciatívy
49
44
  decidim/initiative_comittee:
50
45
  one: Komisia
51
46
  few: Komisie
@@ -3,8 +3,12 @@ sv:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ answer: Svar
7
+ area_id: Område
8
+ decidim_scope_id: Omfång
6
9
  decidim_user_group_id: Författare
7
10
  description: Beskrivning
11
+ hashtag: Hashtag
8
12
  offline_votes: Fysiska underskrifter
9
13
  scope_id: Omfång
10
14
  signature_end_date: Insamling av underskrifter avslutas
@@ -16,8 +20,11 @@ sv:
16
20
  online: Online
17
21
  state: Status
18
22
  title: Titel
23
+ type_id: Typ
19
24
  initiatives_committee_member:
20
25
  user: Kommittémedlem
26
+ initiatives_settings:
27
+ initiatives_order: Ordning
21
28
  initiatives_type:
22
29
  area_enabled: Gör det möjligt för författare att välja området för deras initiativ
23
30
  attachments_enabled: Aktivera bilagor
@@ -34,6 +41,8 @@ sv:
34
41
  title: Titel
35
42
  undo_online_signatures_enabled: Tillåt deltagare att ångra sina online-underskrifter
36
43
  validate_sms_code_on_votes: Lägg till SMS-validering till signeringsprocessen
44
+ initiatives_type_scope:
45
+ decidim_scopes_id: Omfång
37
46
  initiatives_vote:
38
47
  date_of_birth: Födelsedatum
39
48
  document_number: Dokumentnummer
@@ -53,9 +62,6 @@ sv:
53
62
  title: Titeln bör inte vara tom
54
63
  activerecord:
55
64
  models:
56
- decidim/initiative:
57
- one: Intitiativ
58
- other: Initiativ
59
65
  decidim/initiative_comittee:
60
66
  one: Kommitté
61
67
  other: Kommittéer
@@ -88,6 +94,7 @@ sv:
88
94
  components: Komponenter
89
95
  information: Information
90
96
  initiatives: Initiativ
97
+ initiatives_settings: Inställningar
91
98
  initiatives_types: Initiativtyper
92
99
  moderations: Moderering
93
100
  models:
@@ -200,6 +207,7 @@ sv:
200
207
  max_results: Högsta antal element att visa
201
208
  order:
202
209
  default: Standard (Äldste)
210
+ label: 'Sortera efter:'
203
211
  most_recent: Senaste
204
212
  exports:
205
213
  initiatives: Initiativ
@@ -55,9 +55,6 @@ tr:
55
55
  title: Başlık boş olamaz
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- one: İnisiyatif
60
- other: Initatives
61
58
  decidim/initiative_comittee:
62
59
  one: Komitesi
63
60
  other: Kurullar
@@ -27,11 +27,6 @@ uk:
27
27
  name: Повне ім'я
28
28
  activerecord:
29
29
  models:
30
- decidim/initiative:
31
- one: Почин
32
- few: Почини
33
- many: Починів
34
- other: Починів
35
30
  decidim/initiative_comittee:
36
31
  one: Робочий гурт
37
32
  few: Робочих гурти
@@ -55,8 +55,6 @@ zh-CN:
55
55
  title: 标题不能为空
56
56
  activerecord:
57
57
  models:
58
- decidim/initiative:
59
- other: Initatives
60
58
  decidim/initiative_comittee:
61
59
  other: 我好
62
60
  decidim/initiative_vote:
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-initiatives version.
5
5
  module Initiatives
6
6
  def self.version
7
- "0.27.1"
7
+ "0.27.2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-initiatives
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.1
4
+ version: 0.27.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Salvador Perez Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-15 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.27.1
19
+ version: 0.27.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.27.1
26
+ version: 0.27.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-comments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.27.1
33
+ version: 0.27.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.27.1
40
+ version: 0.27.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-core
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.27.1
47
+ version: 0.27.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.27.1
54
+ version: 0.27.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: decidim-verifications
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.27.1
61
+ version: 0.27.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 0.27.1
68
+ version: 0.27.2
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: origami
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -142,28 +142,28 @@ dependencies:
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.27.1
145
+ version: 0.27.2
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 0.27.1
152
+ version: 0.27.2
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: decidim-meetings
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 0.27.1
159
+ version: 0.27.2
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 0.27.1
166
+ version: 0.27.2
167
167
  description: Participants initiatives plugin for decidim.
168
168
  email:
169
169
  - jsperezg@gmail.com
@@ -438,6 +438,7 @@ files:
438
438
  - config/locales/is.yml
439
439
  - config/locales/it.yml
440
440
  - config/locales/ja.yml
441
+ - config/locales/ka-GE.yml
441
442
  - config/locales/ko-KR.yml
442
443
  - config/locales/ko.yml
443
444
  - config/locales/lb-LU.yml
@@ -571,7 +572,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
571
572
  - !ruby/object:Gem::Version
572
573
  version: '0'
573
574
  requirements: []
574
- rubygems_version: 3.2.22
575
+ rubygems_version: 3.3.7
575
576
  signing_key:
576
577
  specification_version: 4
577
578
  summary: Decidim initiatives module