decidim-proposals 0.29.3 → 0.29.4
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/app/models/decidim/proposals/proposal_state.rb +1 -1
- data/config/locales/ar.yml +0 -7
- data/config/locales/bg.yml +1 -4
- data/config/locales/bs-BA.yml +0 -4
- data/config/locales/cs.yml +0 -5
- data/config/locales/de.yml +1 -4
- data/config/locales/el.yml +0 -3
- data/config/locales/eu.yml +4 -4
- data/config/locales/fi-plain.yml +1 -4
- data/config/locales/fi.yml +1 -4
- data/config/locales/fr-CA.yml +1 -4
- data/config/locales/fr.yml +0 -3
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +1 -4
- data/config/locales/it.yml +0 -3
- data/config/locales/ja.yml +0 -2
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +2 -5
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +2 -7
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/sk.yml +3 -8
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +4 -2
- data/config/locales/tr-TR.yml +1 -4
- data/config/locales/zh-CN.yml +0 -2
- data/config/locales/zh-TW.yml +0 -2
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +20 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f083ea9482b31e176975e170eafea966d8bbac7e84a54a0208e13a3e0206678
|
4
|
+
data.tar.gz: 8586468ff6a8b6054710736fedc2c011e698272034d4207c70f2d0d55fe24278
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd1334cc67b7b48abfde38396c4320496ce59f7edea987ddc67f26762585ebb043f4387f3ecbdb6ae4a76b30a85f41908624dcf92dc193c34a7faa4df30d28fa
|
7
|
+
data.tar.gz: be5c0c87019f16e7691ba3f1a8023f1b34bc7e53e7faf13650ab553ef7165a52c20f27254743af1677b2f47b9c92597ce04691d196fe334ecde2cfe3b332b6e3
|
@@ -38,7 +38,7 @@ module Decidim
|
|
38
38
|
protected
|
39
39
|
|
40
40
|
def generate_token
|
41
|
-
self.token = ensure_unique_token(translated_attribute(title).parameterize(separator: "_"))
|
41
|
+
self.token = ensure_unique_token(token.presence || translated_attribute(title).parameterize(separator: "_"))
|
42
42
|
end
|
43
43
|
|
44
44
|
def ensure_unique_token(token)
|
data/config/locales/ar.yml
CHANGED
@@ -453,13 +453,6 @@ ar:
|
|
453
453
|
documents: المستندات
|
454
454
|
endorsements_count: عد أصوات التأييدات
|
455
455
|
endorsers: المؤيدون
|
456
|
-
n_more_endorsers:
|
457
|
-
zero: و%{count} آخرين
|
458
|
-
one: وواحد آخر
|
459
|
-
two: و%{count} آخرين
|
460
|
-
few: و%{count} آخرين
|
461
|
-
many: و%{count} آخرين
|
462
|
-
other: و%{count} آخرين
|
463
456
|
photos: الصور
|
464
457
|
ranking: "%{ranking} مِن %{total}"
|
465
458
|
related_meetings: ملتقيات ذات صلة
|
data/config/locales/bg.yml
CHANGED
@@ -543,9 +543,6 @@ bg:
|
|
543
543
|
endorsements_count: Брой препоръки
|
544
544
|
endorsers: Препоръчали
|
545
545
|
link: Виж предложението
|
546
|
-
n_more_endorsers:
|
547
|
-
one: и още 1
|
548
|
-
other: и още %{count}
|
549
546
|
photos: Снимки
|
550
547
|
ranking: "%{ranking} от %{total}"
|
551
548
|
related_meetings: Свързани срещи
|
@@ -836,7 +833,7 @@ bg:
|
|
836
833
|
edit_proposal: Редактиране на предложение
|
837
834
|
estimated_cost: Предвидени разходи
|
838
835
|
hidden_endorsers_count:
|
839
|
-
one: и още %{count}
|
836
|
+
one: и още %{count}
|
840
837
|
other: и още %{count} души
|
841
838
|
link_to_collaborative_draft_help_text: Това предложение е резултат от съвместна чернова. Прегледайте хронологията
|
842
839
|
link_to_collaborative_draft_text: Вижте съвместната чернова
|
data/config/locales/bs-BA.yml
CHANGED
@@ -62,10 +62,6 @@ bs:
|
|
62
62
|
documents: Dokumenti
|
63
63
|
endorsements_count: Broj podržavanja
|
64
64
|
endorsers: Podržavaoci
|
65
|
-
n_more_endorsers:
|
66
|
-
one: i još 1
|
67
|
-
few: i još %{count}
|
68
|
-
other: i još %{count}
|
69
65
|
photos: Slike
|
70
66
|
ranking: "%{ranking} od %{total}"
|
71
67
|
related_meetings: Slični sastanci
|
data/config/locales/cs.yml
CHANGED
@@ -572,11 +572,6 @@ cs:
|
|
572
572
|
endorsements_count: Počet schvalování
|
573
573
|
endorsers: Schvalující
|
574
574
|
link: Zobrazit návrh
|
575
|
-
n_more_endorsers:
|
576
|
-
one: a další 1
|
577
|
-
few: a %{count} dalších
|
578
|
-
many: a %{count} dalších
|
579
|
-
other: a dalších %{count}
|
580
575
|
photos: Fotky
|
581
576
|
ranking: "%{ranking} z %{total}"
|
582
577
|
related_meetings: Související schůzky
|
data/config/locales/de.yml
CHANGED
@@ -564,9 +564,6 @@ de:
|
|
564
564
|
endorsements_count: Anzahl der Befürwortungen
|
565
565
|
endorsers: Befürworter
|
566
566
|
link: Vorschlag anzeigen
|
567
|
-
n_more_endorsers:
|
568
|
-
one: und 1 mehr
|
569
|
-
other: und %{count} mehr
|
570
567
|
photos: Fotos
|
571
568
|
ranking: "%{ranking} von %{total}"
|
572
569
|
related_meetings: Ähnliche Besprechungen
|
@@ -794,7 +791,7 @@ de:
|
|
794
791
|
send: Abschicken
|
795
792
|
title: Vorschlag bearbeiten
|
796
793
|
edit_draft:
|
797
|
-
discard:
|
794
|
+
discard: Entwurf verwerfen
|
798
795
|
discard_confirmation: Möchten Sie diesen Vorschlagsentwurf wirklich verwerfen?
|
799
796
|
send: Vorschau
|
800
797
|
title: Vorschlagsentwurf bearbeiten
|
data/config/locales/el.yml
CHANGED
@@ -454,9 +454,6 @@ el:
|
|
454
454
|
documents: Έγγραφα
|
455
455
|
endorsements_count: Πλήθος επιδοκιμασιών
|
456
456
|
endorsers: Υποστηρικτές
|
457
|
-
n_more_endorsers:
|
458
|
-
one: και 1 ακόμα
|
459
|
-
other: και %{count} ακόμη
|
460
457
|
photos: Φωτογραφίες
|
461
458
|
ranking: "%{ranking} από %{total}"
|
462
459
|
related_meetings: Σχετικές συσκέψεις
|
data/config/locales/eu.yml
CHANGED
@@ -77,7 +77,7 @@ eu:
|
|
77
77
|
cant_be_equal_to_template: ezin da plantilla bezalakoa izan
|
78
78
|
identical: ETA izenburua ezin da berdina izan
|
79
79
|
title:
|
80
|
-
identical: ETA
|
80
|
+
identical: ETA testua ezin da berdina izan
|
81
81
|
proposals_merge:
|
82
82
|
attributes:
|
83
83
|
base:
|
@@ -284,7 +284,7 @@ eu:
|
|
284
284
|
notification_title: 'Orain honi <a href="%{resource_path}"> proposamen berriak aurkeztu ahal dizkiozu hemen: <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
|
285
285
|
endorsing_enabled:
|
286
286
|
email_intro: 'Proposamenak egin ditzakezu %{participatory_space_title} parte hartze espazioan! Hasi orri honetan parte hartzen:'
|
287
|
-
email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen
|
287
|
+
email_outro: Jakinarazpen hau jaso duzu %{participatory_space_title} jarraitzen ari zarelako. Jakinarazpenak jasotzeari utzi ahal diozu aurreko estekan.
|
288
288
|
email_subject: Onarpen proposamenak %{participatory_space_title} espazioan hasi dira
|
289
289
|
notification_title: 'Orain has zaitezke <a href="%{resource_path}"></a> proposamenak onartzen hemen: <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
|
290
290
|
proposal_mentioned:
|
@@ -559,7 +559,7 @@ eu:
|
|
559
559
|
show:
|
560
560
|
amendments_count: Zuzenketa kopurua
|
561
561
|
assigned_valuators: Ebaluatzaileak esleituta
|
562
|
-
body:
|
562
|
+
body: Testua
|
563
563
|
comments_count: Iruzkin kopurua
|
564
564
|
documents: Dokumentuak
|
565
565
|
endorsements_count: Atxikimendu kopurua
|
@@ -896,7 +896,7 @@ eu:
|
|
896
896
|
given_enough_votes: Boto gehiegi eman dituzu.
|
897
897
|
votes_remaining: '%{remaining_votes} babes gehiago eman behar dizkiezu proposamenei zure botoak kontuan har daitezen.'
|
898
898
|
proposal_limit:
|
899
|
-
description:
|
899
|
+
description: Proposamen(ak) sortu ditzakezu.
|
900
900
|
threshold_per_proposal:
|
901
901
|
description: Proposamenak baliagarriak izan daitezen, %{limit} babes izatera iritsi behar da.
|
902
902
|
title: 'Botoek arau hauek bete behar dituzte:'
|
data/config/locales/fi-plain.yml
CHANGED
@@ -284,7 +284,7 @@ fi-pl:
|
|
284
284
|
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
285
285
|
endorsing_enabled:
|
286
286
|
email_intro: 'Voit suositella ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
287
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä
|
287
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
288
288
|
email_subject: Ehdotusten suosittelu on alkanut kohteelle %{participatory_space_title}
|
289
289
|
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten suosittelun</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
290
290
|
proposal_mentioned:
|
@@ -563,9 +563,6 @@ fi-pl:
|
|
563
563
|
endorsements_count: Suositusten lukumäärä
|
564
564
|
endorsers: Suosittelijat
|
565
565
|
link: Näytä ehdotus
|
566
|
-
n_more_endorsers:
|
567
|
-
one: ja 1 muu
|
568
|
-
other: ja %{count} muuta
|
569
566
|
photos: Kuvat
|
570
567
|
ranking: "%{ranking} / %{total}"
|
571
568
|
related_meetings: Liittyvät tapahtumat
|
data/config/locales/fi.yml
CHANGED
@@ -284,7 +284,7 @@ fi:
|
|
284
284
|
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
285
285
|
endorsing_enabled:
|
286
286
|
email_intro: 'Voit suositella ehdotuksia osallistumistilassa %{participatory_space_title}! Aloita osallistuminen sivulta:'
|
287
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä
|
287
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
288
288
|
email_subject: Ehdotusten suosittelu on alkanut kohteelle %{participatory_space_title}
|
289
289
|
notification_title: Voit nyt aloittaa <a href="%{resource_path}">ehdotusten suosittelun</a> osallistumistilassa <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
290
290
|
proposal_mentioned:
|
@@ -563,9 +563,6 @@ fi:
|
|
563
563
|
endorsements_count: Suositusten lukumäärä
|
564
564
|
endorsers: Suosittelijat
|
565
565
|
link: Näytä ehdotus
|
566
|
-
n_more_endorsers:
|
567
|
-
one: ja 1 muu
|
568
|
-
other: ja %{count} muuta
|
569
566
|
photos: Kuvat
|
570
567
|
ranking: "%{ranking} / %{total}"
|
571
568
|
related_meetings: Liittyvät tapaamiset
|
data/config/locales/fr-CA.yml
CHANGED
@@ -284,7 +284,7 @@ fr-CA:
|
|
284
284
|
notification_title: Vous pouvez maintenant créer de <a href="%{resource_path}">nouvelles propositions</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
285
285
|
endorsing_enabled:
|
286
286
|
email_intro: 'Vous pouvez soutenir les différentes propositions dans %{participatory_space_title} ! Commencez à participer en vous rendant sur cette page :'
|
287
|
-
email_outro: Vous avez reçu cette notification car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en cliquant sur
|
287
|
+
email_outro: Vous avez reçu cette notification car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en cliquant sur le lien précédent.
|
288
288
|
email_subject: Vous pouvez désormais soutenir des propositions dans %{participatory_space_title}
|
289
289
|
notification_title: Vous pouvez maintenant commencer à <a href="%{resource_path}">soutenir les propositions</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
290
290
|
proposal_mentioned:
|
@@ -559,9 +559,6 @@ fr-CA:
|
|
559
559
|
endorsements_count: Nombre de soutiens
|
560
560
|
endorsers: Soutiens
|
561
561
|
link: Voir la proposition
|
562
|
-
n_more_endorsers:
|
563
|
-
one: et 1 de plus
|
564
|
-
other: et %{count} autres
|
565
562
|
photos: Photos
|
566
563
|
ranking: "%{ranking} sur %{total}"
|
567
564
|
related_meetings: Réunions associées
|
data/config/locales/fr.yml
CHANGED
@@ -559,9 +559,6 @@ fr:
|
|
559
559
|
endorsements_count: Nombre de soutiens
|
560
560
|
endorsers: Soutiens
|
561
561
|
link: Voir la proposition
|
562
|
-
n_more_endorsers:
|
563
|
-
one: et 1 de plus
|
564
|
-
other: et %{count} autres
|
565
562
|
photos: Photos
|
566
563
|
ranking: "%{ranking} sur %{total}"
|
567
564
|
related_meetings: Réunions associées
|
data/config/locales/gl.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -414,9 +414,6 @@ hu:
|
|
414
414
|
documents: Dokumentumok
|
415
415
|
endorsements_count: Támogatások száma
|
416
416
|
endorsers: Támogatók
|
417
|
-
n_more_endorsers:
|
418
|
-
one: és még egy
|
419
|
-
other: és még %{count}
|
420
417
|
photos: Fotók
|
421
418
|
ranking: "%{total} -ból %{ranking}"
|
422
419
|
related_meetings: Kapcsolódó találkozók
|
@@ -651,7 +648,7 @@ hu:
|
|
651
648
|
estimated_cost: Becsült költség
|
652
649
|
hidden_endorsers_count:
|
653
650
|
one: és még %{count} személy
|
654
|
-
other: és még %{count}
|
651
|
+
other: és még %{count} személy
|
655
652
|
link_to_collaborative_draft_help_text: Ez a javaslat egy közös vázlat eredménye. Nézd át az előzményeket
|
656
653
|
link_to_collaborative_draft_text: Közös vázlat megtekintése
|
657
654
|
link_to_promoted_emendation_help_text: Ez a javaslat egy támogatott helyreigazítás
|
data/config/locales/it.yml
CHANGED
@@ -387,9 +387,6 @@ it:
|
|
387
387
|
documents: Documenti
|
388
388
|
endorsements_count: Numero di Appoggi
|
389
389
|
endorsers: Sostenitori
|
390
|
-
n_more_endorsers:
|
391
|
-
one: e 1 altro
|
392
|
-
other: e altri %{count}
|
393
390
|
photos: Foto
|
394
391
|
ranking: "%{ranking} di %{total}"
|
395
392
|
related_meetings: Riunioni correlate
|
data/config/locales/ja.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -465,11 +465,6 @@ lt:
|
|
465
465
|
documents: Dokumentai
|
466
466
|
endorsements_count: Palaikymų skaičius
|
467
467
|
endorsers: Pritariantieji
|
468
|
-
n_more_endorsers:
|
469
|
-
one: ir dar vienas
|
470
|
-
few: ir dar %{count}
|
471
|
-
many: ir dar %{count} daugiau
|
472
|
-
other: ir dar %{count} daugiau
|
473
468
|
photos: Nuotraukos
|
474
469
|
ranking: "%{ranking} iš %{total}"
|
475
470
|
related_meetings: Susiję susitikimai
|
data/config/locales/lv.yml
CHANGED
@@ -323,10 +323,6 @@ lv:
|
|
323
323
|
documents: Dokumenti
|
324
324
|
endorsements_count: Atbalstu skaits
|
325
325
|
endorsers: Atbalstītāji
|
326
|
-
n_more_endorsers:
|
327
|
-
zero: un %{count} vēl
|
328
|
-
one: un vēl viens
|
329
|
-
other: un %{count} vēl
|
330
326
|
photos: Fotogrāfijas
|
331
327
|
ranking: "%{ranking} no %{total}"
|
332
328
|
related_meetings: 'Saistītās sanāksmes:'
|
data/config/locales/nl.yml
CHANGED
@@ -203,7 +203,7 @@ nl:
|
|
203
203
|
email_subject: Voorstellen nu beschikbaar in %{participatory_space_title}
|
204
204
|
endorsing_enabled:
|
205
205
|
email_intro: 'U kunt voorstellen in %{participatory_space_title} goedkeuren! Neem deel op deze pagina:'
|
206
|
-
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt.
|
206
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title} volgt. Schakel de meldingen uit door te klikken op de voorgaande link.
|
207
207
|
email_subject: Je kan nu de voorstellen in %{participatory_space_title} steunen
|
208
208
|
proposal_mentioned:
|
209
209
|
email_intro: Uw voorstel "%{mentioned_proposal_title}" is in deze ruimte <a href="%{resource_url}"></a> genoemd in de reacties.
|
@@ -383,9 +383,6 @@ nl:
|
|
383
383
|
documents: Documenten
|
384
384
|
endorsements_count: Aantal suggesties
|
385
385
|
endorsers: Aanbevelers
|
386
|
-
n_more_endorsers:
|
387
|
-
one: en nog 1
|
388
|
-
other: en %{count} meer
|
389
386
|
photos: Foto's
|
390
387
|
ranking: "%{ranking} van %{total}"
|
391
388
|
related_meetings: Gerelateerde vergaderingen
|
@@ -622,7 +619,7 @@ nl:
|
|
622
619
|
estimated_cost: Geschatte kosten
|
623
620
|
hidden_endorsers_count:
|
624
621
|
one: en nog %{count} persoon
|
625
|
-
other: en nog %{count}
|
622
|
+
other: en nog %{count} personen
|
626
623
|
link_to_collaborative_draft_help_text: Dit voorstel is het resultaat van een gezamenlijk concept. Bekijk de geschiedenis
|
627
624
|
link_to_collaborative_draft_text: Bekijk het gezamenlijke ontwerp
|
628
625
|
link_to_promoted_emendation_help_text: Dit voorstel is een gepromoot amendement
|
data/config/locales/no.yml
CHANGED
@@ -375,9 +375,6 @@
|
|
375
375
|
documents: Dokumenter
|
376
376
|
endorsements_count: Påtegnelser teller
|
377
377
|
endorsers: Påtegnelser
|
378
|
-
n_more_endorsers:
|
379
|
-
one: og 1 til
|
380
|
-
other: og %{count} til
|
381
378
|
photos: Bilder
|
382
379
|
ranking: "%{ranking} av %{total}"
|
383
380
|
related_meetings: Relaterte møter
|
data/config/locales/pl.yml
CHANGED
@@ -280,7 +280,7 @@ pl:
|
|
280
280
|
notification_title: Możesz teraz przedstawiać <a href="%{resource_path}">nowe propozycje</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
281
281
|
endorsing_enabled:
|
282
282
|
email_intro: 'Możesz rekomendować propozycje w %{participatory_space_title}! Dołącz na tej stronie:'
|
283
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia
|
283
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
284
284
|
email_subject: Rozpoczęto rekomendację propozycji w %{participatory_space_title}
|
285
285
|
notification_title: Możesz teraz zacząć <a href="%{resource_path}">rekomendować propozycje</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
286
286
|
proposal_mentioned:
|
@@ -545,11 +545,6 @@ pl:
|
|
545
545
|
endorsements_count: Liczba rekomendacji
|
546
546
|
endorsers: Rekomendujący
|
547
547
|
link: Zobacz propozycję
|
548
|
-
n_more_endorsers:
|
549
|
-
one: i jeszcze 1
|
550
|
-
few: i jeszcze %{count}
|
551
|
-
many: i jeszcze %{count}
|
552
|
-
other: i jeszcze %{count}
|
553
548
|
photos: Zdjęcia
|
554
549
|
ranking: "%{ranking} z %{total}"
|
555
550
|
related_meetings: Powiązane spotkania
|
@@ -848,7 +843,7 @@ pl:
|
|
848
843
|
edit_proposal: Edytuj propozycję
|
849
844
|
estimated_cost: Szacowany koszt
|
850
845
|
hidden_endorsers_count:
|
851
|
-
one: i %{count} osoba
|
846
|
+
one: i %{count} więcej osoba
|
852
847
|
few: i %{count} więcej osób
|
853
848
|
many: i %{count} więcej osób
|
854
849
|
other: i %{count} więcej osób
|
data/config/locales/pt-BR.yml
CHANGED
@@ -421,9 +421,6 @@ pt-BR:
|
|
421
421
|
documents: Documentos
|
422
422
|
endorsements_count: Contagem de endossos
|
423
423
|
endorsers: Endossar
|
424
|
-
n_more_endorsers:
|
425
|
-
one: e mais 1
|
426
|
-
other: e mais %{count}
|
427
424
|
photos: Fotos
|
428
425
|
ranking: "%{ranking} de %{total}"
|
429
426
|
related_meetings: Reuniões relacionadas
|
data/config/locales/pt.yml
CHANGED
@@ -382,9 +382,6 @@ pt:
|
|
382
382
|
documents: Documentos
|
383
383
|
endorsements_count: Contagem de endossamentos
|
384
384
|
endorsers: Endossadores
|
385
|
-
n_more_endorsers:
|
386
|
-
one: e mais 1
|
387
|
-
other: e mais %{count}
|
388
385
|
photos: Fotos
|
389
386
|
ranking: "%{ranking} de %{total}"
|
390
387
|
related_meetings: Reuniões relacionadas
|
data/config/locales/ro-RO.yml
CHANGED
@@ -412,10 +412,6 @@ ro:
|
|
412
412
|
documents: Documente
|
413
413
|
endorsements_count: Număr de susțineri
|
414
414
|
endorsers: Susținători
|
415
|
-
n_more_endorsers:
|
416
|
-
one: și încă 1
|
417
|
-
few: și încă %{count}
|
418
|
-
other: și încă %{count}
|
419
415
|
photos: Imagini
|
420
416
|
ranking: "%{ranking} din %{total}"
|
421
417
|
related_meetings: Întâlniri similare
|
data/config/locales/sk.yml
CHANGED
@@ -327,11 +327,6 @@ sk:
|
|
327
327
|
documents: Dokumenty
|
328
328
|
endorsements_count: Počet podporení
|
329
329
|
endorsers: Podporovatelia
|
330
|
-
n_more_endorsers:
|
331
|
-
one: a 1 ďalší
|
332
|
-
few: + %{count} ďalších
|
333
|
-
many: + %{count} ďalších
|
334
|
-
other: + %{count} ďalších
|
335
330
|
photos: Fotografie
|
336
331
|
ranking: "%{ranking} z celkového %{total}"
|
337
332
|
related_meetings: Podobné stretnutia
|
@@ -561,9 +556,9 @@ sk:
|
|
561
556
|
estimated_cost: Odhadované náklady
|
562
557
|
hidden_endorsers_count:
|
563
558
|
one: a%{count} ďalšia osoba
|
564
|
-
few: a
|
565
|
-
many: a
|
566
|
-
other: a
|
559
|
+
few: a%{count} ďalších ľudí
|
560
|
+
many: a%{count} ďalších ľudí
|
561
|
+
other: a%{count} ďalších ľudí
|
567
562
|
link_to_collaborative_draft_help_text: Tento návrh je výsledkom spoločného návrhu. Skontrolujte históriu
|
568
563
|
link_to_collaborative_draft_text: Pozri schému spolupráca
|
569
564
|
link_to_promoted_emendation_help_text: Tento návrh je podporované vylepšenia
|
data/config/locales/sr-CS.yml
CHANGED
@@ -65,10 +65,6 @@ sr:
|
|
65
65
|
documents: Dokumenti
|
66
66
|
endorsements_count: Broj podržavanja
|
67
67
|
endorsers: Podržavaoci
|
68
|
-
n_more_endorsers:
|
69
|
-
one: i još 1
|
70
|
-
few: i još %{count}
|
71
|
-
other: i još %{count}
|
72
68
|
photos: Slike
|
73
69
|
ranking: "%{ranking} od %{total}"
|
74
70
|
related_meetings: Slični sastanci
|
data/config/locales/sv.yml
CHANGED
@@ -520,6 +520,7 @@ sv:
|
|
520
520
|
index:
|
521
521
|
actions: Åtgärder
|
522
522
|
assign_to_valuator: Tilldela till handläggare
|
523
|
+
assign_to_valuator_button: Tilldelad
|
523
524
|
cancel: Avbryt
|
524
525
|
change_category: Ändra kategori
|
525
526
|
change_scope: Ändra indelning
|
@@ -535,6 +536,7 @@ sv:
|
|
535
536
|
statuses: Statusar
|
536
537
|
title: Förslag
|
537
538
|
unassign_from_valuator: Ta bort tilldelning till handläggare
|
539
|
+
unassign_from_valuator_button: Ta bort
|
538
540
|
update: Uppdatera
|
539
541
|
update_scope_button: Uppdatera indelning
|
540
542
|
new:
|
@@ -847,8 +849,8 @@ sv:
|
|
847
849
|
edit_proposal: Redigera förslag
|
848
850
|
estimated_cost: Beräknad kostnad
|
849
851
|
hidden_endorsers_count:
|
850
|
-
one: och %{count}
|
851
|
-
other: och %{count}
|
852
|
+
one: och %{count} mer person
|
853
|
+
other: och %{count} fler personer
|
852
854
|
link_to_collaborative_draft_help_text: Detta förslag är resultatet av ett gemensamt utkast. Läs historiken
|
853
855
|
link_to_collaborative_draft_text: Visa det gemensamma utkastet
|
854
856
|
link_to_promoted_emendation_help_text: Detta förslag är ett annonserat ändringsförslag
|
data/config/locales/tr-TR.yml
CHANGED
@@ -198,7 +198,7 @@ tr:
|
|
198
198
|
email_subject: Teklifler artık %{participatory_space_title} içinde mevcut
|
199
199
|
endorsing_enabled:
|
200
200
|
email_intro: 'Teklifleri %{participatory_space_title} olarak onaylayabilirsiniz! Bu sayfaya katılmaya başlayın:'
|
201
|
-
email_outro: Bu bildirimi %{participatory_space_title}
|
201
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
202
202
|
email_subject: '%{participatory_space_title} için teklifleri onaylamaya başladı'
|
203
203
|
proposal_mentioned:
|
204
204
|
email_intro: Yorumlarınızda <a href="%{resource_url}"> bu alanda </a> "%{mentioned_proposal_title}" önerinizden bahsedildi.
|
@@ -400,9 +400,6 @@ tr:
|
|
400
400
|
documents: Dokümanlar
|
401
401
|
endorsements_count: Onay sayısı
|
402
402
|
endorsers: Onaycılar
|
403
|
-
n_more_endorsers:
|
404
|
-
one: ve 1 tane daha
|
405
|
-
other: ve %{count} tane daha
|
406
403
|
photos: Resimler
|
407
404
|
ranking: "%{ranking} / %{total}"
|
408
405
|
related_meetings: İlgili toplantılar
|
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-proposals
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.29.
|
4
|
+
version: 0.29.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-04
|
13
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,28 +18,28 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.29.
|
21
|
+
version: 0.29.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.29.
|
28
|
+
version: 0.29.4
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.29.
|
35
|
+
version: 0.29.4
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.29.
|
42
|
+
version: 0.29.4
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: doc2text
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,98 +80,98 @@ dependencies:
|
|
80
80
|
requirements:
|
81
81
|
- - '='
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 0.29.
|
83
|
+
version: 0.29.4
|
84
84
|
type: :development
|
85
85
|
prerelease: false
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
88
|
- - '='
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: 0.29.
|
90
|
+
version: 0.29.4
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: decidim-assemblies
|
93
93
|
requirement: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
95
|
- - '='
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: 0.29.
|
97
|
+
version: 0.29.4
|
98
98
|
type: :development
|
99
99
|
prerelease: false
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
101
101
|
requirements:
|
102
102
|
- - '='
|
103
103
|
- !ruby/object:Gem::Version
|
104
|
-
version: 0.29.
|
104
|
+
version: 0.29.4
|
105
105
|
- !ruby/object:Gem::Dependency
|
106
106
|
name: decidim-budgets
|
107
107
|
requirement: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
109
|
- - '='
|
110
110
|
- !ruby/object:Gem::Version
|
111
|
-
version: 0.29.
|
111
|
+
version: 0.29.4
|
112
112
|
type: :development
|
113
113
|
prerelease: false
|
114
114
|
version_requirements: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
116
|
- - '='
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: 0.29.
|
118
|
+
version: 0.29.4
|
119
119
|
- !ruby/object:Gem::Dependency
|
120
120
|
name: decidim-conference
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - '='
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: 0.29.
|
125
|
+
version: 0.29.4
|
126
126
|
type: :development
|
127
127
|
prerelease: false
|
128
128
|
version_requirements: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
130
|
- - '='
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version: 0.29.
|
132
|
+
version: 0.29.4
|
133
133
|
- !ruby/object:Gem::Dependency
|
134
134
|
name: decidim-dev
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
137
|
- - '='
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.29.
|
139
|
+
version: 0.29.4
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - '='
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.29.
|
146
|
+
version: 0.29.4
|
147
147
|
- !ruby/object:Gem::Dependency
|
148
148
|
name: decidim-meetings
|
149
149
|
requirement: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
151
|
- - '='
|
152
152
|
- !ruby/object:Gem::Version
|
153
|
-
version: 0.29.
|
153
|
+
version: 0.29.4
|
154
154
|
type: :development
|
155
155
|
prerelease: false
|
156
156
|
version_requirements: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
158
|
- - '='
|
159
159
|
- !ruby/object:Gem::Version
|
160
|
-
version: 0.29.
|
160
|
+
version: 0.29.4
|
161
161
|
- !ruby/object:Gem::Dependency
|
162
162
|
name: decidim-participatory_processes
|
163
163
|
requirement: !ruby/object:Gem::Requirement
|
164
164
|
requirements:
|
165
165
|
- - '='
|
166
166
|
- !ruby/object:Gem::Version
|
167
|
-
version: 0.29.
|
167
|
+
version: 0.29.4
|
168
168
|
type: :development
|
169
169
|
prerelease: false
|
170
170
|
version_requirements: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
172
|
- - '='
|
173
173
|
- !ruby/object:Gem::Version
|
174
|
-
version: 0.29.
|
174
|
+
version: 0.29.4
|
175
175
|
description: A proposals component for decidim's participatory spaces.
|
176
176
|
email:
|
177
177
|
- josepjaume@gmail.com
|