decidim-initiatives 0.28.5 → 0.29.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/app/cells/decidim/initiatives/initiative_g_cell.rb +6 -4
- data/app/cells/decidim/initiatives_votes/vote_cell.rb +1 -3
- data/app/commands/decidim/initiatives/admin/create_initiative_type.rb +9 -58
- data/app/commands/decidim/initiatives/admin/create_initiative_type_scope.rb +5 -43
- data/app/commands/decidim/initiatives/admin/update_initiative.rb +25 -42
- data/app/commands/decidim/initiatives/admin/update_initiative_answer.rb +3 -4
- data/app/commands/decidim/initiatives/admin/update_initiative_type.rb +11 -61
- data/app/commands/decidim/initiatives/admin/update_initiative_type_scope.rb +2 -33
- data/app/commands/decidim/initiatives/admin/update_initiatives_settings.rb +2 -35
- data/app/commands/decidim/initiatives/approve_membership_request.rb +1 -1
- data/app/commands/decidim/initiatives/create_initiative.rb +6 -7
- data/app/commands/decidim/initiatives/revoke_membership_request.rb +1 -1
- data/app/commands/decidim/initiatives/spawn_committee_request.rb +4 -5
- data/app/commands/decidim/initiatives/update_initiative.rb +3 -3
- data/app/commands/decidim/initiatives/validate_sms_code.rb +3 -3
- data/app/controllers/concerns/decidim/initiatives/needs_initiative.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/answers_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +7 -6
- data/app/controllers/decidim/initiatives/admin/initiatives_settings_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_type_scopes_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/application_controller.rb +5 -2
- data/app/controllers/decidim/initiatives/committee_requests_controller.rb +1 -2
- data/app/controllers/decidim/initiatives/create_initiative_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +2 -2
- data/app/events/decidim/initiatives/approve_membership_request_event.rb +9 -29
- data/app/events/decidim/initiatives/create_initiative_event.rb +17 -36
- data/app/events/decidim/initiatives/revoke_membership_request_event.rb +10 -33
- data/app/events/decidim/initiatives/spawn_committee_request_event.rb +10 -33
- data/app/forms/decidim/initiatives/admin/initiative_answer_form.rb +1 -1
- data/app/forms/decidim/initiatives/admin/initiative_form.rb +3 -3
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +2 -2
- data/app/forms/decidim/initiatives/initiative_form.rb +11 -1
- data/app/forms/decidim/initiatives/vote_form.rb +2 -2
- data/app/helpers/decidim/initiatives/initiative_helper.rb +0 -74
- data/app/helpers/decidim/initiatives/initiatives_helper.rb +0 -7
- data/app/models/decidim/initiative.rb +1 -1
- data/app/packs/entrypoints/decidim_initiatives_admin.js +0 -2
- data/app/packs/src/decidim/initiatives/admin/invite_users.js +1 -1
- data/app/permissions/decidim/initiatives/admin/permissions.rb +2 -2
- data/app/permissions/decidim/initiatives/permissions.rb +0 -14
- data/app/serializers/decidim/initiatives/initiative_serializer.rb +1 -1
- data/app/views/decidim/initiatives/admin/answers/_info_initiative.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/committee_requests/index.html.erb +1 -2
- data/app/views/decidim/initiatives/admin/exports/_dropdown.html.erb +6 -6
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +65 -59
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/_initiative_type_scopes.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +1 -1
- data/app/views/decidim/initiatives/committee_requests/new.html.erb +3 -4
- data/app/views/decidim/initiatives/initiative_signatures/fill_personal_data.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_interactions.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_new_initiative_button.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_vote_button.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/print.html.erb +2 -2
- data/app/views/decidim/initiatives/initiatives/show.html.erb +2 -3
- data/app/views/layouts/decidim/_initiative_header.html.erb +6 -6
- data/app/views/layouts/decidim/initiative.html.erb +2 -2
- data/app/views/layouts/decidim/initiative_head.html.erb +1 -1
- data/config/initializers/wicked_pdf.rb +6 -4
- data/config/locales/ar.yml +0 -7
- data/config/locales/bg.yml +1 -3
- data/config/locales/ca.yml +7 -14
- data/config/locales/cs.yml +5 -13
- data/config/locales/de.yml +7 -14
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +6 -13
- data/config/locales/es-MX.yml +7 -14
- data/config/locales/es-PY.yml +7 -14
- data/config/locales/es.yml +6 -13
- data/config/locales/eu.yml +51 -58
- data/config/locales/fi-plain.yml +6 -13
- data/config/locales/fi.yml +21 -28
- data/config/locales/fr-CA.yml +3 -5
- data/config/locales/fr.yml +2 -4
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +0 -4
- data/config/locales/he-IL.yml +0 -6
- data/config/locales/hu.yml +1 -4
- data/config/locales/id-ID.yml +0 -4
- data/config/locales/is-IS.yml +0 -8
- data/config/locales/it.yml +1 -3
- data/config/locales/ja.yml +8 -15
- data/config/locales/lb.yml +1 -1
- data/config/locales/lt.yml +0 -3
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -4
- data/config/locales/no.yml +0 -2
- data/config/locales/pl.yml +5 -2
- data/config/locales/pt-BR.yml +1 -17
- data/config/locales/pt.yml +0 -2
- data/config/locales/ro-RO.yml +0 -12
- data/config/locales/ru.yml +0 -9
- data/config/locales/sk.yml +0 -4
- data/config/locales/sv.yml +69 -194
- data/config/locales/tr-TR.yml +1 -3
- data/config/locales/uk.yml +0 -9
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -3
- data/decidim-initiatives.gemspec +3 -2
- data/lib/decidim/api/initiative_api_type.rb +2 -2
- data/lib/decidim/initiatives/engine.rb +1 -0
- data/lib/decidim/initiatives/menu.rb +12 -1
- data/lib/decidim/initiatives/seeds.rb +89 -64
- data/lib/decidim/initiatives/version.rb +1 -1
- data/lib/decidim/initiatives.rb +0 -12
- data/lib/tasks/decidim_initiatives.rake +3 -3
- data/lib/tasks/initiatives/upgrade/decidim_initiatives_upgrade_tasks.rake +9 -11
- metadata +33 -25
- data/app/forms/decidim/initiatives/previous_form.rb +0 -24
- data/app/packs/entrypoints/decidim_initiatives_admin.scss +0 -1
- data/app/packs/stylesheets/decidim/initiatives/admin/initiatives.scss +0 -13
- data/app/queries/decidim/initiatives/similar_initiatives.rb +0 -54
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -1
data/config/locales/de.yml
CHANGED
@@ -101,7 +101,7 @@ de:
|
|
101
101
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Suche in %{collection} nach Titel, Beschreibung, ID oder Autoren.
|
102
102
|
initiatives_settings:
|
103
103
|
update:
|
104
|
-
error:
|
104
|
+
error: Es ist ein Fehler aufgetreten.
|
105
105
|
success: Die Einstellungen für Initiativen wurden erfolgreich aktualisiert.
|
106
106
|
menu:
|
107
107
|
attachments: Anhänge
|
@@ -223,7 +223,7 @@ de:
|
|
223
223
|
committee_requests:
|
224
224
|
index:
|
225
225
|
approve: Genehmigen
|
226
|
-
confirm_revoke: Sind Sie
|
226
|
+
confirm_revoke: Sind Sie sicher?
|
227
227
|
invite_to_committee_help: Teilen Sie diesen Link, um andere Teilnehmer zum Unterstützungskomitee einzuladen.
|
228
228
|
no_members_yet: Es gibt keine Mitglieder im Unterstützungskomitee.
|
229
229
|
revoke: Widerrufen
|
@@ -237,11 +237,11 @@ de:
|
|
237
237
|
most_recent: Neueste zuerst
|
238
238
|
exports:
|
239
239
|
initiatives: Initiativen
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>Sie müssen mindestens einen Initiativentyp erstellen, damit die Teilnehmenden Initiativen erstellen können.</p><p> %{link}</p>"
|
243
|
+
button: Neuer Initiativentyp
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: Die Initiative wurde erfolgreich akzeptiert.
|
243
|
-
discard:
|
244
|
-
success: Die Initiative wurde erfolgreich gelöscht.
|
245
245
|
edit:
|
246
246
|
accept: Initiative akzeptieren
|
247
247
|
confirm: Sind Sie sich sicher?
|
@@ -265,12 +265,6 @@ de:
|
|
265
265
|
edit: Bearbeiten
|
266
266
|
new: Neu
|
267
267
|
photos: Fotos
|
268
|
-
publish:
|
269
|
-
success: Die Initiative wurde erfolgreich veröffentlicht.
|
270
|
-
reject:
|
271
|
-
success: Die Initiative wurde erfolgreich zurückgewiesen.
|
272
|
-
unpublish:
|
273
|
-
success: Die Veröffentlichung der Initiative wurde erfolgreich zurückgezogen.
|
274
268
|
update:
|
275
269
|
error: Ein Fehler ist aufgetreten.
|
276
270
|
success: Die Initiative wurde erfolgreich aktualisiert.
|
@@ -302,7 +296,7 @@ de:
|
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: Ein Fehler ist aufgetreten.
|
305
|
-
success: Ein neuer Initiativentyp wurde erfolgreich erstellt.
|
299
|
+
success: Ein neuer Initiativentyp wurde erfolgreich erstellt. Sie müssen mindestens einen Bereich für diese Initiative festlegen, damit er genutzt werden kann.
|
306
300
|
destroy:
|
307
301
|
success: Der Initiativentyp wurde erfolgreich entfernt.
|
308
302
|
edit:
|
@@ -550,7 +544,6 @@ de:
|
|
550
544
|
other: " Signaturen"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Schon unterschrieben
|
553
|
-
supports_required: "%{total_supports} Signaturen erforderlich"
|
554
547
|
verification_required: Bestätigen Sie Ihr Konto, um die Initiative zu unterzeichnen
|
555
548
|
vote: Signieren
|
556
549
|
votes_blocked: Die Anmeldung ist deaktiviert
|
data/config/locales/el.yml
CHANGED
@@ -99,7 +99,6 @@ el:
|
|
99
99
|
initiative_title: Τίτλος πρωτοβουλίας
|
100
100
|
name_and_surname: Όνομα και επώνυμο
|
101
101
|
postal_code: Ταχυδρομικός κώδικας
|
102
|
-
scope: Πεδίο εφαρμογής
|
103
102
|
time_and_date: Ώρα και ημερομηνία
|
104
103
|
timestamp: Χρονική σήμανση
|
105
104
|
titles:
|
@@ -325,7 +324,6 @@ el:
|
|
325
324
|
recently_published: Δημοσιεύτηκαν πιο πρόσφατα
|
326
325
|
print:
|
327
326
|
city: Πόλη
|
328
|
-
print: Εκτύπωση
|
329
327
|
result:
|
330
328
|
initiative_rejected_reason: Αυτή η πρωτοβουλία απορρίφθηκε λόγω της έλλειψης υπογραφών.
|
331
329
|
signatures_count:
|
@@ -333,7 +331,6 @@ el:
|
|
333
331
|
other: "υπογραφές"
|
334
332
|
vote_cabin:
|
335
333
|
already_voted: Έχει ήδη υπογραφεί
|
336
|
-
supports_required: "Απαιτούνται %{total_supports} υπογραφές"
|
337
334
|
verification_required: Επαληθεύστε τον λογαριασμό σας για να υπογράψετε την πρωτοβουλία
|
338
335
|
vote: Υπογραφή
|
339
336
|
votes_blocked: Η υπογραφή απενεργοποιήθηκε
|
@@ -369,7 +366,6 @@ el:
|
|
369
366
|
resources:
|
370
367
|
initiatives_type:
|
371
368
|
actions:
|
372
|
-
create: Δημιουργία
|
373
369
|
title: Ενέργειες
|
374
370
|
vote: Υπογραφή
|
375
371
|
layouts:
|
data/config/locales/en.yml
CHANGED
@@ -101,7 +101,7 @@ en:
|
|
101
101
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Search %{collection} by title, description, ID or author name.
|
102
102
|
initiatives_settings:
|
103
103
|
update:
|
104
|
-
error: An error has
|
104
|
+
error: An error has occurred.
|
105
105
|
success: The initiatives settings have been successfully updated.
|
106
106
|
menu:
|
107
107
|
attachments: Attachments
|
@@ -237,11 +237,11 @@ en:
|
|
237
237
|
most_recent: Most recent
|
238
238
|
exports:
|
239
239
|
initiatives: Initiatives
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>You must create at least one initiative type so participants can start creating initiatives.</p><p> %{link}</p>"
|
243
|
+
button: New initiative type
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: The initiative has been successfully accepted.
|
243
|
-
discard:
|
244
|
-
success: The initiative has been successfully discarded.
|
245
245
|
edit:
|
246
246
|
accept: Accept initiative
|
247
247
|
confirm: Are you sure?
|
@@ -265,12 +265,6 @@ en:
|
|
265
265
|
edit: Edit
|
266
266
|
new: New
|
267
267
|
photos: Photos
|
268
|
-
publish:
|
269
|
-
success: The initiative has been successfully published.
|
270
|
-
reject:
|
271
|
-
success: The initiative has been successfully rejected.
|
272
|
-
unpublish:
|
273
|
-
success: The initiative has been successfully unpublished.
|
274
268
|
update:
|
275
269
|
error: An error has occurred.
|
276
270
|
success: The initiative has been successfully updated.
|
@@ -302,7 +296,7 @@ en:
|
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: An error has occurred.
|
305
|
-
success: A new initiative type has been successfully created.
|
299
|
+
success: A new initiative type has been successfully created. You need to define at least one scope for this initiative type so it can be used.
|
306
300
|
destroy:
|
307
301
|
success: The initiative type has been successfully removed.
|
308
302
|
edit:
|
@@ -550,7 +544,6 @@ en:
|
|
550
544
|
other: " signatures"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Already signed
|
553
|
-
supports_required: "%{total_supports} signatures required"
|
554
547
|
verification_required: Verify your account to sign the initiative
|
555
548
|
vote: Sign
|
556
549
|
votes_blocked: Signing disabled
|
data/config/locales/es-MX.yml
CHANGED
@@ -147,7 +147,7 @@ es-MX:
|
|
147
147
|
initiative_title: Título de la iniciativa
|
148
148
|
name_and_surname: Nombre y apellido
|
149
149
|
postal_code: código postal
|
150
|
-
scope:
|
150
|
+
scope: Ámbito
|
151
151
|
time_and_date: Hora y fecha
|
152
152
|
timestamp: Marca de tiempo
|
153
153
|
titles:
|
@@ -237,11 +237,11 @@ es-MX:
|
|
237
237
|
most_recent: Más recientes
|
238
238
|
exports:
|
239
239
|
initiatives: Iniciativas
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>Tienes que crear por lo menos un tipo de iniciativa para que las participantes puedan empezar a crear sus iniciativas.</p><p>%{link}</p>"
|
243
|
+
button: Nuevo tipo de iniciativa
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: La iniciativa se ha aceptado correctamente.
|
243
|
-
discard:
|
244
|
-
success: La iniciativa se ha descartado correctamente.
|
245
245
|
edit:
|
246
246
|
accept: Aceptar iniciativa
|
247
247
|
confirm: '¿Estás seguro?'
|
@@ -265,12 +265,6 @@ es-MX:
|
|
265
265
|
edit: Editar
|
266
266
|
new: Nueva
|
267
267
|
photos: Fotos
|
268
|
-
publish:
|
269
|
-
success: La iniciativa se ha publicado correctamente.
|
270
|
-
reject:
|
271
|
-
success: La iniciativa se ha rechazado correctamente.
|
272
|
-
unpublish:
|
273
|
-
success: La iniciativa se ha despublicado correctamente.
|
274
268
|
update:
|
275
269
|
error: Se ha producido un error.
|
276
270
|
success: La iniciativa se ha actualizado correctamente.
|
@@ -302,7 +296,7 @@ es-MX:
|
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: Se ha producido un error.
|
305
|
-
success:
|
299
|
+
success: Un nuevo tipo de iniciativa ha sido creado con éxito. Necesitas definir al menos un ámbito para este tipo de iniciativa para que se pueda utilizar.
|
306
300
|
destroy:
|
307
301
|
success: El tipo de iniciativa se ha eliminado correctamente.
|
308
302
|
edit:
|
@@ -526,7 +520,7 @@ es-MX:
|
|
526
520
|
phone_number: Número de teléfono
|
527
521
|
place_date: Lugar, fecha
|
528
522
|
postal_code: Código postal
|
529
|
-
print:
|
523
|
+
print: Imprimir
|
530
524
|
province: Provincia
|
531
525
|
section: 'Si lo solicita la organización, por favor imprime y rellena este formulario para enviar donde se indique:'
|
532
526
|
signature: Firma
|
@@ -550,7 +544,6 @@ es-MX:
|
|
550
544
|
other: " firmas"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Ha sido firmado
|
553
|
-
supports_required: "Se requieren %{total_supports} firmas"
|
554
547
|
verification_required: Verifica tu cuenta para firmar la iniciativa.
|
555
548
|
vote: Firmar
|
556
549
|
votes_blocked: Firma desactivada
|
data/config/locales/es-PY.yml
CHANGED
@@ -147,7 +147,7 @@ es-PY:
|
|
147
147
|
initiative_title: Título de la iniciativa
|
148
148
|
name_and_surname: Nombre y apellido
|
149
149
|
postal_code: código postal
|
150
|
-
scope:
|
150
|
+
scope: Ámbito
|
151
151
|
time_and_date: Hora y fecha
|
152
152
|
timestamp: Marca de tiempo
|
153
153
|
titles:
|
@@ -237,11 +237,11 @@ es-PY:
|
|
237
237
|
most_recent: Más recientes
|
238
238
|
exports:
|
239
239
|
initiatives: Iniciativas
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>Tienes que crear por lo menos un tipo de iniciativa para que las participantes puedan empezar a crear sus iniciativas.</p><p>%{link}</p>"
|
243
|
+
button: Nuevo tipo de iniciativa
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: La iniciativa se ha aceptado correctamente.
|
243
|
-
discard:
|
244
|
-
success: La iniciativa se ha descartado correctamente.
|
245
245
|
edit:
|
246
246
|
accept: Aceptar iniciativa
|
247
247
|
confirm: '¿Estás seguro?'
|
@@ -265,12 +265,6 @@ es-PY:
|
|
265
265
|
edit: Editar
|
266
266
|
new: Nueva
|
267
267
|
photos: Fotos
|
268
|
-
publish:
|
269
|
-
success: La iniciativa se ha publicado correctamente.
|
270
|
-
reject:
|
271
|
-
success: La iniciativa se ha rechazado correctamente.
|
272
|
-
unpublish:
|
273
|
-
success: La iniciativa se ha despublicado correctamente.
|
274
268
|
update:
|
275
269
|
error: Se ha producido un error.
|
276
270
|
success: La iniciativa se ha actualizado correctamente.
|
@@ -302,7 +296,7 @@ es-PY:
|
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: Se ha producido un error.
|
305
|
-
success:
|
299
|
+
success: Un nuevo tipo de iniciativa ha sido creado con éxito. Necesitas definir al menos un ámbito para este tipo de iniciativa para que se pueda utilizar.
|
306
300
|
destroy:
|
307
301
|
success: El tipo de iniciativa se ha eliminado correctamente.
|
308
302
|
edit:
|
@@ -526,7 +520,7 @@ es-PY:
|
|
526
520
|
phone_number: Número de teléfono
|
527
521
|
place_date: Lugar, fecha
|
528
522
|
postal_code: Código postal
|
529
|
-
print:
|
523
|
+
print: Imprimir
|
530
524
|
province: Provincia
|
531
525
|
section: 'Si lo solicita la organización, por favor imprime y rellena este formulario para enviar donde se indique:'
|
532
526
|
signature: Firma
|
@@ -550,7 +544,6 @@ es-PY:
|
|
550
544
|
other: " firmas"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Ha sido firmado
|
553
|
-
supports_required: "Se requieren %{total_supports} firmas"
|
554
547
|
verification_required: Verifica tu cuenta para firmar la iniciativa.
|
555
548
|
vote: Firmar
|
556
549
|
votes_blocked: Firma desactivada
|
data/config/locales/es.yml
CHANGED
@@ -237,11 +237,11 @@ es:
|
|
237
237
|
most_recent: Más recientes
|
238
238
|
exports:
|
239
239
|
initiatives: Iniciativas
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>Tienes que crear por lo menos un tipo de iniciativa para que las participantes puedan empezar a crear sus iniciativas.</p><p>%{link}</p>"
|
243
|
+
button: Nuevo tipo de iniciativa
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: La iniciativa se ha aceptado correctamente.
|
243
|
-
discard:
|
244
|
-
success: La iniciativa se ha descartado correctamente.
|
245
245
|
edit:
|
246
246
|
accept: Aceptar iniciativa
|
247
247
|
confirm: '¿Estás seguro?'
|
@@ -265,12 +265,6 @@ es:
|
|
265
265
|
edit: Editar
|
266
266
|
new: Nueva
|
267
267
|
photos: Fotos
|
268
|
-
publish:
|
269
|
-
success: La iniciativa se ha publicado correctamente.
|
270
|
-
reject:
|
271
|
-
success: La iniciativa se ha rechazado correctamente.
|
272
|
-
unpublish:
|
273
|
-
success: La iniciativa se ha despublicado correctamente.
|
274
268
|
update:
|
275
269
|
error: Se ha producido un error.
|
276
270
|
success: La iniciativa se ha actualizado correctamente.
|
@@ -302,7 +296,7 @@ es:
|
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: Se ha producido un error.
|
305
|
-
success:
|
299
|
+
success: Un nuevo tipo de iniciativa ha sido creado con éxito. Necesitas definir al menos un ámbito para este tipo de iniciativa para que se pueda utilizar.
|
306
300
|
destroy:
|
307
301
|
success: El tipo de iniciativa se ha eliminado correctamente.
|
308
302
|
edit:
|
@@ -531,7 +525,7 @@ es:
|
|
531
525
|
section: 'Si lo solicita la organización, por favor imprime y rellena este formulario para enviar donde se indique:'
|
532
526
|
signature: Firma
|
533
527
|
result:
|
534
|
-
answer_title: Se ha respondido a esta iniciativa
|
528
|
+
answer_title: Se ha respondido a esta iniciativa.
|
535
529
|
initiative_rejected_reason: Esta iniciativa ha sido rechazada debido a la falta de firmas.
|
536
530
|
show:
|
537
531
|
area: Área
|
@@ -550,7 +544,6 @@ es:
|
|
550
544
|
other: " firmas"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Ya has firmado
|
553
|
-
supports_required: "Se requieren %{total_supports} firmas"
|
554
547
|
verification_required: Verifica tu cuenta para firmar la iniciativa
|
555
548
|
vote: Firmar
|
556
549
|
votes_blocked: Se ha desactivado la firma
|
data/config/locales/eu.yml
CHANGED
@@ -12,7 +12,7 @@ eu:
|
|
12
12
|
hashtag: Traola
|
13
13
|
offline_votes: Aurrez aurreko sinadurak
|
14
14
|
offline_votes_for_scope: Aurrez aurreko sinadurak %{scope_name} rentzat
|
15
|
-
scope_id:
|
15
|
+
scope_id: Esparrua
|
16
16
|
signature_end_date: Sinadurak biltzeko epearen amaiera
|
17
17
|
signature_start_date: Sinadurak biltzeko epearen hasiera
|
18
18
|
signature_type: Sinadura bilketa mota
|
@@ -28,10 +28,10 @@ eu:
|
|
28
28
|
initiatives_settings:
|
29
29
|
initiatives_order: Ordena
|
30
30
|
initiatives_type:
|
31
|
-
area_enabled: Gaitu egileak beren ekimenerako
|
31
|
+
area_enabled: Gaitu egileak beren ekimenerako eremua aukeratzeko
|
32
32
|
attachments_enabled: Gaitu eranskinak
|
33
33
|
banner_image: Banner irudia
|
34
|
-
child_scope_threshold_enabled: Gaitu sinadurak
|
34
|
+
child_scope_threshold_enabled: Gaitu sinadurak azpiesparruaren arabera
|
35
35
|
collect_user_extra_fields: Bildu parte-hartzailearen datu pertsonalak sinaduraz
|
36
36
|
comments_enabled: Gaitu iruzkinak
|
37
37
|
custom_signature_end_date_enabled: Gaitu egileak sinadurak biltzeko aldiaren amaiera aukeratzeko
|
@@ -40,14 +40,14 @@ eu:
|
|
40
40
|
extra_fields_legal_information: Datu pertsonalen bilketari buruzko informazio juridikoa
|
41
41
|
minimum_committee_members: Batzorde kideen gutxienekoa
|
42
42
|
online_signature_enabled: Sinadura elektronikoa gaituta
|
43
|
-
only_global_scope_enabled:
|
43
|
+
only_global_scope_enabled: Baimendu soilik esparru globaleko ekimenak sortzea
|
44
44
|
promoting_committee_enabled: Gaitu batzorde sustatzailea
|
45
45
|
signature_type: Sinadura mota
|
46
46
|
title: Izenburua
|
47
47
|
undo_online_signatures_enabled: Gaitu parte-hartzaileak beren sinadura digitalak desegiteko
|
48
48
|
validate_sms_code_on_votes: Gehitu SMS kodea baliozkotzeko urratsa sinadura prozesura
|
49
49
|
initiatives_type_scope:
|
50
|
-
decidim_scopes_id:
|
50
|
+
decidim_scopes_id: Esparruak
|
51
51
|
supports_required: Babesak behar dira
|
52
52
|
initiatives_vote:
|
53
53
|
date_of_birth: Jaioteguna
|
@@ -81,7 +81,7 @@ eu:
|
|
81
81
|
admin:
|
82
82
|
actions:
|
83
83
|
new_initiative_type: Beste ekimen mota bat
|
84
|
-
new_initiative_type_scope: Beste ekimen mota bat
|
84
|
+
new_initiative_type_scope: Beste ekimen mota bat esparruan
|
85
85
|
filters:
|
86
86
|
initiatives:
|
87
87
|
decidim_area_id_eq:
|
@@ -101,13 +101,13 @@ eu:
|
|
101
101
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Bilatu %{collection} izenburuaren, deskribapenaren, IDaren edo egiletzaren arabera.
|
102
102
|
initiatives_settings:
|
103
103
|
update:
|
104
|
-
error:
|
104
|
+
error: Akats bat izanda.
|
105
105
|
success: Ekimenen ezarpenak zuzen eguneratu dira.
|
106
106
|
menu:
|
107
107
|
attachments: Eranskinak
|
108
108
|
committee_members: Batzorde-kideak
|
109
109
|
information: informazioa
|
110
|
-
initiative_type_scopes: Ekimen motaren
|
110
|
+
initiative_type_scopes: Ekimen motaren esparruak
|
111
111
|
initiatives: Ekimenak
|
112
112
|
initiatives_menu:
|
113
113
|
see_initiative: Ikusi ekimena
|
@@ -127,9 +127,9 @@ eu:
|
|
127
127
|
title: Ekimenak
|
128
128
|
initiatives_type_scope:
|
129
129
|
fields:
|
130
|
-
scope:
|
130
|
+
scope: Esparrua
|
131
131
|
supports_required: Sinadurak behar dira
|
132
|
-
name: Ekimen motaren
|
132
|
+
name: Ekimen motaren esparrua
|
133
133
|
initiatives_types:
|
134
134
|
fields:
|
135
135
|
created_at: Sortutako at
|
@@ -147,7 +147,7 @@ eu:
|
|
147
147
|
initiative_title: Ekimenaren izenburua
|
148
148
|
name_and_surname: Izena eta abizena
|
149
149
|
postal_code: Posta kodea
|
150
|
-
scope:
|
150
|
+
scope: Esparrua
|
151
151
|
time_and_date: Denbora eta data
|
152
152
|
timestamp: Denbora-marka
|
153
153
|
titles:
|
@@ -191,14 +191,14 @@ eu:
|
|
191
191
|
badges:
|
192
192
|
initiatives:
|
193
193
|
conditions:
|
194
|
-
- Joan zaitez Intiatives-ko partaidetza
|
194
|
+
- Joan zaitez Intiatives-ko partaidetza eremura
|
195
195
|
- Jarraitu urrats berriak beste ekimen bat sortzeko
|
196
196
|
description: Garaikur hau ekimen berriak martxan jartzean ematen da, beste batzuekin partekatuz horiek lortzeko.
|
197
197
|
description_another: Parte-hartzaile honek %{score} ekimen argitaratzea lortu du.
|
198
198
|
description_own: '%{score} ekimen dituzu argitaratuta.'
|
199
199
|
name: Argitaratutako ekimenak
|
200
200
|
next_level_in: Talde %{score} ekimen gehiago argitaratu hurrengo mailara iristeko!
|
201
|
-
unearned_another:
|
201
|
+
unearned_another: Erabiltzaile honek oraindik ez du ekimenik argitaratuta.
|
202
202
|
unearned_own: Ez duzu oraindik argitaratutako ekimenik.
|
203
203
|
help:
|
204
204
|
participatory_spaces:
|
@@ -213,18 +213,18 @@ eu:
|
|
213
213
|
answers:
|
214
214
|
edit:
|
215
215
|
answer: Erantzuna
|
216
|
-
title: '%{title}
|
216
|
+
title: '%{title}erantzun'
|
217
217
|
info_initiative:
|
218
218
|
created_at: Sortutako at
|
219
219
|
description: Deskribapena
|
220
|
-
initiative_votes_count:
|
220
|
+
initiative_votes_count: Botoien zenbaketa
|
221
221
|
initiatives: Ekimenak
|
222
222
|
state: Estatu
|
223
223
|
committee_requests:
|
224
224
|
index:
|
225
225
|
approve: Onartu
|
226
226
|
confirm_revoke: Ziur zaude?
|
227
|
-
invite_to_committee_help: Partekatu
|
227
|
+
invite_to_committee_help: Partekatu lotura hau beste parte-hartzaile batzuk batzorde bultzatzailera gonbidatzeko.
|
228
228
|
no_members_yet: Ez dago kiderik batzorde bultzatzailean.
|
229
229
|
revoke: Baliogabetu
|
230
230
|
title: Batzarkideak
|
@@ -237,22 +237,22 @@ eu:
|
|
237
237
|
most_recent: Azkenak
|
238
238
|
exports:
|
239
239
|
initiatives: Ekimenak
|
240
|
+
index:
|
241
|
+
initiatives_types:
|
242
|
+
alert_html: "<p>Gutxienez, ekimen mota bat sortu behar duzu, parte-hartzaileak ekimenak sortzen hasi ahal izateko.</p><p> %{link}</p>"
|
243
|
+
button: Beste ekimen mota bat
|
240
244
|
initiatives:
|
241
|
-
accept:
|
242
|
-
success: Ekimena zuzen onartu da.
|
243
|
-
discard:
|
244
|
-
success: Ekimena zuzen baztertu da.
|
245
245
|
edit:
|
246
246
|
accept: Onartu ekimena
|
247
247
|
confirm: Ziur zaude?
|
248
248
|
confirm_send_to_technical_validation: Ziur zaude?
|
249
249
|
discard: Ekimena baztertu
|
250
250
|
export_pdf_signatures: Esportatu sinaduren PDF
|
251
|
-
export_votes: Esportatu
|
251
|
+
export_votes: Esportatu euskarriak
|
252
252
|
reject: Ukatu ekimena
|
253
253
|
send_to_technical_validation: Bidali baliozkotzeko teknikora
|
254
254
|
success: Ekimena baliozkotze teknikora bidali da.
|
255
|
-
update:
|
255
|
+
update: eguneratzearen
|
256
256
|
form:
|
257
257
|
settings: Ezarpenak
|
258
258
|
title: Informazio orokorra
|
@@ -265,12 +265,6 @@ eu:
|
|
265
265
|
edit: Editatu
|
266
266
|
new: Beste bat
|
267
267
|
photos: Argazkiak
|
268
|
-
publish:
|
269
|
-
success: Ekimena zuzen argitaratu da.
|
270
|
-
reject:
|
271
|
-
success: Ekimena zuzen ukatu da.
|
272
|
-
unpublish:
|
273
|
-
success: Ekimena zuzen desargitaratu da.
|
274
268
|
update:
|
275
269
|
error: Errore bat egon da.
|
276
270
|
success: Ekimena zuzen eguneratu da.
|
@@ -287,33 +281,33 @@ eu:
|
|
287
281
|
initiatives_type_scopes:
|
288
282
|
create:
|
289
283
|
error: Errore bat egon da.
|
290
|
-
success: Beste
|
284
|
+
success: Beste esparru bat sortu da emandako ekimen motarako.
|
291
285
|
destroy:
|
292
|
-
success:
|
286
|
+
success: Esparrua behar bezala kendu da.
|
293
287
|
edit:
|
294
|
-
title: Editatu ekimen motaren
|
288
|
+
title: Editatu ekimen motaren esparrua
|
295
289
|
update: Eguneratu
|
296
290
|
new:
|
297
291
|
create: Sortu
|
298
|
-
title:
|
292
|
+
title: Sortu ekimen motaren esparrua
|
299
293
|
update:
|
300
294
|
error: Errore bat egon da.
|
301
|
-
success:
|
295
|
+
success: Esparrua zuzen eguneratu da.
|
302
296
|
initiatives_types:
|
303
297
|
create:
|
304
298
|
error: Errore bat egon da.
|
305
|
-
success: Beste ekimen mota bat zuzen
|
299
|
+
success: Beste ekimen mota bat zuzen sortua. Ekimen mota honetarako gutxienez eremu bat definitu behar duzu, egin ahal izateko.
|
306
300
|
destroy:
|
307
301
|
success: Ekimen mota zuzen kendu da.
|
308
302
|
edit:
|
309
|
-
update:
|
303
|
+
update: eguneratzearen
|
310
304
|
form:
|
311
305
|
authorizations: Baimen-doikuntzak
|
312
|
-
child_scope_threshold_enabled_help_html: 'Konfigurazio-ezarpen honek ez ditu onartzen konexiorik gabeko bozketak. Azpiesparruak gaitzen ditu eta
|
313
|
-
only_global_scope_enabled_help_html: 'Markatu lauki hau "Aktibatu sinadurak azpiesparruaren arabera" gaitu baduzu eta
|
306
|
+
child_scope_threshold_enabled_help_html: 'Konfigurazio-ezarpen honek ez ditu onartzen konexiorik gabeko bozketak. Azpiesparruak gaitzen ditu eta esparru bat erabiltzailearekin lotzen duen baimen-kudeatzaile batekin lan egiten du. Ziurtatu baimen hori hautatu duzula, beherago, baimenen konfigurazioan. Funtziona dezan, esparruak hierarkikoki eratu behar dira: 1 Nagusia - N Txikiak. Konfigurazio honen funtzionamenduari buruzko informazio gehiago, ikusi <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">ekimenen administrazioari buruzko dokumentazioa</a>.'
|
307
|
+
only_global_scope_enabled_help_html: 'Markatu lauki hau "Aktibatu sinadurak azpiesparruaren arabera" gaitu baduzu eta esparru globala esparru nagusi gisa eratu baduzu. Lauki hori gaitzean, ekimenak sortzeko laguntzaileak ez du ekimen-motaren hautaketarik egingo. Konfigurazio horrek nola funtzionatzen duen jakiteko, kontsultatu esteka hau: <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">link</a>.'
|
314
308
|
options: Aukerak
|
315
309
|
initiative_type_scopes:
|
316
|
-
title: Ekimen motaren
|
310
|
+
title: Ekimen motaren esparruak
|
317
311
|
new:
|
318
312
|
create: Sortu
|
319
313
|
title: Beste ekimen mota bat
|
@@ -322,16 +316,16 @@ eu:
|
|
322
316
|
success: Ekimen mota zuzen eguneratu da.
|
323
317
|
admin_log:
|
324
318
|
initiative:
|
325
|
-
publish: "%{user_name}
|
326
|
-
send_to_technical_validation: "%{user_name}
|
319
|
+
publish: "%{user_name} k %{resource_name} ekimena argitaratu du"
|
320
|
+
send_to_technical_validation: "%{user_name} k %{resource_name} ekimena baliozkotze teknikora bidali du"
|
327
321
|
unpublish: "%{user_name} k %{resource_name} ekimena baztertu du"
|
328
|
-
update: "%{user_name}
|
322
|
+
update: "%{user_name} k %{resource_name} ekimena eguneratu du"
|
329
323
|
initiatives_settings:
|
330
|
-
update: "%{user_name}
|
324
|
+
update: "%{user_name} k ekimenen ezarpenak eguneratu ditu"
|
331
325
|
initiatives_type:
|
332
|
-
create: "%{user_name}
|
333
|
-
delete: "%{user_name}
|
334
|
-
update: "%{user_name}
|
326
|
+
create: "%{user_name} k %{resource_name} ekimen motak sortu ditu"
|
327
|
+
delete: "%{user_name} k %{resource_name} ekimen motak ezabatu ditu"
|
328
|
+
update: "%{user_name} k %{resource_name} ekimen motak eguneratu ditu"
|
335
329
|
admin_states:
|
336
330
|
accepted: Beharrezko sinadurak lortu ditu
|
337
331
|
created: Sortu
|
@@ -369,7 +363,7 @@ eu:
|
|
369
363
|
fill_data_help: "<ul> <li>Berrikusi zure ekimenaren edukia. Zure izenburua ulertzen erraza da? Zure ekimenaren helburua argi dago?</li> <li>Sinadura mota aukeratu behar duzu.</li> <li>aurrez aurre, linean edo biak konbinatuta. Zein da ekimenaren eremu geografikoa? </li> </ul>"
|
370
364
|
more_information: "(Informazio gehiago)"
|
371
365
|
select_area: Hautatu arlo bat
|
372
|
-
select_scope: Hautatu
|
366
|
+
select_scope: Hautatu esparrua
|
373
367
|
finish:
|
374
368
|
back: Atzera
|
375
369
|
back_to_initiatives: Itzuli ekimenetara
|
@@ -439,7 +433,7 @@ eu:
|
|
439
433
|
attachment_legend: "(Aukerakoa) Gehitu eranskina"
|
440
434
|
edit_documents: Editatu dokumentuak
|
441
435
|
edit_image: Editatu irudia
|
442
|
-
image_legend: "(Aukerakoa)
|
436
|
+
image_legend: "(Aukerakoa) Erantsi irudi bat"
|
443
437
|
index:
|
444
438
|
uninitialized: Administratzaile batek oraindik ez ditu ekimenak konfiguratu.
|
445
439
|
initiative_signatures:
|
@@ -474,18 +468,18 @@ eu:
|
|
474
468
|
approve: Onartu
|
475
469
|
confirm_approve: Ziur zaude kide hau onartu nahi duzula?
|
476
470
|
confirm_revoke: Ziur zaude kide hau baliogabetu nahi duzula?
|
477
|
-
invite_to_committee_help: Partekatu
|
478
|
-
link:
|
471
|
+
invite_to_committee_help: Partekatu lotura hau beste parte-hartzaile batzuk batzorde bultzatzailera gonbidatzeko.
|
472
|
+
link: Lotura
|
479
473
|
no_members_yet: Ez dago kiderik batzorde bultzatzailean.
|
480
474
|
revoke: Baliogabetu
|
481
475
|
title: Batzarkideak
|
482
476
|
count:
|
483
477
|
title:
|
484
|
-
one: "
|
485
|
-
other: "%{count}
|
478
|
+
one: "%{count} ekimena"
|
479
|
+
other: "%{count} ekimenak"
|
486
480
|
filters:
|
487
481
|
any: Edozein
|
488
|
-
area:
|
482
|
+
area: Area
|
489
483
|
author: Egilea
|
490
484
|
myself: Nire ekimenak
|
491
485
|
scope: Esparrua
|
@@ -512,7 +506,7 @@ eu:
|
|
512
506
|
address: Helbidea
|
513
507
|
author_title: Ekimenaren egilea
|
514
508
|
city: Hiria
|
515
|
-
email:
|
509
|
+
email: E-maila
|
516
510
|
full_name: Izen osoa
|
517
511
|
general_title: Ekimen batean onartzeko eskaera
|
518
512
|
id_number: ID zenbakia
|
@@ -535,11 +529,11 @@ eu:
|
|
535
529
|
initiative_rejected_reason: Ekimen hau ukatu egin da sinadura faltagatik.
|
536
530
|
show:
|
537
531
|
area: Arloa
|
538
|
-
before_send_to_technical_validation_announcement: 'Baliozkotze teknikorako ekimena bidali aurretik, %{count} kide gehiago gehitu behar dizkiozu batzorde sustatzaileari. < br/> < br/>Etxebatzordeko kide izan nahi duzun pertsonekin duzu esteka hau: % {href}'
|
532
|
+
before_send_to_technical_validation_announcement: 'Baliozkotze teknikorako ekimena bidali aurretik, % {count} kide gehiago gehitu behar dizkiozu batzorde sustatzaileari. < br/> < br/>Etxebatzordeko kide izan nahi duzun pertsonekin duzu esteka hau: % {href}'
|
539
533
|
confirm: Ekimena bidaliko duzu administratzaile batek berrikus eta argitara dezan. Argitaratu ondoren, ezin izango duzu editatu. Ziur zaude?
|
540
534
|
edit: Editatu
|
541
535
|
initiative_data: Ekimenaren datuak
|
542
|
-
scope:
|
536
|
+
scope: Esparrua
|
543
537
|
send_to_technical_validation: Bidali baliozkotze teknikora
|
544
538
|
send_to_technical_validation_announcement: Dena zuzena bada, egin klik "Bidali baliozkotze teknikora" botoian, administratzaile batek zure ekimena berrikus eta argitara dezan
|
545
539
|
signature_collection: Bildutako sinadurak
|
@@ -550,7 +544,6 @@ eu:
|
|
550
544
|
other: " sinadurak"
|
551
545
|
vote_cabin:
|
552
546
|
already_voted: Dagoeneko sinatuta
|
553
|
-
supports_required: "%{total_supports} sinadura beharrezkoa da"
|
554
547
|
verification_required: Egiaztatu kontua ekimena sinatzeko
|
555
548
|
vote: Saioa
|
556
549
|
votes_blocked: Sinadura desgaituta dago
|
@@ -564,7 +557,7 @@ eu:
|
|
564
557
|
check_initiative_details: Ekimenaren xehetasunak ikus ditzakezu
|
565
558
|
here: hemen
|
566
559
|
more_information: Hemen ekimenaren sorrera prozesuari buruzko informazio gehiago duzu.
|
567
|
-
progress_report_body_for: '%{title} ekimenak eskatutako
|
560
|
+
progress_report_body_for: '%{title} ekimenak eskatutako euskarrien%{percentage}% gainditu du.'
|
568
561
|
progress_report_for: 'Laburpena %{title} ekimenari buruz'
|
569
562
|
promotal_committee_help: Gogoan izan gutxienez %{member_count} pertsona gonbidatu behar dituzula sustatzaile batzordera. Birbidali hurrengo estekara gonbidatzeko jendea sustatzaile batzordera
|
570
563
|
status_change_body_for: '%{title} ekimenak bere egoera aldatu du: %{state}'
|
@@ -592,7 +585,7 @@ eu:
|
|
592
585
|
states:
|
593
586
|
accepted: Onartua
|
594
587
|
expired: iraungi
|
595
|
-
unavailable_scope:
|
588
|
+
unavailable_scope: Esparrua ez dago erabilgarri
|
596
589
|
update:
|
597
590
|
error: Errore bat egon da.
|
598
591
|
success: Ekimena zuzen eguneratu da.
|