decidim-initiatives 0.26.1 → 0.26.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/initiatives/content_blocks/highlighted_initiatives/show.erb +1 -1
  3. data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +0 -5
  4. data/app/controllers/decidim/initiatives/initiatives_controller.rb +1 -1
  5. data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +5 -4
  6. data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +1 -1
  7. data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +23 -1
  8. data/app/views/decidim/initiatives/initiatives/index.html.erb +1 -1
  9. data/app/views/decidim/initiatives/initiatives/print.html.erb +120 -118
  10. data/app/views/decidim/initiatives/initiatives/show.html.erb +2 -3
  11. data/app/views/decidim/initiatives/initiatives_mailer/notify_creation.html.erb +2 -2
  12. data/app/views/layouts/decidim/_initiative_header.html.erb +1 -1
  13. data/config/locales/ar.yml +1 -2
  14. data/config/locales/ca.yml +3 -2
  15. data/config/locales/cs.yml +11 -12
  16. data/config/locales/de.yml +5 -3
  17. data/config/locales/el.yml +0 -2
  18. data/config/locales/en.yml +1 -2
  19. data/config/locales/es-MX.yml +3 -2
  20. data/config/locales/es-PY.yml +3 -2
  21. data/config/locales/es.yml +3 -2
  22. data/config/locales/eu.yml +0 -2
  23. data/config/locales/fi-plain.yml +1 -2
  24. data/config/locales/fi.yml +1 -2
  25. data/config/locales/fr-CA.yml +12 -13
  26. data/config/locales/fr.yml +131 -132
  27. data/config/locales/ga-IE.yml +0 -2
  28. data/config/locales/gl.yml +0 -2
  29. data/config/locales/hu.yml +166 -2
  30. data/config/locales/id-ID.yml +0 -2
  31. data/config/locales/is-IS.yml +2 -2
  32. data/config/locales/it.yml +0 -2
  33. data/config/locales/ja.yml +10 -11
  34. data/config/locales/lt.yml +633 -0
  35. data/config/locales/lv.yml +0 -2
  36. data/config/locales/nl.yml +0 -2
  37. data/config/locales/no.yml +0 -2
  38. data/config/locales/oc-FR.yml +1 -0
  39. data/config/locales/pl.yml +1 -2
  40. data/config/locales/pt-BR.yml +0 -2
  41. data/config/locales/pt.yml +0 -2
  42. data/config/locales/ro-RO.yml +0 -2
  43. data/config/locales/ru.yml +2 -2
  44. data/config/locales/sk.yml +0 -2
  45. data/config/locales/sv.yml +0 -2
  46. data/config/locales/tr-TR.yml +0 -2
  47. data/config/locales/uk.yml +2 -2
  48. data/config/locales/zh-CN.yml +0 -2
  49. data/lib/decidim/initiatives/admin_engine.rb +1 -1
  50. data/lib/decidim/initiatives/version.rb +1 -1
  51. metadata +27 -14
  52. data/app/controllers/concerns/decidim/initiatives/needs_initiative_type.rb +0 -30
  53. data/app/views/decidim/initiatives/admin/initiatives/show.html.erb +0 -180
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45db111dad7787dadef54db425611ded206cbac77ee988fada8d30f5b86f49c7
4
- data.tar.gz: 5ddbac2b4adcca5285312a8bb7faae5b9c41c29750c923e789955cffcf833841
3
+ metadata.gz: 4bce8faf4eba9c622c90826f483ee8842cc452d49ec07a3582dad2eddcad9136
4
+ data.tar.gz: 88981e420d6087bc67dce4185d6d2823642f12e7889ad6e54e16b71759b9ff84
5
5
  SHA512:
6
- metadata.gz: 67a11771a5df12bd1c77969776c5748b0c66aeb5babd1413a163b4ef10add6ac020ec85097d18509e1971284613c9aac1f9d4292ddaa208628e5ead71ac2ab35
7
- data.tar.gz: dbaf1c3b5a998d999ff208c259c078ba099854ffcb545a82a4c582c6d65afaf629911efb461c74433b3c6e249155b17d54181c4958d908f508741c23ebd642f2
6
+ metadata.gz: 3dcddc89855a712c11e825fea66f336c346707fbe2303449a4a09a4a92bc618da793e0c6fbf15bbad955c48bbcd8dac8f8fb3acc492103d9a3b523f46ac06722
7
+ data.tar.gz: 6002d777034937a7191c082bdda2dcf7e1ff8170e3c4db4e933d2d716e95316beb8fbfb32fd4d82c00f96b9899208167e71771887f86cd59cbf0e35070c196ee
@@ -7,7 +7,7 @@
7
7
  <div class="column">
8
8
  <%= link_to decidim_initiatives.initiative_path(initiative), class: "card card--initiative card--mini" do %>
9
9
  <div aria-hidden="true" class="card__image-top"
10
- style="background-image:url(<%= initiative.banner_image.path %>)"></div>
10
+ style="background-image:url('<%= initiative.banner_image.path %>')"></div>
11
11
  <span class="show-for-sr"><%= translated_attribute initiative.title %></span>
12
12
  <div class="card__content">
13
13
  <span class="card__title card__link"><%= decidim_html_escape(translated_attribute(initiative.title)) %></span>
@@ -22,11 +22,6 @@ module Decidim
22
22
  @initiatives = filtered_collection
23
23
  end
24
24
 
25
- # GET /admin/initiatives/:id
26
- def show
27
- enforce_permission_to :read, :initiative, initiative: current_initiative
28
- end
29
-
30
25
  # GET /admin/initiatives/:id/edit
31
26
  def edit
32
27
  enforce_permission_to :edit, :initiative, initiative: current_initiative
@@ -111,7 +111,7 @@ module Decidim
111
111
  alias current_initiative current_participatory_space
112
112
 
113
113
  def current_participatory_space
114
- @current_participatory_space ||= Initiative.find_by(id: id_from_slug(params[:slug]))
114
+ @current_participatory_space ||= Initiative.find(id_from_slug(params[:slug]))
115
115
  end
116
116
 
117
117
  def current_participatory_space_manifest
@@ -68,11 +68,12 @@
68
68
 
69
69
  <% if allowed_to? :read, :initiative, initiative: initiative %>
70
70
  <%= icon_link_to "print",
71
- decidim_admin_initiatives.initiative_path(initiative.to_param),
71
+ decidim_initiatives.print_initiative_path(initiative),
72
72
  t(".print",),
73
- class: "action-icon--print" %>
74
- <% else %>
75
- <span class="action-space icon"></span>
73
+ class: "action-icon--print",
74
+ target: :blank %>
75
+ <% else %>
76
+ <span class="action-space icon"></span>
76
77
  <% end %>
77
78
  <%= free_resource_permissions_link(initiative) || content_tag(:span, nil, class: "action-space icon") %>
78
79
  </td>
@@ -14,7 +14,7 @@
14
14
 
15
15
  <div class="row">
16
16
  <div class="columns xlarge-6">
17
- <%= form.upload :banner_image %>
17
+ <%= form.upload :banner_image, optional: false %>
18
18
  </div>
19
19
  </div>
20
20
  </div>
@@ -27,7 +27,29 @@
27
27
  <%= translated_attribute initiative_type.title %></td>
28
28
  <% end %>
29
29
  <td><%= l initiative_type.created_at, format: :short %></td>
