decidim-initiatives 0.26.4 → 0.26.5

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 +10 -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 +10 -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 +15 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9cac055fdb1fec7ab259daab198707d23f5694ea73116dd6e18b1640fd553e3
4
- data.tar.gz: 855771294cbe048b96361dea39278f9db143c4511b76e7b7b33a51fcacb89119
3
+ metadata.gz: 952af8684612f08909952b894330ee75443e1482ccdb6ce31dab41db7c18b23f
4
+ data.tar.gz: b879318bb6f2b3659f60ad381dc6a3def80355c66bf58cc6d53b9b88830685a0
5
5
  SHA512:
6
- metadata.gz: 8f0812cb456feb5b068fe6ed67483451d7741ee6c8e19aedc777a49abf38eb605b54872c06fc31cd40eb59eb9142a3c393742ad2c8fd0772f02ea6f292837ed9
7
- data.tar.gz: de9e7de6c741901dcea99e4ef47190b6a8a77b728ba3390fa90eda2c9113ac7d8d334595abbd5b6486b18ec02d365f660585199376401b818c6ac1bafa5c6acb
6
+ metadata.gz: 722354ed0941597956d47976b98eef8f942f48d1a63cee66f05d4f37c94ed445047112317c3ac3824f412443d3651b3b8c4a01cd0cd502a4a31d6e6ff3f68e54
7
+ data.tar.gz: 74007b81276824ddf9c45b718f3cda55c510fd8360be430b94e04bf1bf8820dff326b19f04b22c20bcaf14b8c278b7d90288a96a800e5998752d24a752db7d6e
@@ -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">
@@ -40,13 +40,6 @@ ar:
40
40
  name: اكمل الاسم
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- zero: بعض المبادرات
45
- one: بالمبادرة
46
- two: بعض المبادرات
47
- few: بعض المبادرات
48
- many: بعض المبادرات
49
- other: بعض المبادرات
50
43
  decidim/initiative_comittee:
51
44
  zero: Comittees
52
45
  one: إحداث الهيئة
@@ -2,9 +2,13 @@ ca:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Resposta
6
+ answer_url: URL de la resposta
5
7
  area_id: Àrea
8
+ decidim_scope_id: Àmbit
6
9
  decidim_user_group_id: Autoria
7
10
  description: Descripció
11
+ hashtag: Etiqueta (hashtag)
8
12
  offline_votes: Signatures presencials
9
13
  offline_votes_for_scope: Signatures presencials per a %{scope_name}
10
14
  scope_id: Àmbit
@@ -17,6 +21,7 @@ ca:
17
21
  online: Digital
18
22
  state: Estat
19
23
  title: Títol
24
+ type_id: Tipus
20
25
  initiatives_committee_member:
21
26
  user: Membre del comitè
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ ca:
39
44
  title: Títol
40
45
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
41
46
  validate_sms_code_on_votes: Afegeix el pas de validació mitjançant SMS al procés de signatura
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Àmbits
49
+ supports_required: Es requereixen suports
42
50
  initiatives_vote:
43
51
  date_of_birth: Data de naixement
44
52
  document_number: Número de document
@@ -203,7 +211,7 @@ ca:
203
211
  committee_requests:
204
212
  index:
205
213
  approve: Aprova
206
- confirm_revoke: Estàs segur?
214
+ confirm_revoke: Segur?
207
215
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones al comitè promotor
208
216
  no_members_yet: No hi ha membres al comitè promotor
209
217
  revoke: Revocar
@@ -220,8 +228,8 @@ ca:
220
228
  initiatives:
221
229
  edit:
222
230
  accept: Accepta la iniciativa
223
- confirm: Estàs segur?
224
- confirm_send_to_technical_validation: N'estàs segura?
231
+ confirm: Segur?
232
+ confirm_send_to_technical_validation: Segur?
225
233
  discard: Descarta la iniciativa
226
234
  export_pdf_signatures: Exporta PDF de signatures
227
235
  export_votes: Exportar signatures
@@ -253,7 +261,7 @@ ca:
253
261
  success: L'àmbit s'ha eliminat correctament
