decidim-initiatives 0.23.1.rc1 → 0.23.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5ff327ca9b9ec32aa20b0c68076d84a7eda1e62413764d7e44ed7b629e94081
4
- data.tar.gz: 7238915a2edd37233105c380c3bbc6f3b929086fc9ca27a57304ac242df09a89
3
+ metadata.gz: 016d7b5a83da1cef5d2e954949024f2a53b916307c5fae731abbcc2e7dc2999c
4
+ data.tar.gz: 71070d8ad3a3eb9b76d708b0af7dcd586beb8389e5c3072e8f73daa688d8e185
5
5
  SHA512:
6
- metadata.gz: 4ec1c6f1f182d8846103bd619c728b22bd2f098bf5d93e890d6c144411e9704f0058b8a5cf7ec5b5efbfbb3fa298796558f5fd45fb6928ad12f52d01a7cf43e6
7
- data.tar.gz: 507c4d1c67a99054c0f6e7409b2cc15624fd8aa882d8b1e69d00348a82ba9b51ee206d77c07dd82dc1969f6f7a2d317deff268795bead817567f597837e13d73
6
+ metadata.gz: 50bedfc9f817e597fbf555bf21ca581c9910f0874df4279b88bc79cf20364ca86c3d20036111bc438aa9807a957ecfde084d513d06636be0aea667e2a0bbcc11
7
+ data.tar.gz: 8467f27ae9c248568626470034ead326166fb5f603b2fe2b6f0f767bc14356d6ab233cb41eeebdea0b57a337c49487359dbb78da2515d5a7b23a523157849618
@@ -47,9 +47,7 @@ module Decidim
47
47
  end
48
48
 
49
49
  on(:invalid) do
50
- render json: {
51
- error: I18n.t("create.error", scope: "decidim.initiatives.initiative_votes")
52
- }, status: :unprocessable_entity
50
+ render :error_on_vote, status: :unprocessable_entity
53
51
  end
54
52
  end
55
53
  end
@@ -24,6 +24,8 @@ module Decidim
24
24
 
25
25
  validates :initiative, :signer, presence: true
26
26
 
27
+ validates :authorized_scopes, presence: true
28
+
27
29
  with_options if: :required_personal_data? do
28
30
  validates :name_and_surname, :document_number, :date_of_birth, :postal_code, :encrypted_metadata, :hash_id, presence: true
29
31
  validate :document_number_authorized?
@@ -40,8 +40,8 @@ module Decidim
40
40
  "activemodel.attributes.initiatives"
41
41
  end
42
42
 
43
- def has_diff?
44
- %w(publish unpublish send_to_technical_validation).include?(action) || super
43
+ def diff_actions
44
+ super + %w(publish unpublish send_to_technical_validation)
45
45
  end
46
46
  end
47
47
  end
@@ -0,0 +1,5 @@
1
+ (function () {
2
+ 'use strict';
3
+
4
+ alert("<%= raw I18n.t("create.error", scope: "decidim.initiatives.initiative_votes") %>");
5
+ }());
@@ -467,7 +467,6 @@ ar:
467
467
  decidim:
468
468
  admin:
469
469
  initiative:
470
- attachments: مرفقات
471
470
  committee_members: أعضاء اللجنة
472
471
  components: المكونات
473
472
  information: معلومات
@@ -11,37 +11,37 @@ cs:
11
11
  signature_start_date: Začátek doby sběru podpisu
12
12
  signature_type: Typ sbírky podpisu
13
13
  signature_type_values:
14
- any: Smíšený
14
+ any: Online nebo naživo
15
15
  offline: Z očí do očí
16
16
  online: OnLine
17
- state: Stát
17
+ state: Stav
18
18
  title: Titul
19
19
  initiative_author:
20
20
  address: Adresa
21
21
  city: Město
22
- id_document: DNI / NIE
22
+ id_document: Občanský průkaz / Daňové identifikační číslo
23
23
  name: Jméno a příjmení
24
24
  phone_number: Telefonní číslo
25
25
  post_code: PSČ
26
26
  province: Okres
27
27
  initiatives_committee_member:
28
- user: člen komise
28
+ user: Člen výboru
29
29
  initiatives_type:
30
- area_enabled: Povolit autorům vybrat oblast pro jejich iniciativu
30
+ area_enabled: Povolit autorům vybrat tematickou oblast pro jejich iniciativu
31
31
  attachments_enabled: Povolit přílohy
32
32
  banner_image: Obrázek banneru
