decidim-participatory_processes 0.29.3 → 0.30.0.rc1
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/cells/decidim/participatory_process_groups/process_filters_cell.rb +4 -5
- data/app/cells/decidim/participatory_processes/content_blocks/highlighted_processes_settings_form/show.erb +1 -1
- data/app/cells/decidim/participatory_processes/process_dropdown_metadata_cell.rb +7 -0
- data/app/cells/decidim/participatory_processes/process_filters/show.erb +0 -1
- data/app/cells/decidim/participatory_processes/process_filters_cell.rb +6 -32
- data/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +2 -23
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +3 -3
- data/app/commands/decidim/participatory_processes/admin/import_participatory_process.rb +0 -1
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +3 -3
- data/app/controllers/decidim/participatory_processes/admin/component_share_tokens_controller.rb +18 -0
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_share_tokens_controller.rb +16 -0
- data/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +15 -3
- data/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +2 -4
- data/app/controllers/decidim/participatory_processes/participatory_space_private_users_controller.rb +27 -0
- data/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +0 -1
- data/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +3 -33
- data/app/forms/decidim/participatory_processes/admin/participatory_process_import_form.rb +0 -1
- data/app/helpers/decidim/participatory_processes/participatory_process_helper.rb +28 -20
- data/app/jobs/decidim/participatory_processes/change_active_step_job.rb +1 -1
- data/app/models/decidim/participatory_process.rb +19 -3
- data/app/permissions/decidim/participatory_processes/permissions.rb +16 -21
- data/app/presenters/decidim/participatory_processes/admin_log/participatory_process_presenter.rb +1 -1
- data/app/queries/decidim/participatory_processes/metrics/participatory_process_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/participatory_processes/metrics/participatory_processes_metric_manage.rb +2 -2
- data/app/serializers/decidim/participatory_processes/open_data_participatory_process_serializer.rb +47 -0
- data/app/serializers/decidim/participatory_processes/participatory_process_importer.rb +1 -43
- data/app/serializers/decidim/participatory_processes/participatory_process_serializer.rb +17 -126
- data/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +0 -4
- data/app/views/decidim/participatory_processes/admin/participatory_process_groups/_form.html.erb +0 -1
- data/app/views/decidim/participatory_processes/admin/participatory_process_imports/_form.html.erb +0 -3
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +25 -60
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_process_row.html.erb +83 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/_processes_thead.html.erb +19 -0
- data/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +16 -84
- data/app/views/decidim/participatory_processes/admin/participatory_processes/manage_trash.html.erb +20 -0
- data/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +3 -1
- data/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +3 -1
- data/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +6 -6
- data/app/views/decidim/participatory_processes/participatory_space_private_users/index.html.erb +22 -0
- data/config/assets.rb +1 -2
- data/config/locales/ar.yml +0 -17
- data/config/locales/bg.yml +0 -36
- data/config/locales/bs-BA.yml +0 -9
- data/config/locales/ca.yml +61 -39
- data/config/locales/cs.yml +60 -36
- data/config/locales/de.yml +59 -37
- data/config/locales/el.yml +0 -36
- data/config/locales/en.yml +60 -38
- data/config/locales/es-MX.yml +61 -39
- data/config/locales/es-PY.yml +61 -39
- data/config/locales/es.yml +62 -40
- data/config/locales/eu.yml +141 -119
- data/config/locales/fi-plain.yml +60 -36
- data/config/locales/fi.yml +60 -36
- data/config/locales/fr-CA.yml +23 -37
- data/config/locales/fr.yml +23 -37
- data/config/locales/ga-IE.yml +0 -14
- data/config/locales/gl.yml +0 -18
- data/config/locales/hu.yml +0 -36
- data/config/locales/id-ID.yml +0 -17
- data/config/locales/is-IS.yml +0 -16
- data/config/locales/it.yml +0 -36
- data/config/locales/ja.yml +60 -38
- data/config/locales/lb.yml +0 -20
- data/config/locales/lt.yml +0 -36
- data/config/locales/lv.yml +0 -20
- data/config/locales/nl.yml +0 -21
- data/config/locales/no.yml +0 -36
- data/config/locales/pl.yml +0 -36
- data/config/locales/pt-BR.yml +0 -33
- data/config/locales/pt.yml +0 -21
- data/config/locales/ro-RO.yml +1 -38
- data/config/locales/ru.yml +0 -17
- data/config/locales/sk.yml +1 -21
- data/config/locales/sr-CS.yml +0 -9
- data/config/locales/sv.yml +52 -36
- data/config/locales/tr-TR.yml +0 -21
- data/config/locales/uk.yml +0 -17
- data/config/locales/zh-CN.yml +0 -20
- data/config/locales/zh-TW.yml +0 -36
- data/db/migrate/20210310120750_add_followable_counter_cache_to_participatory_processes.rb +1 -1
- data/db/migrate/20240822161355_add_deleted_at_to_decidim_participatory_processes.rb +8 -0
- data/db/migrate/20241108141423_remove_column_show_metrics_from_participatory_processes.rb +7 -0
- data/db/migrate/20241108141514_remove_column_banner_image_from_participatory_processes.rb +7 -0
- data/db/migrate/20241108141605_remove_column_show_statistics_from_participatory_processes.rb +7 -0
- data/decidim-participatory_processes.gemspec +1 -1
- data/lib/decidim/api/participatory_process_group_type.rb +3 -3
- data/lib/decidim/api/participatory_process_step_type.rb +7 -9
- data/lib/decidim/api/participatory_process_type.rb +18 -23
- data/lib/decidim/api/participatory_process_type_type.rb +3 -3
- data/lib/decidim/participatory_processes/admin_engine.rb +85 -59
- data/lib/decidim/participatory_processes/content_blocks/registry_manager.rb +11 -0
- data/lib/decidim/participatory_processes/engine.rb +7 -0
- data/lib/decidim/participatory_processes/menu.rb +9 -17
- data/lib/decidim/participatory_processes/participatory_space.rb +5 -2
- data/lib/decidim/participatory_processes/seeds.rb +8 -16
- data/lib/decidim/participatory_processes/test/factories.rb +14 -14
- data/lib/decidim/participatory_processes/version.rb +1 -1
- metadata +24 -26
- data/app/cells/decidim/participatory_processes/process_filters/type_filter.erb +0 -17
- data/app/commands/decidim/participatory_processes/admin/create_participatory_process_type.rb +0 -17
- data/app/commands/decidim/participatory_processes/admin/update_participatory_process_type.rb +0 -13
- data/app/controllers/decidim/participatory_processes/admin/categories_controller.rb +0 -13
- data/app/controllers/decidim/participatory_processes/admin/participatory_process_types_controller.rb +0 -117
- data/app/forms/decidim/participatory_processes/admin/participatory_process_type_form.rb +0 -20
- data/app/helpers/decidim/participatory_processes/admin/participatory_process_helper.rb +0 -24
- data/app/packs/entrypoints/decidim_participatory_processes_admin.js +0 -1
- data/app/packs/src/decidim/participatory_processes/admin/participatory_processes.js +0 -18
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/_form.html.erb +0 -9
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/edit.html.erb +0 -18
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/index.html.erb +0 -58
- data/app/views/decidim/participatory_processes/admin/participatory_process_types/new.html.erb +0 -18
- data/config/locales/ca-IT.yml +0 -524
data/config/locales/fr.yml
CHANGED
@@ -23,16 +23,12 @@ fr:
|
|
23
23
|
local_area: Espace d'organisation
|
24
24
|
meta_scope: Échelle
|
25
25
|
participatory_process_group_id: Groupe de processus
|
26
|
-
participatory_process_type_id: Type de processus
|
27
26
|
participatory_scope: Objectifs
|
28
27
|
participatory_structure: Modalités de décision
|
29
28
|
private_space: Processus privé
|
30
29
|
promoted: Mis en avant
|
31
30
|
published_at: Publiée à
|
32
31
|
related_process_ids: Concertations liées
|
33
|
-
scope_id: Secteur
|
34
|
-
scope_type_max_depth_id: Profondeur du filtre de portée
|
35
|
-
scopes_enabled: Secteurs activés
|
36
32
|
short_description: Résumé
|
37
33
|
slug: Identifiant
|
38
34
|
start_date: Date de début
|
@@ -61,8 +57,6 @@ fr:
|
|
61
57
|
short_description: Résumé
|
62
58
|
start_date: Date de début
|
63
59
|
title: Titre
|
64
|
-
participatory_process_type:
|
65
|
-
title: Titre
|
66
60
|
participatory_process_user_role:
|
67
61
|
email: Email
|
68
62
|
name: Nom
|
@@ -92,22 +86,24 @@ fr:
|
|
92
86
|
actions:
|
93
87
|
activate: Activer
|
94
88
|
configure: Configurer
|
89
|
+
confirm_delete_process: Êtes-vous sûr(e) de vouloir supprimer ce processus ? Si vous changez d'avis, vous pourrez le restaurer plus tard.
|
95
90
|
confirm_destroy: Confirmez la suppression
|
96
91
|
destroy: Supprimer
|
97
92
|
duplicate: Dupliquer
|
98
93
|
edit: Modifier
|
99
94
|
import_process: Importer
|
95
|
+
menu_hidden: Masquer
|
100
96
|
moderate: Modérer
|
101
97
|
new_process: Nouvelle concertation
|
102
98
|
new_process_group: Nouveau groupe de concertations
|
103
99
|
new_process_step: Nouvelle étape
|
104
|
-
new_process_type: Nouveau type de concertation
|
105
100
|
new_process_user_role: Nouvel administrateur de la concertation
|
106
101
|
preview: Aperçu
|
107
102
|
publish: Publier
|
108
103
|
resend_invitation: Renvoyer l'invitation
|
109
104
|
see_process: Voir la concertation
|
110
105
|
unpublish: Dépublier
|
106
|
+
view_deleted_processes: Voir les processus supprimés
|
111
107
|
filters:
|
112
108
|
decidim_participatory_process_group_id_eq:
|
113
109
|
label: Par groupe de concertations
|
@@ -116,18 +112,16 @@ fr:
|
|
116
112
|
participatory_process_groups_submenu:
|
117
113
|
info: Information
|
118
114
|
landing_page: Page d'accueil
|
119
|
-
participatory_process_types: Types de concertation
|
120
115
|
participatory_processes: Concertations
|
121
116
|
participatory_processes_submenu:
|
122
117
|
attachment_collections: Dossiers
|
123
118
|
attachment_files: Fichiers
|
124
119
|
attachments: Documents liés
|
125
|
-
categories: Catégories
|
126
120
|
components: Fonctionnalités
|
127
121
|
info: A propos de cette concertation
|
128
122
|
landing_page: Page d'accueil
|
129
123
|
moderations: Modérations
|
130
|
-
private_users:
|
124
|
+
private_users: Membres
|
131
125
|
process_admins: Administrateurs de la concertation
|
132
126
|
steps: Étapes
|
133
127
|
models:
|
@@ -149,11 +143,6 @@ fr:
|
|
149
143
|
start_date: Date de début
|
150
144
|
title: Titre
|
151
145
|
name: Étape de la concertation
|
152
|
-
participatory_process_type:
|
153
|
-
fields:
|
154
|
-
created_at: Créée le
|
155
|
-
title: Titre
|
156
|
-
name: Type de concertation
|
157
146
|
participatory_process_user_role:
|
158
147
|
fields:
|
159
148
|
email: Email
|
@@ -169,6 +158,7 @@ fr:
|
|
169
158
|
fields:
|
170
159
|
invitation_accepted_at: Invitation acceptée à
|
171
160
|
invitation_sent_at: Invitation envoyée à
|
161
|
+
published: Publié
|
172
162
|
participatory_process_copies:
|
173
163
|
new:
|
174
164
|
copy: Copier
|
@@ -235,21 +225,6 @@ fr:
|
|
235
225
|
update:
|
236
226
|
error: Une erreur s'est produite lors de la mise à jour de cette étape de la concertation.
|
237
227
|
success: Étape de la concertation mise à jour avec succès.
|
238
|
-
participatory_process_types:
|
239
|
-
create:
|
240
|
-
error: Une erreur s'est produite lors de la création d'un nouveau type de concertation.
|
241
|
-
success: Type de concertation créé avec succès.
|
242
|
-
destroy:
|
243
|
-
success: Type de concertation supprimé avec succès.
|
244
|
-
edit:
|
245
|
-
title: Modifier le type de concertation
|
246
|
-
update: Mettre à jour
|
247
|
-
new:
|
248
|
-
create: Créer
|
249
|
-
title: Nouveau type de concertation
|
250
|
-
update:
|
251
|
-
error: Une erreur s'est produite lors de la mise à jour de ce type de concertation.
|
252
|
-
success: Type de concertation mis à jour avec succès.
|
253
228
|
participatory_process_user_roles:
|
254
229
|
create:
|
255
230
|
error: Une erreur s'est produite lors de l'ajout d'un utilisateur pour cette concertation.
|
@@ -278,6 +253,8 @@ fr:
|
|
278
253
|
public: Publique
|
279
254
|
published: Publiée
|
280
255
|
unpublished: Non publié
|
256
|
+
manage_trash:
|
257
|
+
title: Processus participatifs supprimés
|
281
258
|
new:
|
282
259
|
create: Créer
|
283
260
|
title: Nouvelle concertation
|
@@ -292,10 +269,16 @@ fr:
|
|
292
269
|
create:
|
293
270
|
error: Une erreur s'est produite lors de la création d'un nouveau groupe de concertations.
|
294
271
|
success: Groupe de concertations créé avec succès.
|
272
|
+
taxonomy_filters:
|
273
|
+
space_filter_for:
|
274
|
+
participatory_processes: Tous les processus participatifs
|
295
275
|
titles:
|
296
276
|
participatory_process_groups: Groupes de concertations
|
297
277
|
participatory_process_types: Types de concertation
|
298
278
|
participatory_processes: Concertations
|
279
|
+
participatory_processes_deleted: Processus participatifs supprimés
|
280
|
+
tooltips:
|
281
|
+
deleted_processes_info: Un processus ne peut être supprimé que si son statut est "non publié".
|
299
282
|
users:
|
300
283
|
resend_invitation:
|
301
284
|
error: Une erreur s'est produite lors de l'envoi de l’invitation.
|
@@ -326,6 +309,9 @@ fr:
|
|
326
309
|
create: "%{user_name} a invité l'utilisateur %{resource_name} à la concertation %{space_name}"
|
327
310
|
delete: "%{user_name} a supprimé l'utilisateur %{resource_name} de la concertation %{space_name}"
|
328
311
|
update: "%{user_name} a changé le rôle de l'utilisateur %{resource_name} dans la concertation %{space_name}"
|
312
|
+
download_your_data:
|
313
|
+
show:
|
314
|
+
participatory_processes: Export des processus participatifs
|
329
315
|
events:
|
330
316
|
participatory_process:
|
331
317
|
role_assigned:
|
@@ -388,8 +374,6 @@ fr:
|
|
388
374
|
participatory_processes:
|
389
375
|
one: 1 concertation
|
390
376
|
other: "%{count} concertations"
|
391
|
-
related_processes:
|
392
|
-
help: Tous les processus sélectionnés seront assignés à ce groupe, y compris ceux qui sont déjà assignés à d'autres groupes.
|
393
377
|
show:
|
394
378
|
title: Groupes de concertations
|
395
379
|
participatory_process_steps:
|
@@ -426,16 +410,13 @@ fr:
|
|
426
410
|
form:
|
427
411
|
announcement_help: Le texte saisi ici sera affiché juste en dessous des informations de la concertation.
|
428
412
|
duration: Durée
|
429
|
-
filters: Filtres
|
430
413
|
images: Images
|
431
414
|
metadata: Métadonnées
|
432
|
-
|
415
|
+
private_notice: Vous serez en mesure de gérer les membres après l'avoir défini comme privé
|
433
416
|
related_processes: Concertations liées
|
434
|
-
scope_type_max_depth_help: Restreindre la profondeur du filtre de secteur; Le filtre s'affichera du secteur général au type de secteur sélectionné.
|
435
|
-
select_an_area: Sélectionnez un secteur
|
436
|
-
select_participatory_process_type: Sélectionnez un type de concertation
|
437
417
|
select_process_group: Sélectionnez un groupe de concertations
|
438
418
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette concertation. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
419
|
+
taxonomies: Taxonomies
|
439
420
|
title: Informations générales
|
440
421
|
visibility: Visibilité
|
441
422
|
content_blocks:
|
@@ -500,6 +481,9 @@ fr:
|
|
500
481
|
type: Type
|
501
482
|
show:
|
502
483
|
title: A propos de cette concertation
|
484
|
+
participatory_space_private_users:
|
485
|
+
index:
|
486
|
+
title: Membres
|
503
487
|
show:
|
504
488
|
belongs_to_group: Cette concertation appartient à
|
505
489
|
private_space: Ceci est une concertation privée
|
@@ -513,6 +497,8 @@ fr:
|
|
513
497
|
browse: Parcourir
|
514
498
|
browse_resource: Parcourir le groupe de concertation %{resource_name}
|
515
499
|
processes_count: 'Concertations :'
|
500
|
+
participatory_process_navigation:
|
501
|
+
member_menu_item: Membres
|
516
502
|
participatory_processes:
|
517
503
|
index:
|
518
504
|
promoted_processes: Concertations mises en avant
|
data/config/locales/ga-IE.yml
CHANGED
@@ -12,7 +12,6 @@ ga:
|
|
12
12
|
participatory_process_group_id: Grúpa próisis
|
13
13
|
promoted: Curtha chun cinn
|
14
14
|
related_process_ids: Próisis Ceangailte
|
15
|
-
scope_id: Scóip
|
16
15
|
slug: Píosa URL
|
17
16
|
subtitle: Fotheideal
|
18
17
|
title: Teideal
|
@@ -25,8 +24,6 @@ ga:
|
|
25
24
|
participatory_process_step:
|
26
25
|
end_date: Dáta deiridh
|
27
26
|
title: Teideal
|
28
|
-
participatory_process_type:
|
29
|
-
title: Teideal
|
30
27
|
participatory_process_user_role:
|
31
28
|
email: Seoladh ríomhphoist
|
32
29
|
name: Ainm
|
@@ -51,7 +48,6 @@ ga:
|
|
51
48
|
attachment_collections: Fillteáin
|
52
49
|
attachment_files: Comhaid
|
53
50
|
attachments: Ceangaltáin
|
54
|
-
categories: Catagóirí
|
55
51
|
process_admins: Riaracháin próiseas
|
56
52
|
steps: Céimeanna
|
57
53
|
models:
|
@@ -69,9 +65,6 @@ ga:
|
|
69
65
|
end_date: Dáta deiridh
|
70
66
|
title: Teideal
|
71
67
|
name: Céim próisis rannpháirtíochta
|
72
|
-
participatory_process_type:
|
73
|
-
fields:
|
74
|
-
title: Teideal
|
75
68
|
participatory_process_user_role:
|
76
69
|
fields:
|
77
70
|
email: Seoladh ríomhphoist
|
@@ -100,11 +93,6 @@ ga:
|
|
100
93
|
steps_title: Céimeanna
|
101
94
|
new:
|
102
95
|
create: Cruthaigh
|
103
|
-
participatory_process_types:
|
104
|
-
edit:
|
105
|
-
update: Nuashonraigh
|
106
|
-
new:
|
107
|
-
create: Cruthaigh
|
108
96
|
participatory_process_user_roles:
|
109
97
|
edit:
|
110
98
|
update: Nuashonraigh
|
@@ -130,10 +118,8 @@ ga:
|
|
130
118
|
participatory_processes:
|
131
119
|
form:
|
132
120
|
duration: Fad
|
133
|
-
filters: Scagairí
|
134
121
|
images: Íomhánna
|
135
122
|
metadata: Meiteashonraí
|
136
|
-
other: Eile
|
137
123
|
participatory_processes:
|
138
124
|
filters:
|
139
125
|
names:
|
data/config/locales/gl.yml
CHANGED
@@ -23,8 +23,6 @@ gl:
|
|
23
23
|
promoted: Promocionado
|
24
24
|
published_at: Publicado en
|
25
25
|
related_process_ids: Procesos relacionados
|
26
|
-
scope_id: Ámbito
|
27
|
-
scopes_enabled: Ámbitos habilitados
|
28
26
|
short_description: Descrición curta
|
29
27
|
slug: URL slug
|
30
28
|
start_date: Data de inicio
|
@@ -50,8 +48,6 @@ gl:
|
|
50
48
|
short_description: Descrición curta
|
51
49
|
start_date: Data de inicio
|
52
50
|
title: Título
|
53
|
-
participatory_process_type:
|
54
|
-
title: Título
|
55
51
|
participatory_process_user_role:
|
56
52
|
email: Correo electrónico
|
57
53
|
name: Nome
|
@@ -98,10 +94,8 @@ gl:
|
|
98
94
|
attachment_collections: Carpetas
|
99
95
|
attachment_files: Arquivos
|
100
96
|
attachments: Anexos
|
101
|
-
categories: Categorías
|
102
97
|
components: Compoñentes
|
103
98
|
moderations: Moderacións
|
104
|
-
private_users: Usuarios privados
|
105
99
|
process_admins: Usuarios do proceso
|
106
100
|
steps: Pasos
|
107
101
|
models:
|
@@ -122,10 +116,6 @@ gl:
|
|
122
116
|
start_date: Data de inicio
|
123
117
|
title: Título
|
124
118
|
name: Paso de proceso participativo
|
125
|
-
participatory_process_type:
|
126
|
-
fields:
|
127
|
-
created_at: Creado en
|
128
|
-
title: Título
|
129
119
|
participatory_process_user_role:
|
130
120
|
fields:
|
131
121
|
email: Correo electrónico
|
@@ -191,11 +181,6 @@ gl:
|
|
191
181
|
update:
|
192
182
|
error: Produciuse un erro ao actualizar este paso de proceso participativo.
|
193
183
|
success: Paso de proceso participativo actualizado con éxito.
|
194
|
-
participatory_process_types:
|
195
|
-
edit:
|
196
|
-
update: Actualización
|
197
|
-
new:
|
198
|
-
create: Crear
|
199
184
|
participatory_process_user_roles:
|
200
185
|
create:
|
201
186
|
error: Houbo un erro engadindo un usuario a este proceso participativo.
|
@@ -329,12 +314,9 @@ gl:
|
|
329
314
|
form:
|
330
315
|
announcement_help: O texto que introduce aquí será mostrado ao usuario debaixo da información do proceso.
|
331
316
|
duration: Duración
|
332
|
-
filters: Filtros
|
333
317
|
images: Imaxes
|
334
318
|
metadata: Metadatos
|
335
|
-
other: Outra
|
336
319
|
related_processes: Procesos relacionados
|
337
|
-
select_an_area: Seleccione unha área
|
338
320
|
select_process_group: Seleccione un grupo de procesos
|
339
321
|
title: Información xeral
|
340
322
|
content_blocks:
|
data/config/locales/hu.yml
CHANGED
@@ -23,16 +23,12 @@ hu:
|
|
23
23
|
local_area: Szervezet területe
|
24
24
|
meta_scope: Metaadatok hatásköre
|
25
25
|
participatory_process_group_id: Folyamatcsoport
|
26
|
-
participatory_process_type_id: Folyamattípus
|
27
26
|
participatory_scope: Miről születik döntés
|
28
27
|
participatory_structure: Így születik döntés
|
29
28
|
private_space: Magán folyamat
|
30
29
|
promoted: Támogatott
|
31
30
|
published_at: Közzétéve
|
32
31
|
related_process_ids: Kapcsolódó folyamatok
|
33
|
-
scope_id: Hatókör
|
34
|
-
scope_type_max_depth_id: Scope szűrő mélysége
|
35
|
-
scopes_enabled: Hatáskörök engedélyezve
|
36
32
|
short_description: Rövid leírás
|
37
33
|
slug: URL slug
|
38
34
|
start_date: Kezdő dátum
|
@@ -61,8 +57,6 @@ hu:
|
|
61
57
|
short_description: Rövid leírás
|
62
58
|
start_date: Kezdő dátum
|
63
59
|
title: Cím
|
64
|
-
participatory_process_type:
|
65
|
-
title: Cím
|
66
60
|
participatory_process_user_role:
|
67
61
|
email: Email
|
68
62
|
name: Név
|
@@ -101,7 +95,6 @@ hu:
|
|
101
95
|
new_process: Új folyamat
|
102
96
|
new_process_group: Új folyamat csoport
|
103
97
|
new_process_step: Új fázis
|
104
|
-
new_process_type: Új folyamat típus
|
105
98
|
new_process_user_role: Új folyamat adminisztrátor
|
106
99
|
preview: Előnézet
|
107
100
|
publish: Közzétesz
|
@@ -112,16 +105,13 @@ hu:
|
|
112
105
|
participatory_process_groups_submenu:
|
113
106
|
info: Info
|
114
107
|
landing_page: Landing oldal
|
115
|
-
participatory_process_types: Folyamat típusok
|
116
108
|
participatory_processes: Folyamatok
|
117
109
|
participatory_processes_submenu:
|
118
110
|
attachment_collections: Mappák
|
119
111
|
attachment_files: Fájlok
|
120
112
|
attachments: Mellékletek
|
121
|
-
categories: Kategóriák
|
122
113
|
components: Elemek
|
123
114
|
moderations: Moderálások
|
124
|
-
private_users: Privát felhasználók
|
125
115
|
process_admins: Folyamat adminisztrátorok
|
126
116
|
steps: Fázisok
|
127
117
|
models:
|
@@ -142,11 +132,6 @@ hu:
|
|
142
132
|
start_date: Kezdő dátum
|
143
133
|
title: Cím
|
144
134
|
name: Részvételi folyamat fázis
|
145
|
-
participatory_process_type:
|
146
|
-
fields:
|
147
|
-
created_at: Létrehozva
|
148
|
-
title: Cím
|
149
|
-
name: Folyamat típusa
|
150
135
|
participatory_process_user_role:
|
151
136
|
fields:
|
152
137
|
email: Email
|
@@ -169,7 +154,6 @@ hu:
|
|
169
154
|
title: Részvételi folyamat duplikálása
|
170
155
|
participatory_process_groups:
|
171
156
|
destroy:
|
172
|
-
error: Hiba történt a részvételi folyamatcsoport törlése során.
|
173
157
|
success: Részvételi folyamat csoport törlése sikeres.
|
174
158
|
edit:
|
175
159
|
title: Folyamat csoport szerkesztése
|
@@ -222,21 +206,6 @@ hu:
|
|
222
206
|
update:
|
223
207
|
error: Hiba történt a részvételi folyamat fázisainak frissítése során.
|
224
208
|
success: Részvételi folyamat fázis frissítése sikerült.
|
225
|
-
participatory_process_types:
|
226
|
-
create:
|
227
|
-
error: Hiba történt az új folyamat típus létrehozásakor.
|
228
|
-
success: Folyamat típus sikeresen létrehozva.
|
229
|
-
destroy:
|
230
|
-
success: Folyamat-típus sikeresen törölve.
|
231
|
-
edit:
|
232
|
-
title: Folyamat típus szerkesztése
|
233
|
-
update: Frissítés
|
234
|
-
new:
|
235
|
-
create: Létrehozás
|
236
|
-
title: Új folyamat típus
|
237
|
-
update:
|
238
|
-
error: Hiba történt a folyamat típus frissítése során.
|
239
|
-
success: A folyamat típus sikeresen frissítésre került.
|
240
209
|
participatory_process_user_roles:
|
241
210
|
create:
|
242
211
|
error: Hiba a felhasználó részvételi folyamathoz való hozzáadásakor.
|
@@ -389,14 +358,9 @@ hu:
|
|
389
358
|
form:
|
390
359
|
announcement_help: A megadott szöveg a folyamat információk alatt található felhasználónál jelenik meg.
|
391
360
|
duration: Időtartam
|
392
|
-
filters: Szűrők
|
393
361
|
images: Képek
|
394
362
|
metadata: Metaadatok
|
395
|
-
other: Más
|
396
363
|
related_processes: Kapcsolódó folyamatok
|
397
|
-
scope_type_max_depth_help: Hatáskör szűrő mélység korlátozása; A szűrő az általánostól a kiválasztott hatáskörtípus típusáig jelenik meg.
|
398
|
-
select_an_area: Válasszon egy területet
|
399
|
-
select_participatory_process_type: Válasszon folyamat típust
|
400
364
|
select_process_group: Válassza ki a folyamatcsoportot
|
401
365
|
title: Általános információk
|
402
366
|
content_blocks:
|
data/config/locales/id-ID.yml
CHANGED
@@ -23,7 +23,6 @@ id:
|
|
23
23
|
promoted: Dipromosikan
|
24
24
|
published_at: Diterbitkan di
|
25
25
|
related_process_ids: Proses terkait
|
26
|
-
scopes_enabled: Lingkup diaktifkan
|
27
26
|
short_description: Deskripsi Singkat
|
28
27
|
slug: Siput URL
|
29
28
|
start_date: Mulai tanggal
|
@@ -42,8 +41,6 @@ id:
|
|
42
41
|
short_description: Deskripsi Singkat
|
43
42
|
start_date: Mulai tanggal
|
44
43
|
title: Judul
|
45
|
-
participatory_process_type:
|
46
|
-
title: Judul
|
47
44
|
participatory_process_user_role:
|
48
45
|
email: E-mail
|
49
46
|
name: Nama
|
@@ -83,10 +80,8 @@ id:
|
|
83
80
|
attachment_collections: Folder
|
84
81
|
attachment_files: File
|
85
82
|
attachments: Lampiran
|
86
|
-
categories: Kategori
|
87
83
|
components: Komponen
|
88
84
|
moderations: Moderasi
|
89
|
-
private_users: Pengguna Pribadi
|
90
85
|
process_admins: Memproses pengguna
|
91
86
|
steps: Tangga
|
92
87
|
models:
|
@@ -105,10 +100,6 @@ id:
|
|
105
100
|
start_date: Mulai tanggal
|
106
101
|
title: Judul
|
107
102
|
name: Langkah proses partisipatif
|
108
|
-
participatory_process_type:
|
109
|
-
fields:
|
110
|
-
created_at: Dibuat di
|
111
|
-
title: Judul
|
112
103
|
participatory_process_user_role:
|
113
104
|
fields:
|
114
105
|
email: E-mail
|
@@ -171,11 +162,6 @@ id:
|
|
171
162
|
update:
|
172
163
|
error: Ada kesalahan saat memperbarui langkah proses partisipatif ini.
|
173
164
|
success: Langkah proses partisipatif berhasil diperbarui.
|
174
|
-
participatory_process_types:
|
175
|
-
edit:
|
176
|
-
update: Memperbarui
|
177
|
-
new:
|
178
|
-
create: Membuat
|
179
165
|
participatory_process_user_roles:
|
180
166
|
create:
|
181
167
|
error: Terjadi kesalahan saat menambahkan pengguna untuk proses partisipatif ini.
|
@@ -283,12 +269,9 @@ id:
|
|
283
269
|
form:
|
284
270
|
announcement_help: Teks yang Anda masukkan di sini akan ditampilkan kepada pengguna tepat di bawah informasi proses.
|
285
271
|
duration: Lamanya
|
286
|
-
filters: Filter
|
287
272
|
images: Gambar
|
288
273
|
metadata: Metadata
|
289
|
-
other: Lain
|
290
274
|
related_processes: Proses terkait
|
291
|
-
select_an_area: Pilih suatu Area
|
292
275
|
select_process_group: Pilih grup proses
|
293
276
|
title: Informasi Umum
|
294
277
|
content_blocks:
|
data/config/locales/is-IS.yml
CHANGED
@@ -17,7 +17,6 @@ is:
|
|
17
17
|
promoted: Kynnt
|
18
18
|
published_at: Birt á
|
19
19
|
related_process_ids: Tengd ferli
|
20
|
-
scopes_enabled: Scopes virkt
|
21
20
|
short_description: Stutt lýsing
|
22
21
|
slug: URL slug
|
23
22
|
start_date: Upphafsdagur
|
@@ -33,8 +32,6 @@ is:
|
|
33
32
|
short_description: Stutt lýsing
|
34
33
|
start_date: Upphafsdagur
|
35
34
|
title: Titill
|
36
|
-
participatory_process_type:
|
37
|
-
title: Titill
|
38
35
|
participatory_process_user_role:
|
39
36
|
email: Email
|
40
37
|
name: Nafn
|
@@ -56,7 +53,6 @@ is:
|
|
56
53
|
participatory_processes_submenu:
|
57
54
|
attachment_files: Skrár
|
58
55
|
attachments: Viðhengi
|
59
|
-
categories: Flokkar
|
60
56
|
components: Hluti
|
61
57
|
moderations: Moderations
|
62
58
|
models:
|
@@ -74,10 +70,6 @@ is:
|
|
74
70
|
end_date: Loka dagsetning
|
75
71
|
start_date: Upphafsdagur
|
76
72
|
title: Titill
|
77
|
-
participatory_process_type:
|
78
|
-
fields:
|
79
|
-
created_at: Búið til á
|
80
|
-
title: Titill
|
81
73
|
participatory_process_user_role:
|
82
74
|
fields:
|
83
75
|
email: Email
|
@@ -109,11 +101,6 @@ is:
|
|
109
101
|
update: Uppfæra
|
110
102
|
new:
|
111
103
|
create: Búa til
|
112
|
-
participatory_process_types:
|
113
|
-
edit:
|
114
|
-
update: Uppfæra
|
115
|
-
new:
|
116
|
-
create: Búa til
|
117
104
|
participatory_process_user_roles:
|
118
105
|
edit:
|
119
106
|
update: Uppfæra
|
@@ -148,9 +135,6 @@ is:
|
|
148
135
|
email_subject: Uppfærsla á %{participatory_space_title}
|
149
136
|
menu:
|
150
137
|
processes: Ferli
|
151
|
-
metrics:
|
152
|
-
participatory_processes:
|
153
|
-
title: Þátttökuferli
|
154
138
|
participatory_process_groups:
|
155
139
|
content_blocks:
|
156
140
|
stats:
|
data/config/locales/it.yml
CHANGED
@@ -18,15 +18,11 @@ it:
|
|
18
18
|
local_area: Area organizzativa
|
19
19
|
meta_scope: Metadati di ambito
|
20
20
|
participatory_process_group_id: Gruppo di processi
|
21
|
-
participatory_process_type_id: Tipo di processo
|
22
21
|
participatory_scope: Cosa è deciso
|
23
22
|
participatory_structure: Come è deciso?
|
24
23
|
promoted: Promossa
|
25
24
|
published_at: Pubblicato a
|
26
25
|
related_process_ids: Processi correlati
|
27
|
-
scope_id: Ambito
|
28
|
-
scope_type_max_depth_id: Profondità del filtro dell'ambito
|
29
|
-
scopes_enabled: Gli ambiti abilitati
|
30
26
|
short_description: Descrizione breve
|
31
27
|
slug: Stringa URL
|
32
28
|
start_date: Data di inizio
|
@@ -55,8 +51,6 @@ it:
|
|
55
51
|
short_description: Descrizione breve
|
56
52
|
start_date: Data di inizio
|
57
53
|
title: Titolo
|
58
|
-
participatory_process_type:
|
59
|
-
title: Titolo
|
60
54
|
participatory_process_user_role:
|
61
55
|
email: Email
|
62
56
|
name: Titolo
|
@@ -88,7 +82,6 @@ it:
|
|
88
82
|
new_process: Nuovo processo
|
89
83
|
new_process_group: Nuovo gruppo di processi
|
90
84
|
new_process_step: Nuova fase
|
91
|
-
new_process_type: Nuovo tipo di processo
|
92
85
|
new_process_user_role: Nuovo utente del processo
|
93
86
|
preview: Anteprima
|
94
87
|
publish: Pubblica
|
@@ -99,16 +92,13 @@ it:
|
|
99
92
|
participatory_process_groups_submenu:
|
100
93
|
info: Informazioni
|
101
94
|
landing_page: Pagina di destinazione
|
102
|
-
participatory_process_types: Tipi di processo
|
103
95
|
participatory_processes: Processi
|
104
96
|
participatory_processes_submenu:
|
105
97
|
attachment_collections: Cartelle
|
106
98
|
attachment_files: File
|
107
99
|
attachments: Allegati
|
108
|
-
categories: Categorie
|
109
100
|
components: Componenti
|
110
101
|
moderations: Moderazione
|
111
|
-
private_users: Utenti privati
|
112
102
|
process_admins: Amministratrici/tori di processo
|
113
103
|
steps: Fasi (Steps)
|
114
104
|
models:
|
@@ -129,11 +119,6 @@ it:
|
|
129
119
|
start_date: Data di inizio
|
130
120
|
title: Titolo
|
131
121
|
name: Fase del processo partecipativo
|
132
|
-
participatory_process_type:
|
133
|
-
fields:
|
134
|
-
created_at: Data/ora di creazione
|
135
|
-
title: Titolo
|
136
|
-
name: Tipo di processo
|
137
122
|
participatory_process_user_role:
|
138
123
|
fields:
|
139
124
|
email: Email
|
@@ -156,7 +141,6 @@ it:
|
|
156
141
|
title: Duplica il processo partecipativo
|
157
142
|
participatory_process_groups:
|
158
143
|
destroy:
|
159
|
-
error: Si è verificato un errore durante la cancellazione del gruppo di processi partecipativi.
|
160
144
|
success: Gruppo di processi partecipativi cancellato con successo.
|
161
145
|
edit:
|
162
146
|
title: Aggiorna un gruppo di processi
|
@@ -206,21 +190,6 @@ it:
|
|
206
190
|
update:
|
207
191
|
error: Si è verificato un errore durante l'aggiornamento di questa fase del processo partecipativo.
|
208
192
|
success: Questa fase del processo partecipativo è stata aggiornata.
|
209
|
-
participatory_process_types:
|
210
|
-
create:
|
211
|
-
error: Si è verificato un errore durante la creazione di un nuovo tipo di processo.
|
212
|
-
success: Tipo di processo creato correttamente.
|
213
|
-
destroy:
|
214
|
-
success: Tipo di processo eliminato con successo.
|
215
|
-
edit:
|
216
|
-
title: Modifica tipo di processo
|
217
|
-
update: Modifica
|
218
|
-
new:
|
219
|
-
create: Crea
|
220
|
-
title: Nuovo tipo di processo
|
221
|
-
update:
|
222
|
-
error: Si è verificato un errore durante l'aggiornamento di questo tipo di processo.
|
223
|
-
success: Tipo di processo aggiornato correttamente.
|
224
193
|
participatory_process_user_roles:
|
225
194
|
create:
|
226
195
|
error: Si è verificato un errore durante l'aggiunta di un utente per questo processo partecipativo.
|
@@ -361,14 +330,9 @@ it:
|
|
361
330
|
form:
|
362
331
|
announcement_help: Il testo che inserisci qui verrà mostrato all'utente sotto le informazioni di processo.
|
363
332
|
duration: Durata
|
364
|
-
filters: filtri
|
365
333
|
images: immagini
|
366
334
|
metadata: Metadati
|
367
|
-
other: Altro
|
368
335
|
related_processes: Processi correlati
|
369
|
-
scope_type_max_depth_help: Limita la profondità del filtro; il filtro verrà mostrato da generale al tipo di ambito selezionato.
|
370
|
-
select_an_area: Seleziona un'area
|
371
|
-
select_participatory_process_type: Seleziona un tipo di processo
|
372
336
|
select_process_group: Seleziona un gruppo di processi
|
373
337
|
title: Informazioni generali
|
374
338
|
content_blocks:
|