254
262
  edit:
255
263
  back: Torna
256
- confirm_destroy: N'estàs segur?
264
+ confirm_destroy: Segur?
257
265
  destroy: Suprimeix
258
266
  title: Edita l'àmbit del tipus d'iniciativa
259
267
  update: Actualitza
@@ -271,7 +279,7 @@ ca:
271
279
  destroy:
272
280
  success: S'ha eliminat correctament el tipus d'iniciativa
273
281
  edit:
274
- confirm_destroy: N'estàs segur?
282
+ confirm_destroy: Segur?
275
283
  destroy: Suprimeix
276
284
  update: Actualitza
277
285
  form:
@@ -375,7 +383,7 @@ ca:
375
383
  edit:
376
384
  accept: Accepta la iniciativa
377
385
  back: Tornar
378
- confirm: N'estàs segura?
386
+ confirm: Segur?
379
387
  discard: Descarta la iniciativa
380
388
  export_pdf_signatures: Exporta PDF de signatures
381
389
  export_votes: Exportar signatures
@@ -450,7 +458,7 @@ ca:
450
458
  other: i %{count} persones més
451
459
  committee_members:
452
460
  approve: Aprova
453
- confirm_revoke: N'estàs segura?
461
+ confirm_revoke: Segur?
454
462
  invite_to_committee_help: Comparteix aquest enllaç per convidar altres persones a la comissió promotora
455
463
  no_members_yet: No hi ha membres a la comissió promotora
456
464
  revoke: Revocar
@@ -522,7 +530,7 @@ ca:
522
530
  initiative_rejected_reason: Aquesta iniciativa ha estat rebutjada per falta de signatures.
523
531
  show:
524
532
  any_vote_method: Aquesta iniciativa recull signatures digitals i presencials.
525
- 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?
533
+ 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?
526
534
  edit: Editar
527
535
  follow_description: Rebre una notificació quan hi hagi novetats sobre aquesta iniciativa
528
536
  offline_method: Aquesta iniciativa només recull signatures presencials.
@@ -2,9 +2,13 @@ cs:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Odpověď
6
+ answer_url: URL odpovědi
5
7
  area_id: Oblast
8
+ decidim_scope_id: Oblast působnosti
6
9
  decidim_user_group_id: Autor
7
10
  description: Popis
11
+ hashtag: Hashtag
8
12
  offline_votes: Osobní fyzické podpisy
9
13
  offline_votes_for_scope: Podepsané osoby pro %{scope_name}
10
14
  scope_id: Rozsah
@@ -17,6 +21,7 @@ cs:
17
21
  online: OnLine
18
22
  state: Stav
19
23
  title: Titul
24
+ type_id: Typ
20
25
  initiatives_committee_member:
21
26
  user: Člen výboru
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ cs:
39
44
  title: Titul
40
45
  undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
41
46
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Oblasti působnosti
49
+ supports_required: Potřebné podpory
42
50
  initiatives_vote:
43
51
  date_of_birth: Datum narození
44
52
  document_number: Číslo dokumentu
@@ -58,11 +66,6 @@ cs:
58
66
  title: Název nesmí být prázdný
59
67
  activerecord:
60
68
  models:
61
- decidim/initiative:
62
- one: Iniciativa
63
- few: Iniciativy
64
- many: Iniciativ
65
- other: Iniciativy
66
69
  decidim/initiative_comittee:
67
70
  one: Výbor
68
71
  few: Výbory
@@ -56,9 +56,6 @@ de:
56
56
  title: Der Titel sollte nicht leer sein
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Initativ
61
- other: Initiativen
62
59
  decidim/initiative_comittee:
63
60
  one: Komitee
64
61
  other: Ausschüsse
@@ -51,9 +51,6 @@ el:
51
51
  title: Ο τίτλος δεν πρέπει να είναι κενός
52
52
  activerecord:
53
53
  models:
54
- decidim/initiative:
55
- one: Πρωτοβουλία
56
- other: Πρωτοβουλίες
57
54
  decidim/initiative_comittee:
58
55
  one: Επιτροπή
59
56
  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:
@@ -40,6 +45,9 @@ en:
40
45
  title: Title
41
46
  undo_online_signatures_enabled: Enable participants to undo their online signatures
42
47
  validate_sms_code_on_votes: Add SMS code validation step to signature process
48
+ initiatives_type_scope:
49
+ decidim_scopes_id: Scopes
50
+ supports_required: Supports required
43
51
  initiatives_vote:
44
52
  date_of_birth: Date of birth
45
53
  document_number: Document number
@@ -60,8 +68,8 @@ en:
60
68
  activerecord:
61
69
  models:
62
70
  decidim/initiative:
63
- one: Initative
64
- other: Initatives
71
+ one: Initiative
72
+ other: Initiatives
65
73
  decidim/initiative_comittee:
66
74
  one: Comittee
67
75
  other: Comittees
@@ -2,9 +2,13 @@ es-MX:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Respuesta
6
+ answer_url: URL de la respuesta
5
7
  area_id: Área
8
+ decidim_scope_id: Ámbito
6
9
  decidim_user_group_id: Autor
7
10
  description: Descripción
11
+ hashtag: Etiqueta (hashtag)
8
12
  offline_votes: Apoyo cara a cara
9
13
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
14
  scope_id: Alcance
@@ -17,6 +21,7 @@ es-MX:
17
21
  online: En línea
18
22
  state: Estado
19
23
  title: Título
24
+ type_id: Tipo
20
25
  initiatives_committee_member:
21
26
  user: Miembro del Comité
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ es-MX:
39
44
  title: Título
40
45
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
41
46
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Ámbitos
49
+ supports_required: Se requieren apoyos
42
50
  initiatives_vote:
43
51
  date_of_birth: Fecha de nacimiento
44
52
  document_number: Número del Documento
@@ -2,9 +2,13 @@ es-PY:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Respuesta
6
+ answer_url: URL de la respuesta
5
7
  area_id: Área
8
+ decidim_scope_id: Ámbito
6
9
  decidim_user_group_id: Autor
7
10
  description: Descripción
11
+ hashtag: Etiqueta (hashtag)
8
12
  offline_votes: Apoyo cara a cara
9
13
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
14
  scope_id: Alcance
@@ -17,6 +21,7 @@ es-PY:
17
21
  online: En línea
18
22
  state: Estado
19
23
  title: Título
24
+ type_id: Tipo
20
25
  initiatives_committee_member:
21
26
  user: Miembro del Comité
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ es-PY:
39
44
  title: Título
40
45
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
41
46
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Ámbitos
49
+ supports_required: Se requieren apoyos
42
50
  initiatives_vote:
43
51
  date_of_birth: Fecha de nacimiento
44
52
  document_number: Número del Documento
@@ -2,9 +2,13 @@ es:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Respuesta
6
+ answer_url: URL de la respuesta
5
7
  area_id: Área
8
+ decidim_scope_id: Ámbito
6
9
  decidim_user_group_id: Autoria
7
10
  description: Descripción
11
+ hashtag: Etiqueta (hashtag)
8
12
  offline_votes: Firmas presenciales
9
13
  offline_votes_for_scope: Firmas en persona para %{scope_name}
10
14
  scope_id: Ámbito
@@ -17,6 +21,7 @@ es:
17
21
  online: Digital
18
22
  state: Estado
19
23
  title: Título
24
+ type_id: Tipo
20
25
  initiatives_committee_member:
21
26
  user: Miembro del Comité
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ es:
39
44
  title: Título
40
45
  undo_online_signatures_enabled: Permitir a las participantes deshacer sus firmas digitales
41
46
  validate_sms_code_on_votes: Añadir paso de validación mediante SMS al proceso de firma
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Ámbitos
49
+ supports_required: Se requieren apoyos
42
50
  initiatives_vote:
43
51
  date_of_birth: Fecha de nacimiento
44
52
  document_number: Número de documento
@@ -56,9 +56,6 @@ eu:
56
56
  title: Izenburua ezin da hutsik egon