33
33
  child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
34
34
  collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
35
35
  custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
36
36
  description: Popis
37
- document_number_authorization_handler: Povolení ověřit číslo dokumentu na hlasování
37
+ document_number_authorization_handler: Autorizace k ověření čísla dokumentu pro podpisy
38
38
  extra_fields_legal_information: Právní informace o shromažďování osobních údajů
39
39
  minimum_committee_members: Minimální počet členů výboru
40
40
  online_signature_enabled: Online podpis povolen
41
41
  only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
42
42
  promoting_committee_enabled: Povolit podporu výboru
43
43
  title: Titul
44
- undo_online_signatures_enabled: Povolit uživatelům vrátit své podpisy online
44
+ undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
45
45
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
46
46
  initiatives_vote:
47
47
  date_of_birth: Datum narození
@@ -51,7 +51,7 @@ cs:
51
51
  organization_data:
52
52
  address: Adresa
53
53
  id_document: Doklad totožnosti
54
- name: Kompletní jméno
54
+ name: Úplný název
55
55
  errors:
56
56
  models:
57
57
  initiative:
@@ -107,13 +107,13 @@ cs:
107
107
  created_at: Vytvořeno v
108
108
  id: ID
109
109
  published_at: Publikováno v
110
- state: Stát
110
+ state: Stav
111
111
  supports_count: Podpisy
112
112
  title: Iniciativy
113
113
  initiatives_type_scope:
114
114
  fields:
115
115
  scope: Rozsah
116
- supports_required: Potřebné podpory
116
+ supports_required: Vyžadováno podpisů
117
117
  name: Rozsah typu iniciativy
118
118
  initiatives_types:
119
119
  fields:
@@ -199,15 +199,15 @@ cs:
199
199
  description: Popis
200
200
  initiative_votes_count: Počet hlasů
201
201
  initiatives: Iniciativy
202
- state: Stát
202
+ state: Stav
203
203
  committee_requests:
204
204
  index:
205
205
  approve: Schvalovat
206
206
  confirm_revoke: Jste si jisti?
207
207
  invite_to_committee_help: Sdílejte tento odkaz, abyste mohli pozvat ostatní uživatele do propagačního výboru
208
- no_members_yet: V komisi promotérů nejsou žádní členové
208
+ no_members_yet: Ve výboru promotérů nejsou žádní členové
209
209
  revoke: Zrušit
210
- title: členové komise
210
+ title: Členové výboru
211
211
  content_blocks:
212
212
  highlighted_initiatives:
213
213
  max_results: Maximální množství prvků, které chcete zobrazit
@@ -245,14 +245,14 @@ cs:
245
245
  initiatives_type_scopes:
246
246
  create:
247
247
  error: Došlo k chybě
248
- success: Byla vytvořena nová oblast pro daný typ iniciativy
248
+ success: Byla vytvořena nová oblast působnosti pro daný typ iniciativy
249
249
  destroy:
250
- success: Rozsah byl úspěšně odstraněn
250
+ success: Oblast působnosti byla úspěšně odstraněna
251
251
  edit:
252
252
  back: Zpět
253
253
  confirm_destroy: Jste si jisti?
254
254
  destroy: Odstranit
255
- title: Upravit rozsah typu iniciativy
255
+ title: Upravit oblast působnosti typu iniciativy
256
256
  update: Aktualizovat
257
257
  new:
258
258
  back: Zpět
@@ -278,7 +278,7 @@ cs:
278
278
  options: Možnosti
279
279
  title: Obecná informace
280
280
  initiative_type_scopes:
281
- title: Zaměřuje se na typ iniciativy
281
+ title: Oblasti působnosti pro tento druh iniciativ
282
282
  new:
283
283
  create: Vytvořit
284
284
  title: Nový typ iniciativy
@@ -325,7 +325,7 @@ cs:
325
325
  fill_data:
326
326
  back: Zpět
327
327
  continue: Pokračovat
328
- fill_data_help: "<ul> <li>Přezkoumejte obsah své iniciativy. Je váš titul snadný pochopit? Je jasný cíl vaší iniciativy?</li> <li>Musíte zvolit typ podpisu. Osobně, online nebo kombinace obou</li> <li>Který je geografický rozsah iniciativy? Město, okres?</li> </ul>"
328
+ fill_data_help: "<ul> <li>Zkontrolujte obsah své iniciativy. Je váš nadpis snadno pochopitelný? Je jasný cíl vaší iniciativy?</li> <li>Musíte zvolit typ podpisu. Osobně, online nebo kombinace obou</li> <li>Jaký je geografický rozsah iniciativy? Město, okres?</li> </ul>"
329
329
  initiative_type: Typ iniciativy