30
- <td class="table-list__actions"><%= free_resource_permissions_link(initiative_type) %></td>
30
+ <td class="table-list__actions">
31
+ <% if allowed_to? :update, :initiative_type, initiative_type: initiative_type %>
32
+ <%= icon_link_to "pencil",
33
+ edit_initiatives_type_path(initiative_type),
34
+ t("actions.configure", scope: "decidim.admin"),
35
+ class: "action-icon--edit" %>
36
+ <% else %>
37
+ <span class="action-space icon"></span>
38
+ <% end %>
39
+
40
+ <%= free_resource_permissions_link(initiative_type) %>
41
+
42
+ <% if allowed_to? :destroy, :initiative_type, initiative_type: initiative_type %>
43
+ <%= icon_link_to "circle-x",
44
+ initiative_type,
45
+ t("actions.destroy", scope: "decidim.admin"),
46
+ class: "action-icon--remove",
47
+ method: :delete,
48
+ data: { confirm: t("actions.confirm_destroy", scope: "decidim.admin") } %>
49
+ <% else %>
50
+ <span class="action-space icon"></span>
51
+ <% end %>
52
+ </td>
31
53
  <% end %>
32
54
  </tbody>
33
55
  </table>
@@ -1,7 +1,7 @@
1
1
  <%
2
2
  edit_link(
3
3
  decidim_admin_initiatives.initiatives_path,
4
- :list,
4
+ :read,
5
5
  :initiative
6
6
  )
7
7
  %>
@@ -1,156 +1,158 @@
1
- <div class="initiative-letterhead">
2
- <% if current_organization.logo.present? %>
3
- <%= image_tag current_organization.logo.url, title: current_organization.name %>
4
- <% end %>
1
+ <div class="wrapper">
2
+ <div class="initiative-letterhead">
3
+ <% if current_organization.logo.present? %>
4
+ <%= image_tag current_organization.attached_uploader(:logo).path(variant: :medium), title: current_organization.name %>
5
+ <% end %>
5
6
 
6
- <%= current_organization.name %>
7
- </div>
8
- <h3 class="print-section-title"><%= t ".section" %></h3>
9
- <div class="initiative-print-title">
10
- <%= t ".general_title" %>
11
- </div>
12
-
13
- <div class="print-table">
14
- <div class="print-table-header">
15
- <%= t ".author_title" %>
7
+ <%= current_organization.name %>
16
8
  </div>
17
-
18
- <div class="print-table-row">
19
- <div class="print-table-cell">
20
- <div class="cell-header"><%= t ".id_number" %></div>
21
- <div class="cell-content"></div>
22
- </div>
9
+ <h3 class="print-section-title"><%= t ".section" %></h3>
10
+ <div class="initiative-print-title">
11
+ <%= t ".general_title" %>
23
12
  </div>
24
13
 
25
- <div class="print-table-row">
26
- <div class="print-table-cell">
27
- <div class="cell-header"><%= t ".full_name" %></div>
28
- <div class="cell-content"></div>
14
+ <div class="print-table">
15
+ <div class="print-table-header">
16
+ <%= t ".author_title" %>
29
17
  </div>
30
- </div>
31
18
 
32
- <div class="print-table-row">
33
- <div class="print-table-cell">
34
- <div class="cell-header"><%= t ".address" %></div>
35
- <div class="cell-content"></div>
19
+ <div class="print-table-row">
20
+ <div class="print-table-cell">
21
+ <div class="cell-header"><%= t ".id_number" %></div>
22
+ <div class="cell-content"></div>
23
+ </div>
36
24
  </div>
37
- </div>
38
25
 
39
- <div class="print-table-row">
40
- <div class="print-table-cell w33">
41
- <div class="cell-header"><%= t ".city" %></div>
42
- <div class="cell-content"></div>
43
- </div>
44
- <div class="print-table-cell w33">
45
- <div class="cell-header"><%= t ".province" %></div>
46
- <div class="cell-content"></div>
47
- </div>
48
- <div class="print-table-cell w33">
49
- <div class="cell-header"><%= t ".postal_code" %></div>
50
- <div class="cell-content"></div>
26
+ <div class="print-table-row">
27
+ <div class="print-table-cell">
28
+ <div class="cell-header"><%= t ".full_name" %></div>
29
+ <div class="cell-content"></div>
30
+ </div>
51
31
  </div>
