decidim-initiatives 0.23.1 → 0.23.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/presenters/decidim/initiatives/admin_log/initiative_presenter.rb +2 -2
- data/config/locales/cs.yml +9 -9
- data/config/locales/de.yml +62 -39
- data/config/locales/fr.yml +4 -4
- data/config/locales/gl.yml +7 -3
- data/config/locales/nl.yml +6 -6
- data/config/locales/no.yml +21 -2
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sv.yml +3 -3
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +205 -109
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +17 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e781acff60b29ae1a2008b0684335bd0208a09eb0bef5c9129f65e3f3d534f0
|
4
|
+
data.tar.gz: 2dab76e1b6b9e9b004246f1c22cdba69babc3885f3ad8836a05813ef600df3e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5938e314ad1f71ea0a8f00baf6cfa9402eecb4cb5bde7a3a3d92d1d0a3c4bc7bf3b1e8c3d19e666683a861f262c33d5b6240144ccb258d130cc6521efe9b92e9
|
7
|
+
data.tar.gz: db5387c0893ccf865301f1a2f815d3925537be13608d6beb6ef7e2d99b14666da371f06bacbf088026585e207374ad47331122a7dc71c2cfc8226d13e4e51dcc
|
@@ -40,8 +40,8 @@ module Decidim
|
|
40
40
|
"activemodel.attributes.initiatives"
|
41
41
|
end
|
42
42
|
|
43
|
-
def
|
44
|
-
%w(publish unpublish send_to_technical_validation)
|
43
|
+
def diff_actions
|
44
|
+
super + %w(publish unpublish send_to_technical_validation)
|
45
45
|
end
|
46
46
|
end
|
47
47
|
end
|
data/config/locales/cs.yml
CHANGED
@@ -14,12 +14,12 @@ cs:
|
|
14
14
|
any: Smíšený
|
15
15
|
offline: Z očí do očí
|
16
16
|
online: OnLine
|
17
|
-
state:
|
17
|
+
state: Stav
|
18
18
|
title: Titul
|
19
19
|
initiative_author:
|
20
20
|
address: Adresa
|
21
21
|
city: Město
|
22
|
-
id_document:
|
22
|
+
id_document: IČ / Občanský průkaz
|
23
23
|
name: Jméno a příjmení
|
24
24
|
phone_number: Telefonní číslo
|
25
25
|
post_code: PSČ
|
@@ -51,7 +51,7 @@ cs:
|
|
51
51
|
organization_data:
|
52
52
|
address: Adresa
|
53
53
|
id_document: Doklad totožnosti
|
54
|
-
name:
|
54
|
+
name: Úplný název
|
55
55
|
errors:
|
56
56
|
models:
|
57
57
|
initiative:
|
@@ -107,7 +107,7 @@ cs:
|
|
107
107
|
created_at: Vytvořeno v
|
108
108
|
id: ID
|
109
109
|
published_at: Publikováno v
|
110
|
-
state:
|
110
|
+
state: Stav
|
111
111
|
supports_count: Podpisy
|
112
112
|
title: Iniciativy
|
113
113
|
initiatives_type_scope:
|
@@ -199,7 +199,7 @@ cs:
|
|
199
199
|
description: Popis
|
200
200
|
initiative_votes_count: Počet hlasů
|
201
201
|
initiatives: Iniciativy
|
202
|
-
state:
|
202
|
+
state: Stav
|
203
203
|
committee_requests:
|
204
204
|
index:
|
205
205
|
approve: Schvalovat
|
@@ -431,7 +431,7 @@ cs:
|
|
431
431
|
myself: Moje iniciativy
|
432
432
|
scope: Oblast působnosti
|
433
433
|
search: Vyhledávání
|
434
|
-
state:
|
434
|
+
state: Stav
|
435
435
|
type: Typ
|
436
436
|
filters_small_view:
|
437
437
|
close_modal: Zavřít okno
|
@@ -456,9 +456,9 @@ cs:
|
|
456
456
|
many: Komentáře
|
457
457
|
other: Komentáře
|
458
458
|
orders:
|
459
|
-
label: '
|
459
|
+
label: 'Seřadit iniciativy podle:'
|
460
460
|
most_commented: Nejvíce komentované
|
461
|
-
most_voted:
|
461
|
+
most_voted: S nejvíce podpisy
|
462
462
|
random: Náhodné
|
463
463
|
recent: Nejnovější
|
464
464
|
recently_published: Nedávno publikované
|
@@ -533,7 +533,7 @@ cs:
|
|
533
533
|
initiatives_type:
|
534
534
|
actions:
|
535
535
|
title: Akce
|
536
|
-
vote:
|
536
|
+
vote: Podepsat
|
537
537
|
layouts:
|
538
538
|
decidim:
|
539
539
|
admin:
|
data/config/locales/de.yml
CHANGED
@@ -5,6 +5,7 @@ de:
|
|
5
5
|
decidim_user_group_id: Autor
|
6
6
|
description: Beschreibung
|
7
7
|
offline_votes: Face-to-Face-Unterstützung
|
8
|
+
offline_votes_for_scope: Persönliche Unterschriften für %{scope_name}
|
8
9
|
scope_id: Umfang
|
9
10
|
signature_end_date: Ende der Unterschriftensammlung
|
10
11
|
signature_start_date: Beginn der Unterschriftensammlung
|
@@ -29,13 +30,15 @@ de:
|
|
29
30
|
area_enabled: Die Auswahl des Bereichs von Initiativen für Autoren freigeben
|
30
31
|
attachments_enabled: Anhänge freigeben
|
31
32
|
banner_image: Banner-Bild
|
33
|
+
child_scope_threshold_enabled: Unterschriften von Unterbereichen aktivieren
|
32
34
|
collect_user_extra_fields: Sammeln Sie persönliche Daten des Benutzers bei der Unterschrift
|
33
|
-
custom_signature_end_date_enabled: Die Auswahl des
|
35
|
+
custom_signature_end_date_enabled: Die Auswahl des Enddatums der Unterschriftensammlung für Autoren freigeben
|
34
36
|
description: Beschreibung
|
35
37
|
document_number_authorization_handler: Berechtigung zur Überprüfung der Belegnummer bei Abstimmungen
|
36
38
|
extra_fields_legal_information: Rechtliche Informationen zur Erhebung personenbezogener Daten
|
37
39
|
minimum_committee_members: Minimum der Ausschussmitglieder
|
38
40
|
online_signature_enabled: Online-Signatur aktiviert
|
41
|
+
only_global_scope_enabled: Nur die Erstellung globaler Initiativen zulassen
|
39
42
|
promoting_committee_enabled: Förderkomitee freigeben
|
40
43
|
title: Titel
|
41
44
|
undo_online_signatures_enabled: Ermöglichen Sie Benutzern, ihre Online-Signaturen rückgängig zu machen
|
@@ -55,7 +58,7 @@ de:
|
|
55
58
|
attributes:
|
56
59
|
attachment:
|
57
60
|
file: Datei ist ungültig
|
58
|
-
needs_to_be_reattached:
|
61
|
+
needs_to_be_reattached: Der Anhang muss erneut angehängt werden
|
59
62
|
title: Der Titel sollte nicht leer sein
|
60
63
|
activerecord:
|
61
64
|
models:
|
@@ -73,6 +76,20 @@ de:
|
|
73
76
|
actions:
|
74
77
|
new_initiative_type: Neuer Initiativentyp
|
75
78
|
filters:
|
79
|
+
initiatives:
|
80
|
+
decidim_area_id_eq:
|
81
|
+
label: Bereich
|
82
|
+
state_eq:
|
83
|
+
label: Zustand
|
84
|
+
values:
|
85
|
+
accepted: Ausreichend Unterschriften
|
86
|
+
created: Erstellt
|
87
|
+
discarded: Verworfen
|
88
|
+
published: Veröffentlicht
|
89
|
+
rejected: Zu wenige Unterschriften
|
90
|
+
validating: Technische Validierung
|
91
|
+
type_id_eq:
|
92
|
+
label: Typ
|
76
93
|
search_placeholder:
|
77
94
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Suche in %{collection} nach Titel, Beschreibung, ID oder Autoren.
|
78
95
|
menu:
|
@@ -102,13 +119,14 @@ de:
|
|
102
119
|
date_of_birth: Geburtsdatum
|
103
120
|
document_number: Dokumentnummer
|
104
121
|
hash: Hash
|
105
|
-
initiative_end_date:
|
122
|
+
initiative_end_date: Enddatum
|
106
123
|
initiative_id: Initiativ-ID
|
107
124
|
initiative_signatures_count: Anzahl der Unterschriften
|
108
|
-
initiative_start_date:
|
125
|
+
initiative_start_date: Startdatum
|
109
126
|
initiative_title: Initiativentitel
|
110
127
|
name_and_surname: Name und Nachname
|
111
128
|
postal_code: Postleitzahl
|
129
|
+
scope: Umfang
|
112
130
|
time_and_date: Zeit und Datum
|
113
131
|
timestamp: Zeitstempel
|
114
132
|
titles:
|
@@ -118,31 +136,31 @@ de:
|
|
118
136
|
initiatives:
|
119
137
|
admin:
|
120
138
|
initiative_sent_to_technical_validation:
|
121
|
-
email_intro: Die Initiative
|
139
|
+
email_intro: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet. Über das <a href="%{admin_initiative_url}">Admin-Panel</a> können Sie sie aufrufen
|
122
140
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator der Plattform sind.
|
123
|
-
email_subject: Die Initiative
|
124
|
-
notification_title: Die Initiative
|
141
|
+
email_subject: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet.
|
142
|
+
notification_title: Die Initiative "%{resource_title}" wurde zur technischen Validierung gesendet. Über das <a href="%{admin_initiative_path}">Admin-Panel</a> können Sie sie aufrufen
|
125
143
|
initiative_extended:
|
126
|
-
email_intro: Das Enddatum der
|
127
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie
|
128
|
-
email_subject:
|
129
|
-
notification_title: Das Enddatum der
|
144
|
+
email_intro: Das Enddatum der Unterschriftensammlung für die Initiative %{resource_title} wurde verlängert!
|
145
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
146
|
+
email_subject: Enddatum der Unterschriftensammlung verlängert!
|
147
|
+
notification_title: Das Enddatum der Unterschriftensammlung für die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde verlängert.
|
130
148
|
milestone_completed:
|
131
149
|
affected_user:
|
132
|
-
email_intro: Ihre Initiative %{resource_title} hat
|
133
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor der Initiative %{resource_title}.
|
150
|
+
email_intro: Ihre Initiative %{resource_title} hat %{percentage}% der Unterschriften erreicht!
|
151
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor der Initiative %{resource_title} sind.
|
134
152
|
email_subject: Neuer Meilenstein abgeschlossen!
|
135
|
-
notification_title: Ihre <a href="%{resource_path}">%{resource_title}</a>
|
153
|
+
notification_title: Ihre Initiative <a href="%{resource_path}">%{resource_title}</a> hat %{percentage}% der Unterschriften erreicht.
|
136
154
|
follower:
|
137
|
-
email_intro: Die Initiative %{resource_title} hat
|
138
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie
|
155
|
+
email_intro: Die Initiative %{resource_title} hat %{percentage}% der Unterschriften erreicht!
|
156
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
139
157
|
email_subject: Neuer Meilenstein abgeschlossen!
|
140
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
158
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat %{percentage}% der Unterschriften erreicht.
|
141
159
|
support_threshold_reached:
|
142
|
-
email_intro: Die Initiative %{resource_title} hat die
|
160
|
+
email_intro: Die Initiative %{resource_title} hat die Grenze der Anzahl Unterstützer erreicht
|
143
161
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Administrator der Plattform sind.
|
144
|
-
email_subject:
|
145
|
-
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat die
|
162
|
+
email_subject: Grenze der Anzahl Unterstützer erreicht
|
163
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat die Grenze der Anzahl Unterstützer erreicht
|
146
164
|
gamification:
|
147
165
|
badges:
|
148
166
|
initiatives:
|
@@ -248,6 +266,8 @@ de:
|
|
248
266
|
destroy: Löschen
|
249
267
|
update: Aktualisieren
|
250
268
|
form:
|
269
|
+
authorizations: Autorisierungseinstellungen
|
270
|
+
options: Optionen
|
251
271
|
title: Allgemeine Information
|
252
272
|
initiative_type_scopes:
|
253
273
|
title: Bereiche für den Typ der Initiative
|
@@ -259,10 +279,10 @@ de:
|
|
259
279
|
success: Der Initiativentyp wurde erfolgreich aktualisiert
|
260
280
|
admin_log:
|
261
281
|
initiative:
|
262
|
-
publish: "%{user_name}
|
263
|
-
send_to_technical_validation: "%{user_name}
|
264
|
-
unpublish: "%{user_name}
|
265
|
-
update: "%{user_name}
|
282
|
+
publish: "%{user_name} hat die Initiative %{resource_name} veröffentlicht"
|
283
|
+
send_to_technical_validation: "%{user_name} hat die Initiative %{resource_name} zur technischen Validierung gesendet"
|
284
|
+
unpublish: "%{user_name} hat die Initiative %{resource_name} verworfen"
|
285
|
+
update: "%{user_name} hat die Initiative %{resource_name} aktualisiert"
|
266
286
|
admin_states:
|
267
287
|
accepted: Ausreichend Unterschriften
|
268
288
|
created: Erstellt
|
@@ -305,7 +325,7 @@ de:
|
|
305
325
|
finish:
|
306
326
|
back: Zurück
|
307
327
|
back_to_initiatives: Zurück zu den Initiativen
|
308
|
-
callout_text:
|
328
|
+
callout_text: Herzlichen Glückwunsch! Ihre Bürgerinitiative wurde erfolgreich erstellt.
|
309
329
|
confirm: Bestätigen
|
310
330
|
edit_my_initiative: Meine Initiativen bearbeiten
|
311
331
|
go_to_my_initiatives: Geh zu meinen Initiativen
|
@@ -325,11 +345,11 @@ de:
|
|
325
345
|
more_information: "(Weitere Informationen)"
|
326
346
|
promotal_committee:
|
327
347
|
back: Zurück
|
328
|
-
individual_help_text: Diese Art
|
348
|
+
individual_help_text: Diese Art der Bürgerinitiative erfordert einen Ausschuss der Initiatoren, der aus mindestens %{committee_size} Personen (Zeugen) besteht. Sie müssen den folgenden Link mit den anderen Personen teilen, die an dieser Initiative beteiligt sind. Wenn Ihre Kontakte diesen Link erhalten, müssen sie die angegebenen Schritte befolgen.
|
329
349
|
more_information: "(Weitere Informationen)"
|
330
350
|
select_initiative_type:
|
331
351
|
back: Zurück
|
332
|
-
choose_html: Ich möchte eine <strong>%{title}</strong>erstellen
|
352
|
+
choose_html: Ich möchte eine <strong>%{title}</strong> erstellen
|
333
353
|
more_information: "(Weitere Informationen)"
|
334
354
|
select: Ich möchte diese Initiative fördern
|
335
355
|
select_initiative_type_help: Bürgerinitiativen sind ein Mittel, mit dem die Bürgerschaft eingreifen kann, so dass der Stadtrat Maßnahmen zur Verteidigung des allgemeinen Interesses ergreifen kann, die in Bereichen der kommunalen Gerichtsbarkeit liegen. Welche Initiative möchten Sie starten?
|
@@ -343,15 +363,15 @@ de:
|
|
343
363
|
more_information: "(Weitere Informationen)"
|
344
364
|
events:
|
345
365
|
create_initiative_event:
|
346
|
-
email_intro: "%{author_name} %{author_nickname}, dem du folgst, hat eine neue Initiative erstellt,
|
347
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie
|
366
|
+
email_intro: "%{author_name} %{author_nickname}, dem du folgst, hat eine neue Initiative erstellt, sehen Sie es sich an und reden Sie mit:"
|
367
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
348
368
|
email_subject: Neue Initiative von %{author_nickname}
|
349
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
369
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a> erstellt.
|
350
370
|
endorse_initiative_event:
|
351
|
-
email_intro: "%{author_name} %{author_nickname}, dem
|
352
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie
|
353
|
-
email_subject: Initiative
|
354
|
-
notification_title: Die <a href="%{resource_path}">%{resource_title}</a>
|
371
|
+
email_intro: "%{author_name} %{author_nickname}, dem Sie folgen, hat die folgende Initiative unterstützt, vielleicht möchten Sie mitreden:"
|
372
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
373
|
+
email_subject: Initiative wurde von %{author_nickname} unterstützt
|
374
|
+
notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</a> unterstützt.
|
355
375
|
index:
|
356
376
|
title: Initiativen
|
357
377
|
initiative_signatures:
|
@@ -413,6 +433,9 @@ de:
|
|
413
433
|
close: Schließen
|
414
434
|
explanation: Sie müssen überprüft werden, um eine neue Initiative zu schaffen.
|
415
435
|
title: Autorisierung erforderlich
|
436
|
+
initiatives:
|
437
|
+
closed_initiatives_warning: Derzeit gibt es keine offenen Initiativen, aber hier finden Sie alle abgeschlossenen Initiativen aufgelistet.
|
438
|
+
no_initiatives_warning: Keine Initiativen entsprechen Ihren Suchkriterien.
|
416
439
|
interactions:
|
417
440
|
comments_count:
|
418
441
|
count:
|
@@ -423,7 +446,7 @@ de:
|
|
423
446
|
most_commented: Am meisten kommentiert
|
424
447
|
most_voted: Am meisten unterzeichnet
|
425
448
|
random: Zufällig
|
426
|
-
recent: Neueste
|
449
|
+
recent: Neueste zuerst
|
427
450
|
recently_published: Zuletzt veröffentlicht
|
428
451
|
result:
|
429
452
|
answer_title:
|
@@ -435,9 +458,9 @@ de:
|
|
435
458
|
validating: Dieser Vorschlag wird geprüft
|
436
459
|
initiative_rejected_reason: Diese Initiative wurde wegen fehlender Unterstützung abgelehnt.
|
437
460
|
show:
|
438
|
-
any_vote_method: Diese Bürgerinitiative sammelt Online-
|
461
|
+
any_vote_method: Diese Bürgerinitiative sammelt sowohl Online- als auch persönliche Unterschriften.
|
439
462
|
follow_description: Erhalten Sie eine Benachrichtigung, wenn es Neuigkeiten bei dieser Initiative gibt
|
440
|
-
offline_method: Diese Bürgerinitiative sammelt nur persönliche
|
463
|
+
offline_method: Diese Bürgerinitiative sammelt nur persönliche Unterschriften.
|
441
464
|
signatures_count:
|
442
465
|
one: " Unterschrift"
|
443
466
|
other: " Signaturen"
|
@@ -445,7 +468,7 @@ de:
|
|
445
468
|
already_voted: Schon unterschrieben
|
446
469
|
supports_required: "%{total_supports} Signaturen erforderlich"
|
447
470
|
verification_required: Bestätigen Sie Ihr Konto, um die Initiative zu unterzeichnen
|
448
|
-
vote:
|
471
|
+
vote: Signieren
|
449
472
|
votes_blocked: Die Anmeldung ist deaktiviert
|
450
473
|
votes_count:
|
451
474
|
count:
|
@@ -497,7 +520,7 @@ de:
|
|
497
520
|
decidim:
|
498
521
|
admin:
|
499
522
|
initiative:
|
500
|
-
attachments:
|
523
|
+
attachments: Anhänge
|
501
524
|
committee_members: Ausschussmitglieder
|
502
525
|
components: Komponenten
|
503
526
|
information: Information
|
data/config/locales/fr.yml
CHANGED
@@ -30,7 +30,7 @@ fr:
|
|
30
30
|
area_enabled: Permettre aux auteurs de choisir le périmètre d'application pour leur initiative
|
31
31
|
attachments_enabled: Autoriser les pièces jointes
|
32
32
|
banner_image: Image d'en-tête
|
33
|
-
child_scope_threshold_enabled:
|
33
|
+
child_scope_threshold_enabled: Autoriser les signatures par sous-secteur
|
34
34
|
collect_user_extra_fields: Collecter les données personnelles de l'utilisateur lors de la signature
|
35
35
|
custom_signature_end_date_enabled: Permettre aux auteurs de choisir la fin de la période de collecte des signatures
|
36
36
|
description: Description
|
@@ -126,7 +126,7 @@ fr:
|
|
126
126
|
initiative_title: Titre de l'initiative
|
127
127
|
name_and_surname: Nom et surnom
|
128
128
|
postal_code: Code postal
|
129
|
-
scope:
|
129
|
+
scope: Secteur
|
130
130
|
time_and_date: Heure et date
|
131
131
|
timestamp: Horodatage
|
132
132
|
titles:
|
@@ -267,8 +267,8 @@ fr:
|
|
267
267
|
update: Mettre à jour
|
268
268
|
form:
|
269
269
|
authorizations: Paramètres d'autorisation
|
270
|
-
child_scope_threshold_enabled_help: 'Cette option de configuration ne
|
271
|
-
only_global_scope_enabled_help: Cochez cette case si vous avez activé "
|
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
272
|
options: Paramètres
|
273
273
|
title: informations générales
|
274
274
|
initiative_type_scopes:
|
data/config/locales/gl.yml
CHANGED
@@ -212,6 +212,7 @@ gl:
|
|
212
212
|
destroy: Eliminar
|
213
213
|
update: Actualización
|
214
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>.'
|
215
216
|
title: Información xeral
|
216
217
|
initiative_type_scopes:
|
217
218
|
title: Alcances para o tipo de iniciativa
|
@@ -257,12 +258,15 @@ gl:
|
|
257
258
|
back: De volta
|
258
259
|
back_to_initiatives: Volver a iniciativas
|
259
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
|
260
263
|
go_to_my_initiatives: Vaia ás miñas iniciativas
|
261
264
|
more_information: "(Máis información)"
|
265
|
+
send_my_initiative: Enviar as miñas iniciativas
|
262
266
|
finish_help:
|
263
|
-
access_reminder:
|
264
|
-
help_for_organizations: Se es unha asociación
|
265
|
-
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.
|
266
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.
|
267
271
|
initiatives_page_link: Podes buscar toda esta información no %{link} dedicado a informar sobre iniciativas.
|
268
272
|
page: páxina
|
data/config/locales/nl.yml
CHANGED
@@ -76,7 +76,7 @@ nl:
|
|
76
76
|
search_placeholder:
|
77
77
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Zoek %{collection} op titel, beschrijving, ID of auteur naam.
|
78
78
|
menu:
|
79
|
-
initiatives:
|
79
|
+
initiatives: Initiatieven
|
80
80
|
initiatives_types: Initiatieftypes
|
81
81
|
models:
|
82
82
|
initiatives:
|
@@ -86,7 +86,7 @@ nl:
|
|
86
86
|
published_at: Gepubliceerd op
|
87
87
|
state: Status
|
88
88
|
supports_count: Handtekeningen
|
89
|
-
title:
|
89
|
+
title: Initiatieven
|
90
90
|
initiatives_type_scope:
|
91
91
|
fields:
|
92
92
|
scope: Bereik
|
@@ -112,7 +112,7 @@ nl:
|
|
112
112
|
time_and_date: Tijd en datum
|
113
113
|
timestamp: tijdstempel
|
114
114
|
titles:
|
115
|
-
initiatives:
|
115
|
+
initiatives: Initiatieven
|
116
116
|
initiatives_types: Initiatieftypes
|
117
117
|
events:
|
118
118
|
initiatives:
|
@@ -174,7 +174,7 @@ nl:
|
|
174
174
|
created_at: Gemaakt bij
|
175
175
|
description: Omschrijving
|
176
176
|
initiative_votes_count: Aantal stemmen
|
177
|
-
initiatives:
|
177
|
+
initiatives: Initiatieven
|
178
178
|
state: Status
|
179
179
|
committee_requests:
|
180
180
|
index:
|
@@ -353,7 +353,7 @@ nl:
|
|
353
353
|
email_subject: Initiatief goedgekeurd door %{author_nickname}
|
354
354
|
notification_title: Het <a href="%{resource_path}">%{resource_title}</a> initiatief werd goedgekeurd door <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
355
355
|
index:
|
356
|
-
title:
|
356
|
+
title: Initiatieven
|
357
357
|
initiative_signatures:
|
358
358
|
fill_personal_data:
|
359
359
|
continue: Doorgaan met
|
@@ -489,7 +489,7 @@ nl:
|
|
489
489
|
shared:
|
490
490
|
back_to_resource: Ga terug naar het initiatief
|
491
491
|
menu:
|
492
|
-
initiatives:
|
492
|
+
initiatives: Initiatieven
|
493
493
|
resources:
|
494
494
|
initiatives_type:
|
495
495
|
actions:
|
data/config/locales/no.yml
CHANGED
@@ -123,6 +123,7 @@
|
|
123
123
|
initiative_title: Tittel på initiativet
|
124
124
|
name_and_surname: Navn og etternavn
|
125
125
|
postal_code: Postnummer
|
126
|
+
scope: Tema
|
126
127
|
time_and_date: Tid og dato
|
127
128
|
timestamp: Tidsstempel
|
128
129
|
titles:
|
@@ -272,14 +273,26 @@
|
|
272
273
|
unpublish: "%{user_name} forkastet %{resource_name} initiativet"
|
273
274
|
update: "%{user_name} oppdaterte %{resource_name} initiativet"
|
274
275
|
admin_states:
|
276
|
+
accepted: Nok signaturer
|
275
277
|
created: Opprettet
|
276
278
|
discarded: Forkastet
|
277
279
|
published: Publisert
|
280
|
+
rejected: Ikke nok signaturer
|
278
281
|
validating: Teknisk validering
|
279
282
|
application_helper:
|
283
|
+
filter_area_values:
|
284
|
+
all: Alle
|
285
|
+
filter_scope_values:
|
286
|
+
all: Alle
|
280
287
|
filter_state_values:
|
288
|
+
accepted: Nok signaturer
|
289
|
+
all: Alle
|
290
|
+
answered: Besvart
|
281
291
|
closed: Lukket
|
282
292
|
open: Åpen
|
293
|
+
rejected: Ikke nok signaturer
|
294
|
+
filter_type_values:
|
295
|
+
all: Alle
|
283
296
|
committee_requests:
|
284
297
|
new:
|
285
298
|
continue: Fortsett
|
@@ -293,7 +306,7 @@
|
|
293
306
|
fill_data:
|
294
307
|
back: Tilbake
|
295
308
|
continue: Fortsett
|
296
|
-
fill_data_help: "<ul> <li>Gå gjennom innholdet
|
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>"
|
297
310
|
initiative_type: Initiativtype
|
298
311
|
more_information: "(Mer informasjon)"
|
299
312
|
select_scope: Velg et temaet
|
@@ -301,11 +314,12 @@
|
|
301
314
|
back: Tilbake
|
302
315
|
back_to_initiatives: Tilbake til initiativer
|
303
316
|
callout_text: Gratulerer! Ditt innbyggerinitiativ er opprettet.
|
317
|
+
confirm: Bekreft
|
304
318
|
go_to_my_initiatives: Gå til mine initiativer
|
305
319
|
more_information: "(Mer informasjon)"
|
306
320
|
finish_help:
|
307
321
|
access_reminder: Husk at du vil alltid kunne få tilgang til dine initiativer gjennom deltakermenyen.
|
308
|
-
help_for_organizations: Hvis du er en forening, må du laste opp referatet fra styret for alle organisasjonene som utgjør
|
322
|
+
help_for_organizations: Hvis du er en forening, må du laste opp referatet fra styret for alle organisasjonene som utgjør Promoteringskommisjonen
|
309
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.
|
310
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.
|
311
325
|
initiatives_page_link: Du kan slå opp all denne informasjonen på %{link} som er dedikert til å informere om initiativer.
|
@@ -388,6 +402,7 @@
|
|
388
402
|
any: Alle
|
389
403
|
author: Forfatter
|
390
404
|
myself: Initiativene mine
|
405
|
+
scope: Tema
|
391
406
|
search: Søk
|
392
407
|
state: Status
|
393
408
|
type: Type
|
@@ -460,6 +475,10 @@
|
|
460
475
|
highlighted_initiatives:
|
461
476
|
active_initiatives: Aktive initiativer
|
462
477
|
see_all_initiatives: Se alle initiativer
|
478
|
+
show:
|
479
|
+
badge_name:
|
480
|
+
accepted: Nok signaturer
|
481
|
+
rejected: Ikke nok signaturer
|
463
482
|
states:
|
464
483
|
accepted: Aksepterte
|
465
484
|
expired: Utløpt
|