57
57
  activerecord:
58
58
  models:
59
- decidim/initiative:
60
- one: Ekimena
61
- other: Initatives
62
59
  decidim/initiative_comittee:
63
60
  one: Batzordea
64
61
  other: Comittees
@@ -2,9 +2,13 @@ fi-pl:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Vastaus
6
+ answer_url: Vastaa URL-osoite
5
7
  area_id: Alue
8
+ decidim_scope_id: Teema
6
9
  decidim_user_group_id: Laatija
7
10
  description: Kuvaus
11
+ hashtag: Aihetunniste (hashtag)
8
12
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
9
13
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
10
14
  scope_id: Teema
@@ -17,6 +21,7 @@ fi-pl:
17
21
  online: Verkossa
18
22
  state: Tila
19
23
  title: Otsikko
24
+ type_id: Tyyppi
20
25
  initiatives_committee_member:
21
26
  user: Komitean jäsen
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ fi-pl:
39
44
  title: Otsikko
40
45
  undo_online_signatures_enabled: Salli käyttäjien peruuttaa verkossa tehdyt allekirjoitukset
41
46
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Teemat
49
+ supports_required: Kannatuksia vaaditaan
42
50
  initiatives_vote:
43
51
  date_of_birth: Syntymäaika
44
52
  document_number: Asiakirjan numero
@@ -2,9 +2,13 @@ fi:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Vastaus
6
+ answer_url: Vastaa URL-osoite
5
7
  area_id: Alue
8
+ decidim_scope_id: Teema
6
9
  decidim_user_group_id: Laatija
7
10
  description: Kuvaus
11
+ hashtag: Aihetunniste (hashtag)
8
12
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
9
13
  offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
10
14
  scope_id: Teema
@@ -17,8 +21,11 @@ fi:
17
21
  online: Verkossa
18
22
  state: Tila
19
23
  title: Otsikko
24
+ type_id: Tyyppi
20
25
  initiatives_committee_member:
21
26
  user: Komitean jäsen
27
+ initiatives_settings:
28
+ initiatives_order: Järjestys
22
29
  initiatives_type:
23
30
  area_enabled: Salli alueen valinta aloitteille
24
31
  attachments_enabled: Salli liitteet
@@ -37,6 +44,9 @@ fi:
37
44
  title: Otsikko
38
45
  undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
39
46
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Teemat
49
+ supports_required: Kannatuksia vaaditaan
40
50
  initiatives_vote:
41
51
  date_of_birth: Syntymäaika
42
52
  document_number: Asiakirjan numero
@@ -2,9 +2,13 @@ fr-CA:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Réponse
6
+ answer_url: URL de la réponse
5
7
  area_id: Périmètre d'assemblée
8
+ decidim_scope_id: Secteur
6
9
  decidim_user_group_id: Auteur
7
10
  description: Description
11
+ hashtag: Hashtag
8
12
  offline_votes: Votes en présentiel
9
13
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
10
14
  scope_id: Secteur
@@ -17,6 +21,7 @@ fr-CA:
17
21
  online: En ligne
18
22
  state: Etat
19
23
  title: Titre
24
+ type_id: Type
20
25
  initiatives_committee_member:
21
26
  user: Membre du Comité de promotion
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ fr-CA:
39
44
  title: Titre
40
45
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
41
46
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Secteurs
49
+ supports_required: Signatures requises
42
50
  initiatives_vote:
43
51
  date_of_birth: Date de naissance
44
52
  document_number: Numéro de document
@@ -58,9 +66,6 @@ fr-CA:
58
66
  title: Le titre ne doit pas être vide
59
67
  activerecord:
60
68
  models:
61
- decidim/initiative:
62
- one: Initiative
63
- other: Initiatives
64
69
  decidim/initiative_comittee:
65
70
  one: Comité
66
71
  other: Comités
@@ -2,9 +2,13 @@ fr:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Réponse
6
+ answer_url: URL de la réponse
5
7
  area_id: Périmètre d'assemblée