52
- </div>
53
32
 
54
- <div class="print-table-row">
55
- <div class="print-table-cell w33">
56
- <div class="cell-header"><%= t ".phone_number" %></div>
57
- <div class="cell-content"></div>
33
+ <div class="print-table-row">
34
+ <div class="print-table-cell">
35
+ <div class="cell-header"><%= t ".address" %></div>
36
+ <div class="cell-content"></div>
37
+ </div>
58
38
  </div>
59
39
 
60
- <div class="print-table-cell">
61
- <div class="cell-header"><%= t ".email" %></div>
62
- <div class="cell-content"><%= current_initiative.author.email %></div>
40
+ <div class="print-table-row">
41
+ <div class="print-table-cell w33">
42
+ <div class="cell-header"><%= t ".city" %></div>
43
+ <div class="cell-content"></div>
44
+ </div>
45
+ <div class="print-table-cell w33">
46
+ <div class="cell-header"><%= t ".province" %></div>
47
+ <div class="cell-content"></div>
48
+ </div>
49
+ <div class="print-table-cell w33">
50
+ <div class="cell-header"><%= t ".postal_code" %></div>
51
+ <div class="cell-content"></div>
52
+ </div>
63
53
  </div>
64
- </div>
65
- </div>
66
- <br><br>
67
- <div class="print-table">
68
- <div class="print-table-header">
69
- Members of the initiative's promoter committee
70
- </div>
71
54
 
72
- <div class="print-table-row">
73
- <div class="print-table-cell w33"><%= t ".full_name" %></div>
74
- <div class="print-table-cell w33"><%= t ".id_number" %></div>
75
- <div class="print-table-cell w33"><%= t ".address" %></div>
55
+ <div class="print-table-row">
56
+ <div class="print-table-cell w33">
57
+ <div class="cell-header"><%= t ".phone_number" %></div>
58
+ <div class="cell-content"></div>
59
+ </div>
60
+
61
+ <div class="print-table-cell">
62
+ <div class="cell-header"><%= t ".email" %></div>
63
+ <div class="cell-content"><%= current_initiative.author.email %></div>
64
+ </div>
65
+ </div>
76
66
  </div>
67
+ <br><br>
68
+ <div class="print-table">
69
+ <div class="print-table-header">
70
+ <%= t ".members_header" %>
71
+ </div>
77
72
 
78
- <% 4.times do %>
79
73
  <div class="print-table-row">
80
- <div class="print-table-cell w33"></div>
81
- <div class="print-table-cell w33"></div>
82
- <div class="print-table-cell w33"></div>
74
+ <div class="print-table-cell w33"><%= t ".full_name" %></div>
75
+ <div class="print-table-cell w33"><%= t ".id_number" %></div>
76
+ <div class="print-table-cell w33"><%= t ".address" %></div>
83
77
  </div>
84
- <% end %>
85
- </div>
86
78
 
87
- <h2 class="print-section-title"><%= t ".initiative.type" %></h2>
88
- <%= translated_attribute(current_initiative.type.title) %>
79
+ <% 4.times do %>
80
+ <div class="print-table-row">
81
+ <div class="print-table-cell w33"></div>
82
+ <div class="print-table-cell w33"></div>
83
+ <div class="print-table-cell w33"></div>
84
+ </div>
85
+ <% end %>
86
+ </div>
89
87
 
90
- <h2 class="print-section-title"><%= t ".initiative.title" %></h2>
91
- <%= translated_attribute(current_initiative.title) %>
88
+ <h2 class="print-section-title"><%= t ".initiative.type" %></h2>
89
+ <%= translated_attribute(current_initiative.type.title) %>
92
90
 
93
- <h2 class="print-section-title"><%= t ".initiative.description" %></h2>
94
- <%= decidim_sanitize_editor translated_attribute(current_initiative.description) %>
91
+ <h2 class="print-section-title"><%= t ".initiative.title" %></h2>
92
+ <%= translated_attribute(current_initiative.title) %>
95
93
 