330
330
  more_information: "(Více informací)"
331
331
  select_area: Vybrat oblast
@@ -353,14 +353,14 @@ cs:
353
353
  more_information: "(Více informací)"
354
354
  promotal_committee:
355
355
  back: Zpět
356
- individual_help_text: Tento druh občanské iniciativy vyžaduje promoterskou komisi skládající se z nejméně %{committee_size} lidí (atestoři). Musíte sdílet následující odkaz s ostatními lidmi, kteří jsou součástí této iniciativy. Když vaše kontakty obdrží tento odkaz, budou muset postupovat podle uvedených kroků.
356
+ individual_help_text: Tento druh občanské iniciativy vyžaduje promotérský výbor skládající se z nejméně %{committee_size} lidí (atestoři). Musíte sdílet následující odkaz s ostatními lidmi, kteří jsou součástí této iniciativy. Když vaše kontakty obdrží tento odkaz, budou muset postupovat podle uvedených kroků.
357
357
  more_information: "(Více informací)"
358
358
  select_initiative_type:
359
359
  back: Zpět
360
360
  choose_html: Chci vytvořit <strong>%{title}</strong>
361
361
  more_information: "(Více informací)"
362
362
  select: Chci tuto iniciativu podpořit
363
- select_initiative_type_help: Iniciativy občanů jsou prostředkem, kterým může občanství zasahovat, aby městská rada mohla podnikat kroky k ochraně obecného zájmu, které spadají do oblastí působnosti obce. Kterou iniciativu chcete spustit?
363
+ select_initiative_type_help: Iniciativy občanů jsou prostředkem, kterým mohou občané zasahovat, aby městská rada mohla podnikat kroky k ochraně obecného zájmu, které spadají do oblastí působnosti obce. Kterou iniciativu chcete začít?
364
364
  share_committee_link:
365
365
  continue: Pokračovat
366
366
  invite_to_committee_help: Odkaz na pozvání lidí, kteří budou součástí podporovaného výboru
@@ -371,15 +371,15 @@ cs:
371
371
  more_information: "(Více informací)"
372
372
  events:
373
373
  create_initiative_event:
374
- email_intro: "%{author_name} %{author_nickname}, kterého sledujete, vytvořil novou iniciativu, zkontroloval ji a přispěl:"
374
+ email_intro: "%{author_name} %{author_nickname}, kterého sledujete, vytvořil novou iniciativu, omrkněte ji a přispějte:"
375
375
  email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{author_nickname}. Po předchozím propojení můžete přestat přijímat oznámení.
376
376
  email_subject: Nová iniciativa od %{author_nickname}
377
- notification_title: Iniciativa <a href="%{resource_path}">%{resource_title}</a> byla vytvořena <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
377
+ notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> vytvořil Iniciativu <a href="%{resource_path}">%{resource_title}</a>.
378
378
  endorse_initiative_event:
379
379
  email_intro: "%{author_name} %{author_nickname}, kterého sledujete, schválil následující iniciativu, možná chcete přispět k konverzaci:"
380
- email_outro: Toto oznámení jste obdrželi, protože jste sledovali %{author_nickname}. Po předchozím propojení můžete přestat přijímat oznámení.
380
+ email_outro: Toto oznámení jste obdrželi, protože sledujete %{author_nickname}. Na předchozím odkazu můžete přestat přijímat oznámení.
381
381
  email_subject: Iniciativa byla schválena od %{author_nickname}
382
- notification_title: Iniciativa <a href="%{resource_path}">%{resource_title}</a> byla schválena <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
382
+ notification_title: Iniciativa <a href="%{resource_path}">%{resource_title}</a> byla schválena od <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
383
383
  index:
384
384
  title: Iniciativy
385
385
  initiative_signatures:
@@ -431,7 +431,7 @@ cs:
431
431
  myself: Moje iniciativy
432
432
  scope: Oblast působnosti
433
433
  search: Vyhledávání
434
- state: Stát
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: 'Třídit iniciativy podle:'
459
+ label: 'Seřadit iniciativy podle:'
460
460
  most_commented: Nejvíce komentované
461
- most_voted: Nejvíce podepsané
461
+ most_voted: S nejvíce podpisy
462
462
  random: Náhodné
463
463
  recent: Nejnovější