8
+ decidim_scope_id: Secteur
6
9
  decidim_user_group_id: Auteur
7
10
  description: Description
11
+ hashtag: Hashtag
8
12
  offline_votes: Votes en présentiel
9
13
  offline_votes_for_scope: Signatures en personne pour %{scope_name}
10
14
  scope_id: Secteur
@@ -17,6 +21,7 @@ fr:
17
21
  online: En ligne
18
22
  state: Etat
19
23
  title: Titre
24
+ type_id: Type
20
25
  initiatives_committee_member:
21
26
  user: Membre du Comité de promotion
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ fr:
39
44
  title: Titre
40
45
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
41
46
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: Secteurs
49
+ supports_required: Signatures requises
42
50
  initiatives_vote:
43
51
  date_of_birth: Date de naissance
44
52
  document_number: Numéro de document
@@ -58,9 +66,6 @@ fr:
58
66
  title: Le titre ne doit pas être vide
59
67
  activerecord:
60
68
  models:
61
- decidim/initiative:
62
- one: Pétition
63
- other: Pétitions
64
69
  decidim/initiative_comittee:
65
70
  one: Comité
66
71
  other: Comités
@@ -39,9 +39,6 @@ gl:
39
39
  name: Nome completo
40
40
  activerecord:
41
41
  models:
42
- decidim/initiative:
43
- one: Initativo
44
- other: Iniciais
45
42
  decidim/initiative_comittee:
46
43
  one: Comite
47
44
  other: Comités
@@ -54,9 +54,6 @@ hu:
54
54
  title: A cím nem lehet üres
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Kezdeményezés
59
- other: Kezdeményezések
60
57
  decidim/initiative_comittee:
61
58
  one: Bizottság
62
59
  other: Bizottságok
@@ -39,8 +39,6 @@ id:
39
39
  name: Nama lengkap
40
40
  activerecord:
41
41
  models:
42
- decidim/initiative:
43
- other: Initatives
44
42
  decidim/initiative_comittee:
45
43
  other: Komite-komite
46
44
  decidim/initiative_vote:
@@ -54,9 +54,6 @@ it:
54
54
  title: Il nome non dovrebbe essere vuoto
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Iniziativa
59
- other: Iniziative
60
57
  decidim/initiative_comittee:
61
58
  one: Comitato di
62
59
  other: COMITATI
@@ -2,9 +2,13 @@ ja:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: 回答
6
+ answer_url: 回答URL
5
7
  area_id: エリア
8
+ decidim_scope_id: スコープ
6
9
  decidim_user_group_id: 作成者
7
10
  description: 説明
11
+ hashtag: ハッシュタグ
8
12
  offline_votes: In-personal 署名
9
13
  offline_votes_for_scope: '%{scope_name} の In-personal 署名'
10
14
  scope_id: スコープ
@@ -17,6 +21,7 @@ ja:
17
21
  online: オンライン
18
22
  state: ステータス
19
23
  title: タイトル
24
+ type_id: タイプ
20
25
  initiatives_committee_member:
21
26
  user: 委員会メンバー
22
27
  initiatives_settings:
@@ -39,6 +44,9 @@ ja:
39
44
  title: タイトル
40
45
  undo_online_signatures_enabled: 参加者がオンライン署名を取り消すことを有効にする
41
46
  validate_sms_code_on_votes: 署名プロセスにSMSコード検証ステップを追加
47
+ initiatives_type_scope:
48
+ decidim_scopes_id: スコープ
49
+ supports_required: 必要サポート数
42
50
  initiatives_vote:
43
51
  date_of_birth: 誕生日
44
52
  document_number: ドキュメント番号
@@ -0,0 +1 @@
1
+ ka:
@@ -54,9 +54,6 @@ lb:
54
54
  title: Der Titel sollte nicht leer sein
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Initativ
59
- other: Initiativen
60
57
  decidim/initiative_comittee:
61
58
  one: Komitee
62
59
  other: Ausschüsse