96
- <div class="print-table">
97
- <div class="print-table-header">
98
- <%= t ".initiative.attachments" %>
99
- </div>
94
+ <h2 class="print-section-title"><%= t ".initiative.description" %></h2>
95
+ <%= decidim_sanitize_editor translated_attribute(current_initiative.description) %>
100
96
 
101
- <div class="print-table-row">
102
- <div class="print-table-cell checkbox-cell"></div>
103
- <div class="print-table-cell">
104
- <div class="cell-content"></div>
97
+ <div class="print-table">
98
+ <div class="print-table-header">
99
+ <%= t ".initiative.attachments" %>
105
100
  </div>
106
- </div>
107
101
 
108
- <div class="print-table-row">
109
- <div class="print-table-cell checkbox-cell"></div>
110
- <div class="print-table-cell">
111
- <div class="cell-content"><div class="cell-content"></div></div>
102
+ <div class="print-table-row">
103
+ <div class="print-table-cell checkbox-cell"></div>
104
+ <div class="print-table-cell">
105
+ <div class="cell-content"></div>
106
+ </div>
112
107
  </div>
113
- </div>
114
108
 
115
- <div class="print-table-row">
116
- <div class="print-table-cell checkbox-cell"></div>
117
- <div class="print-table-cell">
118
- <div class="cell-content"></div>
109
+ <div class="print-table-row">
110
+ <div class="print-table-cell checkbox-cell"></div>
111
+ <div class="print-table-cell">
112
+ <div class="cell-content"><div class="cell-content"></div></div>
113
+ </div>
119
114
  </div>
120
- </div>
121
115
 
122
- <div class="print-table-row">
123
- <div class="print-table-cell checkbox-cell"></div>
124
- <div class="print-table-cell">
125
- <div class="cell-content"></div>
116
+ <div class="print-table-row">
117
+ <div class="print-table-cell checkbox-cell"></div>
118
+ <div class="print-table-cell">
119
+ <div class="cell-content"></div>
120
+ </div>
126
121
  </div>
127
- </div>
128
122
 
129
- <div class="print-table-row">
130
- <div class="print-table-cell checkbox-cell"></div>
131
- <div class="print-table-cell">
132
- <div class="cell-content"></div>
123
+ <div class="print-table-row">
124
+ <div class="print-table-cell checkbox-cell"></div>
125
+ <div class="print-table-cell">
126
+ <div class="cell-content"></div>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="print-table-row">
131
+ <div class="print-table-cell checkbox-cell"></div>
132
+ <div class="print-table-cell">
133
+ <div class="cell-content"></div>
134
+ </div>
133
135
  </div>
134
- </div>
135
136
 
136
- <div class="print-table-row">
137
- <div class="print-table-cell checkbox-cell"></div>
138
- <div class="print-table-cell">
139
- <div class="cell-content"></div>
137
+ <div class="print-table-row">
138
+ <div class="print-table-cell checkbox-cell"></div>
139
+ <div class="print-table-cell">
140
+ <div class="cell-content"></div>
141
+ </div>
140
142
  </div>
141
143
  </div>
142
- </div>
143
- <br>
144
- <div class="print-table no-border">
145
- <div class="print-table-row no-border">
146
- <div class="print-table-cell w50 no-border" style="font-weight: bold"><%= t ".place_date" %></div>
147
- <div class="print-table-cell w50 no-border" style="font-weight: bold"><%= t ".signature" %></div>
144
+ <br>
145
+ <div class="print-table no-border">
146
+ <div class="print-table-row no-border">
147
+ <div class="print-table-cell w50 no-border" style="font-weight: bold"><%= t ".place_date" %></div>
148
+ <div class="print-table-cell w50 no-border" style="font-weight: bold"><%= t ".signature" %></div>
149
+ </div>
148
150
  </div>
149
- </div>
150
151
 
