decidim-initiatives 0.23.5 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/stylesheet/decidim/initiatives/initiatives.scss +6 -0
- data/app/assets/stylesheet/decidim/initiatives/print-initiative.css.scss +22 -0
- data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives/show.erb +4 -8
- data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_cell.rb +5 -1
- data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form/show.erb +2 -1
- data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb +12 -1
- data/app/cells/decidim/initiatives/initiative_m/tags.erb +1 -1
- data/app/commands/decidim/initiatives/admin/update_initiative.rb +3 -3
- data/app/commands/decidim/initiatives/admin/update_initiative_answer.rb +3 -3
- data/app/commands/decidim/initiatives/approve_membership_request.rb +40 -0
- data/app/commands/decidim/initiatives/create_initiative.rb +5 -4
- data/app/commands/decidim/initiatives/revoke_membership_request.rb +40 -0
- data/app/commands/decidim/initiatives/send_initiative_to_technical_validation.rb +57 -0
- data/app/commands/decidim/initiatives/spawn_committee_request.rb +18 -0
- data/app/commands/decidim/initiatives/update_initiative.rb +74 -0
- data/app/controllers/decidim/initiatives/admin/committee_requests_controller.rb +15 -4
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/moderations/reports_controller.rb +18 -0
- data/app/controllers/decidim/initiatives/committee_requests_controller.rb +32 -0
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +58 -1
- data/app/events/decidim/initiatives/approve_membership_request_event.rb +61 -0
- data/app/events/decidim/initiatives/initiative_sent_to_technical_validation_event.rb +19 -0
- data/app/events/decidim/initiatives/revoke_membership_request_event.rb +61 -0
- data/app/events/decidim/initiatives/spawn_committee_request_event.rb +61 -0
- data/app/forms/decidim/initiatives/admin/initiative_form.rb +8 -4
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +3 -0
- data/app/forms/decidim/initiatives/initiative_form.rb +25 -2
- data/app/forms/decidim/initiatives/vote_form.rb +1 -1
- data/app/helpers/decidim/initiatives/admin/initiative_admin_menu_helper.rb +15 -0
- data/app/helpers/decidim/initiatives/create_initiative_helper.rb +3 -2
- data/app/models/concerns/decidim/initiatives/has_area.rb +1 -1
- data/app/models/decidim/initiative.rb +0 -1
- data/app/permissions/decidim/initiatives/admin/permissions.rb +5 -4
- data/app/permissions/decidim/initiatives/permissions.rb +63 -30
- data/app/queries/decidim/initiatives/initiatives_promoted.rb +1 -1
- data/app/queries/decidim/initiatives/organization_prioritized_initiatives.rb +13 -2
- data/app/serializers/decidim/initiatives/initiative_serializer.rb +3 -0
- data/app/services/decidim/initiatives/dummy_timestamp.rb +1 -1
- data/app/services/decidim/initiatives/initiative_search.rb +15 -13
- data/app/services/decidim/initiatives/pdf_signature_example.rb +27 -27
- data/app/views/decidim/initiatives/admin/initiatives/edit.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +6 -0
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/edit.html.erb +24 -17
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/new.html.erb +17 -11
- data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +1 -1
- data/app/views/decidim/initiatives/create_initiative/_finish_help.html.erb +2 -7
- data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +4 -17
- data/app/views/decidim/initiatives/create_initiative/finish.html.erb +11 -11
- data/app/views/decidim/initiatives/initiatives/_committee_members.html.erb +73 -0
- data/app/views/decidim/initiatives/initiatives/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_form.html.erb +112 -0
- data/app/views/decidim/initiatives/initiatives/_result.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_send_to_technical_validation.html.erb +8 -0
- data/app/views/decidim/initiatives/initiatives/edit.html.erb +78 -0
- data/app/views/decidim/initiatives/initiatives/print.html.erb +156 -0
- data/app/views/decidim/initiatives/initiatives/show.html.erb +19 -7
- data/app/views/layouts/decidim/admin/initiative.html.erb +0 -1
- data/app/views/layouts/decidim/admin/initiatives.html.erb +2 -15
- data/config/locales/ar.yml +2 -28
- data/config/locales/ca.yml +90 -30
- data/config/locales/cs.yml +98 -38
- data/config/locales/de.yml +90 -30
- data/config/locales/el.yml +2 -34
- data/config/locales/en.yml +94 -34
- data/config/locales/es-MX.yml +93 -33
- data/config/locales/es-PY.yml +93 -33
- data/config/locales/es.yml +91 -31
- data/config/locales/eu.yml +2 -28
- data/config/locales/fi-plain.yml +94 -34
- data/config/locales/fi.yml +94 -34
- data/config/locales/fr-CA.yml +94 -34
- data/config/locales/fr.yml +94 -34
- data/config/locales/gl.yml +2 -36
- data/config/locales/hu.yml +2 -31
- data/config/locales/id-ID.yml +2 -28
- data/config/locales/is-IS.yml +2 -13
- data/config/locales/it.yml +2 -34
- data/config/locales/ja.yml +2 -35
- data/config/locales/lv.yml +2 -32
- data/config/locales/nl.yml +31 -34
- data/config/locales/no.yml +2 -32
- data/config/locales/pl.yml +93 -33
- data/config/locales/pt-BR.yml +2 -28
- data/config/locales/pt.yml +2 -34
- data/config/locales/ro-RO.yml +2 -35
- data/config/locales/ru.yml +2 -21
- data/config/locales/sk.yml +2 -30
- data/config/locales/sr-CS.yml +0 -7
- data/config/locales/sv.yml +52 -34
- data/config/locales/tr-TR.yml +68 -34
- data/config/locales/uk.yml +2 -21
- data/config/locales/zh-CN.yml +2 -35
- data/db/migrate/20171017095143_update_initiative_scoped_type.rb +0 -1
- data/db/migrate/20191107134847_add_scopes_to_initiatives_votes.rb +1 -1
- data/db/migrate/20191118105634_allow_multiple_offline_votes.rb +1 -1
- data/db/migrate/20210310120720_add_followable_counter_cache_to_initiatives.rb +16 -0
- data/lib/decidim/api/initiative_api_type.rb +26 -0
- data/lib/decidim/api/initiative_committee_member_type.rb +18 -0
- data/lib/decidim/api/initiative_type.rb +49 -0
- data/lib/decidim/api/initiative_type_interface.rb +8 -3
- data/lib/decidim/initiatives.rb +1 -0
- data/lib/decidim/initiatives/admin_engine.rb +23 -1
- data/lib/decidim/initiatives/api.rb +3 -0
- data/lib/decidim/initiatives/engine.rb +14 -9
- data/lib/decidim/initiatives/initiatives_filter_form_builder.rb +19 -12
- data/lib/decidim/initiatives/participatory_space.rb +6 -6
- data/lib/decidim/initiatives/query_extensions.rb +42 -19
- data/lib/decidim/initiatives/test/factories.rb +36 -0
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +33 -17
- data/app/types/decidim/initiatives/initiative_api_type.rb +0 -26
- data/app/types/decidim/initiatives/initiative_committee_member_type.rb +0 -18
- data/app/types/decidim/initiatives/initiative_type.rb +0 -42
data/config/locales/lv.yml
CHANGED
@@ -15,12 +15,6 @@ lv:
|
|
15
15
|
online: Tiešsaistē
|
16
16
|
state: Statuss
|
17
17
|
title: Nosaukums
|
18
|
-
initiative_author:
|
19
|
-
address: Adrese
|
20
|
-
city: Pilsēta
|
21
|
-
name: Vārds un uzvārds
|
22
|
-
phone_number: Tālruņa numurs
|
23
|
-
post_code: Pasta indekss
|
24
18
|
initiatives_committee_member:
|
25
19
|
user: Komitejas loceklis
|
26
20
|
initiatives_type:
|
@@ -138,10 +132,7 @@ lv:
|
|
138
132
|
email_subject: Jauns sasniegums!
|
139
133
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> iniciatīva ir sasniegusi %{percentage}% parakstu.
|
140
134
|
support_threshold_reached:
|
141
|
-
email_intro: Iniciatīva %{resource_title} ir sasniegusi atbalsta slieksni
|
142
135
|
email_outro: Jūs saņēmāt šo paziņojumu, jo esat šīs platformas administrators.
|
143
|
-
email_subject: Sasniegts atbalsta slieksnis
|
144
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> iniciatīva ir sasniegusi atbalsta slieksni
|
145
136
|
gamification:
|
146
137
|
badges:
|
147
138
|
initiatives:
|
@@ -294,7 +285,6 @@ lv:
|
|
294
285
|
fill_data:
|
295
286
|
back: Atpakaļ
|
296
287
|
continue: Turpināt
|
297
|
-
fill_data_help: "<ul> <li> Pārskatiet savas iniciatīvas saturu. Vai jūsu nosaukums ir viegli saprotams? Vai jūsu iniciatīvas mērķis ir skaidrs? </li> <li> Jums jāizvēlas paraksta veids. Klātienē, tiešsaistē vai abu apvienojums </li> <li> Kāds ir iniciatīvas ģeogrāfiskais tvērums? Pilsēta, rajons? </li> </ul>"
|
298
288
|
initiative_type: Iniciatīvas veids
|
299
289
|
more_information: "(Papildu informācija)"
|
300
290
|
select_area: Izvēlieties jomu
|
@@ -302,19 +292,8 @@ lv:
|
|
302
292
|
finish:
|
303
293
|
back: Atpakaļ
|
304
294
|
back_to_initiatives: Atpakaļ pie iniciatīvām
|
305
|
-
callout_text: Apsveicam! Jūsu pilsoniskā iniciatīva ir veiksmīgi izveidota.
|
306
|
-
confirm: Apstiprināt
|
307
|
-
edit_my_initiative: Rediģēt manas iniciatīvas
|
308
295
|
go_to_my_initiatives: Doties pie manām iniciatīvām
|
309
296
|
more_information: "(Papildu informācija)"
|
310
|
-
send_my_initiative: Nosūtīt manu iniciatīvu
|
311
|
-
finish_help:
|
312
|
-
access_reminder: Atcerieties, ka jūs vienmēr varēsiet piekļūt savām iniciatīvām, izmantojot dalībnieku izvēlni.
|
313
|
-
help_for_organizations: Ja esat biedrība, jums būs jāaugšupielādē visu organizāciju, kas veido veicināšanas komisiju, valdes sēžu protokoli
|
314
|
-
help_in_person_signatures: Ja esat izvēlējies parakstus vākt klātienē vai klātienes un tiešsaistes apvienojumā, jums būs jāaugšupielādē nepieciešamā informācija.
|
315
|
-
help_text: Atcerieties, ka, lai pareizi apstrādātu iniciatīvu, jums jāpiekļūst administrācijas panelim, kurā atradīsiet lietotāja izvēlni, augšupielādēsiet nepieciešamo informāciju un nosūtīsiet to apstrādei.
|
316
|
-
initiatives_page_link: Visu šo informāciju varat meklēt %{link}, kas paredzēts, lai informētu par iniciatīvām.
|
317
|
-
page: lapa
|
318
297
|
previous_form:
|
319
298
|
back: Atpakaļ
|
320
299
|
continue: Turpināt
|
@@ -322,14 +301,12 @@ lv:
|
|
322
301
|
more_information: "(Papildu informācija)"
|
323
302
|
promotal_committee:
|
324
303
|
back: Atpakaļ
|
325
|
-
individual_help_text: Šāda veida pilsoniskai iniciatīvai ir nepieciešama veicināšanas komisija, kurā ir vismaz %{committee_size} cilvēki (liecinieki). Jums jādalās ar šo saiti ar citiem cilvēkiem, kuri piedalās šajā iniciatīvā. Kad jūsu kontaktpersonas saņems šo saiti, viņām būs jāveic norādītās darbības.
|
326
304
|
more_information: "(Papildu informācija)"
|
327
305
|
select_initiative_type:
|
328
306
|
back: Atpakaļ
|
329
307
|
choose_html: Es vēlos izveidot <strong>%{title}</strong>
|
330
308
|
more_information: "(Papildu informācija)"
|
331
309
|
select: Es vēlos veicināt šo iniciatīvu
|
332
|
-
select_initiative_type_help: Pilsoniskās iniciatīvas ir līdzeklis, ar kuru pilsonība var iejaukties, panākot, lai pilsētas dome varētu aizstāvēt tās sabiedrības daļas intereses, kas ietilpst domes jurisdikcijā. Kādu iniciatīvu jūs vēlaties sākt?
|
333
310
|
share_committee_link:
|
334
311
|
continue: Turpināt
|
335
312
|
invite_to_committee_help: Saite, lai uzaicinātu cilvēkus, kas piedalīsies veicinātāju komitejā
|
@@ -420,19 +397,12 @@ lv:
|
|
420
397
|
random: Nejauši
|
421
398
|
recent: Jaunākās
|
422
399
|
recently_published: Pēdējās publicētās
|
400
|
+
print:
|
401
|
+
city: Pilsēta
|
423
402
|
result:
|
424
|
-
answer_title:
|
425
|
-
accepted: Šis priekšlikums ir pieņemts, jo
|
426
|
-
created: Šis priekšlikums ir izveidots
|
427
|
-
discarded: Šis priekšlikums ir atmests, jo
|
428
|
-
published: Šis priekšlikums ir publicēts, jo
|
429
|
-
rejected: Šis priekšlikums ir noraidīts, jo
|
430
|
-
validating: Šis priekšlikums tiek vērtēts
|
431
403
|
initiative_rejected_reason: Šī iniciatīva ir noraidīta parakstu trūkuma dēļ.
|
432
404
|
show:
|
433
|
-
any_vote_method: Šī pilsoņu iniciatīva vāc gan tiešsaistes, gan klātienes parakstus.
|
434
405
|
follow_description: Saņemiet paziņojumu, kad ir jaunumi par šo iniciatīvu
|
435
|
-
offline_method: Šī pilsoņu iniciatīva vāc tikai klātienes parakstus.
|
436
406
|
signatures_count:
|
437
407
|
zero: "paraksti"
|
438
408
|
one: "paraksts"
|
data/config/locales/nl.yml
CHANGED
@@ -15,14 +15,6 @@ nl:
|
|
15
15
|
online: Online
|
16
16
|
state: Status
|
17
17
|
title: Titel
|
18
|
-
initiative_author:
|
19
|
-
address: Adres
|
20
|
-
city: stad
|
21
|
-
id_document: DNI / NIE
|
22
|
-
name: Naam en familienaam
|
23
|
-
phone_number: Telefoonnummer
|
24
|
-
post_code: Postcode
|
25
|
-
province: Provincie
|
26
18
|
initiatives_committee_member:
|
27
19
|
user: Commissielid
|
28
20
|
initiatives_type:
|
@@ -139,10 +131,10 @@ nl:
|
|
139
131
|
email_subject: Nieuwe mijlpaal voltooid!
|
140
132
|
notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief heeft %{percentage}% handtekeningen behaald.
|
141
133
|
support_threshold_reached:
|
142
|
-
email_intro: Het initiatief %{resource_title} heeft de
|
134
|
+
email_intro: Het initiatief %{resource_title} heeft de drempelwaarde voor handtekeningen bereikt
|
143
135
|
email_outro: Je hebt deze melding ontvangen omdat je beheerder bent van het platform.
|
144
|
-
email_subject:
|
145
|
-
notification_title: Het <a href="%{resource_path}">%{resource_title}</a>
|
136
|
+
email_subject: Drempel handtekeningen bereikt
|
137
|
+
notification_title: Het initiatief <a href="%{resource_path}">%{resource_title}</a> heeft de drempel voor handtekeningen bereikt
|
146
138
|
gamification:
|
147
139
|
badges:
|
148
140
|
initiatives:
|
@@ -187,6 +179,10 @@ nl:
|
|
187
179
|
content_blocks:
|
188
180
|
highlighted_initiatives:
|
189
181
|
max_results: Maximum aantal elementen dat kan worden weergegeven
|
182
|
+
order:
|
183
|
+
default: Default (Minst Recent)
|
184
|
+
label: 'Sorteer volgens:'
|
185
|
+
most_recent: Meest recent
|
190
186
|
exports:
|
191
187
|
initiatives: Initiatieven
|
192
188
|
initiatives:
|
@@ -248,6 +244,7 @@ nl:
|
|
248
244
|
destroy: Verwijder
|
249
245
|
update: Bijwerken
|
250
246
|
form:
|
247
|
+
child_scope_threshold_enabled_help: 'Deze configuratie-vlag biedt geen ondersteuning voor offline stemmen, het maakt subscopes mogelijk en werkt met een autorisatieverwerker die een scope associeert met de gebruiker. Zorg ervoor dat je deze machtiging selecteert, onderaan in de autorisatie-instellingen. Om de toepassingsmogelijkheden te kunnen laten werken moet het op hiërarchische wijze worden geconfigureerd: 1 ouder - N kind. Voor meer informatie over hoe deze configuratie werkt, zie deze <a href="https://docs.decidim.org/admin-manual/en/initiatives/" target="_blank">link</a> .'
|
251
248
|
title: Algemene informatie
|
252
249
|
initiative_type_scopes:
|
253
250
|
title: Scopes voor het initiatieftype
|
@@ -285,9 +282,13 @@ nl:
|
|
285
282
|
filter_type_values:
|
286
283
|
all: Allemaal
|
287
284
|
committee_requests:
|
285
|
+
approve:
|
286
|
+
success: Het verzoek is goedgekeurd.
|
288
287
|
new:
|
289
288
|
continue: Doorgaan met
|
290
289
|
help_text: U staat op het punt lid te worden van de promotieraad van dit initiatief
|
290
|
+
revoke:
|
291
|
+
success: Verzoek is ingetrokken.
|
291
292
|
spawn:
|
292
293
|
success: Je verzoek is verzonden aan de auteur van het initiatief.
|
293
294
|
content_blocks:
|
@@ -297,7 +298,7 @@ nl:
|
|
297
298
|
fill_data:
|
298
299
|
back: Terug
|
299
300
|
continue: Doorgaan met
|
300
|
-
fill_data_help: "<ul> <li>Herbekijk de inhoud van je initiatief. Is
|
301
|
+
fill_data_help: "<ul> <li>Herbekijk de inhoud van je initiatief. Is de titel begrijpelijk? Is het doel van uw initiatief duidelijk?</li> <li>Je moet het type handtekening kiezen. Persoonlijk, online of een combinatie van beide</li> <li>Wat is de geografische reikwijdte van het initiatief?</li> </ul>"
|
301
302
|
initiative_type: Initiatieftype
|
302
303
|
more_information: "(Meer informatie)"
|
303
304
|
select_area: Selecteer een gebied
|
@@ -305,19 +306,10 @@ nl:
|
|
305
306
|
finish:
|
306
307
|
back: Terug
|
307
308
|
back_to_initiatives: Terug naar initiatieven
|
308
|
-
|
309
|
-
confirm: Bevestigen
|
310
|
-
edit_my_initiative: Bewerk mijn initiatieven
|
309
|
+
edit_my_initiative: Mijn initiatieven bewerken
|
311
310
|
go_to_my_initiatives: Ga naar mijn initiatieven
|
312
311
|
more_information: "(Meer informatie)"
|
313
|
-
send_my_initiative: Stuur mijn initiatief
|
314
|
-
finish_help:
|
315
|
-
access_reminder: Vergeet niet dat je altijd toegang hebt tot je initiatieven via het gebruikersmenu.
|
316
|
-
help_for_organizations: Als u een vereniging bent, moet u de notulen van het directiecomité uploaden van alle organisaties die de promotieraad vormen
|
317
|
-
help_in_person_signatures: Als je ervoor hebt gekozen de handtekeningen persoonlijk te verzamelen of in combinatie met online, moet je de vereiste informatie uploaden.
|
318
|
-
help_text: Vergeet niet dat om het initiatief goed te verwerken, u toegang moet hebben tot het administratiepaneel, waar u het gebruikersmenu kunt vinden, de vereiste informatie kunt uploaden en deze voor verwerking kunt verzenden.
|
319
|
-
initiatives_page_link: Je kunt al deze informatie op de %{link} opzoeken om je te informeren over initiatieven.
|
320
|
-
page: pagina
|
312
|
+
send_my_initiative: Stuur mijn initiatief naar technische validatie
|
321
313
|
previous_form:
|
322
314
|
back: Terug
|
323
315
|
continue: Doorgaan met
|
@@ -325,14 +317,12 @@ nl:
|
|
325
317
|
more_information: "(Meer informatie)"
|
326
318
|
promotal_committee:
|
327
319
|
back: Terug
|
328
|
-
individual_help_text: Dit soort burgerinitiatief vereist een promotieraad bestaande uit ten minste %{committee_size} personen (attestors). Deel de volgende link met de anderen die deel uitmaken van dit initiatief. Wanneer uw contacten deze link ontvangen, moeten zij de aangegeven stappen volgen.
|
329
320
|
more_information: "(Meer informatie)"
|
330
321
|
select_initiative_type:
|
331
322
|
back: Terug
|
332
323
|
choose_html: Ik wil een <strong>%{title}</strong> aanmaken
|
333
324
|
more_information: "(Meer informatie)"
|
334
325
|
select: Ik wil dit initiatief promoten
|
335
|
-
select_initiative_type_help: Burgerinitiatieven zijn een middel waarmee burgers kunnen ingrijpen, zodat de gemeenteraad acties kan ondernemen ter verdediging van het algemeen belang die zich binnen de rechtsgebieden van de gemeente bevinden. Welk initiatief wil jij lanceren?
|
336
326
|
share_committee_link:
|
337
327
|
continue: Doorgaan met
|
338
328
|
invite_to_committee_help: Link om mensen uit te nodigen die deel zullen uitmaken van de promotieraad
|
@@ -342,6 +332,10 @@ nl:
|
|
342
332
|
continue: Mijn initiatief is anders
|
343
333
|
more_information: "(Meer informatie)"
|
344
334
|
events:
|
335
|
+
approve_membership_request:
|
336
|
+
email_intro: "%{author_nickname} heeft je aanvraag om deel uit te maken van het promotiecomité %{resource_title} aanvaard."
|
337
|
+
email_subject: "%{author_nickname} heeft je aanvraag voor de promotiecommissie geaccepteerd"
|
338
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief <a href="%{resource_url}">%{resource_title}</a> aanvaard.
|
345
339
|
create_initiative_event:
|
346
340
|
email_intro: "%{author_name} %{author_nickname}, die je volgt, heeft een nieuw initiatief gemaakt, bekijk het en draag bij:"
|
347
341
|
email_outro: Je hebt deze melding ontvangen omdat je %{author_nickname} volgt. Je kunt stoppen met het ontvangen van notificaties door te klikken op de voorgaande link.
|
@@ -352,6 +346,15 @@ nl:
|
|
352
346
|
email_outro: Je hebt deze melding ontvangen omdat je %{author_nickname}volgt. Je kunt stoppen met het ontvangen van meldingen via deze link.
|
353
347
|
email_subject: Initiatief goedgekeurd door %{author_nickname}
|
354
348
|
notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief werd goedgekeurd door <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
349
|
+
revoke_membership_request:
|
350
|
+
email_intro: "%{author_nickname} heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief %{resource_title} aanvaard."
|
351
|
+
email_subject: "%{author_nickname} heeft je aanvraag voor de promotiecommissie afgewezen"
|
352
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> heeft je aanvraag om deel uit te maken van de promotiecommissie voor het volgende initiatief <a href="%{resource_url}">%{resource_title}</a> afgewezen.
|
353
|
+
spawn_committee_request_event:
|
354
|
+
email_intro: "%{applicant_nickname} wil graag toetreden tot de promotiecommissie van je initiatief %{resource_title}. Om de aanvraag te accepteren of af te wijzen, bewerk je je initiatief."
|
355
|
+
email_outro: 'Je hebt deze melding ontvangen omdat je de auteur bent van het initiatief %{resource_title}'
|
356
|
+
email_subject: "%{applicant_nickname} wil deelnemen aan je initiatief"
|
357
|
+
notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> wil graag deel uitmaken van de promotiecommissie voor jouw initiatief <a href="%{resource_url}">%{resource_title}</a>. Om te accepteren of te weigeren, klik <a href="%{resource_url}/edit">hier</a>.
|
355
358
|
index:
|
356
359
|
title: Initiatieven
|
357
360
|
initiative_signatures:
|
@@ -427,19 +430,13 @@ nl:
|
|
427
430
|
random: Willekeurig
|
428
431
|
recent: Meest recente
|
429
432
|
recently_published: Meest recent gepubliceerd
|
433
|
+
print:
|
434
|
+
city: stad
|
430
435
|
result:
|
431
|
-
answer_title:
|
432
|
-
accepted: Dit voorstel is geaccepteerd omdat
|
433
|
-
created: Dit voorstel is gemaakt
|
434
|
-
discarded: Dit voorstel is afgewezen omdat
|
435
|
-
published: Dit voorstel is gepubliceerd omdat
|
436
|
-
rejected: Dit voorstel is afgewezen omdat
|
437
|
-
validating: Dit voorstel wordt beoordeeld
|
436
|
+
answer_title: Dit initiatief is beantwoord
|
438
437
|
initiative_rejected_reason: Dit initiatief is afgewezen vanwege het gebrek aan handtekeningen.
|
439
438
|
show:
|
440
|
-
any_vote_method: Dit burgerinitiatief verzamelt zowel online als face-to-face stemmen.
|
441
439
|
follow_description: Ontvang een melding wanneer er nieuws is in dit initiatief
|
442
|
-
offline_method: Dit burgerinitiatief verzamelt alleen face-to-face stemmen.
|
443
440
|
signatures_count:
|
444
441
|
one: " handtekening"
|
445
442
|
other: " handtekeningen"
|
data/config/locales/no.yml
CHANGED
@@ -15,14 +15,6 @@
|
|
15
15
|
online: Online
|
16
16
|
state: Status
|
17
17
|
title: Tittel
|
18
|
-
initiative_author:
|
19
|
-
address: Adresse
|
20
|
-
city: By
|
21
|
-
id_document: DNI/NIE
|
22
|
-
name: Navn og Etternavn
|
23
|
-
phone_number: Telefonnummer
|
24
|
-
post_code: Postnummer
|
25
|
-
province: Distrikt
|
26
18
|
initiatives_committee_member:
|
27
19
|
user: Komité medlem
|
28
20
|
initiatives_type:
|
@@ -154,10 +146,7 @@
|
|
154
146
|
email_subject: Ny milepæl fullført!
|
155
147
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> initiativet har oppnådd de %{percentage}% av signaturer.
|
156
148
|
support_threshold_reached:
|
157
|
-
email_intro: Initiativet %{resource_title} har nådd grensen for støtte
|
158
149
|
email_outro: Du har mottatt dette varselet fordi du er en administrator av plattformen.
|
159
|
-
email_subject: Støtteterskelen er nådd
|
160
|
-
notification_title: Initiativet <a href="%{resource_path}">%{resource_title}</a> har nådd terskelen for støtte
|
161
150
|
gamification:
|
162
151
|
badges:
|
163
152
|
initiatives:
|
@@ -306,24 +295,14 @@
|
|
306
295
|
fill_data:
|
307
296
|
back: Tilbake
|
308
297
|
continue: Fortsett
|
309
|
-
fill_data_help: "<ul> <li>Gå gjennom innholdet i initiativet ditt. Er tittelen din lett å forstå? Er målet med ditt initiativ klart?</li> <li>Du må velge signaturtypen. Personlig, online eller en kombinasjon av begge</li> <li>Hva er det geografiske omfanget av initiativet? By, distrikt?</li> </ul>"
|
310
298
|
initiative_type: Initiativtype
|
311
299
|
more_information: "(Mer informasjon)"
|
312
300
|
select_scope: Velg et temaet
|
313
301
|
finish:
|
314
302
|
back: Tilbake
|
315
303
|
back_to_initiatives: Tilbake til initiativer
|
316
|
-
callout_text: Gratulerer! Ditt innbyggerinitiativ er opprettet.
|
317
|
-
confirm: Bekreft
|
318
304
|
go_to_my_initiatives: Gå til mine initiativer
|
319
305
|
more_information: "(Mer informasjon)"
|
320
|
-
finish_help:
|
321
|
-
access_reminder: Husk at du vil alltid kunne få tilgang til dine initiativer gjennom deltakermenyen.
|
322
|
-
help_for_organizations: Hvis du er en forening, må du laste opp referatet fra styret for alle organisasjonene som utgjør Promoteringskommisjonen
|
323
|
-
help_in_person_signatures: Hvis du har valgt å samle inn underskriftene personlig eller kombinert med online, må du laste opp den nødvendige informasjonen.
|
324
|
-
help_text: Husk at for å kunne behandle initiativet riktig må du gå til administrasjonspanelet der du finner brukermenyen, laste opp den nødvendige informasjonen og sende den til behandling.
|
325
|
-
initiatives_page_link: Du kan slå opp all denne informasjonen på %{link} som er dedikert til å informere om initiativer.
|
326
|
-
page: side
|
327
306
|
previous_form:
|
328
307
|
back: Tilbake
|
329
308
|
continue: Fortsett
|
@@ -331,14 +310,12 @@
|
|
331
310
|
more_information: "(Mer informasjon)"
|
332
311
|
promotal_committee:
|
333
312
|
back: Tilbake
|
334
|
-
individual_help_text: Denne typen innbyggerinitiativ krever en Promotør Kommisjon bestående av minst %{committee_size} personer (attester). Du må dele følgende lenke med de andre menneskene som er en del av dette initiativet. Når kontaktene dine mottar denne lenken, må de følge de angitte trinnene.
|
335
313
|
more_information: "(Mer informasjon)"
|
336
314
|
select_initiative_type:
|
337
315
|
back: Tilbake
|
338
316
|
choose_html: Jeg vil opprette en <strong>%{title}</strong>
|
339
317
|
more_information: "(Mer informasjon)"
|
340
318
|
select: Jeg ønsker å promotere dette initiativet
|
341
|
-
select_initiative_type_help: Innbyggerinitiativer er et middel som statsborgerskapet kan gripe inn slik at byrådet kan iverksette tiltak til forsvar for allmenn interesse som er innenfor felt av kommunal jurisdiksjon. Hvilket initiativ vil du sette i gang?
|
342
319
|
share_committee_link:
|
343
320
|
continue: Fortsett
|
344
321
|
invite_to_committee_help: Lenke for å invitere folk som vil være en del av promotør komiteen
|
@@ -429,19 +406,12 @@
|
|
429
406
|
most_voted: Mest signert
|
430
407
|
random: Tilfeldig
|
431
408
|
recent: Nyligst
|
409
|
+
print:
|
410
|
+
city: By
|
432
411
|
result:
|
433
|
-
answer_title:
|
434
|
-
accepted: Dette forslaget ble akseptert fordi
|
435
|
-
created: Dette forslaget er opprettet
|
436
|
-
discarded: Dette forslaget har blitt forkastet fordi
|
437
|
-
published: Dette forslaget er publisert fordi
|
438
|
-
rejected: Dette forslaget ble avvist fordi
|
439
|
-
validating: Dette forslaget blir evaluert
|
440
412
|
initiative_rejected_reason: Dette initiativet er blitt avvist på grunn av manglende underskrifter.
|
441
413
|
show:
|
442
|
-
any_vote_method: Dette innbyggerinitiativet samler både online og personlige underskrifter.
|
443
414
|
follow_description: Motta et varsel når det er nyheter i dette initiativet
|
444
|
-
offline_method: Dette innbyggerinitiativet samler bare inn personlige underskrifter.
|
445
415
|
signatures_count:
|
446
416
|
one: " underskrift"
|
447
417
|
other: " underskrifter"
|
data/config/locales/pl.yml
CHANGED
@@ -16,14 +16,6 @@ pl:
|
|
16
16
|
online: Online
|
17
17
|
state: Stan
|
18
18
|
title: Tytuł
|
19
|
-
initiative_author:
|
20
|
-
address: Adres
|
21
|
-
city: Miasto
|
22
|
-
id_document: Numer dokumentu
|
23
|
-
name: Imię i nazwisko
|
24
|
-
phone_number: Numer telefonu
|
25
|
-
post_code: Kod pocztowy
|
26
|
-
province: Województwo
|
27
19
|
initiatives_committee_member:
|
28
20
|
user: Członek Komisji
|
29
21
|
initiatives_type:
|
@@ -151,6 +143,11 @@ pl:
|
|
151
143
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{resource_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
152
144
|
email_subject: Data zakończenia zbiórki podpisów pod inicjatywą!
|
153
145
|
notification_title: Data zakończenia zbiórki podpisów pod inicjatywą <a href="%{resource_path}">%{resource_title}</a> została przedłużona.
|
146
|
+
initiative_sent_to_technical_validation:
|
147
|
+
email_intro: Inicjatywa „%{resource_title}” została przesłana do weryfikacji technicznej. Sprawdź ją w <a href="%{admin_initiative_url}">panelu administratora</a>
|
148
|
+
email_outro: Otrzymujesz to powiadomienie, ponieważ jesteś administratorem platformy.
|
149
|
+
email_subject: Inicjatywa „%{resource_title}” została przesłana do weryfikacji technicznej.
|
150
|
+
notification_title: Inicjatywa „%{resource_title}” została przesłana do weryfikacji technicznej. Sprawdź ją w <a href="%{admin_initiative_path}">panelu administratora</a>
|
154
151
|
milestone_completed:
|
155
152
|
affected_user:
|
156
153
|
email_intro: Twoja inicjatywa %{resource_title} zebrała %{percentage}% podpisów!
|
@@ -163,10 +160,10 @@ pl:
|
|
163
160
|
email_subject: Nowy kamień milowy osiągnięty!
|
164
161
|
notification_title: Inicjatywa <a href="%{resource_path}">%{resource_title}</a> zebrała %{percentage}% podpisów.
|
165
162
|
support_threshold_reached:
|
166
|
-
email_intro: Inicjatywa %{resource_title}
|
163
|
+
email_intro: Inicjatywa %{resource_title} zdobyła wymaganą liczbę podpisów
|
167
164
|
email_outro: Otrzymujesz to powiadomienie, ponieważ jesteś administratorem platformy.
|
168
|
-
email_subject: Osiągnięto
|
169
|
-
notification_title: Inicjatywa <a href="%{resource_path}">%{resource_title}</a>
|
165
|
+
email_subject: Osiągnięto wymaganą liczbę podpisów
|
166
|
+
notification_title: Inicjatywa <a href="%{resource_path}">%{resource_title}</a> zdobyła wymaganą liczbę podpisów
|
170
167
|
gamification:
|
171
168
|
badges:
|
172
169
|
initiatives:
|
@@ -211,12 +208,17 @@ pl:
|
|
211
208
|
content_blocks:
|
212
209
|
highlighted_initiatives:
|
213
210
|
max_results: Maksymalna ilość elementów do pokazania
|
211
|
+
order:
|
212
|
+
default: Domyślne (najpierw najnowsze)
|
213
|
+
label: 'Sortuj elementy według:'
|
214
|
+
most_recent: Najnowsze
|
214
215
|
exports:
|
215
216
|
initiatives: Inicjatywy
|
216
217
|
initiatives:
|
217
218
|
edit:
|
218
219
|
accept: Akceptuj inicjatywę
|
219
220
|
confirm: Jesteś pewny?
|
221
|
+
confirm_send_to_technical_validation: Jesteś pewny?
|
220
222
|
discard: Porzuć inicjatywę
|
221
223
|
export_pdf_signatures: Eksportuj PDF podpisów
|
222
224
|
export_votes: Eksport podpisów
|
@@ -313,9 +315,13 @@ pl:
|
|
313
315
|
filter_type_values:
|
314
316
|
all: Wszystkie
|
315
317
|
committee_requests:
|
318
|
+
approve:
|
319
|
+
success: Żądanie zostało zaakceptowane.
|
316
320
|
new:
|
317
321
|
continue: Dalej
|
318
322
|
help_text: Zamierzasz poprosić o członkostwo w komitecie organizacyjnym tej inicjatywy
|
323
|
+
revoke:
|
324
|
+
success: Żądanie zostało cofniete.
|
319
325
|
spawn:
|
320
326
|
success: Twoja prośba została wysłana do autora inicjatywy.
|
321
327
|
content_blocks:
|
@@ -325,7 +331,7 @@ pl:
|
|
325
331
|
fill_data:
|
326
332
|
back: Wróć
|
327
333
|
continue: Dalej
|
328
|
-
fill_data_help: "<ul> <li>
|
334
|
+
fill_data_help: "<ul> <li>Sprawdź treść swojej inicjatywy. Czy tytuł jest łatwy do zrozumienia? Czy cel inicjatywy jest jasny?</li> <li>Musisz wybrać rodzaj podpisu. Na piśmie, online lub połączenie obu</li> <li>Jaki jest zasięg geograficzny inicjatywy?</li> </ul>"
|
329
335
|
initiative_type: Typ inicjatywy
|
330
336
|
more_information: "(Więcej informacji)"
|
331
337
|
select_area: Wybierz kategorię
|
@@ -333,19 +339,15 @@ pl:
|
|
333
339
|
finish:
|
334
340
|
back: Wróć
|
335
341
|
back_to_initiatives: Wróć do inicjatyw
|
336
|
-
callout_text: Gratulacje! Twoja inicjatywa została
|
337
|
-
confirm:
|
338
|
-
edit_my_initiative: Edytuj
|
342
|
+
callout_text: Gratulacje! Twoja inicjatywa została utworzona.
|
343
|
+
confirm: Zamierzasz wysłać inicjatywę administratorowi, aby ją przejrzał i opublikował. Po opublikowaniu nie będziesz mógł jej edytować. Czy jesteś pewien?
|
344
|
+
edit_my_initiative: Edytuj moją inicjatywę
|
339
345
|
go_to_my_initiatives: Przejdź do moich inicjatyw
|
340
346
|
more_information: "(Więcej informacji)"
|
341
|
-
send_my_initiative: Wyślij moją inicjatywę
|
347
|
+
send_my_initiative: Wyślij moją inicjatywę do weryfikacji technicznej
|
342
348
|
finish_help:
|
343
|
-
access_reminder:
|
344
|
-
|
345
|
-
help_in_person_signatures: Jeśli zdecydowałeś się zebrać podpisy na piśmie lub częściowo online, będziesz musiał przesłać wymagane informacje.
|
346
|
-
help_text: Pamiętaj, że aby poprawnie przeprowadzić inicjatywę musisz uzyskać dostęp do panelu administracyjnego, w którym znajdziesz menu użytkownika, wgrasz wymagane informacje i wyślesz je do przetworzenia.
|
347
|
-
initiatives_page_link: Możesz sprawdzić wszystkie te informacje na stronie %{link} poświęconej informowaniu o inicjatywach.
|
348
|
-
page: strona
|
349
|
+
access_reminder: Możesz uzyskać dostęp do swoich inicjatyw poprzez filtr %{link} na stronie inicjatyw.
|
350
|
+
publish_helper_text: Pamiętaj, że aby Twoja inicjatywa została opublikowana, musisz uzupełnić wymagane informacje i <strong>przesłać ją do weryfikacji technicznej</strong>, aby administrator mógł ją przejrzeć.
|
349
351
|
previous_form:
|
350
352
|
back: Wróć
|
351
353
|
continue: Dalej
|
@@ -353,14 +355,14 @@ pl:
|
|
353
355
|
more_information: "(Więcej informacji)"
|
354
356
|
promotal_committee:
|
355
357
|
back: Wróć
|
356
|
-
individual_help_text: Tego rodzaju inicjatywa obywatelska wymaga Komisji Organizacyjnej, która składa się z co najmniej %{committee_size} osób
|
358
|
+
individual_help_text: Tego rodzaju inicjatywa obywatelska wymaga Komisji Organizacyjnej, która składa się z co najmniej %{committee_size} osób. Udostępnij poniższy link innym osobom, które są częścią tej inicjatywy. Gdy Twoi znajomi otrzymają ten link, będą musieli wykonać wskazane kroki.
|
357
359
|
more_information: "(Więcej informacji)"
|
358
360
|
select_initiative_type:
|
359
361
|
back: Wróć
|
360
362
|
choose_html: Chcę utworzyć <strong>%{title}</strong>
|
361
363
|
more_information: "(Więcej informacji)"
|
362
364
|
select: Chcę utworzyć inicjatywę tego typu
|
363
|
-
select_initiative_type_help: Inicjatywy
|
365
|
+
select_initiative_type_help: Inicjatywy są środkiem, za pomocą którego uczestnicy mogą interweniować tak, aby organizacja mogła podejmować działania w obronie interesu ogólnego. Którą inicjatywę chcesz uruchomić?
|
364
366
|
share_committee_link:
|
365
367
|
continue: Dalej
|
366
368
|
invite_to_committee_help: Link do zaproszenia osób, które będą częścią komitetu organizacyjnego
|
@@ -369,7 +371,22 @@ pl:
|
|
369
371
|
compare_help: Jeśli którakolwiek z poniższych inicjatyw jest podobna do Twojej, zachęcamy do jej wspierania. Twoja propozycja będzie miała więcej możliwości do bycia przyjęta i procedowaną.
|
370
372
|
continue: Moja inicjatywa jest inna
|
371
373
|
more_information: "(Więcej informacji)"
|
374
|
+
edit:
|
375
|
+
accept: Akceptuj inicjatywę
|
376
|
+
back: Wróć
|
377
|
+
confirm: Jesteś pewny?
|
378
|
+
discard: Porzuć inicjatywę
|
379
|
+
export_pdf_signatures: Eksportuj PDF z podpisami
|
380
|
+
export_votes: Eksportuj podpisy
|
381
|
+
reject: Odrzuć inicjatywę
|
382
|
+
title: Edytuj inicjatywę
|
383
|
+
update: Aktualizuj
|
372
384
|
events:
|
385
|
+
approve_membership_request:
|
386
|
+
email_intro: "%{author_nickname} zaakceptował Twoje zgłoszenie na członka komitetu organizacyjnego inicjatywy %{resource_title}."
|
387
|
+
email_outro: 'Otrzymałeś to powiadomienie, ponieważ zgłosiłeś się do inicjatywy %{resource_title}'
|
388
|
+
email_subject: "%{author_nickname} zaakceptował Twoje zgłoszenie na członka komitetu organizacyjnego"
|
389
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> zaakceptował Twoje zgłoszenie na członka komitetu organizacyjnego inicjatywy <a href="%{resource_url}">%{resource_title}</a>.
|
373
390
|
create_initiative_event:
|
374
391
|
email_intro: "Użytkownik %{author_name} %{author_nickname}, którego obserwujesz, utworzył nową inicjatywę, sprawdź ją i przyłącz się:"
|
375
392
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{author_nickname}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
@@ -380,6 +397,20 @@ pl:
|
|
380
397
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{author_nickname}. Możesz przestać otrzymywać powiadomienia klikając w poprzedni link.
|
381
398
|
email_subject: Inicjatywa rekomendowana przez %{author_nickname}
|
382
399
|
notification_title: Inicjatywa <a href="%{resource_path}">%{resource_title}</a> została zarekomendowana przez <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
400
|
+
revoke_membership_request:
|
401
|
+
email_intro: "%{author_nickname} odrzucił Twoje zgłoszenie na członka komitetu organizacyjnego inicjatywy %{resource_title}."
|
402
|
+
email_outro: 'Otrzymałeś to powiadomienie, ponieważ zgłosiłeś się do inicjatywy %{resource_title}.'
|
403
|
+
email_subject: "%{author_nickname} odrzucił Twoje zgłoszenie na członka komitetu organizacyjnego"
|
404
|
+
notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> odrzucił Twoje zgłoszenie na członka komitetu organizacyjnego inicjatywy <a href="%{resource_url}">%{resource_title}</a>.
|
405
|
+
spawn_committee_request_event:
|
406
|
+
email_intro: "%{applicant_nickname} złożył wniosek na członka komitetu organizacyjnego Twojej inicjatywy %{resource_title}. Aby zaakceptować lub odrzucić zgłoszenie przejdź do formularza edycji swojej inicjatywy."
|
407
|
+
email_outro: 'Otrzymałeś to powiadomienie, ponieważ jesteś autorem inicjatywy %{resource_title}'
|
408
|
+
email_subject: "%{applicant_nickname} chce dołączyć do Twojej inicjatywy"
|
409
|
+
notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> złożył wniosek na członka komitetu organizacyjnego Twojej inicjatywy <a href="%{resource_url}">%{resource_title}</a>. Aby zaakceptować lub odrzucić kliknij <a href="%{resource_url}/edit">tutaj</a>.
|
410
|
+
form:
|
411
|
+
add_attachments: Dokumenty
|
412
|
+
attachment_legend: "(Opcjonalnie) Dodaj załącznik"
|
413
|
+
delete_attachment: Usuń
|
383
414
|
index:
|
384
415
|
title: Inicjatywy
|
385
416
|
initiative_signatures:
|
@@ -418,6 +449,13 @@ pl:
|
|
418
449
|
few: i jeszcze %{count} osób
|
419
450
|
many: i jeszcze %{count} osób
|
420
451
|
other: i jeszcze %{count} osób
|
452
|
+
committee_members:
|
453
|
+
approve: Zatwierdź
|
454
|
+
confirm_revoke: Jesteś pewny?
|
455
|
+
invite_to_committee_help: Udostępnij ten link, aby zaprosić innych użytkowników do komitetu organizacyjnego
|
456
|
+
no_members_yet: W komitecie organizacyjnym nie ma członków
|
457
|
+
revoke: Odwołaj
|
458
|
+
title: Członkowie komitetu
|
421
459
|
count:
|
422
460
|
title:
|
423
461
|
one: "%{count} inicjatywa"
|
@@ -462,19 +500,38 @@ pl:
|
|
462
500
|
random: Losowo
|
463
501
|
recent: Najnowsze
|
464
502
|
recently_published: Ostatnio opublikowane
|
503
|
+
print:
|
504
|
+
address: Adres
|
505
|
+
author_title: Autor inicjatywy
|
506
|
+
city: Miasto
|
507
|
+
email: Adres e-mail
|
508
|
+
full_name: Imię i nazwisko
|
509
|
+
general_title: Wniosek o dołączenie do inicjatywy
|
510
|
+
id_number: Numer dokumentu tożsamości
|
511
|
+
initiative:
|
512
|
+
attachments: Załączone dokumenty (proszę wpisać nazwę każdego dokumentu poniżej)
|
513
|
+
description: 'Opis:'
|
514
|
+
title: 'Tytuł:'
|
515
|
+
type: Typ inicjatywy
|
516
|
+
legal_text: Zgromadzone dane osobowe zostaną dołączone do zasobów i traktowane w sposób poufny przez organizację zgodnie z obowiązującymi przepisami.
|
517
|
+
phone_number: Numer telefonu
|
518
|
+
place_date: Miejsce, data
|
519
|
+
postal_code: Kod pocztowy
|
520
|
+
print: Drukuj
|
521
|
+
province: Województwo
|
522
|
+
section: 'Na wniosek organizacji proszę wydrukować i wypełnić niniejszy formularz w celu przesłania, jeśli jest to wskazane:'
|
523
|
+
signature: Podpis
|
465
524
|
result:
|
466
|
-
answer_title:
|
467
|
-
accepted: Ta propozycja została zaakceptowana, ponieważ
|
468
|
-
created: Ta propozycja została utworzona
|
469
|
-
discarded: Ta propozycja została porzucona, ponieważ
|
470
|
-
published: Ta propozycja została opublikowana, ponieważ
|
471
|
-
rejected: Ta propozycja została odrzucona, ponieważ
|
472
|
-
validating: Ta propozycja jest oceniana
|
525
|
+
answer_title: Odpowiedziano na tę inicjatywę
|
473
526
|
initiative_rejected_reason: Ta inicjatywa została odrzucona ze względu na brak podpisów.
|
474
527
|
show:
|
475
|
-
any_vote_method: Ta inicjatywa
|
528
|
+
any_vote_method: Ta inicjatywa zbiera podpisy online i na piśmie.
|
529
|
+
confirm: Zamierzasz wysłać inicjatywę administratorowi, aby ją przejrzał i opublikował. Po opublikowaniu nie będziesz mógł jej edytować. Czy jesteś pewien?
|
530
|
+
edit: Edytuj
|
476
531
|
follow_description: Otrzymuj powiadomienie, gdy pojawią się wiadomości dotyczące tej inicjatywy
|
477
|
-
offline_method: Ta inicjatywa
|
532
|
+
offline_method: Ta inicjatywa zbiera jedynie podpisy na piśmie.
|
533
|
+
print: Drukuj inicjatywę
|
534
|
+
send_to_technical_validation: Wyślij do weryfikacji technicznej
|
478
535
|
signatures_count:
|
479
536
|
one: " podpis"
|
480
537
|
few: " podpisy"
|
@@ -524,6 +581,9 @@ pl:
|
|
524
581
|
accepted: Przyjęto
|
525
582
|
expired: Przedawnione
|
526
583
|
unavailable_scope: Niedostępny zakres
|
584
|
+
update:
|
585
|
+
error: Wystąpił błąd
|
586
|
+
success: Inicjatywa została zaktualizowana
|
527
587
|
versions:
|
528
588
|
shared:
|
529
589
|
back_to_resource: Wróć do inicjatywy
|