@@ -54,11 +54,6 @@ lt:
54
54
  title: Pavadinimo laukas neturėtų būti tuščias
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Iniciatyva
59
- few: Iniciatyvos
60
- many: Iniciatyvos
61
- other: Iniciatyvos
62
57
  decidim/initiative_comittee:
63
58
  one: Komitetas
64
59
  few: Komitetai
@@ -51,10 +51,6 @@ lv:
51
51
  title: Virsrakstam nevajadzētu būt tukšam
52
52
  activerecord:
53
53
  models:
54
- decidim/initiative:
55
- zero: Iniciatīvas
56
- one: Iniciatīva
57
- other: Iniciatīvas
58
54
  decidim/initiative_comittee:
59
55
  zero: Komitejas
60
56
  one: Komiteja
@@ -51,9 +51,6 @@ nl:
51
51
  title: Titel mag niet leeg zijn
52
52
  activerecord:
53
53
  models:
54
- decidim/initiative:
55
- one: Initatief
56
- other: Initatief
57
54
  decidim/initiative_comittee:
58
55
  one: Commissie
59
56
  other: Commissies
@@ -54,9 +54,6 @@
54
54
  title: Tittelen bør ikke være tom
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Initiativ
59
- other: Initiativer
60
57
  decidim/initiative_comittee:
61
58
  one: Komité
62
59
  other: Komitér
@@ -54,11 +54,6 @@ pl:
54
54
  title: Tytuł nie może być pusty
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Inicjatywa
59
- few: Inicjatywy
60
- many: Inicjatyw
61
- other: Inicjatyw
62
57
  decidim/initiative_comittee:
63
58
  one: Komitet
64
59
  few: Komitety
@@ -54,9 +54,6 @@ pt-BR:
54
54
  title: O título não pode ficar vazio
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Iniciativa
59
- other: Iniciativas
60
57
  decidim/initiative_comittee:
61
58
  one: Comissão
62
59
  other: Comissões
@@ -54,9 +54,6 @@ pt:
54
54
  title: O título não deve estar vazio
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: Iniciativa
59
- other: Iniciativas
60
57
  decidim/initiative_comittee:
61
58
  one: Comité
62
59
  other: Comités
@@ -2,6 +2,7 @@ ro:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ decidim_scope_id: Domeniu de interes
5
6
  decidim_user_group_id: Autor
6
7
  description: Descriere
7
8
  offline_votes: Semnături în persoană
@@ -35,6 +36,8 @@ ro:
35
36
  title: Titlu
36
37
  undo_online_signatures_enabled: Permite participanților să își anuleze semnăturile online
37
38
  validate_sms_code_on_votes: Adaugă etapa validării codului SMS la procesul de semnare
39
+ initiatives_type_scope:
40
+ decidim_scopes_id: Domenii de interes
38
41
  initiatives_vote:
39
42
  date_of_birth: Data naşterii
40
43
  document_number: Număr document
@@ -54,10 +57,6 @@ ro:
54
57
  title: Titlul nu ar trebui să fie gol
55
58
  activerecord:
56
59
  models:
57
- decidim/initiative:
58
- one: Inițiativă
59
- few: Initații
60
- other: Initații
61
60
  decidim/initiative_comittee:
62
61
  one: Comitet
63
62
  few: Grupuri
@@ -26,11 +26,6 @@ ru:
26
26
  name: Полное имя
27
27
  activerecord:
28
28
  models:
29
- decidim/initiative:
30
- one: Почин
31
- few: Почина
32
- many: Починов
33
- other: Починов
34
29
  decidim/initiative_comittee:
35
30
  one: Рабочая группа
36
31
  few: Рабочих группы
@@ -40,11 +40,6 @@ sk:
40
40
  name: Kompletné meno
41
41
  activerecord:
42
42
  models:
43
- decidim/initiative:
44
- one: Iniciatíva
45
- few: Iniciatívy
46
- many: Iniciatívy
47
- other: Iniciatívy
48
43
  decidim/initiative_comittee:
49
44
  one: Komisia
50
45
  few: Komisie
@@ -2,8 +2,12 @@ sv:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ answer: Svar
6
+ area_id: Område
7
+ decidim_scope_id: Omfång
5
8
  decidim_user_group_id: Författare
