decidim-assemblies 0.32.0.rc1 → 0.32.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/commands/decidim/assemblies/admin/duplicate_assembly.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_duplicate_form.rb +0 -1
- data/app/helpers/decidim/assemblies/assemblies_helper.rb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_assembly_row.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +11 -5
- data/app/views/decidim/assemblies/admin/assembly_duplicates/_form.html.erb +0 -3
- data/app/views/decidim/assemblies/assemblies/show.html.erb +1 -1
- data/config/locales/ar.yml +1 -0
- data/config/locales/bg.yml +1 -0
- data/config/locales/bs-BA.yml +1 -0
- data/config/locales/ca-IT.yml +4 -3
- data/config/locales/ca.yml +4 -3
- data/config/locales/cs.yml +3 -2
- data/config/locales/de.yml +1 -2
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +3 -2
- data/config/locales/es-PY.yml +3 -2
- data/config/locales/es.yml +3 -2
- data/config/locales/eu.yml +5 -4
- data/config/locales/fi-plain.yml +3 -2
- data/config/locales/fi.yml +3 -2
- data/config/locales/fr-CA.yml +3 -2
- data/config/locales/fr.yml +3 -2
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/pt-BR.yml +2 -1
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +1 -0
- data/config/locales/ru.yml +1 -0
- data/config/locales/sk.yml +374 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -2
- data/config/locales/tr-TR.yml +1 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/zh-CN.yml +1 -0
- data/config/locales/zh-TW.yml +1 -0
- data/decidim-assemblies.gemspec +1 -1
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2559ffed17d5a732fcb20a0d7c95728576c8804d98873f53c5e588037a8c4f62
|
|
4
|
+
data.tar.gz: 170eb7d950b59e5d7f62f3fdf2ef85755bdbfed4c5ef543b86cf9eb196924559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbc8e0dbe8e7caea5edb3c2e063602a875ac09fa5cdd83c6912a463fb3824571c14185a87f4d863a1bd18983c9025797de5f7f950920b1f5bca6e40c9eb2473f
|
|
7
|
+
data.tar.gz: 9c8e1079afd500358963d082a2f0ef659fc54e0b8f11556538766d4f2272097f899f71039f2cf65adeadaaafac3dfb9ff075c1fbc0f7963ea70abe1f800422c2
|
|
@@ -29,8 +29,8 @@ module Decidim
|
|
|
29
29
|
Assembly.transaction do
|
|
30
30
|
duplicate_assembly
|
|
31
31
|
duplicate_assembly_attachments
|
|
32
|
+
duplicate_landing_page_blocks
|
|
32
33
|
duplicate_assembly_components if @form.duplicate_components?
|
|
33
|
-
duplicate_landing_page_blocks if @form.duplicate_landing_page_blocks?
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
36
|
|
|
@@ -15,7 +15,6 @@ module Decidim
|
|
|
15
15
|
|
|
16
16
|
attribute :slug, String
|
|
17
17
|
attribute :duplicate_components, Boolean
|
|
18
|
-
attribute :duplicate_landing_page_blocks, Boolean
|
|
19
18
|
|
|
20
19
|
validates :slug, presence: true, format: { with: Decidim::Assembly.slug_format }
|
|
21
20
|
validates :title, translatable_presence: true
|
|
@@ -30,7 +30,7 @@ module Decidim
|
|
|
30
30
|
)
|
|
31
31
|
] + components.map do |component|
|
|
32
32
|
{
|
|
33
|
-
name:
|
|
33
|
+
name: translated_attribute(component.name),
|
|
34
34
|
url: main_component_path(component),
|
|
35
35
|
active: is_active_link?(main_component_path(component), :inclusive)
|
|
36
36
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
<% if assembly.published? %>
|
|
146
146
|
<li class="dropdown__item">
|
|
147
147
|
<div class="dropdown__button-disabled">
|
|
148
|
-
<%= with_tooltip t("tooltips.deleted_assemblies_info", scope: "decidim.admin") do %>
|
|
148
|
+
<%= with_tooltip t("tooltips.deleted_assemblies_info", scope: "decidim.admin"), class: :left do %>
|
|
149
149
|
<%= icon "delete-bin-line", class: "text-gray" %>
|
|
150
150
|
<span>
|
|
151
151
|
<%= t("actions.soft_delete", scope: "decidim.admin") %>
|
|
@@ -191,11 +191,17 @@
|
|
|
191
191
|
<%# i18n-tasks-use t("decidim.assemblies.admin.assemblies.form.access.options.open") %>
|
|
192
192
|
<%# i18n-tasks-use t("decidim.assemblies.admin.assemblies.form.access.options.restricted") %>
|
|
193
193
|
<%# i18n-tasks-use t("decidim.assemblies.admin.assemblies.form.access.options.transparent") %>
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
194
|
+
<%= form.collection_radio_buttons :access_mode,
|
|
195
|
+
Decidim::Assembly::ACCESS_MODES.keys,
|
|
196
|
+
->(mode) { mode },
|
|
197
|
+
->(mode) { t(mode, scope: "decidim.admin.assemblies.index.access_modes") } do |builder| %>
|
|
198
|
+
<%= builder.label(for: nil, class: "form__wrapper-checkbox-label") do %>
|
|
199
|
+
<%= builder.radio_button(id: nil, label: false) %>
|
|
200
|
+
<span>
|
|
201
|
+
<strong class="font-semibold"><%= builder.text %></strong>
|
|
202
|
+
<%= t(builder.value, scope: "decidim.assemblies.admin.assemblies.form.access.options") %>
|
|
203
|
+
</span>
|
|
204
|
+
<% end %>
|
|
199
205
|
<% end %>
|
|
200
206
|
</div>
|
|
201
207
|
</fieldset>
|
|
@@ -15,7 +15,7 @@ edit_link(
|
|
|
15
15
|
|
|
16
16
|
<%= render partial: "layouts/decidim/header/follow_space_menu_bar_button", locals: { participatory_space: current_participatory_space } %>
|
|
17
17
|
|
|
18
|
-
<main>
|
|
18
|
+
<main role="main">
|
|
19
19
|
<% if current_participatory_space.restricted? %>
|
|
20
20
|
<section class="participatory-space__block-reference alert">
|
|
21
21
|
<%= t("restricted_space", scope: "decidim.participatory_spaces.show") %>
|
data/config/locales/ar.yml
CHANGED
data/config/locales/bg.yml
CHANGED
data/config/locales/bs-BA.yml
CHANGED
data/config/locales/ca-IT.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ca-IT:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -164,7 +165,7 @@ ca-IT:
|
|
|
164
165
|
attachments: Adjunts
|
|
165
166
|
components: Components
|
|
166
167
|
info: Quant a aquesta assemblea
|
|
167
|
-
landing_page: Disposició de la pàgina
|
|
168
|
+
landing_page: Disposició de la pàgina d'inici
|
|
168
169
|
members: Membres
|
|
169
170
|
moderations: Moderacions
|
|
170
171
|
see_assembly: Veure l'assemblea
|
|
@@ -241,8 +242,8 @@ ca-IT:
|
|
|
241
242
|
label: Accés
|
|
242
243
|
options:
|
|
243
244
|
open: Qualsevol pot veure i participar a l'assemblea.
|
|
244
|
-
restricted: Només
|
|
245
|
-
transparent: Qualsevol pot veure l'assemblea, però només
|
|
245
|
+
restricted: Només membres i administradores poden veure aquesta assemblea i participar-hi. No apareixerà a la cerca general, API, ni als arxius de dates oberts.
|
|
246
|
+
transparent: Qualsevol pot veure l'assemblea, però només membres i administradores hi poden participar.
|
|
246
247
|
set_this_space_as: Defineix el tipus d'accés a aquest espai
|
|
247
248
|
define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
|
|
248
249
|
duration: Durada
|
data/config/locales/ca.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ca:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -164,7 +165,7 @@ ca:
|
|
|
164
165
|
attachments: Adjunts
|
|
165
166
|
components: Components
|
|
166
167
|
info: Quant a aquesta assemblea
|
|
167
|
-
landing_page: Disposició de la pàgina
|
|
168
|
+
landing_page: Disposició de la pàgina d'inici
|
|
168
169
|
members: Membres
|
|
169
170
|
moderations: Moderacions
|
|
170
171
|
see_assembly: Veure l'assemblea
|
|
@@ -241,8 +242,8 @@ ca:
|
|
|
241
242
|
label: Accés
|
|
242
243
|
options:
|
|
243
244
|
open: Qualsevol pot veure i participar a l'assemblea.
|
|
244
|
-
restricted: Només
|
|
245
|
-
transparent: Qualsevol pot veure l'assemblea, però només
|
|
245
|
+
restricted: Només membres i administradores poden veure aquesta assemblea i participar-hi. No apareixerà a la cerca general, API, ni als arxius de dates oberts.
|
|
246
|
+
transparent: Qualsevol pot veure l'assemblea, però només membres i administradores hi poden participar.
|
|
246
247
|
set_this_space_as: Defineix el tipus d'accés a aquest espai
|
|
247
248
|
define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
|
|
248
249
|
duration: Durada
|
data/config/locales/cs.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
cs:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -247,8 +248,8 @@ cs:
|
|
|
247
248
|
label: Přístup
|
|
248
249
|
options:
|
|
249
250
|
open: Každý může vidět shromáždění a zúčastnit.
|
|
250
|
-
restricted: Pouze členové se mohou podívat a zúčastnit.
|
|
251
|
-
transparent: Každý může shromáždění vidět, ale mohou se účastnit pouze
|
|
251
|
+
restricted: Pouze členové a administrátoři se mohou podívat a zúčastnit. Neobjeví se v obecném vyhledávání, API ani v otevřených datových souborech.
|
|
252
|
+
transparent: Každý může shromáždění vidět, ale mohou se účastnit pouze členové a správci.
|
|
252
253
|
set_this_space_as: Nastavit tento prostor jako
|
|
253
254
|
define_taxonomy_filters: Před použitím tohoto nastavení prosím definujte některé filtry pro tento participační prostor.
|
|
254
255
|
duration: Doba trvání
|
data/config/locales/de.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
de:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,6 @@ de:
|
|
|
241
242
|
label: Zugriff
|
|
242
243
|
options:
|
|
243
244
|
open: Jeder kann die Versammlung sehen und teilnehmen.
|
|
244
|
-
restricted: Nur Mitglieder können sehen und teilnehmen.
|
|
245
|
-
transparent: Jeder kann die Versammlung sehen, aber nur die Mitglieder können teilnehmen.
|
|
246
245
|
set_this_space_as: Setze diesen Bereich als
|
|
247
246
|
define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
|
|
248
247
|
duration: Aktiv bis
|
data/config/locales/el.yml
CHANGED
data/config/locales/en.yml
CHANGED
|
@@ -242,8 +242,8 @@ en:
|
|
|
242
242
|
label: Access
|
|
243
243
|
options:
|
|
244
244
|
open: Everyone can see the assembly and participate.
|
|
245
|
-
restricted: Only members can see and participate.
|
|
246
|
-
transparent: Everyone can see the assembly, but only members can participate.
|
|
245
|
+
restricted: Only members and administrators can see and participate. It will not appear in the general search, API, nor open data files.
|
|
246
|
+
transparent: Everyone can see the assembly, but only members and administrators can participate.
|
|
247
247
|
set_this_space_as: Set this space as
|
|
248
248
|
define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
|
|
249
249
|
duration: Duration
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-MX:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,8 @@ es-MX:
|
|
|
241
242
|
label: Acceso
|
|
242
243
|
options:
|
|
243
244
|
open: Cualquiera puede ver y participar a la asamblea.
|
|
244
|
-
restricted: Solo
|
|
245
|
-
transparent: Cualquiera puede ver la asamblea, pero solo
|
|
245
|
+
restricted: Solo miembros y administradoras pueden ver y participar. No aparecerá en la búsqueda general, API, ni en los archivos de datos abiertos.
|
|
246
|
+
transparent: Cualquiera puede ver la asamblea, pero solo miembros y administradoras pueden participar.
|
|
246
247
|
set_this_space_as: Define el tipo de acceso a este espacio
|
|
247
248
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
248
249
|
duration: Duración
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-PY:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,8 @@ es-PY:
|
|
|
241
242
|
label: Acceso
|
|
242
243
|
options:
|
|
243
244
|
open: Cualquiera puede ver y participar a la asamblea.
|
|
244
|
-
restricted: Solo
|
|
245
|
-
transparent: Cualquiera puede ver la asamblea, pero solo
|
|
245
|
+
restricted: Solo miembros y administradoras pueden ver y participar. No aparecerá en la búsqueda general, API, ni en los archivos de datos abiertos.
|
|
246
|
+
transparent: Cualquiera puede ver la asamblea, pero solo miembros y administradoras pueden participar.
|
|
246
247
|
set_this_space_as: Define el tipo de acceso a este espacio
|
|
247
248
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
248
249
|
duration: Duración
|
data/config/locales/es.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,8 @@ es:
|
|
|
241
242
|
label: Acceso
|
|
242
243
|
options:
|
|
243
244
|
open: Cualquiera puede ver y participar a la asamblea.
|
|
244
|
-
restricted: Solo
|
|
245
|
-
transparent: Cualquiera puede ver la asamblea, pero solo
|
|
245
|
+
restricted: Solo miembros y administradoras pueden ver y participar. No aparecerá en la búsqueda general, API, ni en los archivos de datos abiertos.
|
|
246
|
+
transparent: Cualquiera puede ver la asamblea, pero solo miembros y administradoras pueden participar.
|
|
246
247
|
set_this_space_as: Define el tipo de acceso a este espacio
|
|
247
248
|
define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
|
|
248
249
|
duration: Duración
|
data/config/locales/eu.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
eu:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -79,7 +80,7 @@ eu:
|
|
|
79
80
|
models:
|
|
80
81
|
decidim/assembly:
|
|
81
82
|
one: Batzarra
|
|
82
|
-
other:
|
|
83
|
+
other: Batzarrak
|
|
83
84
|
decidim/assembly_member:
|
|
84
85
|
one: Batzarkidea
|
|
85
86
|
other: Batzar kideak
|
|
@@ -241,8 +242,8 @@ eu:
|
|
|
241
242
|
label: Sarbidea
|
|
242
243
|
options:
|
|
243
244
|
open: Edonork ikus dezake batzarra eta parte hartu.
|
|
244
|
-
restricted:
|
|
245
|
-
transparent: Edonork ikus dezake batzarra, baina soilik kideek har dezakete parte.
|
|
245
|
+
restricted: Kideek eta administratzaileek soilik ikusi eta parte hartu ahal dute. Ez da agertuko bilaketa orokorrean, APIn, ezta datu-fitxategirik ere.
|
|
246
|
+
transparent: Edonork ikus dezake batzarra, baina soilik kideek eta administratzaileek har dezakete parte.
|
|
246
247
|
set_this_space_as: Partaidetza-espazio hau ondorengo izenarekin ezarri
|
|
247
248
|
define_taxonomy_filters: Mesedez, eszenatoki hau erabili aurretik, zehaztu espazio parte-hartzaile honetarako iragazki batzuk.
|
|
248
249
|
duration: Iraupena
|
|
@@ -456,7 +457,7 @@ eu:
|
|
|
456
457
|
other: "%{count} batzar"
|
|
457
458
|
order_by_assemblies:
|
|
458
459
|
assemblies:
|
|
459
|
-
one: "
|
|
460
|
+
one: "%{count} batzar"
|
|
460
461
|
other: "%{count} batzar"
|
|
461
462
|
assembly_navigation:
|
|
462
463
|
assembly_member_menu_item: Kideak
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fi-pl:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,8 @@ fi-pl:
|
|
|
241
242
|
label: Pääsyoikeudet
|
|
242
243
|
options:
|
|
243
244
|
open: Kaikki voivat nähdä ryhmän ja osallistua.
|
|
244
|
-
restricted:
|
|
245
|
-
transparent: Kaikki voivat nähdä ryhmän, mutta ainoastaan jäsenet voivat osallistua.
|
|
245
|
+
restricted: Vain jäsenet ja hallintakäyttäjät voivat nähdä ja osallistua. Osallistumistila ei näy yleishaussa, rajapinnassa eikä avoimissa datatiedostoissa.
|
|
246
|
+
transparent: Kaikki voivat nähdä ryhmän, mutta ainoastaan jäsenet ja hallintakäyttäjät voivat osallistua.
|
|
246
247
|
set_this_space_as: Aseta tämän tilan pääsyoikeudet
|
|
247
248
|
define_taxonomy_filters: Määritä osallistumistilalle suodattimia ennen kuin käytät tätä asetusta.
|
|
248
249
|
duration: Kesto
|
data/config/locales/fi.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fi:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -241,8 +242,8 @@ fi:
|
|
|
241
242
|
label: Pääsyoikeudet
|
|
242
243
|
options:
|
|
243
244
|
open: Kaikki voivat nähdä ryhmän ja osallistua.
|
|
244
|
-
restricted:
|
|
245
|
-
transparent: Kaikki voivat nähdä ryhmän, mutta ainoastaan jäsenet voivat osallistua.
|
|
245
|
+
restricted: Vain jäsenet ja hallintakäyttäjät voivat nähdä ja osallistua. Osallistumistila ei näy yleishaussa, rajapinnassa eikä avoimissa datatiedostoissa.
|
|
246
|
+
transparent: Kaikki voivat nähdä ryhmän, mutta ainoastaan jäsenet ja hallintakäyttäjät voivat osallistua.
|
|
246
247
|
set_this_space_as: Aseta tämän tilan pääsyoikeudet
|
|
247
248
|
define_taxonomy_filters: Määritä osallistumistilalle suodattimia ennen kuin käytät tätä asetusta.
|
|
248
249
|
duration: Kesto
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fr-CA:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -238,8 +239,8 @@ fr-CA:
|
|
|
238
239
|
label: Accès
|
|
239
240
|
options:
|
|
240
241
|
open: Tout le monde peut voir l'assemblée et participer.
|
|
241
|
-
restricted: Seuls les membres peuvent voir et participer.
|
|
242
|
-
transparent: Tout le monde peut voir l'assemblée, mais seuls les membres peuvent y participer.
|
|
242
|
+
restricted: Seuls les membres et les administrateurs peuvent voir et participer. Cela n'apparaîtra pas dans la recherche générale, ni dans l'API, ni dans les fichiers de données ouvertes.
|
|
243
|
+
transparent: Tout le monde peut voir l'assemblée, mais seuls les membres et les administrateurs peuvent y participer.
|
|
243
244
|
set_this_space_as: Définir cet espace comme
|
|
244
245
|
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
|
245
246
|
duration: Durée
|
data/config/locales/fr.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fr:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -238,8 +239,8 @@ fr:
|
|
|
238
239
|
label: Accès
|
|
239
240
|
options:
|
|
240
241
|
open: Tout le monde peut voir l'assemblée et participer.
|
|
241
|
-
restricted: Seuls les membres peuvent voir et participer.
|
|
242
|
-
transparent: Tout le monde peut voir l'assemblée, mais seuls les membres peuvent y participer.
|
|
242
|
+
restricted: Seuls les membres et les administrateurs peuvent voir et participer. Cela n'apparaîtra pas dans la recherche générale, ni dans l'API, ni dans les fichiers de données ouvertes.
|
|
243
|
+
transparent: Tout le monde peut voir l'assemblée, mais seuls les membres et les administrateurs peuvent y participer.
|
|
243
244
|
set_this_space_as: Définir cet espace comme
|
|
244
245
|
define_taxonomy_filters: Veuillez définir des filtres pour cet espace participatif avant d'utiliser ce paramètre.
|
|
245
246
|
duration: Durée
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
data/config/locales/he-IL.yml
CHANGED
data/config/locales/hu.yml
CHANGED
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
data/config/locales/kaa.yml
CHANGED
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
data/config/locales/lv.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/config/locales/no.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
data/config/locales/ru.yml
CHANGED
data/config/locales/sk.yml
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
---
|
|
1
2
|
sk:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assembly:
|
|
6
|
+
announcement: Oznámenie
|
|
5
7
|
area_id: Oblasť
|
|
6
8
|
assembly_type: Typ zhromaždenia
|
|
7
9
|
assembly_type_other: Iný typ zhromaždenia
|
|
@@ -16,13 +18,22 @@ sk:
|
|
|
16
18
|
decidim_scope_id: Rozsah
|
|
17
19
|
description: Popis
|
|
18
20
|
developer_group: Propagačná skupina
|
|
21
|
+
document: Dokument
|
|
19
22
|
domain: Doména
|
|
23
|
+
duplicate_categories: Duplikovať kategórie
|
|
24
|
+
duplicate_components: Duplikovať komponenty
|
|
25
|
+
duplicate_features: Duplikovať funkcie
|
|
20
26
|
duration: Trvanie
|
|
21
27
|
facebook: Facebook
|
|
22
28
|
github: GitHub
|
|
29
|
+
has_members: Tento priestor má členov
|
|
23
30
|
hero_image: Obrázok na hlavnej stránke
|
|
31
|
+
import_attachments: Importovať prílohy
|
|
32
|
+
import_categories: Importovať kategórie
|
|
33
|
+
import_components: Importovať komponenty
|
|
24
34
|
included_at: Zahrnuté v
|
|
25
35
|
instagram: Instagram
|
|
36
|
+
internal_organisation: Interná organizácia
|
|
26
37
|
is_transparent: Je transparentné
|
|
27
38
|
local_area: Oblasť organizácie
|
|
28
39
|
meta_scope: Rozsah metadát
|
|
@@ -39,6 +50,8 @@ sk:
|
|
|
39
50
|
subtitle: Podnadpis
|
|
40
51
|
target: Kto sa zúčastňuje
|
|
41
52
|
title: Názov
|
|
53
|
+
twitter: X
|
|
54
|
+
weight: Pozícia v poradí
|
|
42
55
|
youtube: YouTube
|
|
43
56
|
assembly_member:
|
|
44
57
|
birthday: Dátum narodenia
|
|
@@ -47,11 +60,22 @@ sk:
|
|
|
47
60
|
designation_date: Dátum konania
|
|
48
61
|
full_name: Meno a priezvisko
|
|
49
62
|
gender: Pohlavie
|
|
63
|
+
non_user_avatar: Avatar
|
|
50
64
|
position: Pozícia
|
|
65
|
+
user_id: Používateľ alebo skupina
|
|
66
|
+
weight: Pozícia v poradí
|
|
51
67
|
assembly_user_role:
|
|
52
68
|
email: E-mail
|
|
53
69
|
name: Meno
|
|
54
70
|
role: Rola
|
|
71
|
+
errors:
|
|
72
|
+
models:
|
|
73
|
+
assembly:
|
|
74
|
+
attributes:
|
|
75
|
+
document:
|
|
76
|
+
allowed_file_content_types: 'Neplatný typ dokumentu. Povolené sú len súbory s nasledujúcimi príponami: %{types}.'
|
|
77
|
+
empty: Dokument je prázdny
|
|
78
|
+
invalid_json: Dokument nie je platný JSON
|
|
55
79
|
activerecord:
|
|
56
80
|
models:
|
|
57
81
|
decidim/assembly:
|
|
@@ -72,26 +96,376 @@ sk:
|
|
|
72
96
|
decidim:
|
|
73
97
|
admin:
|
|
74
98
|
actions:
|
|
99
|
+
confirm_delete_assembly: Naozaj chcete odstrániť toto zhromaždenie? Ak zmeníte názor, môžete ho neskôr obnoviť.
|
|
100
|
+
import_assembly: Importovať
|
|
75
101
|
new_assembly: Nové zhromaždenie
|
|
102
|
+
new_assembly_user_role: Nový administrátor zhromaždenia
|
|
103
|
+
view_deleted_assemblies: Zobraziť odstránené zhromaždenia
|
|
76
104
|
assemblies:
|
|
77
105
|
create:
|
|
78
106
|
error: Pri tvorbe nového zhromaždenia nastala chyba.
|
|
107
|
+
success: Zhromaždenie bolo úspešne vytvorené. Teraz môžete pridať komponenty a nakonfigurovať ho.
|
|
79
108
|
edit:
|
|
80
109
|
update: Aktualizovať
|
|
81
110
|
index:
|
|
111
|
+
access_modes:
|
|
112
|
+
open: Otvorené
|
|
113
|
+
restricted: Obmedzené
|
|
114
|
+
transparent: Transparentné
|
|
82
115
|
published: Zverejnené
|
|
116
|
+
unpublished: Nepublikované
|
|
83
117
|
new:
|
|
84
118
|
create: Vytvoriť
|
|
85
119
|
update:
|
|
86
120
|
error: Pri tvorbe nového zhromaždenia nastala chyba.
|
|
87
121
|
success: Zhromaždenie úspešne aktualizované.
|
|
122
|
+
assemblies_duplicates:
|
|
123
|
+
create:
|
|
124
|
+
error: Vyskytol sa problém pri duplikovaní tohto zhromaždenia.
|
|
125
|
+
success: Zhromaždenie bolo úspešne duplikované.
|
|
126
|
+
assembly_duplicates:
|
|
127
|
+
new:
|
|
128
|
+
duplicate: Duplikovať
|
|
129
|
+
select: Vyberte údaje, ktoré chcete duplikovať
|
|
130
|
+
assembly_imports:
|
|
131
|
+
create:
|
|
132
|
+
error: Vyskytol sa problém pri importovaní tohto zhromaždenia.
|
|
133
|
+
success: Zhromaždenie bolo úspešne importované.
|
|
134
|
+
new:
|
|
135
|
+
import: Importovať
|
|
136
|
+
select: Vyberte údaje, ktoré chcete importovať
|
|
137
|
+
assembly_publications:
|
|
138
|
+
create:
|
|
139
|
+
error: Vyskytol sa problém pri publikovaní tohto zhromaždenia.
|
|
140
|
+
success: Zhromaždenie bolo úspešne publikované.
|
|
141
|
+
destroy:
|
|
142
|
+
error: Vyskytol sa problém pri zrušení publikovania tohto zhromaždenia.
|
|
143
|
+
success: Publikovanie zhromaždenia bolo úspešne zrušené.
|
|
144
|
+
assembly_user_roles:
|
|
145
|
+
create:
|
|
146
|
+
error: Vyskytol sa problém pri pridávaní administrátora pre toto zhromaždenie.
|
|
147
|
+
success: Administrátor bol úspešne pridaný do tohto zhromaždenia.
|
|
148
|
+
destroy:
|
|
149
|
+
success: Administrátor bol úspešne odstránený z tohto zhromaždenia.
|
|
150
|
+
edit:
|
|
151
|
+
update: Aktualizovať
|
|
152
|
+
new:
|
|
153
|
+
create: Vytvoriť
|
|
154
|
+
update:
|
|
155
|
+
error: Pri aktualizácii administrátora pre toto zhromaždenie sa vyskytol problém.
|
|
156
|
+
success: Administrátor pre toto zhromaždenie bol úspešne aktualizovaný.
|
|
157
|
+
filters:
|
|
158
|
+
ceased_date_not_null:
|
|
159
|
+
label: Ukončené
|
|
160
|
+
values:
|
|
161
|
+
'false': Neukončené
|
|
162
|
+
'true': Ukončené
|
|
163
|
+
search_placeholder:
|
|
164
|
+
full_name_or_user_name_or_user_nickname_cont: Hľadať podľa mena alebo prezývky
|
|
165
|
+
menu:
|
|
166
|
+
assemblies: Zhromaždenia
|
|
167
|
+
assemblies_submenu:
|
|
168
|
+
assembly_admins: Administrátori zhromaždenia
|
|
169
|
+
attachment_collections: Priečinky
|
|
170
|
+
attachment_files: Súbory
|
|
171
|
+
attachments: Prílohy
|
|
172
|
+
components: Komponenty
|
|
173
|
+
info: O tomto zhromaždení
|
|
174
|
+
landing_page: Rozloženie vstupnej stránky
|
|
175
|
+
members: Členovia
|
|
176
|
+
moderations: Moderovanie
|
|
177
|
+
see_assembly: Zobraziť zhromaždenie
|
|
178
|
+
models:
|
|
179
|
+
assembly:
|
|
180
|
+
fields:
|
|
181
|
+
access_mode: Režim prístupu
|
|
182
|
+
actions: Akcie
|
|
183
|
+
created_at: Vytvorené
|
|
184
|
+
promoted: Zvýraznené
|
|
185
|
+
published: Publikované
|
|
186
|
+
title: Názov
|
|
187
|
+
name: Zhromaždenie
|
|
188
|
+
assembly_member:
|
|
189
|
+
name: Člen
|
|
190
|
+
positions:
|
|
191
|
+
other: Iné
|
|
192
|
+
president: Predseda
|
|
193
|
+
secretary: Tajomník
|
|
194
|
+
vice_president: Podpredseda
|
|
195
|
+
assembly_user_role:
|
|
196
|
+
fields:
|
|
197
|
+
actions: Akcie
|
|
198
|
+
email: E-mail
|
|
199
|
+
name: Meno
|
|
200
|
+
role: Rola
|
|
201
|
+
name: Administrátor zhromaždenia
|
|
202
|
+
roles:
|
|
203
|
+
admin: Administrátor
|
|
204
|
+
collaborator: Spolupracovník
|
|
205
|
+
evaluator: Hodnotiteľ
|
|
206
|
+
moderator: Moderátor
|
|
207
|
+
taxonomy_filters:
|
|
208
|
+
space_filter_for:
|
|
209
|
+
assemblies: Všetky zhromaždenia
|
|
210
|
+
tooltips:
|
|
211
|
+
deleted_assemblies_info: Zhromaždenie je možné odstrániť, len ak má stav „Nepublikované“.
|
|
88
212
|
admin_log:
|
|
213
|
+
assembly:
|
|
214
|
+
create: "%{user_name} vytvoril/a zhromaždenie %{resource_name}"
|
|
215
|
+
duplicate: "%{user_name} duplikoval/a zhromaždenie %{resource_name}"
|
|
216
|
+
export: "%{user_name} exportoval/a zhromaždenie %{resource_name}"
|
|
217
|
+
import: "%{user_name} importoval/a zhromaždenie %{resource_name}"
|
|
218
|
+
publish: "%{user_name} publikoval/a zhromaždenie %{resource_name}"
|
|
219
|
+
publish_all_members: "%{user_name} publikoval/a všetkých členov zhromaždenia %{resource_name}"
|
|
220
|
+
restore: "%{user_name} obnovil/a zhromaždenie %{resource_name}"
|
|
221
|
+
soft_delete: "%{user_name} presunul/a zhromaždenie %{resource_name} do koša"
|
|
222
|
+
unpublish: "%{user_name} zrušil/a publikovanie zhromaždenia %{resource_name}"
|
|
223
|
+
unpublish_all_members: "%{user_name} zrušil/a publikovanie všetkých členov zhromaždenia %{resource_name}"
|
|
224
|
+
update: "%{user_name} aktualizoval/a zhromaždenie %{resource_name}"
|
|
225
|
+
assembly_member:
|
|
226
|
+
create: "%{user_name} vytvoril/a člena %{resource_name} v zhromaždení %{space_name}"
|
|
227
|
+
delete: "%{user_name} odstránil/a člena %{resource_name} zo zhromaždenia %{space_name}"
|
|
228
|
+
update: "%{user_name} aktualizoval/a člena %{resource_name} v zhromaždení %{space_name}"
|
|
229
|
+
assembly_setting:
|
|
230
|
+
update: "%{user_name} aktualizoval/a nastavenia zhromaždení"
|
|
89
231
|
assembly_type:
|
|
90
232
|
create: "%{user_name} vytvoril %{resource_name} nový typ zhromaždenia"
|
|
233
|
+
delete: "%{user_name} odstránil/a typ zhromaždenia %{resource_name}"
|
|
91
234
|
publish: "%{user_name} vytvoril nový typ zhromaždenia %{resource_name}"
|
|
92
235
|
unpublish: "%{user_name} zrušil publikovanie typu zhromaždenia %{resource_name}"
|
|
93
236
|
update: "%{user_name} aktualizoval typ zhromaždenia %{resource_name}"
|
|
237
|
+
assembly_user_role:
|
|
238
|
+
create: "%{user_name} pozval/a %{resource_name} do zhromaždenia %{space_name}"
|
|
239
|
+
delete: "%{user_name} odstránil/a účastníka %{resource_name} zo zhromaždenia %{space_name}"
|
|
240
|
+
update: "%{user_name} zmenil/a rolu používateľa %{resource_name} v zhromaždení %{space_name}"
|
|
241
|
+
assemblies:
|
|
242
|
+
admin:
|
|
243
|
+
assemblies:
|
|
244
|
+
edit:
|
|
245
|
+
title: O tomto zhromaždení
|
|
246
|
+
form:
|
|
247
|
+
access:
|
|
248
|
+
label: Prístup
|
|
249
|
+
options:
|
|
250
|
+
open: Každý môže vidieť zhromaždenie a zúčastniť sa.
|
|
251
|
+
set_this_space_as: Nastaviť tento priestor ako
|
|
252
|
+
define_taxonomy_filters: Pred použitím tohto nastavenia definujte nejaké filtre pre tento participatívny priestor.
|
|
253
|
+
duration: Trvanie
|
|
254
|
+
duration_help: Ak je trvanie tohto zhromaždenia obmedzené, vyberte dátum ukončenia. V opačnom prípade sa bude zobrazovať ako neurčité.
|
|
255
|
+
has_members_help: Budete môcť vytvárať a publikovať členov
|
|
256
|
+
images: Obrázky
|
|
257
|
+
included_at_help: Vyberte dátum, kedy bolo toto zhromaždenie pridané na platformu. Nemusí to byť nevyhnutne rovnaký dátum ako dátum vytvorenia.
|
|
258
|
+
metadata: Metadáta
|
|
259
|
+
no_taxonomy_filters_found: Nenašli sa žiadne taxonomické filtre.
|
|
260
|
+
other: Iné
|
|
261
|
+
select_a_created_by: Vyberte tvorcu
|
|
262
|
+
select_parent_assembly: Vyberte nadradené zhromaždenie
|
|
263
|
+
slug_help_html: 'URL slugy sa používajú na generovanie URL adries, ktoré odkazujú na toto zhromaždenie. Akceptujú sa iba písmená, čísla a pomlčky a musia začínať písmenom. Príklad: %{url}'
|
|
264
|
+
social_handlers: Sociálne siete
|
|
265
|
+
taxonomies: Taxonómie
|
|
266
|
+
title: Všeobecné informácie
|
|
267
|
+
visibility: Viditeľnosť
|
|
268
|
+
index:
|
|
269
|
+
title: Zhromaždenia
|
|
270
|
+
manage_trash:
|
|
271
|
+
title: Odstránené zhromaždenia
|
|
272
|
+
new:
|
|
273
|
+
title: Nové zhromaždenie
|
|
274
|
+
assembly_duplicates:
|
|
275
|
+
form:
|
|
276
|
+
slug_help_html: 'URL slugy sa používajú na generovanie URL adries, ktoré odkazujú na toto zhromaždenie. Akceptujú sa iba písmená, čísla a pomlčky a musia začínať písmenom. Príklad: %{url}'
|
|
277
|
+
new:
|
|
278
|
+
title: Duplikovať zhromaždenie
|
|
279
|
+
assembly_imports:
|
|
280
|
+
form:
|
|
281
|
+
document_legend: Pridať dokument
|
|
282
|
+
slug_help_html: 'URL slugy sa používajú na generovanie URL adries, ktoré odkazujú na toto zhromaždenie. Akceptujú sa iba písmená, čísla a pomlčky a musia začínať písmenom. Príklad: %{url}'
|
|
283
|
+
new:
|
|
284
|
+
title: Importovať zhromaždenie
|
|
285
|
+
assembly_members:
|
|
286
|
+
form:
|
|
287
|
+
explanation: 'Pokyny pre obrázok:'
|
|
288
|
+
image_guide: Najlepšie obrázok na výšku, ktorý neobsahuje žiadny text.
|
|
289
|
+
non_user_avatar_help: Pred zverejnením osôb ako členov by ste mali získať ich súhlas.
|
|
290
|
+
assembly_user_roles:
|
|
291
|
+
edit:
|
|
292
|
+
title: Aktualizovať administrátora zhromaždenia
|
|
293
|
+
index:
|
|
294
|
+
title: Administrátori zhromaždenia
|
|
295
|
+
new:
|
|
296
|
+
title: Nový administrátor zhromaždenia
|
|
297
|
+
content_blocks:
|
|
298
|
+
highlighted_assemblies:
|
|
299
|
+
max_results: Maximálny počet prvkov na zobrazenie
|
|
300
|
+
imports:
|
|
301
|
+
attachment_error: Prílohu „%{title}“ sa nepodarilo importovať (%{error}).
|
|
302
|
+
hero_image_error: Hlavný obrázok sa nepodarilo importovať (%{error}).
|
|
303
|
+
new_import:
|
|
304
|
+
accepted_types:
|
|
305
|
+
json: JSON
|
|
306
|
+
help_html: Táto funkcia importu vám umožňuje vytvoriť nové zhromaždenie z exportovaného súboru JSON. Zhromaždenie môžete exportovať z inej organizácie alebo z tej istej organizácie. Importované zhromaždenie bude obsahovať svoje nastavenia, komponenty a prílohy (ak sú vybraté).
|
|
307
|
+
assemblies:
|
|
308
|
+
description:
|
|
309
|
+
area_name: Oblasť
|
|
310
|
+
closing_date: Dátum ukončenia
|
|
311
|
+
created_by: Vytvoril/a
|
|
312
|
+
creation_date: Dátum vytvorenia
|
|
313
|
+
data: Údaje zhromaždenia
|
|
314
|
+
developer_group: Skupina propagátorov
|
|
315
|
+
duration: Trvanie
|
|
316
|
+
included_at: Zahrnuté dňa
|
|
317
|
+
indefinite_duration: Na neurčito
|
|
318
|
+
local_area: Oblasť organizácie
|
|
319
|
+
meta_scope: Rozsah
|
|
320
|
+
participatory_scope: O čom sa rozhoduje
|
|
321
|
+
participatory_structure: Ako sa rozhoduje
|
|
322
|
+
target: Kto sa zúčastňuje
|
|
323
|
+
title: O tomto zhromaždení
|
|
324
|
+
filters:
|
|
325
|
+
names:
|
|
326
|
+
all: Všetky
|
|
327
|
+
type: Typ
|
|
328
|
+
show:
|
|
329
|
+
title: O tomto zhromaždení
|
|
330
|
+
content_blocks:
|
|
331
|
+
children_assemblies:
|
|
332
|
+
name: Zhromaždenia
|
|
333
|
+
dates_metadata:
|
|
334
|
+
name: Metadáta dátumov
|
|
335
|
+
extra_data:
|
|
336
|
+
name: Typ a trvanie
|
|
337
|
+
highlighted_assemblies:
|
|
338
|
+
name: Zvýraznené zhromaždenia
|
|
339
|
+
related_assemblies:
|
|
340
|
+
name: Súvisiace zhromaždenia
|
|
341
|
+
created_by:
|
|
342
|
+
city_council: Mestské zastupiteľstvo
|
|
343
|
+
others: Ostatné
|
|
344
|
+
public: Verejnosť
|
|
345
|
+
filter:
|
|
346
|
+
all: Všetky typy
|
|
347
|
+
commission: Komisia
|
|
348
|
+
consultative_advisory: Konzultačné/Poradné
|
|
349
|
+
executive: Výkonné
|
|
350
|
+
government: Vláda
|
|
351
|
+
help: 'Zobraziť:'
|
|
352
|
+
others: Ostatné
|
|
353
|
+
participatory: Participatívne
|
|
354
|
+
working_group: Pracovná skupina
|
|
355
|
+
index:
|
|
356
|
+
title: Zhromaždenia
|
|
357
|
+
last_activity:
|
|
358
|
+
new_assembly: 'Nové zhromaždenie:'
|
|
359
|
+
pages:
|
|
360
|
+
home:
|
|
361
|
+
highlighted_assemblies:
|
|
362
|
+
active_spaces: Aktívne zhromaždenia
|
|
363
|
+
see_all_spaces: Zobraziť všetky zhromaždenia
|
|
364
|
+
show:
|
|
365
|
+
duration: Trvanie
|
|
366
|
+
social_networks_title: Navštívte zhromaždenie na
|
|
367
|
+
download_your_data:
|
|
368
|
+
show:
|
|
369
|
+
assemblies: Export zhromaždení
|
|
94
370
|
events:
|
|
95
371
|
assemblies:
|
|
96
372
|
create_assembly_member:
|
|
97
373
|
email_intro: Administrátor zo skupiny <a href="%{resource_url}">%{resource_name} </a> vás pridal do skupiny.
|
|
374
|
+
email_outro: Toto upozornenie ste dostali, pretože ste boli pozvaní do zhromaždenia. Pozrite si <a href="%{resource_url}">stránku zhromaždenia</a> a zapojte sa!
|
|
375
|
+
email_subject: Boli ste pozvaní stať sa členom zhromaždenia %{resource_name}!
|
|
376
|
+
notification_title: Boli ste zaregistrovaní ako člen zhromaždenia <a href="%{resource_path}">%{resource_name}</a>. Pozrite si <a href="%{resource_path}">stránku zhromaždenia</a> a zapojte sa!
|
|
377
|
+
assembly:
|
|
378
|
+
role_assigned:
|
|
379
|
+
email_intro: Boli ste priradení ako %{role} pre zhromaždenie „%{resource_title}“.
|
|
380
|
+
email_outro: Toto upozornenie ste dostali, pretože ste %{role} zhromaždenia „%{resource_title}“.
|
|
381
|
+
email_subject: Boli ste priradení ako %{role} pre „%{resource_title}“.
|
|
382
|
+
notification_title: Boli ste priradení ako %{role} pre zhromaždenie <a href="%{resource_url}">%{resource_title}</a>.
|
|
383
|
+
help:
|
|
384
|
+
participatory_spaces:
|
|
385
|
+
assemblies:
|
|
386
|
+
contextual: "<p><strong>Zhromaždenie</strong> je skupina členov organizácie, ktorí sa pravidelne stretávajú, aby prijímali rozhodnutia o konkrétnej oblasti alebo rozsahu pôsobnosti organizácie.</p> <p>Zhromaždenia organizujú stretnutia, niektoré sú neverejné a niektoré verejné. Ak sú verejné, je možné sa na nich zúčastniť (napríklad: účasť, ak to kapacita dovoľuje, pridávanie bodov do programu alebo pripomienkovanie návrhov a rozhodnutí prijatých týmto orgánom).</p> <p>Príklady: Valné zhromaždenie (ktoré sa schádza raz ročne, aby hlasovaním určilo hlavné smery činnosti organizácie, ako aj jej výkonné orgány), poradný výbor pre rovnosť (ktorý sa schádza každé dva mesiace, aby predkladal návrhy na zlepšenie rodových vzťahov v organizácii), hodnotiaca komisia (ktorá sa schádza každý mesiac, aby monitorovala proces) alebo garančný orgán (ktorý zhromažďuje incidenty, zneužitia alebo návrhy na zlepšenie rozhodovacích postupov) sú všetko príklady zhromaždení.</p>\n"
|
|
387
|
+
page: "<p><strong>Zhromaždenie</strong> je skupina členov organizácie, ktorí sa pravidelne stretávajú, aby prijímali rozhodnutia o konkrétnej oblasti alebo rozsahu pôsobnosti organizácie.</p> <p>Zhromaždenia organizujú stretnutia, niektoré sú neverejné a niektoré verejné. Ak sú verejné, je možné sa na nich zúčastniť (napríklad: účasť, ak to kapacita dovoľuje, pridávanie bodov do programu alebo pripomienkovanie návrhov a rozhodnutí prijatých týmto orgánom).</p> <p>Príklady: Valné zhromaždenie (ktoré sa schádza raz ročne, aby hlasovaním určilo hlavné smery činnosti organizácie, ako aj jej výkonné orgány), poradný výbor pre rovnosť (ktorý sa schádza každé dva mesiace, aby predkladal návrhy na zlepšenie rodových vzťahov v organizácii), hodnotiaca komisia (ktorá sa schádza každý mesiac, aby monitorovala proces) alebo garančný orgán (ktorý zhromažďuje incidenty, zneužitia alebo návrhy na zlepšenie rozhodovacích postupov) sú všetko príklady zhromaždení.</p>\n"
|
|
388
|
+
title: Čo sú zhromaždenia?
|
|
389
|
+
log:
|
|
390
|
+
value_types:
|
|
391
|
+
assembly_presenter:
|
|
392
|
+
not_found: 'Zhromaždenie sa nenašlo v databáze (ID: %{id})'
|
|
393
|
+
menu:
|
|
394
|
+
assemblies: Zhromaždenia
|
|
395
|
+
open_data:
|
|
396
|
+
help:
|
|
397
|
+
assemblies:
|
|
398
|
+
access_mode: Režim prístupu. Či je zhromaždenie otvorené, obmedzené alebo transparentné.
|
|
399
|
+
area: Oblasť zhromaždenia
|
|
400
|
+
assembly_type: Typ zhromaždenia
|
|
401
|
+
closing_date: Dátum ukončenia zhromaždenia
|
|
402
|
+
closing_date_reason: Dôvod ukončenia zhromaždenia
|
|
403
|
+
component_settings: Nastavenia komponentov zhromaždenia
|
|
404
|
+
composition: Zloženie zhromaždenia
|
|
405
|
+
created_at: Dátum vytvorenia tohto priestoru
|
|
406
|
+
created_by: Kto vytvoril toto zhromaždenie
|
|
407
|
+
created_by_other: Iný tvorca zhromaždenia
|
|
408
|
+
creation_date: Dátum vytvorenia tohto zhromaždenia
|
|
409
|
+
decidim_scope_id: Rozsah zhromaždenia
|
|
410
|
+
description: Dlhý popis zhromaždenia
|
|
411
|
+
developer_group: Skupina propagátorov zhromaždenia
|
|
412
|
+
duration: Trvanie zhromaždenia
|
|
413
|
+
facebook_handler: Identifikátor sociálnej siete pre Facebook
|
|
414
|
+
follows_count: Počet používateľov sledujúcich tento priestor
|
|
415
|
+
github_handler: Identifikátor sociálnej siete pre GitHub
|
|
416
|
+
id: Jedinečný identifikátor tohto zhromaždenia
|
|
417
|
+
included_at: Dátum, kedy bolo zhromaždenie zahrnuté
|
|
418
|
+
instagram_handler: Identifikátor sociálnej siete pre Instagram
|
|
419
|
+
internal_organisation: Vnútorná organizácia tohto zhromaždenia
|
|
420
|
+
is_transparent: Či je zhromaždenie transparentné alebo nie
|
|
421
|
+
local_area: Miestna oblasť zhromaždenia
|
|
422
|
+
meta_scope: Metadáta rozsahu zhromaždenia
|
|
423
|
+
participatory_scope: Participatívny rozsah zhromaždenia
|
|
424
|
+
participatory_structure: Participatívna štruktúra zhromaždenia
|
|
425
|
+
promoted: Či je zhromaždenie propagované alebo nie
|
|
426
|
+
published_at: Dátum zverejnenia tohto priestoru
|
|
427
|
+
purpose_of_action: Účel činnosti zhromaždenia
|
|
428
|
+
reference: Jedinečná referencia priestoru
|
|
429
|
+
remote_banner_image_url: URL adresa obrázka bannera zhromaždenia
|
|
430
|
+
remote_hero_image_url: URL adresa hlavného obrázka zhromaždenia
|
|
431
|
+
scope: Rozsah zhromaždenia
|
|
432
|
+
scopes_enabled: Či sú rozsahy povolené alebo nie
|
|
433
|
+
short_description: Krátky popis zhromaždenia
|
|
434
|
+
slug: Slug zhromaždenia (používa sa na identifikačné účely, pre URL)
|
|
435
|
+
special_features: Aké špeciálne funkcie má toto zhromaždenie
|
|
436
|
+
subtitle: Podtitul zhromaždenia
|
|
437
|
+
target: Cieľová skupina zhromaždenia
|
|
438
|
+
taxonomies: Taxonómie projektu
|
|
439
|
+
title: Názov zhromaždenia
|
|
440
|
+
twitter_handler: Používateľské meno pre Twitter
|
|
441
|
+
updated_at: Dátum poslednej aktualizácie tohto priestoru
|
|
442
|
+
url: URL adresa priestoru
|
|
443
|
+
youtube_handler: Používateľské meno pre YouTube
|
|
444
|
+
participatory_processes:
|
|
445
|
+
show:
|
|
446
|
+
related_assemblies: Súvisiace zhromaždenia
|
|
447
|
+
statistics:
|
|
448
|
+
assemblies_count: Zhromaždenia
|
|
449
|
+
assemblies_count_tooltip: Počet verejných zhromaždení, na ktorých sa prijímajú kolektívne rozhodnutia.
|
|
450
|
+
layouts:
|
|
451
|
+
decidim:
|
|
452
|
+
assemblies:
|
|
453
|
+
assembly:
|
|
454
|
+
more_info: Viac informácií
|
|
455
|
+
take_part: Zúčastniť sa
|
|
456
|
+
index:
|
|
457
|
+
promoted_assemblies: Zvýraznené zhromaždenia
|
|
458
|
+
metadata:
|
|
459
|
+
children_item:
|
|
460
|
+
one: "%{count} zhromaždenie"
|
|
461
|
+
few: "%{count} zhromaždenia"
|
|
462
|
+
many: "%{count} zhromaždení"
|
|
463
|
+
other: "%{count} zhromaždení"
|
|
464
|
+
order_by_assemblies:
|
|
465
|
+
assemblies:
|
|
466
|
+
one: "%{count} zhromaždenie"
|
|
467
|
+
few: "%{count} zhromaždenia"
|
|
468
|
+
many: "%{count} zhromaždení"
|
|
469
|
+
other: "%{count} zhromaždení"
|
|
470
|
+
assembly_navigation:
|
|
471
|
+
assembly_member_menu_item: Členovia
|
data/config/locales/sl.yml
CHANGED
data/config/locales/sq-AL.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
sv:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -239,8 +240,6 @@ sv:
|
|
|
239
240
|
label: Åtkomst
|
|
240
241
|
options:
|
|
241
242
|
open: Alla kan se och delta i sammankomsten.
|
|
242
|
-
restricted: Endast medlemmar kan se och delta.
|
|
243
|
-
transparent: Alla kan se sammankomsten, men bara medlemmar kan delta.
|
|
244
243
|
define_taxonomy_filters: Ställ in filter innan du använder den här inställningen.
|
|
245
244
|
duration: Varaktighet
|
|
246
245
|
duration_help: Välj ett slutdatum om samrådet är tidsbegränsat.
|
data/config/locales/tr-TR.yml
CHANGED
data/config/locales/uk.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
data/config/locales/zh-TW.yml
CHANGED
data/decidim-assemblies.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
$LOAD_PATH.push File.expand_path("lib", __dir__)
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
|
-
version = "0.32.0.
|
|
6
|
+
version = "0.32.0.rc3"
|
|
7
7
|
s.version = version
|
|
8
8
|
s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
|
|
9
9
|
s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-assemblies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.32.0.
|
|
4
|
+
version: 0.32.0.rc3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -17,70 +17,70 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.32.0.
|
|
20
|
+
version: 0.32.0.rc3
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.32.0.
|
|
27
|
+
version: 0.32.0.rc3
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: decidim-admin
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.32.0.
|
|
34
|
+
version: 0.32.0.rc3
|
|
35
35
|
type: :development
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.32.0.
|
|
41
|
+
version: 0.32.0.rc3
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: decidim-dev
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - '='
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 0.32.0.
|
|
48
|
+
version: 0.32.0.rc3
|
|
49
49
|
type: :development
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
53
|
- - '='
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.32.0.
|
|
55
|
+
version: 0.32.0.rc3
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: decidim-meetings
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
60
|
- - '='
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.32.0.
|
|
62
|
+
version: 0.32.0.rc3
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - '='
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.32.0.
|
|
69
|
+
version: 0.32.0.rc3
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
71
|
name: decidim-proposals
|
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - '='
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 0.32.0.
|
|
76
|
+
version: 0.32.0.rc3
|
|
77
77
|
type: :development
|
|
78
78
|
prerelease: false
|
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
81
|
- - '='
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 0.32.0.
|
|
83
|
+
version: 0.32.0.rc3
|
|
84
84
|
description: Assemblies component for decidim.
|
|
85
85
|
email:
|
|
86
86
|
- josepjaume@gmail.com
|