464
464
  recently_published: Nedávno publikované
@@ -482,7 +482,7 @@ cs:
482
482
  other: " podpisy"
483
483
  vote_cabin:
484
484
  already_voted: Již jste podepsal
485
- supports_required: "Vyžaduje se %{total_supports} podpisů"
485
+ supports_required: "Vyžaduje %{total_supports} podpisů"
486
486
  verification_required: Ověřte svůj účet, abyste podepsali iniciativu
487
487
  vote: Podepsat
488
488
  votes_blocked: Podpis zakázán
@@ -533,13 +533,13 @@ cs:
533
533
  initiatives_type:
534
534
  actions:
535
535
  title: Akce
536
- vote: Hlasování
536
+ vote: Podepsat
537
537
  layouts:
538
538
  decidim:
539
539
  admin:
540
540
  initiative:
541
541
  attachments: Přílohy
542
- committee_members: členové komise
542
+ committee_members: Členové výboru
543
543
  components: Komponenty
544
544
  information: Informace
545
545
  initiative_creation_header:
@@ -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 Endes der Unterschriftensammlung für Autoren freigeben
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: Muss erneut angehängt werden
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: Endtermin
122
+ initiative_end_date: Enddatum
106
123
  initiative_id: Initiativ-ID
107
124
  initiative_signatures_count: Anzahl der Unterschriften
108
- initiative_start_date: Anfangsdatum
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 „%{resource_title} wurde zur technischen Validierung gesendet. Über <a href="%{admin_initiative_url}">den Admin-Panel</a> können Sie sie aufrufen
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 „%{resource_title} wurde zur technischen Validierung gesendet.
124
- notification_title: Die Initiative „%{resource_title} wurde zur technischen Validierung gesendet. Über <a href="%{admin_initiative_path}">den Admin-Panel</a> können Sie sie aufrufen
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 Signaturen für die Initiative %{resource_title} wurde verlängert!
127
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie können nach dem vorherigen Link keine Benachrichtigungen mehr erhalten.
128
- email_subject: Initiativsignaturendatum verlängert!
129
- notification_title: Das Enddatum der Signaturen für die <a href="%{resource_path}">%{resource_title}</a> Initiative wurde verlängert.
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 die %{percentage}% der Unterschriften erreicht!
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> -Initiative hat die %{percentage}% der Unterschriften erreicht.
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 die %{percentage}% Unterschriften erreicht!
138
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title}. Sie können den Erhalt von Benachrichtigungen über den vorherigen Link beenden.
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> Initiative hat die %{percentage}% der Unterschriften erreicht.
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 Unterstützungsschwelle erreicht
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: Unterstützungsschwelle erreicht
145
- notification_title: Die Initiative <a href="%{resource_path}">%{resource_title}</a> hat die Unterstützungsschwelle erreicht
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} veröffentlichte die %{resource_name} Initiative"
263
- send_to_technical_validation: "%{user_name} schickte die %{resource_name} Initiative zur technischen Validierung"
264
- unpublish: "%{user_name} verworfen die %{resource_name} Initiative"
265
- update: "%{user_name} aktualisierte die %{resource_name} Initiative"
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: Herzliche Glückwünsche! Ihre Bürgerinitiative wurde erfolgreich erstellt.
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 von Bürgerinitiative erfordert eine Beförderungskommission, die aus mindestens %{committee_size} Personen besteht (Attestierer). Sie müssen den folgenden Link mit den anderen Personen teilen, die Teil dieser Initiative sind. Wenn Ihre Kontakte diesen Link erhalten, müssen sie den angegebenen Schritten folgen.
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, überprüfe es und trage dazu bei:"
347
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie können nach dem vorherigen Link keine Benachrichtigungen mehr erhalten.
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> Initiative wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</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 du folgst, hat die folgende Initiative unterstützt, vielleicht möchtest du zur Konversation beitragen:"
352
- email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{author_nickname}. Sie können nach dem vorherigen Link keine Benachrichtigungen mehr erhalten.
353
- email_subject: Initiative mit %{author_nickname}befürwortet
354
- notification_title: Die <a href="%{resource_path}">%{resource_title}</a> Initiative wurde von <a href="%{author_path}">%{author_name} %{author_nickname}</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-Unterstützung sowie von Angesicht zu Angesicht.
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 Unterstützung.
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: Schild
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: Anlagen
523
+ attachments: Beilagen
501
524
  committee_members: Ausschussmitglieder
502
525
  components: Komponenten
503
526
  information: Information