6
9
  description: Beskrivning
10
+ hashtag: Hashtag
7
11
  offline_votes: Fysiska underskrifter
8
12
  scope_id: Omfång
9
13
  signature_end_date: Insamling av underskrifter avslutas
@@ -15,8 +19,11 @@ sv:
15
19
  online: Online
16
20
  state: Status
17
21
  title: Titel
22
+ type_id: Typ
18
23
  initiatives_committee_member:
19
24
  user: Kommittémedlem
25
+ initiatives_settings:
26
+ initiatives_order: Ordning
20
27
  initiatives_type:
21
28
  area_enabled: Gör det möjligt för författare att välja området för deras initiativ
22
29
  attachments_enabled: Aktivera bilagor
@@ -33,6 +40,8 @@ sv:
33
40
  title: Titel
34
41
  undo_online_signatures_enabled: Tillåt deltagare att ångra sina online-underskrifter
35
42
  validate_sms_code_on_votes: Lägg till SMS-validering till signeringsprocessen
43
+ initiatives_type_scope:
44
+ decidim_scopes_id: Omfång
36
45
  initiatives_vote:
37
46
  date_of_birth: Födelsedatum
38
47
  document_number: Dokumentnummer
@@ -52,9 +61,6 @@ sv:
52
61
  title: Titeln bör inte vara tom
53
62
  activerecord:
54
63
  models:
55
- decidim/initiative:
56
- one: Intitiativ
57
- other: Initiativ
58
64
  decidim/initiative_comittee:
59
65
  one: Kommitté
60
66
  other: Kommittéer
@@ -199,6 +205,7 @@ sv:
199
205
  max_results: Högsta antal element att visa
200
206
  order:
201
207
  default: Standard (Äldste)
208
+ label: 'Sortera efter:'
202
209
  most_recent: Senaste
203
210
  exports:
204
211
  initiatives: Initiativ
@@ -54,9 +54,6 @@ tr:
54
54
  title: Başlık boş olamaz
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- one: İnisiyatif
59
- other: Initatives
60
57
  decidim/initiative_comittee:
61
58
  one: Komitesi
62
59
  other: Kurullar
@@ -26,11 +26,6 @@ uk:
26
26
  name: Повне ім'я
27
27
  activerecord:
28
28
  models:
29
- decidim/initiative:
30
- one: Почин
31
- few: Почини
32
- many: Починів
33
- other: Починів
34
29
  decidim/initiative_comittee:
35
30
  one: Робочий гурт
36
31
  few: Робочих гурти
@@ -54,8 +54,6 @@ zh-CN:
54
54
  title: 标题不能为空
55
55
  activerecord:
56
56
  models:
57
- decidim/initiative:
58
- other: Initatives
59
57
  decidim/initiative_comittee:
60
58
  other: 我好
61
59
  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.26.4"
7
+ "0.26.5"
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.26.4
4
+ version: 0.26.5
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.26.4
19
+ version: 0.26.5
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.26.4
26
+ version: 0.26.5
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.26.4
33
+ version: 0.26.5
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.26.4
40
+ version: 0.26.5
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.26.4
47
+ version: 0.26.5
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.26.4
54
+ version: 0.26.5
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.26.4
61
+ version: 0.26.5
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.26.4
68
+ version: 0.26.5
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.26.4
145
+ version: 0.26.5
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.26.4
152
+ version: 0.26.5
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.26.4
159
+ version: 0.26.5
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.26.4
166
+ version: 0.26.5
167
167
  description: Citizen initiatives plugin for decidim.
168
168
  email:
169
169
  - jsperezg@gmail.com
@@ -430,6 +430,7 @@ files:
430
430
  - config/locales/is.yml
431
431
  - config/locales/it.yml
432
432
  - config/locales/ja.yml
433
+ - config/locales/ka-GE.yml
433
434
  - config/locales/ko-KR.yml
434
435
  - config/locales/ko.yml
435
436
  - config/locales/lb-LU.yml