decidim-assemblies 0.21.0 → 0.23.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/assemblies/assembly.svg +1 -3
- data/app/assets/javascripts/decidim/assemblies/orgchart.js.es6 +698 -0
- data/app/cells/decidim/assemblies/assembly_m/footer.erb +2 -2
- data/app/cells/decidim/assemblies/assembly_m_cell.rb +4 -0
- data/app/cells/decidim/assemblies/assembly_member/show.erb +4 -4
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +10 -11
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +1 -0
- data/app/commands/decidim/assemblies/admin/create_assembly_admin.rb +2 -1
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -3
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +72 -0
- data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +22 -0
- data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +46 -0
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +10 -5
- data/app/commands/decidim/assemblies/admin/update_assembly_admin.rb +2 -1
- data/app/controllers/decidim/assemblies/admin/assemblies_settings_controller.rb +49 -0
- data/app/controllers/decidim/assemblies/admin/assembly_exports_controller.rb +24 -0
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +31 -0
- data/app/controllers/decidim/assemblies/admin/assembly_user_roles_controller.rb +2 -1
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +5 -1
- data/app/controllers/decidim/assemblies/{assembly_widgets_controller.rb → widgets_controller.rb} +2 -2
- data/app/events/decidim/assemblies/create_assembly_member_event.rb +17 -0
- data/app/events/decidim/role_assigned_to_assembly_event.rb +28 -0
- data/app/forms/decidim/assemblies/admin/assemblies_setting_form.rb +14 -0
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +19 -10
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +83 -0
- data/app/forms/decidim/assemblies/admin/assembly_user_role_form.rb +3 -2
- data/app/helpers/decidim/assemblies/assemblies_helper.rb +6 -3
- data/app/models/decidim/assemblies_setting.rb +17 -0
- data/app/models/decidim/assemblies_type.rb +3 -0
- data/app/models/decidim/assembly.rb +14 -1
- data/app/permissions/decidim/assemblies/permissions.rb +35 -2
- data/app/presenters/decidim/assemblies/admin_log/assemblies_setting_presenter.rb +27 -0
- data/app/presenters/decidim/assemblies/admin_log/assemblies_type_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_member_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_user_role_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/assembly_presenter.rb +29 -0
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +20 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +172 -0
- data/app/serializers/decidim/assemblies/assembly_serializer.rb +147 -0
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +11 -9
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +13 -2
- data/app/views/decidim/assemblies/admin/assemblies_settings/_form.html.erb +10 -0
- data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +6 -0
- data/app/views/decidim/assemblies/admin/assembly_imports/_form.html.erb +46 -0
- data/app/views/decidim/assemblies/admin/assembly_imports/new.html.erb +7 -0
- data/app/views/decidim/assemblies/admin/assembly_members/index.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/_parent_assemblies.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +3 -3
- data/app/views/decidim/assemblies/assemblies/index.html.erb +11 -8
- data/app/views/decidim/assemblies/assemblies/show.html.erb +10 -9
- data/app/views/decidim/assemblies/assembly_members/index.html.erb +1 -1
- data/app/views/layouts/decidim/admin/assemblies.html.erb +5 -0
- data/app/views/layouts/decidim/assembly.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/bg.yml +7 -0
- data/config/locales/ca.yml +72 -1
- data/config/locales/cs.yml +118 -47
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +133 -39
- data/config/locales/el.yml +474 -0
- data/config/locales/en.yml +71 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +71 -0
- data/config/locales/es-PY.yml +71 -0
- data/config/locales/es.yml +71 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +72 -1
- data/config/locales/fi.yml +79 -8
- data/config/locales/fr-CA.yml +481 -0
- data/config/locales/fr.yml +93 -1
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +37 -16
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +53 -2
- data/config/locales/is.yml +263 -0
- data/config/locales/it.yml +159 -76
- data/config/locales/ja-JP.yml +471 -0
- data/config/locales/ja.yml +477 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +454 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +77 -0
- data/config/locales/no.yml +79 -10
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +240 -152
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +207 -119
- data/config/locales/ro-RO.yml +441 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk-SK.yml +168 -0
- data/config/locales/sk.yml +172 -0
- data/config/locales/sl.yml +283 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +73 -0
- data/config/locales/sv.yml +178 -89
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +237 -144
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +471 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200320105906_index_foreign_keys_in_decidim_assemblies.rb +7 -0
- data/db/migrate/20200320105907_index_foreign_keys_in_decidim_assembly_user_roles.rb +7 -0
- data/db/migrate/20200416132109_remove_legacy_decidim_assembly_type.rb +8 -0
- data/db/migrate/20200430202456_create_decidim_assemblies_settings.rb +10 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/assemblies/admin_engine.rb +8 -0
- data/lib/decidim/assemblies/engine.rb +1 -1
- data/lib/decidim/assemblies/participatory_space.rb +26 -13
- data/lib/decidim/assemblies/test/factories.rb +8 -3
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +74 -14
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -64,6 +64,12 @@ nl:
|
|
64
64
|
email: E-mail
|
65
65
|
name: Naam
|
66
66
|
role: Rol
|
67
|
+
errors:
|
68
|
+
models:
|
69
|
+
assembly:
|
70
|
+
attributes:
|
71
|
+
document:
|
72
|
+
invalid_document_type: 'Ongeldig documenttype. Geaccepteerde formaten zijn: %{valid_mime_types}'
|
67
73
|
activerecord:
|
68
74
|
models:
|
69
75
|
decidim/assembly:
|
@@ -78,7 +84,9 @@ nl:
|
|
78
84
|
decidim:
|
79
85
|
admin:
|
80
86
|
actions:
|
87
|
+
import_assembly: Importeren
|
81
88
|
new_assembly: Nieuwe groep
|
89
|
+
new_assembly_type: Nieuw groepstype
|
82
90
|
assemblies:
|
83
91
|
create:
|
84
92
|
error: Er is een fout opgetreden bij het maken van een nieuwe groep.
|
@@ -100,14 +108,35 @@ nl:
|
|
100
108
|
create:
|
101
109
|
error: Er was een fout bij het dupliceren van deze groep.
|
102
110
|
success: Groep succesvol gedupliceerd.
|
111
|
+
assemblies_settings:
|
112
|
+
update:
|
113
|
+
error: Er is een fout opgetreden bij het bijwerken van de instellingen.
|
114
|
+
success: Instellingen succesvol bijgewerkt.
|
103
115
|
assemblies_types:
|
116
|
+
create:
|
117
|
+
error: Er is een fout opgetreden bij het maken van een nieuw assembly-type.
|
118
|
+
success: Assemblage type is succesvol gecreëerd.
|
119
|
+
destroy:
|
120
|
+
success: Groep succesvol verwijderd.
|
104
121
|
new:
|
105
122
|
create: creëren
|
123
|
+
title: Nieuw groepstype
|
124
|
+
update:
|
125
|
+
error: Er is een fout opgetreden bij het bijwerken van dit assembly-type.
|
126
|
+
success: Assemblage type is succesvol bijgewerkt.
|
106
127
|
assembly_copies:
|
107
128
|
new:
|
108
129
|
copy: Kopiëren
|
109
130
|
select: Selecteer welke gegevens u wilt dupliceren
|
110
131
|
title: Dupliceer bijeenkomst
|
132
|
+
assembly_imports:
|
133
|
+
create:
|
134
|
+
error: Er is een probleem opgetreden bij het importeren van deze groep.
|
135
|
+
success: Groep succesvol geïmporteerd.
|
136
|
+
new:
|
137
|
+
import: Importeren
|
138
|
+
select: Selecteer welke gegevens u wilt importeren
|
139
|
+
title: Importeer assemblage
|
111
140
|
assembly_members:
|
112
141
|
create:
|
113
142
|
error: Er is een fout opgetreden bij het toevoegen van een lid voor deze groep.
|
@@ -151,6 +180,7 @@ nl:
|
|
151
180
|
success: Beheerder is succesvol bijgewerkt voor deze vergadering.
|
152
181
|
menu:
|
153
182
|
assemblies: Groepen
|
183
|
+
assemblies_settings: Instellingen
|
154
184
|
assemblies_submenu:
|
155
185
|
assembly_admins: Groep-admins
|
156
186
|
assembly_members: Leden
|
@@ -162,6 +192,7 @@ nl:
|
|
162
192
|
info: Info
|
163
193
|
moderations: Moderaties
|
164
194
|
private_users: Particuliere gebruikers
|
195
|
+
assemblies_types: Soorten groepen
|
165
196
|
models:
|
166
197
|
assemblies_types:
|
167
198
|
fields:
|
@@ -197,6 +228,7 @@ nl:
|
|
197
228
|
admin: Beheerder
|
198
229
|
collaborator: Medewerker
|
199
230
|
moderator: Moderator
|
231
|
+
valuator: Beoordelaar
|
200
232
|
titles:
|
201
233
|
assemblies: Groepen
|
202
234
|
assemblies_types: Groepstype
|
@@ -210,6 +242,8 @@ nl:
|
|
210
242
|
create: "%{user_name} heeft het %{resource_name} lid in de %{space_name} groep gemaakt"
|
211
243
|
delete: "%{user_name} verwijderde het %{resource_name} lid uit de %{space_name} groep"
|
212
244
|
update: "%{user_name} heeft het %{resource_name} lid in de %{space_name} groep bijgewerkt"
|
245
|
+
assembly_setting:
|
246
|
+
update: "%{user_name} heeft de instellingen van de Buurderijen bijgewerkt"
|
213
247
|
assembly_type:
|
214
248
|
create: "%{user_name} heeft de groep %{resource_name} bijgewerkt"
|
215
249
|
delete: "%{user_name} verwijderde het %{resource_name} lid uit de %{space_name} groep"
|
@@ -239,12 +273,21 @@ nl:
|
|
239
273
|
social_handlers: sociaal
|
240
274
|
title: Algemene informatie
|
241
275
|
visbility: Zichtbaarheid
|
276
|
+
assemblies_settings:
|
277
|
+
edit:
|
278
|
+
update: Vernieuwen
|
279
|
+
form:
|
280
|
+
title: Instellingen voor assemblies
|
242
281
|
assemblies_types:
|
243
282
|
form:
|
244
283
|
title: Titel
|
245
284
|
assembly_copies:
|
246
285
|
form:
|
247
286
|
slug_help: 'URL-paden worden gebruikt om de URL''s te genereren die naar deze bijeenkomst verwijzen. Enkel letters, cijfers en streepjes worden toegestaan en deze moet beginnen met een letter. Voorbeeld: %{url}'
|
287
|
+
assembly_imports:
|
288
|
+
form:
|
289
|
+
document_legend: Een document toevoegen
|
290
|
+
slug_help: 'URL-slugs worden gebruikt om de URL''s te genereren die naar deze groep verwijzen. Accepteert alleen letters, cijfers en streepjes en moet beginnen met een letter. Voorbeeld: %{url}'
|
248
291
|
assembly_members:
|
249
292
|
form:
|
250
293
|
existing_user: Bestaande deelnemer
|
@@ -298,6 +341,7 @@ nl:
|
|
298
341
|
home:
|
299
342
|
highlighted_assemblies:
|
300
343
|
active_assemblies: Huidige events
|
344
|
+
assemblies_button_title: Link naar de pagina van de Buurderijen die alle Buurderijen laat zien
|
301
345
|
see_all_assemblies: Bekijk alle events
|
302
346
|
user_profile:
|
303
347
|
member_of:
|
@@ -328,6 +372,7 @@ nl:
|
|
328
372
|
related_participatory_processes: Verwante inspraakprocessen
|
329
373
|
scope: Scope
|
330
374
|
social_networks: Sociale netwerken
|
375
|
+
social_networks_title: Deze groep delen op
|
331
376
|
target: Wie doet mee
|
332
377
|
statistics:
|
333
378
|
answers_count: Antwoorden
|
@@ -339,6 +384,7 @@ nl:
|
|
339
384
|
meetings_count: Events
|
340
385
|
orders_count: Ondersteunt
|
341
386
|
pages_count: Pagina's
|
387
|
+
posts_count: Berichten
|
342
388
|
projects_count: Projecten
|
343
389
|
proposals_count: Voorstellen
|
344
390
|
results_count: Resultaten
|
@@ -350,6 +396,24 @@ nl:
|
|
350
396
|
designated_on: Aangewezen op
|
351
397
|
index:
|
352
398
|
title: Leden
|
399
|
+
conferences:
|
400
|
+
pages:
|
401
|
+
home:
|
402
|
+
highlighted_conferences:
|
403
|
+
conferences_button_title: Link naar de conferentiepagina die alle conferenties weergeeft.
|
404
|
+
events:
|
405
|
+
assemblies:
|
406
|
+
create_assembly_member:
|
407
|
+
email_intro: Een beheerder van de <a href="%{resource_url}">%{resource_name}</a> groep heeft je toegevoegd als een van haar leden.
|
408
|
+
email_outro: Je hebt deze melding ontvangen omdat je uitgenodigd bent voor een vergadering. Bekijk de <a href="%{resource_path}">vergaderpagina</a> om bij te dragen!
|
409
|
+
email_subject: Je bent uitgenodigd om lid te worden van de %{resource_name} Buurderij!
|
410
|
+
notification_title: Je bent geregistreerd als lid van de Buurderij <a href="%{resource_path}">%{resource_name}</a>. Bekijk de <a href="%{resource_path}">pagina</a> om bij te dragen!
|
411
|
+
assembly:
|
412
|
+
role_assigned:
|
413
|
+
email_intro: Je bent toegewezen als %{role} voor de groep "%{resource_title}".
|
414
|
+
email_outro: Je hebt deze melding ontvangen omdat je %{role} van de "%{resource_title}" bijeenkomst bent.
|
415
|
+
email_subject: U bent toegewezen als %{role} voor "%{resource_title}".
|
416
|
+
notification_title: Je bent toegewezen als %{role} voor de groep <a href="%{resource_url}">%{resource_title}</a>.
|
353
417
|
help:
|
354
418
|
participatory_spaces:
|
355
419
|
assemblies:
|
@@ -369,6 +433,19 @@ nl:
|
|
369
433
|
description: Aantal aangemaakte groepen
|
370
434
|
object: groepen
|
371
435
|
title: Groepen
|
436
|
+
pages:
|
437
|
+
home:
|
438
|
+
hero:
|
439
|
+
participate_title: Neem deel aan de processen van het platform
|
440
|
+
sub_hero:
|
441
|
+
register_title: Registreer om een account op het platform aan te maken
|
442
|
+
participatory_processes:
|
443
|
+
pages:
|
444
|
+
home:
|
445
|
+
highlighted_processes:
|
446
|
+
processes_button_title: Link naar de pagina Processen die alle processen weergeeft
|
447
|
+
show:
|
448
|
+
related_assemblies: Verwante assemblies
|
372
449
|
errors:
|
373
450
|
messages:
|
374
451
|
cannot_be_blank: mag niet leeg zijn
|
data/config/locales/no.yml
CHANGED
@@ -17,9 +17,9 @@
|
|
17
17
|
creation_date: Dato opprettet
|
18
18
|
decidim_area_id: Område
|
19
19
|
decidim_assemblies_type_id: Forsamlingstype
|
20
|
-
decidim_scope_id:
|
20
|
+
decidim_scope_id: Tema
|
21
21
|
description: Beskrivelse
|
22
|
-
developer_group:
|
22
|
+
developer_group: Prosessen styres av
|
23
23
|
domain: Domene
|
24
24
|
duration: Varighet
|
25
25
|
facebook: Facebook
|
@@ -29,9 +29,9 @@
|
|
29
29
|
included_at: Inkludert på
|
30
30
|
instagram: Instagram
|
31
31
|
internal_organisation: Intern organisasjon
|
32
|
-
is_transparent: Er
|
33
|
-
local_area:
|
34
|
-
meta_scope:
|
32
|
+
is_transparent: Er transparent
|
33
|
+
local_area: Organisasjonsområde
|
34
|
+
meta_scope: Tema metadata
|
35
35
|
parent_id: Foreldre forsamling
|
36
36
|
participatory_processes_ids: Relaterte deltakerprosesser
|
37
37
|
participatory_scope: Hva er bestemt
|
@@ -40,8 +40,8 @@
|
|
40
40
|
promoted: Fremhevet
|
41
41
|
published_at: Publisert på
|
42
42
|
purpose_of_action: Hensikt med handlingen
|
43
|
-
scope_id:
|
44
|
-
scopes_enabled:
|
43
|
+
scope_id: Tema
|
44
|
+
scopes_enabled: Temaer aktivert
|
45
45
|
short_description: Kort beskrivelse
|
46
46
|
show_statistics: Vis statistikk
|
47
47
|
slug: URL slug
|
@@ -64,6 +64,12 @@
|
|
64
64
|
email: Epost
|
65
65
|
name: Navn
|
66
66
|
role: Rolle
|
67
|
+
errors:
|
68
|
+
models:
|
69
|
+
assembly:
|
70
|
+
attributes:
|
71
|
+
document:
|
72
|
+
invalid_document_type: 'Ugyldig dokumenttype. Godkjente formater er: %{valid_mime_types}'
|
67
73
|
activerecord:
|
68
74
|
models:
|
69
75
|
decidim/assembly:
|
@@ -78,6 +84,7 @@
|
|
78
84
|
decidim:
|
79
85
|
admin:
|
80
86
|
actions:
|
87
|
+
import_assembly: Importer
|
81
88
|
new_assembly: Ny forsamling
|
82
89
|
new_assembly_type: Ny forsamlingstype
|
83
90
|
assemblies:
|
@@ -101,6 +108,10 @@
|
|
101
108
|
create:
|
102
109
|
error: Det oppstod et problem med å publisere denne forsamlingen.
|
103
110
|
success: Forsamlingen ble duplisert.
|
111
|
+
assemblies_settings:
|
112
|
+
update:
|
113
|
+
error: Det oppstod et problem under oppdatering av innstillingene.
|
114
|
+
success: Oppdatering av innstillinger vellykket.
|
104
115
|
assemblies_types:
|
105
116
|
create:
|
106
117
|
error: Det oppstod et problem med å lage en ny forsamlingstype.
|
@@ -118,6 +129,14 @@
|
|
118
129
|
copy: Kopier
|
119
130
|
select: Velg hvilke data du vil duplisere
|
120
131
|
title: Dupliser forsamling
|
132
|
+
assembly_imports:
|
133
|
+
create:
|
134
|
+
error: Det oppstod et problem med å importere denne forsamlingen.
|
135
|
+
success: Forsamlingen ble vellykket importert.
|
136
|
+
new:
|
137
|
+
import: Importer
|
138
|
+
select: Velg hvilke data du vil importere
|
139
|
+
title: Importer forsamling
|
121
140
|
assembly_members:
|
122
141
|
create:
|
123
142
|
error: Det oppstod et problem med å legge til et medlem for denne forsamlingen.
|
@@ -161,6 +180,7 @@
|
|
161
180
|
success: Admin ble oppdatert for denne forsamlingen.
|
162
181
|
menu:
|
163
182
|
assemblies: Forsamlinger
|
183
|
+
assemblies_settings: Innstillinger
|
164
184
|
assemblies_submenu:
|
165
185
|
assembly_admins: Forsamlings adminer
|
166
186
|
assembly_members: Medlemmer
|
@@ -208,6 +228,7 @@
|
|
208
228
|
admin: Administrator
|
209
229
|
collaborator: Samarbeidspartner
|
210
230
|
moderator: Moderator
|
231
|
+
valuator: Verdivurdering
|
211
232
|
titles:
|
212
233
|
assemblies: Forsamlinger
|
213
234
|
assemblies_types: Forsamlingstyper
|
@@ -221,6 +242,8 @@
|
|
221
242
|
create: "%{user_name} opprettet %{resource_name} medlemmet i %{space_name} samlingen"
|
222
243
|
delete: "%{user_name} fjernet %{resource_name} medlemmet fra %{space_name} forsamlingen"
|
223
244
|
update: "%{user_name} oppdaterte %{resource_name} medlemmet i %{space_name} samlingen"
|
245
|
+
assembly_setting:
|
246
|
+
update: "%{user_name} oppdaterte forsamlingens innstillinger"
|
224
247
|
assembly_type:
|
225
248
|
create: "%{user_name} opprettet %{resource_name} forsamlingstypen"
|
226
249
|
delete: "%{user_name} fjernet %{resource_name} medlemmet fra %{space_name} forsamlingstypen"
|
@@ -250,12 +273,21 @@
|
|
250
273
|
social_handlers: Sosial
|
251
274
|
title: Generell Informasjon
|
252
275
|
visbility: Synlighet
|
276
|
+
assemblies_settings:
|
277
|
+
edit:
|
278
|
+
update: Oppdater
|
279
|
+
form:
|
280
|
+
title: Innstillinger for forsamlinger
|
253
281
|
assemblies_types:
|
254
282
|
form:
|
255
283
|
title: Tittel
|
256
284
|
assembly_copies:
|
257
285
|
form:
|
258
286
|
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne forsamlingen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
287
|
+
assembly_imports:
|
288
|
+
form:
|
289
|
+
document_legend: Legg til et dokument
|
290
|
+
slug_help: 'URL-slugs brukes til å generere URL-er som peker til denne forsamlingen. Aksepterer kun bokstaver, tall og bindestreker og må starte med en bokstav. Eksempel: %{url}'
|
259
291
|
assembly_members:
|
260
292
|
form:
|
261
293
|
existing_user: Eksisterende deltaker
|
@@ -273,6 +305,9 @@
|
|
273
305
|
content_blocks:
|
274
306
|
highlighted_assemblies:
|
275
307
|
max_results: Maksimal mengde elementer som skal vises
|
308
|
+
new_import:
|
309
|
+
accepted_types:
|
310
|
+
json: JSON
|
276
311
|
assembly_members:
|
277
312
|
index:
|
278
313
|
members: Medlemmer
|
@@ -309,6 +344,7 @@
|
|
309
344
|
home:
|
310
345
|
highlighted_assemblies:
|
311
346
|
active_assemblies: Aktive forsamlinger
|
347
|
+
assemblies_button_title: Lenke til forsamlingssiden som viser alle forsamlinger
|
312
348
|
see_all_assemblies: Se alle forsamlingene
|
313
349
|
user_profile:
|
314
350
|
member_of:
|
@@ -337,8 +373,9 @@
|
|
337
373
|
read_less: Les mindre
|
338
374
|
read_more: Les mer
|
339
375
|
related_participatory_processes: Relaterte deltakerprosesser
|
340
|
-
scope:
|
376
|
+
scope: Tema
|
341
377
|
social_networks: Sosiale nettverk
|
378
|
+
social_networks_title: Del denne forsamlingen på
|
342
379
|
target: Hvem deltar
|
343
380
|
statistics:
|
344
381
|
answers_count: Svar
|
@@ -350,6 +387,7 @@
|
|
350
387
|
meetings_count: Møter
|
351
388
|
orders_count: Støtter
|
352
389
|
pages_count: Sider
|
390
|
+
posts_count: Innlegg
|
353
391
|
projects_count: Prosjekter
|
354
392
|
proposals_count: Forslag
|
355
393
|
results_count: Resultater
|
@@ -361,6 +399,24 @@
|
|
361
399
|
designated_on: Utpekt på
|
362
400
|
index:
|
363
401
|
title: Medlemmer
|
402
|
+
conferences:
|
403
|
+
pages:
|
404
|
+
home:
|
405
|
+
highlighted_conferences:
|
406
|
+
conferences_button_title: Lenke til konferansesiden som viser alle konferansene
|
407
|
+
events:
|
408
|
+
assemblies:
|
409
|
+
create_assembly_member:
|
410
|
+
email_intro: En administrator av <a href="%{resource_url}">%{resource_name}</a> forsamlingen har lagt deg til som en av dets medlemmer.
|
411
|
+
email_outro: Du har mottatt dette varselet fordi du er invitert til en forsamling. Sjekk <a href="%{resource_path}">monteringsside</a> for å bidra!
|
412
|
+
email_subject: Du har blitt invitert til å være medlem av forsamlingen %{resource_name}!
|
413
|
+
notification_title: Du har blitt registrert som medlem av forsamling <a href="%{resource_path}">%{resource_name}</a>. Sjekk <a href="%{resource_path}">forsamlingssiden</a> for å bidra!
|
414
|
+
assembly:
|
415
|
+
role_assigned:
|
416
|
+
email_intro: Du har blitt tildelt som %{role} for forsamling "%{resource_title}".
|
417
|
+
email_outro: Du har mottatt dette varselet fordi du er %{role} av forsamlingen "%{resource_title}".
|
418
|
+
email_subject: Du er tildelt som %{role} i "%{resource_title}".
|
419
|
+
notification_title: Du er tildelt som %{role} for forsamlingen <a href="%{resource_url}">%{resource_title}</a>.
|
364
420
|
help:
|
365
421
|
participatory_spaces:
|
366
422
|
assemblies:
|
@@ -380,6 +436,19 @@
|
|
380
436
|
description: Antall forsmalinger opprettet
|
381
437
|
object: forsamlinger
|
382
438
|
title: Forsamlinger
|
439
|
+
pages:
|
440
|
+
home:
|
441
|
+
hero:
|
442
|
+
participate_title: Delta i plattformens prosesser
|
443
|
+
sub_hero:
|
444
|
+
register_title: Registrer deg for å opprette en konto på plattformen
|
445
|
+
participatory_processes:
|
446
|
+
pages:
|
447
|
+
home:
|
448
|
+
highlighted_processes:
|
449
|
+
processes_button_title: Lenke til prosessiden som viser alle prosesser
|
450
|
+
show:
|
451
|
+
related_assemblies: Relaterte forsamlinger
|
383
452
|
errors:
|
384
453
|
messages:
|
385
454
|
cannot_be_blank: kan ikke være blank
|
@@ -396,8 +465,8 @@
|
|
396
465
|
reset_chart: Tilbakestill
|
397
466
|
order_by_assemblies:
|
398
467
|
assemblies:
|
399
|
-
one: "%{count}
|
400
|
-
other: "%{count}
|
468
|
+
one: "%{count} forsamling"
|
469
|
+
other: "%{count} forsamlinger"
|
401
470
|
promoted_assembly:
|
402
471
|
more_info: Mer info
|
403
472
|
take_part: Delta
|
@@ -0,0 +1 @@
|
|
1
|
+
om:
|
data/config/locales/pl.yml
CHANGED
@@ -2,61 +2,61 @@ pl:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
assembly:
|
5
|
-
area_id:
|
5
|
+
area_id: Kategoria
|
6
6
|
assembly_type: Typ zespołu
|
7
7
|
assembly_type_other: Typ zespołu inny
|
8
|
-
banner_image:
|
8
|
+
banner_image: Banner
|
9
9
|
closing_date: Data zamknięcia
|
10
|
-
closing_date_reason:
|
11
|
-
composition:
|
12
|
-
copy_categories:
|
10
|
+
closing_date_reason: Powód zamknięcia w podanym terminie
|
11
|
+
composition: Skład zespołu
|
12
|
+
copy_categories: Skopiuj kategorie
|
13
13
|
copy_components: Skopiuj komponenty
|
14
|
-
copy_features:
|
15
|
-
created_by:
|
16
|
-
created_by_other:
|
14
|
+
copy_features: Skopiuj funkcje
|
15
|
+
created_by: Stworzono przez
|
16
|
+
created_by_other: Stworzono przez inne
|
17
17
|
creation_date: Data utworzenia
|
18
18
|
decidim_area_id: Powierzchnia
|
19
19
|
decidim_assemblies_type_id: Typ zespołu
|
20
20
|
decidim_scope_id: Zakres
|
21
21
|
description: Opis
|
22
|
-
developer_group: Grupa
|
22
|
+
developer_group: Grupa inicjatorów
|
23
23
|
domain: Domena
|
24
|
-
duration:
|
24
|
+
duration: Czas trwania
|
25
25
|
facebook: Facebook
|
26
26
|
github: GitHub
|
27
|
-
hashtag:
|
28
|
-
hero_image: Obraz
|
29
|
-
included_at:
|
27
|
+
hashtag: Hashtag
|
28
|
+
hero_image: Obraz główny
|
29
|
+
included_at: Dołączono
|
30
30
|
instagram: Instagram
|
31
31
|
internal_organisation: Organizacja wewnętrzna
|
32
|
-
is_transparent: Jest
|
32
|
+
is_transparent: Jest transparentny
|
33
33
|
local_area: Obszar organizacji
|
34
34
|
meta_scope: Zakres metadanych
|
35
|
-
parent_id:
|
36
|
-
participatory_processes_ids: Powiązane procesy
|
37
|
-
participatory_scope:
|
38
|
-
participatory_structure: Jak
|
39
|
-
private_space:
|
40
|
-
promoted:
|
41
|
-
published_at: Opublikowano
|
35
|
+
parent_id: Zespół nadrzędny
|
36
|
+
participatory_processes_ids: Powiązane procesy partycypacyjne
|
37
|
+
participatory_scope: Zaproponowano
|
38
|
+
participatory_structure: Jak decydowano
|
39
|
+
private_space: Przestrzeń prywatna
|
40
|
+
promoted: Wyróżniony
|
41
|
+
published_at: Opublikowano
|
42
42
|
purpose_of_action: Cel działania
|
43
43
|
scope_id: Zakres
|
44
|
-
scopes_enabled: Zakresy
|
44
|
+
scopes_enabled: Zakresy dozwolone
|
45
45
|
short_description: Krótki opis
|
46
46
|
show_statistics: Pokaż statystyki
|
47
|
-
slug:
|
47
|
+
slug: URL slug
|
48
48
|
special_features: Cechy szczególne
|
49
49
|
subtitle: Podtytuł
|
50
|
-
target:
|
50
|
+
target: Do kogo kierowane
|
51
51
|
title: Tytuł
|
52
|
-
twitter:
|
53
|
-
youtube:
|
52
|
+
twitter: Twitter
|
53
|
+
youtube: YouTube
|
54
54
|
assembly_member:
|
55
55
|
birthday: Urodziny
|
56
56
|
birthplace: Miejsce urodzenia
|
57
|
-
ceased_date:
|
58
|
-
designation_date: Data
|
59
|
-
designation_mode: Tryb
|
57
|
+
ceased_date: Data zakończenia
|
58
|
+
designation_date: Data wyboru
|
59
|
+
designation_mode: Tryb wyboru
|
60
60
|
full_name: Pełne imię i nazwisko
|
61
61
|
gender: Płeć
|
62
62
|
position: Pozycja
|
@@ -64,186 +64,236 @@ pl:
|
|
64
64
|
email: E-mail
|
65
65
|
name: Nazwa
|
66
66
|
role: Rola
|
67
|
+
errors:
|
68
|
+
models:
|
69
|
+
assembly:
|
70
|
+
attributes:
|
71
|
+
document:
|
72
|
+
invalid_document_type: 'Nieprawidłowy typ dokumentu. Akceptowane formaty to: %{valid_mime_types}'
|
67
73
|
activerecord:
|
68
74
|
models:
|
69
75
|
decidim/assembly:
|
70
|
-
one:
|
71
|
-
few:
|
72
|
-
many:
|
73
|
-
other:
|
76
|
+
one: Zespół
|
77
|
+
few: Zespoły
|
78
|
+
many: Zespoły
|
79
|
+
other: Zespoły
|
74
80
|
decidim/assembly_member:
|
75
81
|
one: Członek zespołu
|
76
|
-
few: Członkowie
|
77
|
-
many: Członkowie
|
78
|
-
other: Członkowie
|
82
|
+
few: Członkowie zespołu
|
83
|
+
many: Członkowie zespołu
|
84
|
+
other: Członkowie zespołu
|
79
85
|
decidim/assembly_user_role:
|
80
|
-
one:
|
81
|
-
few:
|
82
|
-
many:
|
83
|
-
other:
|
86
|
+
one: Rola użytkownika zespołu
|
87
|
+
few: Role użytkowników zespołu
|
88
|
+
many: Role użytkowników zespołu
|
89
|
+
other: Role użytkowników zespołu
|
84
90
|
decidim:
|
85
91
|
admin:
|
86
92
|
actions:
|
87
|
-
|
93
|
+
import_assembly: Importuj
|
94
|
+
new_assembly: Nowy zespół
|
95
|
+
new_assembly_type: Nowy typ zespołu
|
88
96
|
assemblies:
|
89
97
|
create:
|
90
|
-
error: Podczas tworzenia nowego
|
91
|
-
success:
|
98
|
+
error: Podczas tworzenia nowego zespołu wystąpił błąd.
|
99
|
+
success: Zespół został utworzony.
|
92
100
|
edit:
|
93
101
|
update: Aktualizuj
|
94
102
|
index:
|
95
|
-
not_published:
|
103
|
+
not_published: Nieopublikowane
|
96
104
|
private: Prywatny
|
97
105
|
public: Publiczny
|
98
106
|
published: Opublikowany
|
99
107
|
new:
|
100
108
|
create: Utwórz
|
101
|
-
title: Nowy
|
109
|
+
title: Nowy zespół
|
102
110
|
update:
|
103
|
-
error: Podczas aktualizowania tego
|
104
|
-
success:
|
111
|
+
error: Podczas aktualizowania tego zespołu wystąpił błąd.
|
112
|
+
success: Zespół został zaktualizowany.
|
105
113
|
assemblies_copies:
|
106
114
|
create:
|
107
|
-
error: Podczas duplikowania tego
|
108
|
-
success:
|
115
|
+
error: Podczas duplikowania tego zespołu wystąpił błąd.
|
116
|
+
success: Zespół został zduplikowany.
|
117
|
+
assemblies_settings:
|
118
|
+
update:
|
119
|
+
error: Podczas aktualizowania ustawień wystąpił błąd.
|
120
|
+
success: Pomyślnie zaktualizowano ustawienia.
|
109
121
|
assemblies_types:
|
122
|
+
create:
|
123
|
+
error: Podczas tworzenia nowego typu zespołu wystąpił błąd.
|
124
|
+
success: Pomyślnie utworzono typ zespołu.
|
125
|
+
destroy:
|
126
|
+
success: Pomyślnie usunięto typ zespołu.
|
110
127
|
new:
|
111
128
|
create: Utwórz
|
129
|
+
title: Nowy typ zespołu
|
130
|
+
update:
|
131
|
+
error: Podczas aktualizowania tego typu zespołu wystąpił błąd.
|
132
|
+
success: Pomyślnie zaktualizowano typ zespołu.
|
112
133
|
assembly_copies:
|
113
134
|
new:
|
114
135
|
copy: Kopiuj
|
115
136
|
select: Wybierz dane, które chcesz zduplikować
|
116
|
-
title:
|
137
|
+
title: Zduplikuj zespół
|
138
|
+
assembly_imports:
|
139
|
+
create:
|
140
|
+
error: Wystąpił błąd podczas importowania tego zespołu.
|
141
|
+
success: Zespół został pomyślnie zaimportowany.
|
142
|
+
new:
|
143
|
+
import: Importuj
|
144
|
+
select: Wybierz dane, które chcesz zaimportować
|
145
|
+
title: Importuj zespół
|
117
146
|
assembly_members:
|
118
147
|
create:
|
119
|
-
error: Wystąpił błąd podczas dodawania
|
148
|
+
error: Wystąpił błąd podczas dodawania członka do tego zespołu.
|
120
149
|
success: Członek utworzony pomyślnie dla tego zespołu.
|
121
150
|
destroy:
|
122
|
-
success: Członek usunięty pomyślnie
|
151
|
+
success: Członek usunięty pomyślnie z tego zespołu.
|
123
152
|
edit:
|
124
|
-
title:
|
125
|
-
update:
|
153
|
+
title: Aktualizuj członka zespołu.
|
154
|
+
update: Aktualizuj
|
126
155
|
index:
|
127
|
-
assembly_members_title: Członkowie
|
156
|
+
assembly_members_title: Członkowie zespołu
|
128
157
|
new:
|
129
|
-
create:
|
158
|
+
create: Utwórz
|
130
159
|
title: Nowy członek zespołu.
|
131
160
|
update:
|
132
|
-
error: Wystąpił błąd podczas aktualizowania
|
133
|
-
success: Członek zaktualizowany pomyślnie
|
161
|
+
error: Wystąpił błąd podczas aktualizowania członka tego zespołu.
|
162
|
+
success: Członek zespołu zaktualizowany pomyślnie.
|
134
163
|
assembly_publications:
|
135
164
|
create:
|
136
|
-
error: Podczas publikowania tego
|
137
|
-
success:
|
165
|
+
error: Podczas publikowania tego zespołu wystąpił błąd.
|
166
|
+
success: Zespół został opublikowane pomyślnie.
|
138
167
|
destroy:
|
139
|
-
error:
|
140
|
-
success:
|
168
|
+
error: Wystąpił błąd podczas próby cofnięcia publikacji tego zespołu.
|
169
|
+
success: Zespół nie jest już publicznie widoczny.
|
141
170
|
assembly_user_roles:
|
142
171
|
create:
|
143
|
-
error: Wystąpił błąd podczas dodawania
|
144
|
-
success:
|
172
|
+
error: Wystąpił błąd podczas dodawania administratora do tego zespołu.
|
173
|
+
success: Administrator został pomyślnie dodany do tego zespołu.
|
145
174
|
destroy:
|
146
|
-
success:
|
175
|
+
success: Administrator został usunięty pomyślnie z tego zespołu.
|
147
176
|
edit:
|
148
|
-
title: Zaktualizuj
|
149
|
-
update:
|
177
|
+
title: Zaktualizuj administratora zespołu.
|
178
|
+
update: Aktualizuj
|
150
179
|
index:
|
151
|
-
assembly_admins_title:
|
180
|
+
assembly_admins_title: Administratorzy zespołu
|
152
181
|
new:
|
153
|
-
create:
|
154
|
-
title: Nowy
|
182
|
+
create: Utwórz
|
183
|
+
title: Nowy administrator zespołu.
|
155
184
|
update:
|
156
|
-
error: Wystąpił błąd podczas aktualizacji
|
157
|
-
success:
|
185
|
+
error: Wystąpił błąd podczas aktualizacji administratora tego zespołu.
|
186
|
+
success: Administrator zespołu został zaktualizowany pomyślnie.
|
158
187
|
menu:
|
159
188
|
assemblies: Zespoły
|
189
|
+
assemblies_settings: Ustawienia
|
160
190
|
assemblies_submenu:
|
161
|
-
assembly_admins:
|
191
|
+
assembly_admins: Administratorzy zespołu
|
162
192
|
assembly_members: Członkowie
|
163
|
-
attachment_collections:
|
164
|
-
attachment_files:
|
193
|
+
attachment_collections: Foldery
|
194
|
+
attachment_files: Pliki
|
165
195
|
attachments: Załączniki
|
166
196
|
categories: Kategorie
|
167
|
-
components:
|
197
|
+
components: Komponenty
|
168
198
|
info: Informacje
|
169
|
-
moderations:
|
199
|
+
moderations: Moderacje
|
170
200
|
private_users: Prywatni użytkownicy
|
201
|
+
assemblies_types: Typy zespołów
|
171
202
|
models:
|
172
203
|
assemblies_types:
|
173
204
|
fields:
|
174
|
-
created_at: Utworzono
|
205
|
+
created_at: Utworzono
|
175
206
|
title: Tytuł
|
176
207
|
assembly:
|
177
208
|
fields:
|
178
|
-
created_at: Utworzono
|
209
|
+
created_at: Utworzono
|
179
210
|
private: Prywatny
|
180
|
-
promoted:
|
211
|
+
promoted: Wyróżniony
|
181
212
|
published: Opublikowany
|
182
213
|
title: Tytuł
|
183
|
-
name:
|
214
|
+
name: Zespół
|
184
215
|
assembly_member:
|
185
216
|
fields:
|
186
|
-
ceased_date:
|
217
|
+
ceased_date: Data zakończenia
|
187
218
|
designation_date: Data wyznaczenia
|
188
219
|
full_name: Nazwa
|
189
220
|
position: Pozycja
|
190
221
|
name: Członek
|
191
222
|
positions:
|
192
223
|
other: Inny
|
193
|
-
president:
|
224
|
+
president: Przewodniczący
|
194
225
|
secretary: Sekretarz
|
195
|
-
vice_president:
|
226
|
+
vice_president: Wiceprzewodniczący
|
196
227
|
assembly_user_role:
|
197
228
|
fields:
|
198
229
|
email: E-mail
|
199
230
|
name: Nazwa
|
200
231
|
role: Rola
|
201
|
-
name:
|
232
|
+
name: Administrator zespołu
|
202
233
|
roles:
|
203
234
|
admin: Administrator
|
204
235
|
collaborator: Współpracownik
|
205
236
|
moderator: Moderator
|
237
|
+
valuator: Taksator
|
206
238
|
titles:
|
207
239
|
assemblies: Zespoły
|
240
|
+
assemblies_types: Typy zespołów
|
208
241
|
admin_log:
|
209
242
|
assembly:
|
210
|
-
create: "%{user_name} utworzył zespół %{resource_name}"
|
211
|
-
publish: "%{user_name}
|
212
|
-
unpublish: "%{user_name} anulował publikację zespołu %{resource_name}"
|
213
|
-
update: "%{user_name} zaktualizował zespół %{resource_name}"
|
243
|
+
create: "%{user_name} utworzył(a) zespół %{resource_name}"
|
244
|
+
publish: "%{user_name} upublicznił(a) zespół %{resource_name}"
|
245
|
+
unpublish: "%{user_name} anulował(a) publikację zespołu %{resource_name}"
|
246
|
+
update: "%{user_name} zaktualizował(a) zespół %{resource_name}"
|
214
247
|
assembly_member:
|
215
|
-
create: "%{user_name} utworzył %{resource_name}
|
216
|
-
delete: "%{user_name}
|
217
|
-
update: "%{user_name}
|
248
|
+
create: "%{user_name} utworzył(a) członka %{resource_name} w zespole %{space_name}"
|
249
|
+
delete: "%{user_name} usunął/usunęła członka %{resource_name} z zespołu %{space_name}"
|
250
|
+
update: "%{user_name} zaktualizował(a) członka %{resource_name} w zespole %{space_name}"
|
251
|
+
assembly_setting:
|
252
|
+
update: "%{user_name} zaktualizował(a) ustawienia zespołów"
|
253
|
+
assembly_type:
|
254
|
+
create: "%{user_name} utworzył(a) typ zespołu %{resource_name}"
|
255
|
+
delete: "%{user_name} usunął/usunęła typ zespołu %{resource_name} z przestrzeni %{space_name}"
|
256
|
+
publish: "%{user_name} opublikował(a) typ zespołu %{resource_name}"
|
257
|
+
unpublish: "%{user_name} anulował(a) publikację typu zespołu %{resource_name}"
|
258
|
+
update: "%{user_name} zaktualizował(a) typ zespołu %{resource_name}"
|
218
259
|
assembly_user_role:
|
219
|
-
create: "%{user_name} zaprosił %{resource_name} do zespołu %{space_name}"
|
220
|
-
delete: "%{user_name}
|
221
|
-
update: "%{user_name} zmienił rolę %{resource_name} w zespole %{space_name}"
|
260
|
+
create: "%{user_name} zaprosił(a) %{resource_name} do zespołu %{space_name}"
|
261
|
+
delete: "%{user_name} usunął/usunęła użytkownika %{resource_name} z zespołu %{space_name}"
|
262
|
+
update: "%{user_name} zmienił(a) rolę %{resource_name} w zespole %{space_name}"
|
222
263
|
assemblies:
|
223
264
|
admin:
|
224
265
|
assemblies:
|
225
266
|
form:
|
226
|
-
duration:
|
227
|
-
duration_help: Jeśli czas trwania tego
|
267
|
+
duration: Czas trwania
|
268
|
+
duration_help: Jeśli czas trwania tego zespołu jest ograniczony, wybierz datę końcową. W przeciwnym razie pojawi się jako nieokreślony.
|
228
269
|
filters: Filtry
|
229
270
|
images: Obrazy
|
230
|
-
included_at_help: Wybierz datę dodania tego
|
271
|
+
included_at_help: Wybierz datę dodania tego zespołu do Decidim. To niekoniecznie musi być ta sama data co data utworzenia.
|
231
272
|
metadata: Metadane
|
232
273
|
other: Inny
|
233
274
|
select_a_created_by: Wybierz utworzony przez
|
234
|
-
select_an_area: Wybierz
|
275
|
+
select_an_area: Wybierz kategorię
|
235
276
|
select_an_assembly_type: Wybierz typ zespołu
|
236
277
|
select_parent_assembly: Wybierz zespół macierzysty
|
237
|
-
slug_help: '
|
238
|
-
social_handlers:
|
278
|
+
slug_help: 'URL slugi służą do generowania adresów URL kierujących do tego zespołu. Można użyć: liter, cyfr i myślników; musi zaczynać się od litery. Przykład: %{url}'
|
279
|
+
social_handlers: Profile społecznościowe
|
239
280
|
title: Informacje ogólne
|
240
281
|
visbility: Widoczność
|
282
|
+
assemblies_settings:
|
283
|
+
edit:
|
284
|
+
update: Aktualizuj
|
285
|
+
form:
|
286
|
+
title: Ustawienia zespołów
|
241
287
|
assemblies_types:
|
242
288
|
form:
|
243
289
|
title: Tytuł
|
244
290
|
assembly_copies:
|
245
291
|
form:
|
246
|
-
slug_help: '
|
292
|
+
slug_help: 'URL slugi służą do generowania adresów URL kierujących do tego zespołu. Można używać: liter, cyfr i myślników; musi zaczynać się od litery. Przykład: %{url}'
|
293
|
+
assembly_imports:
|
294
|
+
form:
|
295
|
+
document_legend: Dodaj dokument
|
296
|
+
slug_help: 'URL slugi służą do generowania adresów URL kierujących do tego zespołu. Można użyć: liter, cyfr i myślników; musi zaczynać się od litery. Przykład: %{url}'
|
247
297
|
assembly_members:
|
248
298
|
form:
|
249
299
|
existing_user: Istniejący użytkownik
|
@@ -254,8 +304,8 @@ pl:
|
|
254
304
|
index:
|
255
305
|
filter:
|
256
306
|
all: Wszystko
|
257
|
-
ceased:
|
258
|
-
not_ceased:
|
307
|
+
ceased: Byli
|
308
|
+
not_ceased: Aktualni
|
259
309
|
filter_by: Filtruj według
|
260
310
|
search: Szukaj
|
261
311
|
content_blocks:
|
@@ -265,106 +315,143 @@ pl:
|
|
265
315
|
index:
|
266
316
|
members: Członkowie
|
267
317
|
assembly_types:
|
268
|
-
commission:
|
318
|
+
commission: Komisja
|
269
319
|
consultative_advisory: Konsultacyjne / doradcze
|
270
|
-
executive:
|
320
|
+
executive: Wykonawcze
|
271
321
|
government: Rząd
|
272
|
-
others:
|
273
|
-
participatory:
|
322
|
+
others: Inne
|
323
|
+
participatory: Uczestniczące
|
274
324
|
working_group: Grupa robocza
|
275
325
|
content_blocks:
|
276
326
|
highlighted_assemblies:
|
277
|
-
name: Wyróżnione
|
327
|
+
name: Wyróżnione zespoły
|
278
328
|
created_by:
|
279
329
|
city_council: Rada Miejska
|
280
330
|
others: Inni
|
281
331
|
public: Publiczny
|
282
332
|
filter:
|
333
|
+
all: Wszystkie typy
|
283
334
|
commission: Komisja
|
284
335
|
consultative_advisory: Konsultacyjne / doradcze
|
285
|
-
executive:
|
336
|
+
executive: Wykonawcze
|
286
337
|
government: Rząd
|
287
|
-
help: '
|
338
|
+
help: 'Pokaż:'
|
288
339
|
others: Inni
|
289
|
-
participatory:
|
340
|
+
participatory: Uczestniczące
|
290
341
|
working_group: Grupa robocza
|
291
342
|
index:
|
292
343
|
title: Zespoły
|
293
344
|
last_activity:
|
294
|
-
new_assembly: Nowy
|
345
|
+
new_assembly: Nowy zespół
|
295
346
|
pages:
|
296
347
|
home:
|
297
348
|
highlighted_assemblies:
|
298
|
-
active_assemblies: Aktywne
|
349
|
+
active_assemblies: Aktywne zespoły
|
350
|
+
assemblies_button_title: Link do strony Zespołów wyświetlającej wszystkie zespoły
|
299
351
|
see_all_assemblies: Zobacz wszystkie zespoły
|
300
352
|
user_profile:
|
301
353
|
member_of:
|
302
|
-
member_of:
|
354
|
+
member_of: Członek
|
303
355
|
show:
|
304
|
-
area:
|
356
|
+
area: Kategoria
|
305
357
|
assembly_type: Typ zespołu
|
306
|
-
children:
|
358
|
+
children: Zespoły
|
307
359
|
closing_date: Data zamknięcia
|
308
|
-
composition:
|
309
|
-
created_by:
|
360
|
+
composition: Skład zespołu
|
361
|
+
created_by: Utworzone przez
|
310
362
|
creation_date: Data utworzenia
|
311
|
-
developer_group: Grupa
|
312
|
-
duration:
|
313
|
-
included_at:
|
314
|
-
indefinite_duration:
|
363
|
+
developer_group: Grupa inicjatorów
|
364
|
+
duration: Czas trwania
|
365
|
+
included_at: Dołączono
|
366
|
+
indefinite_duration: Nie określono
|
315
367
|
internal_organisation: Organizacja wewnętrzna
|
316
368
|
is_transparent:
|
317
|
-
'false':
|
318
|
-
'true':
|
369
|
+
'false': nietransparentny
|
370
|
+
'true': transparentny
|
319
371
|
local_area: Obszar organizacji
|
320
|
-
participatory_scope:
|
321
|
-
participatory_structure: Jak
|
322
|
-
private_space: To jest
|
372
|
+
participatory_scope: Zaproponowano
|
373
|
+
participatory_structure: Jak decydowano
|
374
|
+
private_space: To jest prywatny zespół
|
323
375
|
purpose_of_action: Cel działania
|
324
|
-
read_less:
|
376
|
+
read_less: Czytaj mniej
|
325
377
|
read_more: Czytaj więcej
|
326
|
-
related_participatory_processes: Powiązane procesy
|
378
|
+
related_participatory_processes: Powiązane procesy partycypacyjne
|
327
379
|
scope: Zakres
|
328
380
|
social_networks: Portale społecznościowe
|
329
|
-
|
381
|
+
social_networks_title: Udostępnij zespół na
|
382
|
+
target: Do kogo kierowane
|
330
383
|
statistics:
|
331
384
|
answers_count: Odpowiedzi
|
332
385
|
assemblies_count: Zespoły
|
333
386
|
comments_count: Komentarze
|
334
387
|
debates_count: Debaty
|
335
|
-
endorsements_count:
|
336
|
-
headline:
|
388
|
+
endorsements_count: Rekomendacje
|
389
|
+
headline: Działania
|
337
390
|
meetings_count: Spotkania
|
338
|
-
orders_count:
|
391
|
+
orders_count: Wsparcia
|
339
392
|
pages_count: Strony
|
393
|
+
posts_count: Posty
|
340
394
|
projects_count: Projekty
|
341
395
|
proposals_count: Propozycje
|
342
396
|
results_count: Wyniki
|
343
397
|
surveys_count: Ankiety
|
344
|
-
users_count:
|
345
|
-
votes_count:
|
398
|
+
users_count: Użytkownicy
|
399
|
+
votes_count: Głosy
|
346
400
|
assembly_members:
|
347
401
|
assembly_member:
|
348
402
|
designated_on: Wyznaczony na
|
349
403
|
index:
|
350
404
|
title: Członkowie
|
405
|
+
conferences:
|
406
|
+
pages:
|
407
|
+
home:
|
408
|
+
highlighted_conferences:
|
409
|
+
conferences_button_title: Link do strony Konferencji wyświetlającej wszystkie konferencje
|
410
|
+
events:
|
411
|
+
assemblies:
|
412
|
+
create_assembly_member:
|
413
|
+
email_intro: Administrator zespołu <a href="%{resource_url}">%{resource_name}</a> ustanowił Cię jego członkiem.
|
414
|
+
email_outro: Otrzymujesz to powiadomienie, ponieważ zaproszono Cię do zespołu. Sprawdź <a href="%{resource_path}">stronę zespołu</a>, aby dołączyć!
|
415
|
+
email_subject: Zaproszono Cię do grona członków zespołu %{resource_name}!
|
416
|
+
notification_title: Zarejestrowano Cię jako członka Zespołu <a href="%{resource_path}">%{resource_name}</a>. Sprawdź <a href="%{resource_path}">stronę zespołu</a>, aby wnieść swój wkład!
|
417
|
+
assembly:
|
418
|
+
role_assigned:
|
419
|
+
email_intro: Przypisano Ci rolę %{role} w zespole „%{resource_title}”.
|
420
|
+
email_outro: Otrzymujesz to powiadomienie jako %{role} zespołu „%{resource_title}”.
|
421
|
+
email_subject: Przypisano Ci rolę %{role} w „%{resource_title}”.
|
422
|
+
notification_title: Przypisano Ci rolę %{role} w zespole <a href="%{resource_url}">%{resource_title}</a>.
|
351
423
|
help:
|
352
424
|
participatory_spaces:
|
353
425
|
assemblies:
|
354
|
-
contextual: "<p>
|
355
|
-
page: "<p>
|
356
|
-
title: Czym są
|
426
|
+
contextual: "<p><strong>Zespół</strong> to grupa członków organizacji, którzy regularnie spotykają się, aby podejmować decyzje dotyczące określonej kategorii lub zakresu organizacji.</p> <p>Zespoły organizują spotkania, niektóre są prywatne, a niektóre otwarte. Jeśli są otwarte, można w nich uczestniczyć (na przykład: uczestniczyć, jeśli pozwala na to liczba dostępnych miejsc, dodawać punkty do porządku obrad lub komentować propozycje i decyzje podjęte przez ten organ).</p> <p>Przykłady: zgromadzenie ogólne (które spotyka się raz w roku w celu określenia głównych kierunków działania organizacji, a także jej organów wykonawczych w drodze głosowania), rada doradcza ds. Równości (która zbiera się co dwa miesiące w celu przedstawienia propozycji dotyczących poprawy stosunków między płciami w organizacji), komisje oceniające (które zbierają się co miesiąc w celu monitorowania procesu) lub organ gwarancyjny (który zbiera incydenty, nadużycia lub propozycje ulepszenia procedur decyzyjnych) to przykłady zespołów.</p>\n"
|
427
|
+
page: "<p><strong>Zespół</strong> to grupa członków organizacji, którzy regularnie spotykają się, aby podejmować decyzje dotyczące określonej kategorii lub zakresu organizacji.</p> <p>Zespoły organizują spotkania, niektóre są prywatne, a niektóre są otwarte. Jeśli są otwarte, można w nich uczestniczyć (na przykład: uczestniczyć, jeśli pozwala na to liczba dostępnych miejsc, dodawać punkty do porządku obrad lub komentować propozycje i decyzje podjęte przez ten organ).</p> <p>Przykłady: zgromadzenie ogólne (które spotyka się raz w roku w celu określenia głównych kierunków działania organizacji, a także jej organów wykonawczych w drodze głosowania), rada doradcza ds. Równości (która zbiera się co dwa miesiące w celu przedstawienia propozycji dotyczących poprawy stosunków między płciami w organizacji), komisje oceniające (które zbierają się co miesiąc w celu monitorowania procesu) lub organ gwarancyjny (który zbiera incydenty, nadużycia lub propozycje ulepszenia procedur decyzyjnych) to przykłady zespołów.</p>\n"
|
428
|
+
title: Czym są zespoły?
|
357
429
|
log:
|
358
430
|
value_types:
|
359
431
|
assembly_presenter:
|
360
|
-
not_found: '
|
432
|
+
not_found: 'Zespół nie został znaleziony w bazie danych (ID: %{id})'
|
433
|
+
assembly_type_presenter:
|
434
|
+
not_found: 'Nie znaleziono typu zespołu w bazie danych (ID: %{id})'
|
361
435
|
menu:
|
362
436
|
assemblies: Zespoły
|
363
437
|
metrics:
|
364
438
|
assemblies:
|
365
|
-
description: Liczba utworzonych
|
439
|
+
description: Liczba utworzonych zespołów
|
366
440
|
object: zespoły
|
367
|
-
title:
|
441
|
+
title: Zespoły
|
442
|
+
pages:
|
443
|
+
home:
|
444
|
+
hero:
|
445
|
+
participate_title: Weź udział w procesach udostępnionych na platformie
|
446
|
+
sub_hero:
|
447
|
+
register_title: Zarejestruj się, aby utworzyć konto na platformie
|
448
|
+
participatory_processes:
|
449
|
+
pages:
|
450
|
+
home:
|
451
|
+
highlighted_processes:
|
452
|
+
processes_button_title: Link do strony Procesy wyświetlającej wszystkie procesy
|
453
|
+
show:
|
454
|
+
related_assemblies: Powiązane zespoły
|
368
455
|
errors:
|
369
456
|
messages:
|
370
457
|
cannot_be_blank: nie może być puste
|
@@ -373,23 +460,24 @@ pl:
|
|
373
460
|
assemblies:
|
374
461
|
assembly:
|
375
462
|
more_info: Więcej informacji
|
376
|
-
take_part:
|
463
|
+
take_part: Dołącz
|
377
464
|
index:
|
465
|
+
children: 'Zespoły: '
|
378
466
|
organizational_chart: Schemat organizacyjny
|
379
|
-
promoted_assemblies:
|
380
|
-
reset_chart:
|
467
|
+
promoted_assemblies: Wyróżnione zespoły
|
468
|
+
reset_chart: Resetuj
|
381
469
|
order_by_assemblies:
|
382
470
|
assemblies:
|
383
|
-
one: "%{count}
|
384
|
-
few: "%{count}
|
385
|
-
many: "%{count}
|
386
|
-
other: "%{count}
|
471
|
+
one: "%{count} zespół"
|
472
|
+
few: "%{count} zespoły"
|
473
|
+
many: "%{count} zespołów"
|
474
|
+
other: "%{count} zespołów"
|
387
475
|
promoted_assembly:
|
388
476
|
more_info: Więcej informacji
|
389
|
-
take_part:
|
477
|
+
take_part: Dołącz
|
390
478
|
assembly_navigation:
|
391
479
|
assembly_member_menu_item: Członkowie
|
392
|
-
assembly_menu_item:
|
480
|
+
assembly_menu_item: Zespół
|
393
481
|
assembly_widgets:
|
394
482
|
show:
|
395
|
-
take_part:
|
483
|
+
take_part: Dołącz
|