151
- <p class="print-initiative-legal-text">
152
- <%= t ".legal_text" %>
153
- </p>
152
+ <p class="print-initiative-legal-text">
153
+ <%= t ".legal_text" %>
154
+ </p>
154
155
 
155
- <a href="#" onclick="window.print();return false;" class="button expanded"><%= t ".print" %></a>
156
- <%= stylesheet_pack_tag "decidim_initiatives_print", media: "all" %>
156
+ <a href="#" onclick="window.print();return false;" class="button expanded"><%= t ".print" %></a>
157
+ <%= stylesheet_pack_tag "decidim_initiatives_print", media: "all" %>
158
+ </div>
@@ -9,9 +9,8 @@
9
9
  <%
10
10
  edit_link(
11
11
  resource_locator(current_participatory_space).edit,
12
- :update,
13
- :initiative,
14
- initiative: current_participatory_space
12
+ :read,
13
+ :initiative
15
14
  )
16
15
  %>
17
16
 
@@ -3,7 +3,7 @@
3
3
  <%= link_to t("decidim.initiatives.initiatives_mailer.more_information"), decidim.page_url("initiatives", host: @organization.host) %>
4
4
  </p>
5
5
 
6
- <% if @initiative.created_by_individual? %>
6
+ <% if @initiative.promoting_committee_enabled? %>
7
7
  <p>
8
8
  <%= t "decidim.initiatives.initiatives_mailer.promotal_committee_help",
9
9
  member_count: Decidim::Initiatives.minimum_committee_members %>
@@ -18,5 +18,5 @@
18
18
  <p>
19
19
  <%= t("check_initiative_details", scope: "decidim.initiatives.initiatives_mailer.initiative_link") %>
20
20
  <%= link_to t("here", scope: "decidim.initiatives.initiatives_mailer.initiative_link"),
21
- decidim_admin_initiatives.initiative_url(@initiative, host: @organization.host) %>
21
+ decidim_initiatives.initiative_url(@initiative, host: @organization.host) %>
22
22
  </p>
@@ -1,7 +1,7 @@
1
1
  <div class="process-header">
2
2
  <div class="process-header__inner">
3
3
  <div class="row column process-header__main"
4
- style="background-image:url(<%= current_participatory_space.type.attached_uploader(:banner_image).path %>);">
4
+ style="background-image:url('<%= current_participatory_space.type.attached_uploader(:banner_image).path %>');">
5
5
  </div>
6
6
  <div class="process-header__container row collapse column">
7
7
  <div class="columns mediumlarge-8 process-header__info">
@@ -184,8 +184,6 @@ ar:
184
184
  actions_title: عمل
185
185
  preview: معاينة
186
186
  print: طباعة
187
- show:
188
- print: طباعة
189
187
  update:
190
188
  error: حدث خطأ
191
189
  success: تم تحديث المبادرة بنجاح
@@ -219,6 +217,7 @@ ar:
219
217
  destroy: حذف
220
218
  update: تحديث
221
219
  form:
220
+ child_scope_threshold_enabled_help: 'هذا الاعداد لا يدعم التصويت الغير الكترونى, لكنه يدعم المجالات الفرعيه و يعمل مع مؤثق أصوات مربوط مع مجال المستخدم, تاكد انك قمت بأختيار طرق التوثيق, بالاسفل أعدادات التوثيق. لكى يعمل مع المجالات تحتاج بظبط الأعدادات بشكل هرمى: ١ أب لكل عدد من الأبناء. لمعلومات أكثر عن كيفيه ظبط الاعدادت، قم بتصفح هذا <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">الرابط</a>.'
222
221
  title: معلومات عامة
223
222
  initiative_type_scopes:
224
223
  title: نطاقات لنوع المبادرة
@@ -238,8 +238,6 @@ ca:
238
238
  edit: Edita
239
239
  new: Nou
240
240
  photos: Fotografies
241
- show:
242
- print: Imprimir
243
241
  update:
244
242
  error: S'ha produït un error
245
243
  success: La iniciativa ciutadana s'ha actualitzat correctament
@@ -274,6 +272,8 @@ ca:
274
272
  update: Actualitza
275
273
  form:
276
274
  authorizations: Configuració de l'autorització
275
+ child_scope_threshold_enabled_help: 'Aquest ajust de configuració no admet les votacions sense connexió, habilita els subàmbits i funciona amb un gestor d''autoritzacions que associa un àmbit a la participant, assegureu-vos de seleccionar aquesta autorització, més avall a la configuració d''autoritzacions. Per a que funcioni, els àmbits han de configurar-se de forma jerárquica: 1 Pare - N fills. Per a més informació sobre com funciona aquesta configuració, <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">veure aquest enllaç</a>.'
276
+ only_global_scope_enabled_help: Marca aquesta casella si has habilitat "Activar signatures per subàmbit" i vas configurar l'àmbit global com l'àmbit principal. En habilitar aquesta casella, la selecció del tipus d'iniciativa s'ometrà en l'assistent de creació d'iniciatives. Per a més informació sobre com funciona aquesta configuració, consulta aquest <a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">enllaç</a>.
277
277
  options: Opcions
278
278
  title: Informació general
279
279
  initiative_type_scopes:
@@ -505,6 +505,7 @@ ca:
505
505
  title: 'Títol:'
506
506
  type: Tipus d'iniciativa
507
507
  legal_text: Les dades personals recollides seran incorporades i tractades confidencialment per l'organització, d'acord amb la legislació actual.
508
+ members_header: Membres de la comissió promotora de la iniciativa
508
509
  phone_number: Número de telèfon
509
510
  place_date: Lloc, data
510
511
  postal_code: Codi postal
@@ -12,7 +12,7 @@ cs:
12
12
  signature_type: Typ sbírky podpisu
13
13
  signature_type_values:
14
14
  any: Online nebo naživo
15
- offline: Z očí do očí
15
+ offline: Osobně
16
16
  online: OnLine
17
17
  state: Stav
18
18
  title: Titul
@@ -23,7 +23,7 @@ cs:
23
23
  attachments_enabled: Povolit přílohy
24
24
  banner_image: Obrázek banneru
25
25
  child_scope_threshold_enabled: Povolit podpisy podřízené oblasti působnosti
26
- collect_user_extra_fields: Sbírejte osobní údaje uživatelů podpisem
26
+ collect_user_extra_fields: Shromažďovat osobní údaje účastníků při podpisu
27
27
  custom_signature_end_date_enabled: Povolit autorům zvolit konec doby sběru podpisů
28
28
  description: Popis
29
29
  document_number_authorization_handler: Autorizace k ověření čísla dokumentu pro podpisy
@@ -55,9 +55,9 @@ cs:
55
55
  activerecord:
56
56
  models:
57
57
  decidim/initiative:
58
- one: Initativní
58
+ one: Iniciativa
59
59
  few: Iniciativy
60
- many: Iniciativy
60
+ many: Iniciativ
61
61
  other: Iniciativy
62
62
  decidim/initiative_comittee:
63
63
  one: Výbor
@@ -244,8 +244,6 @@ cs:
244
244
  edit: Upravit
245
245
  new: Nový
246
246
  photos: Fotky
247
- show:
248
- print: Vytisknout
249
247
  update:
250
248
  error: Došlo k chybě
251
249
  success: Iniciativa občanů byla úspěšně aktualizována
@@ -315,7 +313,7 @@ cs:
315
313
  all: Vše
316
314
  answered: Odpovězeno
317
315
  closed: Uzavřeno
318
- open: otevřeno
316
+ open: Otevřeno
319
317
  rejected: Nedostatek podpisů
320
318
  filter_type_values:
321
319
  all: Vše
@@ -331,7 +329,7 @@ cs:
331
329
  success: Vaše žádost byla zaslána autorovi iniciativy.
