decidim-initiatives 0.22.0 → 0.23.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/initiatives/admin/initiatives_types.js.es6 +18 -0
- data/app/assets/stylesheet/decidim/initiatives/initiatives.scss +6 -0
- data/app/cells/decidim/initiatives/initiative_m_cell.rb +14 -0
- data/app/cells/decidim/initiatives_votes/vote/show.erb +12 -9
- data/app/cells/decidim/initiatives_votes/vote_cell.rb +7 -0
- data/app/commands/decidim/initiatives/admin/create_initiative_type.rb +3 -1
- data/app/commands/decidim/initiatives/admin/update_initiative_type.rb +3 -1
- data/app/commands/decidim/initiatives/attachment_methods.rb +9 -5
- data/app/commands/decidim/initiatives/create_initiative.rb +2 -2
- data/app/commands/decidim/initiatives/unvote_initiative.rb +4 -10
- data/app/commands/decidim/initiatives/vote_initiative.rb +36 -36
- data/app/controllers/decidim/initiatives/admin/answers_controller.rb +2 -3
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/create_initiative_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/initiative_signatures_controller.rb +20 -26
- data/app/controllers/decidim/initiatives/initiative_votes_controller.rb +11 -5
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +11 -10
- data/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb +9 -1
- data/app/controllers/decidim/initiatives/{initiative_widgets_controller.rb → widgets_controller.rb} +2 -2
- data/app/forms/decidim/initiatives/admin/initiative_form.rb +19 -8
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +3 -0
- data/app/forms/decidim/initiatives/initiative_form.rb +23 -2
- data/app/forms/decidim/initiatives/vote_form.rb +134 -77
- data/app/models/decidim/initiative.rb +123 -52
- data/app/models/decidim/initiatives_type.rb +5 -2
- data/app/models/decidim/initiatives_type_scope.rb +5 -1
- data/app/models/decidim/initiatives_vote.rb +19 -23
- data/app/permissions/decidim/initiatives/admin/permissions.rb +2 -2
- data/app/permissions/decidim/initiatives/permissions.rb +2 -4
- data/app/presenters/decidim/initiatives/admin_log/initiative_presenter.rb +2 -2
- data/app/presenters/decidim/initiatives/initiative_stats_presenter.rb +1 -5
- data/app/views/decidim/initiatives/admin/answers/_info_initiative.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +39 -17
- data/app/views/decidim/initiatives/admin/initiatives/export_pdf_signatures.pdf.erb +12 -9
- data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +35 -10
- data/app/views/decidim/initiatives/admin/initiatives_types/_initiative_type_scopes.html.erb +28 -25
- data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +18 -16
- data/app/views/decidim/initiatives/initiative_signatures/error_on_vote.js.erb +5 -0
- data/app/views/decidim/initiatives/initiative_signatures/fill_personal_data.html.erb +0 -1
- data/app/views/decidim/initiatives/initiative_signatures/update_buttons_and_counters.js.erb +1 -1
- data/app/views/decidim/initiatives/initiative_votes/update_buttons_and_counters.js.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_index_header.html.erb +36 -2
- data/app/views/decidim/initiatives/initiatives/_initiatives.html.erb +10 -0
- data/app/views/decidim/initiatives/initiatives/_progress_bar.html.erb +24 -9
- data/app/views/decidim/initiatives/initiatives/_vote_cabin.html.erb +1 -13
- data/app/views/decidim/initiatives/initiatives/show.html.erb +1 -3
- data/app/views/layouts/decidim/initiative.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +13 -0
- data/config/locales/ca.yml +22 -8
- data/config/locales/cs.yml +32 -18
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +69 -43
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +18 -4
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +18 -4
- data/config/locales/es-PY.yml +18 -4
- data/config/locales/es.yml +31 -17
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -14
- data/config/locales/fi-plain.yml +18 -4
- data/config/locales/fi.yml +18 -4
- data/config/locales/fr-CA.yml +32 -4
- data/config/locales/fr.yml +36 -8
- data/config/locales/gl.yml +7 -17
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +5 -4
- data/config/locales/id-ID.yml +0 -14
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/is.yml +251 -0
- data/config/locales/it.yml +9 -4
- data/config/locales/ja-JP.yml +43 -49
- data/config/locales/ja.yml +549 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -4
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +15 -10
- data/config/locales/no.yml +69 -6
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +28 -22
- data/config/locales/pt-BR.yml +0 -14
- data/config/locales/pt.yml +5 -4
- data/config/locales/ro-RO.yml +5 -4
- data/config/locales/ru.yml +0 -14
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -4
- data/config/locales/sl.yml +6 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +28 -8
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +204 -122
- data/config/locales/uk.yml +0 -14
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +549 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20191106144259_add_settings_to_initiatives_types.rb +8 -0
- data/db/migrate/20191107134847_add_scopes_to_initiatives_votes.rb +28 -0
- data/db/migrate/20191116170841_allow_multiple_initiative_votes_counter_caches.rb +32 -0
- data/db/migrate/20191118105634_allow_multiple_offline_votes.rb +34 -0
- data/db/migrate/20200528151456_remove_user_groups_from_initiative_votes.rb +7 -0
- data/db/migrate/20200827154214_add_commentable_counter_cache_to_initiatives.rb +9 -0
- data/db/seeds/city.jpeg +0 -0
- data/lib/decidim/initiatives/admin_engine.rb +1 -0
- data/lib/decidim/initiatives/engine.rb +2 -2
- data/lib/decidim/initiatives/participatory_space.rb +7 -0
- data/lib/decidim/initiatives/test/factories.rb +21 -3
- data/lib/decidim/initiatives/version.rb +1 -1
- data/lib/tasks/decidim_initiatives.rake +1 -3
- metadata +48 -21
- data/app/views/decidim/initiatives/initiatives/_supports.html.erb +0 -22
- data/app/views/decidim/initiatives/initiatives/signature_identities.html.erb +0 -42
data/config/locales/fi.yml
CHANGED
@@ -5,6 +5,7 @@ fi:
|
|
5
5
|
decidim_user_group_id: Laatija
|
6
6
|
description: Kuvaus
|
7
7
|
offline_votes: Palvelun ulkopuolella kerätyt kannatukset
|
8
|
+
offline_votes_for_scope: Fyysisesti kerätyt allekirjoitukset kohteelle %{scope_name}
|
8
9
|
scope_id: Teema
|
9
10
|
signature_end_date: Allekirjoitusten keräämisen viimeinen päivä
|
10
11
|
signature_start_date: Allekirjoitusten keräämisen alkamispäivä
|
@@ -29,6 +30,7 @@ fi:
|
|
29
30
|
area_enabled: Salli alueen valinta aloitteille
|
30
31
|
attachments_enabled: Salli liitteet
|
31
32
|
banner_image: Bannerikuva
|
33
|
+
child_scope_threshold_enabled: Ota käyttöön alateemojen allekirjoitukset
|
32
34
|
collect_user_extra_fields: Kerää käyttäjän henkilötietoja allekirjoituksen yhteydessä
|
33
35
|
custom_signature_end_date_enabled: Salli laatijoiden valita allekirjoitusten keräyksen loppumisaika
|
34
36
|
description: Kuvaus
|
@@ -36,6 +38,7 @@ fi:
|
|
36
38
|
extra_fields_legal_information: Oikeudelliset tiedot koskien henkilötietojen keräämistä
|
37
39
|
minimum_committee_members: Komitean jäsenten vähimmäismäärä
|
38
40
|
online_signature_enabled: Online-allekirjoitus on käytössä
|
41
|
+
only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
|
39
42
|
promoting_committee_enabled: Ota käyttöön kannatuskomitea
|
40
43
|
title: Otsikko
|
41
44
|
undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
|
@@ -123,6 +126,7 @@ fi:
|
|
123
126
|
initiative_title: Aloitteen otsikko
|
124
127
|
name_and_surname: Nimi ja sukunimi
|
125
128
|
postal_code: Postinumero
|
129
|
+
scope: Teema
|
126
130
|
time_and_date: Aika ja päivämäärä
|
127
131
|
timestamp: Aikaleima
|
128
132
|
titles:
|
@@ -215,6 +219,8 @@ fi:
|
|
215
219
|
success: Aloite on lähetetty tekniseen tarkastukseen
|
216
220
|
update: Päivitä
|
217
221
|
form:
|
222
|
+
attachments: Liitteet
|
223
|
+
settings: Asetukset
|
218
224
|
title: Yleistä tietoa
|
219
225
|
index:
|
220
226
|
actions_title: Toiminnot
|
@@ -260,6 +266,10 @@ fi:
|
|
260
266
|
destroy: Poista
|
261
267
|
update: Päivitä
|
262
268
|
form:
|
269
|
+
authorizations: Varmennuksen asetukset
|
270
|
+
child_scope_threshold_enabled_help: 'Tämä asetus ei toimi fyysisesti kerätyille allekirjoituksille. Se mahdollistaa arvioinnit ja toimii sellaisten varmennusten kanssa, jotka määrittävät käyttäjälle tietyn teeman. Valitse kyseinen varmennustapa varmennuksen asetuksista alapuolelta. Toimiakseen, teemat tulee olla määritelty hierarkisesti: 1 yläteema - N alateemaa. Lisätietoja tästä ominaisuudesta löydät <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">hallinnointikäyttäjän ohjeista</a>.'
|
271
|
+
only_global_scope_enabled_help: Ota tämä asetus käyttöön, jos otit köyttöön "alateemojen allekirjoitukset" ja asetit järjestelmänlaajuisen yläteeman. Ottamalla tämän asetuksen käyttöön, aloitteen tyypin valinta sivuutetaan aloitteiden luontinäkymässä. Saat <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lisätietoja tästä ominaisuudesta täältä</a>.
|
272
|
+
options: Valinnat
|
263
273
|
title: Yleistä tietoa
|
264
274
|
initiative_type_scopes:
|
265
275
|
title: Aloitetyypin teemat
|
@@ -420,6 +430,14 @@ fi:
|
|
420
430
|
unfold: Avaa
|
421
431
|
index_header:
|
422
432
|
new_initiative: Uusi aloite
|
433
|
+
not_authorized:
|
434
|
+
authorizations_page: Näytä vahvistukset
|
435
|
+
close: Sulje
|
436
|
+
explanation: Tilisi tulee vahvistaa luodaksesi uuden aloitteen.
|
437
|
+
title: Vahvistus vaaditaan
|
438
|
+
initiatives:
|
439
|
+
closed_initiatives_warning: Tällä hetkellä yhtään aloitetta ei ole avoimena, mutta tästä listasta löydät kaikki suljetut aloitteet.
|
440
|
+
no_initiatives_warning: Yhtään aloitetta ei löytynyt hakukriteereilläsi.
|
423
441
|
interactions:
|
424
442
|
comments_count:
|
425
443
|
count:
|
@@ -445,13 +463,9 @@ fi:
|
|
445
463
|
any_vote_method: Tämä kansalaisaloite kerää allekirjoituksia verkossa ja palvelun ulkopuolella.
|
446
464
|
follow_description: Vastaanota ilmoitus, kun tätä aloitetta koskevia uutisia julkaistaan
|
447
465
|
offline_method: Tämä kansalaisaloite kerää allekirjoituksia ainoastaan palvelun ulkopuolella.
|
448
|
-
signature_identities:
|
449
|
-
select_identity: Valitse käyttäjätunniste
|
450
466
|
signatures_count:
|
451
467
|
one: " allekirjoitus"
|
452
468
|
other: " allekirjoitusta"
|
453
|
-
supports:
|
454
|
-
title: Allekirjoitusten luettelo
|
455
469
|
vote_cabin:
|
456
470
|
already_voted: Allekirjoitettu aikaisemmin
|
457
471
|
supports_required: "%{total_supports} allekirjoitusta vaaditaan"
|
data/config/locales/fr-CA.yml
CHANGED
@@ -5,6 +5,7 @@ fr-CA:
|
|
5
5
|
decidim_user_group_id: Auteur
|
6
6
|
description: Description
|
7
7
|
offline_votes: Votes en présentiel
|
8
|
+
offline_votes_for_scope: Signatures en personne pour %{scope_name}
|
8
9
|
scope_id: Secteur
|
9
10
|
signature_end_date: Fin de la période de collecte des signatures
|
10
11
|
signature_start_date: Début de la période de collecte des signatures
|
@@ -29,6 +30,7 @@ fr-CA:
|
|
29
30
|
area_enabled: Permettre aux auteurs de choisir la zone pour leur initiative
|
30
31
|
attachments_enabled: Autoriser les pièces jointes
|
31
32
|
banner_image: Image d'en-tête
|
33
|
+
child_scope_threshold_enabled: Activer les signatures de portée enfant
|
32
34
|
collect_user_extra_fields: Collecter les données personnelles de l'utilisateur lors de la signature
|
33
35
|
custom_signature_end_date_enabled: Permettre aux auteurs de choisir la fin de la période de collecte des signatures
|
34
36
|
description: Description
|
@@ -36,6 +38,7 @@ fr-CA:
|
|
36
38
|
extra_fields_legal_information: Informations juridiques sur la collecte de données personnelles
|
37
39
|
minimum_committee_members: Minimum de membres du comité
|
38
40
|
online_signature_enabled: Signature en ligne activée
|
41
|
+
only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
|
39
42
|
promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
|
40
43
|
title: Titre
|
41
44
|
undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
|
@@ -73,6 +76,20 @@ fr-CA:
|
|
73
76
|
actions:
|
74
77
|
new_initiative_type: Nouveau type d'initiative
|
75
78
|
filters:
|
79
|
+
initiatives:
|
80
|
+
decidim_area_id_eq:
|
81
|
+
label: Périmètre d'assemblée
|
82
|
+
state_eq:
|
83
|
+
label: État
|
84
|
+
values:
|
85
|
+
accepted: Assez de signatures
|
86
|
+
created: Créée
|
87
|
+
discarded: Rejetée
|
88
|
+
published: Publiée
|
89
|
+
rejected: Pas assez de signatures
|
90
|
+
validating: Validation technique
|
91
|
+
type_id_eq:
|
92
|
+
label: Type d'initiative
|
76
93
|
search_placeholder:
|
77
94
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
78
95
|
menu:
|
@@ -109,6 +126,7 @@ fr-CA:
|
|
109
126
|
initiative_title: Titre de l'initiative
|
110
127
|
name_and_surname: Nom et surnom
|
111
128
|
postal_code: Code postal
|
129
|
+
scope: Portée
|
112
130
|
time_and_date: Heure et date
|
113
131
|
timestamp: Horodatage
|
114
132
|
titles:
|
@@ -201,6 +219,8 @@ fr-CA:
|
|
201
219
|
success: L'initiative a été envoyée à la validation technique
|
202
220
|
update: Mettre à jour
|
203
221
|
form:
|
222
|
+
attachments: Pièces jointes
|
223
|
+
settings: Paramètres
|
204
224
|
title: Informations générales
|
205
225
|
index:
|
206
226
|
actions_title: Action
|
@@ -246,6 +266,10 @@ fr-CA:
|
|
246
266
|
destroy: Supprimer
|
247
267
|
update: Mettre à jour
|
248
268
|
form:
|
269
|
+
authorizations: Paramètres d'autorisation
|
270
|
+
child_scope_threshold_enabled_help: 'Cette option de configuration ne prends pas en compte les votes hors-ligne, il active les sous-jauges et fonctionne avec un gestionnaire d''autorisation qui associe une portée à l''utilisateur. Assurez-vous de sélectionner cette autorisation ci-dessous dans les paramètres d''autorisation. Pour que cela fonctionne, les portées doivent être configurées de manière hiérarchique : 1 Parent - N Enfant. Pour plus d''informations sur le fonctionnement de cette configuration, voir ce <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lien</a>.'
|
271
|
+
only_global_scope_enabled_help: Cochez cette case si vous avez activé "Signature de la portée enfant" et configuré la portée globale comme votre portée parente. En activant cette option, la sélection du type d'initiative sera ignorée dans l'assistant de création d'initiative. Pour plus d'informations sur le fonctionnement de cette configuration, voir ce <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lien</a>.
|
272
|
+
options: Paramètres
|
249
273
|
title: informations générales
|
250
274
|
initiative_type_scopes:
|
251
275
|
title: Secteurs pour ce type d'initiative
|
@@ -406,6 +430,14 @@ fr-CA:
|
|
406
430
|
unfold: Voir la suite
|
407
431
|
index_header:
|
408
432
|
new_initiative: Nouvelle initiative
|
433
|
+
not_authorized:
|
434
|
+
authorizations_page: Voir les autorisations
|
435
|
+
close: Fermer
|
436
|
+
explanation: Vous devez être vérifié pour créer une nouvelle initiative.
|
437
|
+
title: Autorisation requise
|
438
|
+
initiatives:
|
439
|
+
closed_initiatives_warning: À l'heure actuelle, il n'y a pas de pétitions publiées, mais vous trouverez ici une liste de toutes les pétitions fermées.
|
440
|
+
no_initiatives_warning: Aucune initiative ne correspond à vos critères de recherche.
|
409
441
|
interactions:
|
410
442
|
comments_count:
|
411
443
|
count:
|
@@ -431,13 +463,9 @@ fr-CA:
|
|
431
463
|
any_vote_method: Cette initiative recueille des signatures en ligne ainsi qu'en présentiel.
|
432
464
|
follow_description: Recevoir une notification lorsqu'il y a des actualités sur cette initiative
|
433
465
|
offline_method: Cette initiative ne recueille que des soutiens en présentiel.
|
434
|
-
signature_identities:
|
435
|
-
select_identity: Sélectionner l'identifiant de l'utilisateur
|
436
466
|
signatures_count:
|
437
467
|
one: " signature"
|
438
468
|
other: " signatures"
|
439
|
-
supports:
|
440
|
-
title: Liste des signatures
|
441
469
|
vote_cabin:
|
442
470
|
already_voted: Déjà signée
|
443
471
|
supports_required: "%{total_supports} signatures requises"
|
data/config/locales/fr.yml
CHANGED
@@ -5,6 +5,7 @@ fr:
|
|
5
5
|
decidim_user_group_id: Auteur
|
6
6
|
description: Description
|
7
7
|
offline_votes: Votes en présentiel
|
8
|
+
offline_votes_for_scope: Signatures en personne pour %{scope_name}
|
8
9
|
scope_id: Secteur
|
9
10
|
signature_end_date: Fin de la période de collecte des signatures
|
10
11
|
signature_start_date: Début de la période de collecte des signatures
|
@@ -26,9 +27,10 @@ fr:
|
|
26
27
|
initiatives_committee_member:
|
27
28
|
user: Membre du Comité de promotion
|
28
29
|
initiatives_type:
|
29
|
-
area_enabled: Permettre aux auteurs de choisir
|
30
|
+
area_enabled: Permettre aux auteurs de choisir le périmètre d'application pour leur initiative
|
30
31
|
attachments_enabled: Autoriser les pièces jointes
|
31
32
|
banner_image: Image d'en-tête
|
33
|
+
child_scope_threshold_enabled: Autoriser les signatures par sous-secteur
|
32
34
|
collect_user_extra_fields: Collecter les données personnelles de l'utilisateur lors de la signature
|
33
35
|
custom_signature_end_date_enabled: Permettre aux auteurs de choisir la fin de la période de collecte des signatures
|
34
36
|
description: Description
|
@@ -36,6 +38,7 @@ fr:
|
|
36
38
|
extra_fields_legal_information: Informations juridiques sur la collecte de données personnelles
|
37
39
|
minimum_committee_members: Minimum de membres du comité
|
38
40
|
online_signature_enabled: Signature en ligne activée
|
41
|
+
only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
|
39
42
|
promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
|
40
43
|
title: Titre
|
41
44
|
undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
|
@@ -73,6 +76,20 @@ fr:
|
|
73
76
|
actions:
|
74
77
|
new_initiative_type: Nouveau type d'initiative
|
75
78
|
filters:
|
79
|
+
initiatives:
|
80
|
+
decidim_area_id_eq:
|
81
|
+
label: Périmètre d'assemblée
|
82
|
+
state_eq:
|
83
|
+
label: État
|
84
|
+
values:
|
85
|
+
accepted: Assez de signatures
|
86
|
+
created: Créée
|
87
|
+
discarded: Rejetée
|
88
|
+
published: Publiée
|
89
|
+
rejected: Pas assez de signatures
|
90
|
+
validating: Validation technique
|
91
|
+
type_id_eq:
|
92
|
+
label: Type d'initiative
|
76
93
|
search_placeholder:
|
77
94
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Rechercher %{collection} par titre, description, ID ou nom de l'auteur.
|
78
95
|
menu:
|
@@ -109,6 +126,7 @@ fr:
|
|
109
126
|
initiative_title: Titre de l'initiative
|
110
127
|
name_and_surname: Nom et surnom
|
111
128
|
postal_code: Code postal
|
129
|
+
scope: Secteur
|
112
130
|
time_and_date: Heure et date
|
113
131
|
timestamp: Horodatage
|
114
132
|
titles:
|
@@ -201,6 +219,8 @@ fr:
|
|
201
219
|
success: L'initiative a été envoyée à la validation technique
|
202
220
|
update: Mettre à jour
|
203
221
|
form:
|
222
|
+
attachments: Pièces jointes
|
223
|
+
settings: Paramètres
|
204
224
|
title: Informations générales
|
205
225
|
index:
|
206
226
|
actions_title: Action
|
@@ -246,6 +266,10 @@ fr:
|
|
246
266
|
destroy: Supprimer
|
247
267
|
update: Mettre à jour
|
248
268
|
form:
|
269
|
+
authorizations: Paramètres d'autorisation
|
270
|
+
child_scope_threshold_enabled_help: 'Cette option de configuration ne gère pas les votes hors-ligne. Elle permet d''activer des sous-jauges et fonctionne nécessairement avec un gestionnaire d''autorisation qui associe un secteur à l''utilisateur. Assurez-vous de sélectionner une telle autorisation dans les paramètres d''autorisation ci-dessous. Pour que cela fonctionne, les portées doivent être configurées de manière hiérarchique : 1 Parent - n Enfants. Pour plus d''informations sur le fonctionnement de cette configuration, voir sur ce <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lien</a>.'
|
271
|
+
only_global_scope_enabled_help: Cochez cette case si vous avez activé "Autoriser les signatures par sous-secteur" et configuré la portée globale comme votre portée parente. En activant cette option, la sélection du type d'initiative sera ignorée dans l'assistant de création d'initiative. Pour plus d'informations sur le fonctionnement de cette configuration, voir ce <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">lien</a>.
|
272
|
+
options: Paramètres
|
249
273
|
title: informations générales
|
250
274
|
initiative_type_scopes:
|
251
275
|
title: Secteurs pour ce type d'initiative
|
@@ -406,6 +430,14 @@ fr:
|
|
406
430
|
unfold: Voir la suite
|
407
431
|
index_header:
|
408
432
|
new_initiative: Nouvelle initiative
|
433
|
+
not_authorized:
|
434
|
+
authorizations_page: Voir les autorisations
|
435
|
+
close: Fermer
|
436
|
+
explanation: Vous devez être vérifié pour créer une nouvelle initiative.
|
437
|
+
title: Autorisation requise
|
438
|
+
initiatives:
|
439
|
+
closed_initiatives_warning: À l'heure actuelle, il n'y a pas de pétitions publiées, mais vous trouverez ici une liste de toutes les pétitions fermées.
|
440
|
+
no_initiatives_warning: Aucune initiative ne correspond à vos critères de recherche.
|
409
441
|
interactions:
|
410
442
|
comments_count:
|
411
443
|
count:
|
@@ -431,13 +463,9 @@ fr:
|
|
431
463
|
any_vote_method: Cette initiative recueille des signatures en ligne ainsi qu'en présentiel.
|
432
464
|
follow_description: Recevoir une notification lorsqu'il y a des actualités sur cette initiative
|
433
465
|
offline_method: Cette initiative ne recueille que des soutiens en présentiel.
|
434
|
-
signature_identities:
|
435
|
-
select_identity: Sélectionner l'identifiant de l'utilisateur
|
436
466
|
signatures_count:
|
437
467
|
one: " signature"
|
438
468
|
other: " signatures"
|
439
|
-
supports:
|
440
|
-
title: Liste des signatures
|
441
469
|
vote_cabin:
|
442
470
|
already_voted: Déjà signée
|
443
471
|
supports_required: "%{total_supports} signatures requises"
|
@@ -446,8 +474,8 @@ fr:
|
|
446
474
|
votes_blocked: Signatures désactivées
|
447
475
|
votes_count:
|
448
476
|
count:
|
449
|
-
one:
|
450
|
-
other:
|
477
|
+
one: Signature
|
478
|
+
other: Signatures
|
451
479
|
most_popular_initiative: Initiative la plus populaire
|
452
480
|
need_more_votes: Besoin de plus de signatures
|
453
481
|
initiatives_mailer:
|
@@ -472,7 +500,7 @@ fr:
|
|
472
500
|
badge_name:
|
473
501
|
accepted: Assez de signatures
|
474
502
|
created: Créé le
|
475
|
-
discarded:
|
503
|
+
discarded: Retirée
|
476
504
|
published: Publié
|
477
505
|
rejected: Pas assez de signatures
|
478
506
|
validating: Validation technique
|
data/config/locales/gl.yml
CHANGED
@@ -60,16 +60,6 @@ gl:
|
|
60
60
|
admin:
|
61
61
|
actions:
|
62
62
|
new_initiative_type: Novo tipo de iniciativa
|
63
|
-
filters:
|
64
|
-
state_eq:
|
65
|
-
label: Estado
|
66
|
-
values:
|
67
|
-
accepted: Aceptada
|
68
|
-
created: Creada
|
69
|
-
discarded: Descartou
|
70
|
-
published: Publicado
|
71
|
-
rejected: Rexeitado
|
72
|
-
validating: Validación técnica
|
73
63
|
menu:
|
74
64
|
initiatives: Iniciativas
|
75
65
|
initiatives_types: Tipos de iniciativa
|
@@ -222,6 +212,7 @@ gl:
|
|
222
212
|
destroy: Eliminar
|
223
213
|
update: Actualización
|
224
214
|
form:
|
215
|
+
child_scope_threshold_enabled_help: 'Este axuste de configuración non soporta a recollida de sinaturas presenciais. Habilita indicadores de sinaturas por subámbitos e funciona cun controlador de autorizacións que asocia un ámbito ao usuario. Asegúrate de seleccionar esta autorización máis abaixo, na configuración da autorización. Para que funcione tense de configurar de xeito xerárquico: 1 ámbito - N subámbitos. Para obter máis información sobre o funcionamento deste axuste, consulta esta <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">ligazón</a>.'
|
225
216
|
title: Información xeral
|
226
217
|
initiative_type_scopes:
|
227
218
|
title: Alcances para o tipo de iniciativa
|
@@ -267,12 +258,15 @@ gl:
|
|
267
258
|
back: De volta
|
268
259
|
back_to_initiatives: Volver a iniciativas
|
269
260
|
callout_text: Parabéns! A túa iniciativa cidadá creouse con éxito.
|
261
|
+
confirm: Confirmar
|
262
|
+
edit_my_initiative: Editar as miñas iniciativas
|
270
263
|
go_to_my_initiatives: Vaia ás miñas iniciativas
|
271
264
|
more_information: "(Máis información)"
|
265
|
+
send_my_initiative: Enviar as miñas iniciativas
|
272
266
|
finish_help:
|
273
|
-
access_reminder:
|
274
|
-
help_for_organizations: Se es unha asociación
|
275
|
-
help_in_person_signatures: Se
|
267
|
+
access_reminder: Lembra que sempre poderás acceder ás túas iniciativas a través do menú de participante.
|
268
|
+
help_for_organizations: Se es unha asociación, terás que subir as actas do consello de administración de todas as organizacións que forman a Comisión Promotora
|
269
|
+
help_in_person_signatures: Se escolliches recoller as sinaturas persoalmente ou combinalas coa recollida en liña, terás de subir a información necesaria.
|
276
270
|
help_text: Lembra que para procesar correctamente a iniciativa debes acceder ao panel de administración onde atoparás o menú de usuario, cargarás a información que necesitas e enviala para o seu procesamento.
|
277
271
|
initiatives_page_link: Podes buscar toda esta información no %{link} dedicado a informar sobre iniciativas.
|
278
272
|
page: páxina
|
@@ -388,13 +382,9 @@ gl:
|
|
388
382
|
any_vote_method: Esta iniciativa cidadá recolle soporte en liña e cara a cara.
|
389
383
|
follow_description: Recibir unha notificación cando hai noticias nesta iniciativa
|
390
384
|
offline_method: Esta iniciativa cidadá só recolle apoios cara a cara.
|
391
|
-
signature_identities:
|
392
|
-
select_identity: Seleccione o identificador de usuario
|
393
385
|
signatures_count:
|
394
386
|
one: " sinatura"
|
395
387
|
other: " sinaturas"
|
396
|
-
supports:
|
397
|
-
title: Listado de sinaturas
|
398
388
|
vote_cabin:
|
399
389
|
already_voted: Xa está asinado
|
400
390
|
supports_required: "Requírense as %{total_supports} firmas"
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -188,6 +188,8 @@ hu:
|
|
188
188
|
success: A kezdeményezést technikai érvényesítésre továbbítottuk
|
189
189
|
update: Frissítés
|
190
190
|
form:
|
191
|
+
attachments: Csatolmányok
|
192
|
+
settings: Beállítások
|
191
193
|
title: Általános információ
|
192
194
|
index:
|
193
195
|
actions_title: Művelet
|
@@ -373,6 +375,9 @@ hu:
|
|
373
375
|
unfold: Kibont
|
374
376
|
index_header:
|
375
377
|
new_initiative: Új kezdeményezés
|
378
|
+
initiatives:
|
379
|
+
closed_initiatives_warning: Jelenleg nincs nyitott találkozó, de itt megtalálhatod az összes zárt találkozó listáját.
|
380
|
+
no_initiatives_warning: Egyik kezdeményezés sem felel meg a keresési feltételnek.
|
376
381
|
interactions:
|
377
382
|
comments_count:
|
378
383
|
count:
|
@@ -397,13 +402,9 @@ hu:
|
|
397
402
|
any_vote_method: Az állampolgári kezdeményezés online és személyes támogatást igényel.
|
398
403
|
follow_description: Értesítést kapjon, ha ebben a kezdeményezésben vannak hírek
|
399
404
|
offline_method: Az állampolgári kezdeményezés csak személyesen támogatható.
|
400
|
-
signature_identities:
|
401
|
-
select_identity: Válassz felhasználói azonosítót
|
402
405
|
signatures_count:
|
403
406
|
one: " aláírás"
|
404
407
|
other: " aláírások"
|
405
|
-
supports:
|
406
|
-
title: Aláírások listája
|
407
408
|
vote_cabin:
|
408
409
|
already_voted: Már aláírtad
|
409
410
|
supports_required: "%{total_supports} aláírás szükséges"
|
data/config/locales/id-ID.yml
CHANGED
@@ -57,16 +57,6 @@ id:
|
|
57
57
|
admin:
|
58
58
|
actions:
|
59
59
|
new_initiative_type: Jenis inisiatif baru
|
60
|
-
filters:
|
61
|
-
state_eq:
|
62
|
-
label: Negara
|
63
|
-
values:
|
64
|
-
accepted: Diterima
|
65
|
-
created: Dibuat
|
66
|
-
discarded: Dibuang
|
67
|
-
published: Diterbitkan
|
68
|
-
rejected: Ditolak
|
69
|
-
validating: Validasi teknis
|
70
60
|
menu:
|
71
61
|
initiatives: Inisiatif
|
72
62
|
initiatives_types: Jenis inisiatif
|
@@ -382,12 +372,8 @@ id:
|
|
382
372
|
any_vote_method: Inisiatif warga ini mengumpulkan dukungan online serta tatap muka.
|
383
373
|
follow_description: Terima pemberitahuan saat ada berita dalam inisiatif ini
|
384
374
|
offline_method: Inisiatif warga ini hanya mengumpulkan dukungan tatap muka.
|
385
|
-
signature_identities:
|
386
|
-
select_identity: Pilih pengenal pengguna
|
387
375
|
signatures_count:
|
388
376
|
other: " tanda tangan"
|
389
|
-
supports:
|
390
|
-
title: Daftar tanda tangan
|
391
377
|
vote_cabin:
|
392
378
|
already_voted: Sudah ditandatangani
|
393
379
|
supports_required: "%{total_supports} tanda tangan diperlukan"
|
data/config/locales/is-IS.yml
CHANGED
@@ -27,16 +27,6 @@ is-IS:
|
|
27
27
|
name: Heill heiti
|
28
28
|
decidim:
|
29
29
|
admin:
|
30
|
-
filters:
|
31
|
-
state_eq:
|
32
|
-
label: Ríki
|
33
|
-
values:
|
34
|
-
accepted: Samþykkt
|
35
|
-
created: Búið til
|
36
|
-
discarded: Fargað
|
37
|
-
published: Published
|
38
|
-
rejected: Hafnað
|
39
|
-
validating: Tæknilegar staðfestingar
|
40
30
|
menu:
|
41
31
|
initiatives: Frumkvæði
|
42
32
|
initiatives_types: Frumgerð tegundir
|
@@ -0,0 +1,251 @@
|
|
1
|
+
is:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
initiative:
|
5
|
+
decidim_user_group_id: Höfundur
|
6
|
+
description: Lýsing
|
7
|
+
scope_id: Umfang
|
8
|
+
signature_type_values:
|
9
|
+
any: Blandað
|
10
|
+
title: Titill
|
11
|
+
initiative_author:
|
12
|
+
address: Heimilisfang
|
13
|
+
city: Borg
|
14
|
+
id_document: DNI / NIE
|
15
|
+
name: Nafn og eftirnafn
|
16
|
+
phone_number: Símanúmer
|
17
|
+
post_code: Póstnúmer
|
18
|
+
province: Héraði
|
19
|
+
initiatives_committee_member:
|
20
|
+
user: Nefndarmaður
|
21
|
+
initiatives_type:
|
22
|
+
banner_image: Banner image
|
23
|
+
description: Lýsing
|
24
|
+
title: Titill
|
25
|
+
organization_data:
|
26
|
+
address: Heimilisfang
|
27
|
+
name: Heill heiti
|
28
|
+
decidim:
|
29
|
+
admin:
|
30
|
+
menu:
|
31
|
+
initiatives: Frumkvæði
|
32
|
+
initiatives_types: Frumgerð tegundir
|
33
|
+
models:
|
34
|
+
initiatives:
|
35
|
+
fields:
|
36
|
+
created_at: Búið til á
|
37
|
+
title: Frumkvæði
|
38
|
+
initiatives_type_scope:
|
39
|
+
fields:
|
40
|
+
scope: Umfang
|
41
|
+
name: Tegund frumkvæðis
|
42
|
+
initiatives_types:
|
43
|
+
fields:
|
44
|
+
created_at: Búið til á
|
45
|
+
title: Frumgerð tegundir
|
46
|
+
name: Frumgerðartegund
|
47
|
+
titles:
|
48
|
+
initiatives: Frumkvæði
|
49
|
+
initiatives_types: Frumgerð tegundir
|
50
|
+
initiatives:
|
51
|
+
admin:
|
52
|
+
answers:
|
53
|
+
info_initiative:
|
54
|
+
state: Ríki
|
55
|
+
committee_requests:
|
56
|
+
index:
|
57
|
+
approve: Samþykkja
|
58
|
+
confirm_revoke: Ertu viss?
|
59
|
+
no_members_yet: Það eru engir meðlimir í verkefnisnefndinni
|
60
|
+
revoke: Afturkalla
|
61
|
+
title: Nefndarmenn
|
62
|
+
initiatives:
|
63
|
+
edit:
|
64
|
+
accept: Samþykkja frumkvæði
|
65
|
+
confirm: Ertu viss?
|
66
|
+
discard: Fargaðu frumkvæði
|
67
|
+
reject: Hafna frumkvæði
|
68
|
+
send_to_technical_validation: Senda til tæknilegrar staðfestingar
|
69
|
+
success: Frumkvæði hefur verið sent til tæknilegrar staðfestingar
|
70
|
+
update: Uppfæra
|
71
|
+
form:
|
72
|
+
title: Almennar upplýsingar
|
73
|
+
index:
|
74
|
+
actions_title: Aðgerð
|
75
|
+
preview: Preview
|
76
|
+
print: Prenta
|
77
|
+
show:
|
78
|
+
print: Prenta
|
79
|
+
update:
|
80
|
+
error: Villa hefur komið upp
|
81
|
+
initiatives_type_scopes:
|
82
|
+
create:
|
83
|
+
error: Villa hefur komið upp
|
84
|
+
success: Ný umfang fyrir tiltekna frumgerðartegund hefur verið búin til
|
85
|
+
destroy:
|
86
|
+
success: Umfangið hefur verið fjarlægt
|
87
|
+
edit:
|
88
|
+
back: Til baka
|
89
|
+
confirm_destroy: Ertu viss?
|
90
|
+
title: Breyta frumgerð gerð umfang
|
91
|
+
update: Uppfæra
|
92
|
+
new:
|
93
|
+
back: Til baka
|
94
|
+
create: Búa til
|
95
|
+
title: Búðu til frumkvæði gerðarsviðs
|
96
|
+
update:
|
97
|
+
error: Villa hefur komið upp
|
98
|
+
success: Umfangið hefur verið uppfært
|
99
|
+
initiatives_types:
|
100
|
+
create:
|
101
|
+
error: Villa hefur komið upp
|
102
|
+
success: Ný frumgerð gerð hefur verið búin til
|
103
|
+
destroy:
|
104
|
+
success: Frumgerð gerð hefur verið tekin úr fjarlægð
|
105
|
+
edit:
|
106
|
+
confirm_destroy: Ertu viss?
|
107
|
+
update: Uppfæra
|
108
|
+
form:
|
109
|
+
title: Almennar upplýsingar
|
110
|
+
initiative_type_scopes:
|
111
|
+
title: Umfang fyrir frumgerð gerð
|
112
|
+
new:
|
113
|
+
create: Búa til
|
114
|
+
title: Ný frumgerð gerð
|
115
|
+
update:
|
116
|
+
error: Villa hefur komið upp
|
117
|
+
admin_log:
|
118
|
+
initiative:
|
119
|
+
publish: "%{user_name} birt %{resource_name} frumkvæði"
|
120
|
+
send_to_technical_validation: "%{user_name} sendi %{resource_name} frumkvæði til tæknilegrar staðfestingar"
|
121
|
+
unpublish: "%{user_name} henti %{resource_name} frumkvæði"
|
122
|
+
update: "%{user_name} uppfært %{resource_name} frumkvæði"
|
123
|
+
admin_states:
|
124
|
+
created: Búið til
|
125
|
+
discarded: Fargað
|
126
|
+
published: Published
|
127
|
+
validating: Tæknilegar staðfestingar
|
128
|
+
application_helper:
|
129
|
+
filter_state_values:
|
130
|
+
closed: Lokað
|
131
|
+
open: Opna
|
132
|
+
committee_requests:
|
133
|
+
new:
|
134
|
+
continue: Haltu áfram
|
135
|
+
spawn:
|
136
|
+
success: Beiðni þín hefur verið send til frumkvöðull höfundar.
|
137
|
+
create_initiative:
|
138
|
+
fill_data:
|
139
|
+
back: Til baka
|
140
|
+
continue: Haltu áfram
|
141
|
+
initiative_type: Frumgerðartegund
|
142
|
+
more_information: "(Meiri upplýsingar)"
|
143
|
+
select_scope: Veldu umfang
|
144
|
+
finish:
|
145
|
+
back: Til baka
|
146
|
+
back_to_initiatives: Aftur á frumkvæði
|
147
|
+
go_to_my_initiatives: Farið að verkefnum mínum
|
148
|
+
more_information: "(Meiri upplýsingar)"
|
149
|
+
finish_help:
|
150
|
+
help_in_person_signatures: Ef þú hefur valið að safna undirskriftum í persónu eða í sambandi við á netinu verður þú að hlaða upp nauðsynlegum upplýsingum.
|
151
|
+
initiatives_page_link: Þú getur leitað upp allar þessar upplýsingar á %{link} tileinkað til að upplýsa um frumkvæði.
|
152
|
+
page: síðu
|
153
|
+
previous_form:
|
154
|
+
back: Til baka
|
155
|
+
continue: Haltu áfram
|
156
|
+
help: Hvað felur frumkvæði í sér? Skrifaðu niður titilinn og lýsingu. Við mælum með stuttri og nákvæmri titli og lýsing á áherslu á fyrirhugaða lausnina.
|
157
|
+
more_information: "(Meiri upplýsingar)"
|
158
|
+
promotal_committee:
|
159
|
+
back: Til baka
|
160
|
+
more_information: "(Meiri upplýsingar)"
|
161
|
+
select_initiative_type:
|
162
|
+
back: Til baka
|
163
|
+
more_information: "(Meiri upplýsingar)"
|
164
|
+
select_initiative_type_help: Citizen frumkvæði er leið til þess að ríkisborgararétt geti gripið til þess að borgarstjórnar geti gripið til aðgerða til varnar almannahagsmunum sem falla undir lögsögu sveitarfélaga. Hvaða frumkvæði viltu hleypa af stokkunum?
|
165
|
+
share_committee_link:
|
166
|
+
continue: Haltu áfram
|
167
|
+
show_similar_initiatives:
|
168
|
+
back: Til baka
|
169
|
+
continue: Frumkvæði mitt er öðruvísi
|
170
|
+
more_information: "(Meiri upplýsingar)"
|
171
|
+
events:
|
172
|
+
create_initiative_event:
|
173
|
+
email_intro: "%{author_name} %{author_nickname}, sem þú fylgist með, hefur búið til nýtt frumkvæði, athugaðu það og stuðlað að:"
|
174
|
+
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{author_nickname}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
175
|
+
email_subject: Nýtt frumkvæði með %{author_nickname}
|
176
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> frumkvöðull var búin til af <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
177
|
+
endorse_initiative_event:
|
178
|
+
email_intro: "%{author_name} %{author_nickname}, sem þú ert að fylgja, hefur samþykkt eftirfarandi frumkvæði, kannski viltu stuðla að samtalinu:"
|
179
|
+
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{author_nickname}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
180
|
+
email_subject: Initiative endorsed by %{author_nickname}
|
181
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> frumkvæði var samþykkt með <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
182
|
+
index:
|
183
|
+
title: Frumkvæði
|
184
|
+
initiatives:
|
185
|
+
author:
|
186
|
+
deleted: Eytt
|
187
|
+
count:
|
188
|
+
title:
|
189
|
+
one: "%{count} frumkvæði"
|
190
|
+
other: "%{count} frumkvæði"
|
191
|
+
filters:
|
192
|
+
any: Einhver
|
193
|
+
author: Höfundur
|
194
|
+
myself: Verkefni mín
|
195
|
+
search: Leita
|
196
|
+
type: Gerð
|
197
|
+
filters_small_view:
|
198
|
+
close_modal: Lokaðu glugga
|
199
|
+
filter: Sía
|
200
|
+
filter_by: Sía eftir
|
201
|
+
unfold: Fella út
|
202
|
+
index_header:
|
203
|
+
new_initiative: Nýtt frumkvæði
|
204
|
+
orders:
|
205
|
+
label: 'Raða aðgerðir með:'
|
206
|
+
most_commented: Flestir athugasemdir
|
207
|
+
random: Handahófi
|
208
|
+
recent: Síðast
|
209
|
+
vote_cabin:
|
210
|
+
vote: Skráðu þig
|
211
|
+
votes_count:
|
212
|
+
count:
|
213
|
+
one: UNDIRSKRIFT
|
214
|
+
other: Undirritanir
|
215
|
+
initiatives_mailer:
|
216
|
+
initiative_link:
|
217
|
+
check_initiative_details: Þú getur séð frumkvæði upplýsingar
|
218
|
+
here: hér
|
219
|
+
more_information: Hér hefur þú meiri upplýsingar um frumkvöðlunarferlið.
|
220
|
+
pages:
|
221
|
+
home:
|
222
|
+
highlighted_initiatives:
|
223
|
+
active_initiatives: Virk verkefni
|
224
|
+
see_all_initiatives: Sjá öll verkefni
|
225
|
+
states:
|
226
|
+
accepted: Samþykkt
|
227
|
+
expired: Útrunnið
|
228
|
+
menu:
|
229
|
+
initiatives: Frumkvæði
|
230
|
+
layouts:
|
231
|
+
decidim:
|
232
|
+
admin:
|
233
|
+
initiative:
|
234
|
+
attachments: Viðhengi
|
235
|
+
committee_members: Nefndarmenn
|
236
|
+
components: Hluti
|
237
|
+
information: Upplýsingar
|
238
|
+
initiative_creation_header:
|
239
|
+
fill_data: Búa til
|
240
|
+
finish: Klára
|
241
|
+
previous_form: Byrja
|
242
|
+
select_initiative_type: Veldu
|
243
|
+
show_similar_initiatives: Bera saman
|
244
|
+
initiative_header:
|
245
|
+
initiative_menu_item: Frumkvæði
|
246
|
+
initiatives:
|
247
|
+
initiative:
|
248
|
+
check: Skoðaðu þetta
|
249
|
+
check_and_support: Skoðaðu það og skráðu þig inn
|
250
|
+
no_initiatives_yet:
|
251
|
+
no_initiatives_yet: Engar aðgerðir ennþá!
|