332
330
  content_blocks:
333
331
  highlighted_initiatives:
334
- name: Zdůrazněné iniciativy
332
+ name: Zvýrazněné iniciativy
335
333
  create_initiative:
336
334
  fill_data:
337
335
  back: Zpět
@@ -519,6 +517,7 @@ cs:
519
517
  title: 'Titul:'
520
518
  type: Typ iniciativy
521
519
  legal_text: Shromážděné osobní údaje organizace začlení a bude s nimi nakládat důvěrně v souladu s platnými právními předpisy.
520
+ members_header: Členové propagačního výboru iniciativy
522
521
  phone_number: Telefonní číslo
523
522
  place_date: Místo, datum
524
523
  postal_code: PSČ/ZIP
@@ -550,10 +549,10 @@ cs:
550
549
  votes_blocked: Podpis zakázán
551
550
  votes_count:
552
551
  count:
553
- one: PODPIS
554
- few: PODPISY
555
- many: PODPISY
556
- other: PODPISY
552
+ one: Podpis
553
+ few: Podpisy
554
+ many: Podpisů
555
+ other: Podpisů
557
556
  most_popular_initiative: Nejoblíbenější iniciativa
558
557
  need_more_votes: Potřebujete další podpisy
559
558
  initiatives_mailer:
@@ -238,8 +238,6 @@ de:
238
238
  edit: Bearbeiten
239
239
  new: Neu
240
240
  photos: Fotos
241
- show:
242
- print: Drucken
243
241
  update:
244
242
  error: Ein Fehler ist aufgetreten
245
243
  success: Die Bürgerinitiative wurde erfolgreich aktualisiert
@@ -406,6 +404,7 @@ de:
406
404
  notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> hat sich für das Promoter-Komittee Ihrer Initiative <a href="%{resource_url}">%{resource_title}</a> beworben. Um anzunehmen oder abzulehnen, klicken Sie <a href="%{resource_url}/edit">hier</a>.
407
405
  form:
408
406
  add_attachments: Dokumente
407
+ attachment_legend: "(Optional) Anhang hinzufügen"
409
408
  delete_attachment: Löschen
410
409
  index:
411
410
  title: Initiativen
@@ -576,6 +575,9 @@ de:
576
575
  menu:
577
576
  initiatives: Initiativen
578
577
  resources:
578
+ initiative:
579
+ actions:
580
+ comment: Kommentar
579
581
  initiatives_type:
580
582
  actions:
581
583
  title: Aktionen
@@ -607,7 +609,7 @@ de:
607
609
  title: Zeichen %{initiative_title}
608
610
  initiatives:
609
611
  initiative:
610
- check: Hör zu
612
+ check: Mehr erfahren
611
613
  check_and_support: Überprüfe es und unterschreibe es
612
614
  no_initiatives_yet:
613
615
  no_initiatives_yet: Keine Initiativen bisher!
@@ -202,8 +202,6 @@ el:
202
202
  edit: Επεξεργασία
203
203
  new: Νέα
204
204
  photos: Φωτογραφίες
205
- show:
206
- print: Εκτύπωση
207
205
  update:
208
206
  error: Παρουσιάστηκε σφάλμα
209
207
  success: Η πρωτοβουλία ενημερώθηκε με επιτυχία
@@ -239,8 +239,6 @@ en:
239
239
  edit: Edit
240
240
  new: New
241
241
  photos: Photos
242
- show:
243
- print: Print
244
242
  update:
245
243
  error: An error has occurred
246
244
  success: The initiative has been successfully updated
@@ -508,6 +506,7 @@ en:
508
506
  title: 'Title:'
509
507
  type: Type of initiative
510
508
  legal_text: The personal data collected will be incorporated and treated confidentially by the organization, according to current legislation.
509
+ members_header: Members of the initiative's promoter committee
511
510
  phone_number: Phone Number
512
511
  place_date: Place, Date
513
512
  postal_code: Postal Code/ZIP