decidim-debates 0.29.2 → 0.30.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/debates/content_blocks/highlighted_debates/content.erb +16 -0
- data/app/cells/decidim/debates/content_blocks/highlighted_debates_cell.rb +49 -0
- data/app/cells/decidim/debates/debate_card_metadata_cell.rb +2 -11
- data/app/cells/decidim/debates/debate_g/show.erb +12 -0
- data/app/cells/decidim/debates/debate_g_cell.rb +23 -0
- data/app/cells/decidim/debates/debate_metadata_g_cell.rb +14 -0
- data/app/commands/decidim/debates/admin/create_debate.rb +25 -2
- data/app/commands/decidim/debates/admin/update_debate.rb +34 -5
- data/app/commands/decidim/debates/create_debate.rb +22 -1
- data/app/commands/decidim/debates/update_debate.rb +26 -2
- data/app/controllers/decidim/debates/admin/debates_controller.rb +17 -14
- data/app/controllers/decidim/debates/debates_controller.rb +8 -4
- data/app/forms/decidim/debates/admin/debate_form.rb +34 -26
- data/app/forms/decidim/debates/debate_form.rb +12 -29
- data/app/helpers/decidim/debates/application_helper.rb +8 -8
- data/app/models/decidim/debates/debate.rb +23 -1
- data/app/permissions/decidim/debates/admin/permissions.rb +5 -5
- data/app/presenters/decidim/debates/admin_log/debate_presenter.rb +1 -1
- data/app/presenters/decidim/debates/debate_presenter.rb +1 -1
- data/app/queries/decidim/debates/metrics/debate_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/debates/metrics/debate_participants_metric_measure.rb +2 -2
- data/app/queries/decidim/debates/metrics/debates_metric_manage.rb +6 -6
- data/app/serializers/decidim/debates/download_your_data_debate_serializer.rb +6 -13
- data/app/views/decidim/debates/admin/debates/_actions.html.erb +27 -0
- data/app/views/decidim/debates/admin/debates/_debate-tr.html.erb +25 -0
- data/app/views/decidim/debates/admin/debates/_debates-thead.html.erb +9 -0
- data/app/views/decidim/debates/admin/debates/_form.html.erb +27 -6
- data/app/views/decidim/debates/admin/debates/index.html.erb +17 -55
- data/app/views/decidim/debates/admin/debates/manage_trash.html.erb +19 -0
- data/app/views/decidim/debates/debates/_debate_actions.html.erb +33 -0
- data/app/views/decidim/debates/debates/_form.html.erb +19 -6
- data/app/views/decidim/debates/debates/index.html.erb +10 -1
- data/app/views/decidim/debates/debates/show.html.erb +31 -44
- data/config/locales/ar.yml +9 -12
- data/config/locales/bg.yml +1 -15
- data/config/locales/ca.yml +79 -16
- data/config/locales/cs.yml +79 -16
- data/config/locales/de.yml +79 -16
- data/config/locales/el.yml +1 -15
- data/config/locales/en.yml +78 -15
- data/config/locales/es-MX.yml +79 -16
- data/config/locales/es-PY.yml +79 -16
- data/config/locales/es.yml +79 -16
- data/config/locales/eu.yml +79 -16
- data/config/locales/fi-plain.yml +79 -16
- data/config/locales/fi.yml +79 -16
- data/config/locales/fr-CA.yml +41 -16
- data/config/locales/fr.yml +41 -16
- data/config/locales/ga-IE.yml +0 -10
- data/config/locales/gl.yml +1 -13
- data/config/locales/hu.yml +1 -15
- data/config/locales/id-ID.yml +1 -13
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +1 -15
- data/config/locales/ja.yml +59 -16
- data/config/locales/lb.yml +0 -6
- data/config/locales/lt.yml +1 -15
- data/config/locales/lv.yml +1 -11
- data/config/locales/nl.yml +1 -14
- data/config/locales/no.yml +1 -15
- data/config/locales/pl.yml +1 -15
- data/config/locales/pt-BR.yml +1 -15
- data/config/locales/pt.yml +1 -15
- data/config/locales/ro-RO.yml +1 -15
- data/config/locales/ru.yml +0 -12
- data/config/locales/sk.yml +1 -13
- data/config/locales/sl.yml +0 -2
- data/config/locales/sv.yml +1 -15
- data/config/locales/tr-TR.yml +1 -15
- data/config/locales/uk.yml +0 -12
- data/config/locales/zh-CN.yml +1 -13
- data/config/locales/zh-TW.yml +1 -15
- data/db/migrate/20200827154116_add_commentable_counter_cache_to_debates.rb +1 -1
- data/db/migrate/20200902133452_add_cached_comment_metadata_to_debates.rb +1 -1
- data/db/migrate/20210310120652_add_followable_counter_cache_to_debates.rb +1 -1
- data/db/migrate/20240828103648_add_deleted_at_to_decidim_debates_debates.rb +8 -0
- data/db/migrate/20241017153555_add_comments_layout_to_debates.rb +7 -0
- data/decidim-debates.gemspec +1 -1
- data/lib/decidim/api/debate_type.rb +6 -8
- data/lib/decidim/api/debates_type.rb +4 -5
- data/lib/decidim/debates/admin_engine.rb +7 -0
- data/lib/decidim/debates/component.rb +19 -4
- data/lib/decidim/debates/debate_serializer.rb +83 -0
- data/lib/decidim/debates/seeds.rb +1 -8
- data/lib/decidim/debates/test/factories.rb +2 -0
- data/lib/decidim/debates/version.rb +1 -1
- data/lib/decidim/debates.rb +1 -0
- metadata +27 -15
- data/app/helpers/decidim/debates/admin/application_helper.rb +0 -13
data/config/locales/fr.yml
CHANGED
@@ -3,15 +3,12 @@ fr:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Catégorie
|
7
6
|
closed_at: Clôturé le
|
8
7
|
conclusions: Conclusions
|
9
|
-
decidim_category_id: Catégorie
|
10
8
|
description: Description
|
11
9
|
end_time: Prend fin à
|
12
10
|
information_updates: Informations mises à jour
|
13
11
|
instructions: Instructions pour participer
|
14
|
-
scope_id: Secteur
|
15
12
|
start_time: Commence à
|
16
13
|
title: Titre
|
17
14
|
user_group_id: Créer un débat en tant que
|
@@ -30,16 +27,15 @@ fr:
|
|
30
27
|
debates:
|
31
28
|
actions:
|
32
29
|
comment: Commenter
|
33
|
-
create: Créer
|
30
|
+
create: Créer un débat
|
34
31
|
endorse: Soutenir
|
35
32
|
name: Débats
|
36
33
|
settings:
|
37
34
|
global:
|
38
35
|
announcement: Annonce
|
36
|
+
attachments_allowed: Autoriser les pièces jointes
|
39
37
|
comments_enabled: Commentaires activés
|
40
38
|
comments_max_length: Longueur max des commentaires (laisser 0 pour la valeur par défaut)
|
41
|
-
scope_id: Secteur
|
42
|
-
scopes_enabled: Secteurs activés
|
43
39
|
step:
|
44
40
|
announcement: Annonce
|
45
41
|
comments_blocked: Commentaires désactivés
|
@@ -49,11 +45,12 @@ fr:
|
|
49
45
|
debates:
|
50
46
|
actions:
|
51
47
|
close: Fermer
|
52
|
-
|
53
|
-
|
48
|
+
confirm_delete_debate: Êtes-vous sûr(e) de vouloir supprimer ce débat?
|
49
|
+
deleted_debate_info: Un débat supprimé peut être restauré à partir de la corbeille.
|
54
50
|
edit: Modifier
|
55
51
|
new: Nouveau débat
|
56
52
|
title: Actions
|
53
|
+
view_deleted_debates: Voir les débats supprimés
|
57
54
|
admin:
|
58
55
|
debate_closes:
|
59
56
|
edit:
|
@@ -63,17 +60,20 @@ fr:
|
|
63
60
|
create:
|
64
61
|
invalid: Il y a eu un problème lors de la création du débat.
|
65
62
|
success: Débat créé avec succès.
|
66
|
-
destroy:
|
67
|
-
success: Débat supprimé avec succès.
|
68
63
|
edit:
|
69
64
|
title: Modifier le débat
|
70
65
|
update: Actualiser le débat
|
71
66
|
form:
|
67
|
+
add_attachments: Ajouter des pièces jointes
|
68
|
+
attachment_legend: Ajouter un document ou une image
|
72
69
|
debate_type: Type de débat
|
70
|
+
edit_attachments: Modifier les pièces jointes
|
73
71
|
finite: Limité (Avec les heures de début et de fin)
|
74
72
|
open: Ouvert (pas de date de début et de fin)
|
75
73
|
index:
|
76
74
|
title: Débats
|
75
|
+
manage_trash:
|
76
|
+
title: Débats supprimés
|
77
77
|
new:
|
78
78
|
create: Créer un débat
|
79
79
|
title: Nouveau débat
|
@@ -81,12 +81,17 @@ fr:
|
|
81
81
|
invalid: Il y a eu un problème lors de la mise à jour de ce débat.
|
82
82
|
success: Débat mis à jour avec succès.
|
83
83
|
exports:
|
84
|
-
|
84
|
+
debate_comments: Commentaires
|
85
|
+
debates: Débats
|
85
86
|
admin_log:
|
86
87
|
debate:
|
87
88
|
close: "%{user_name} a clos le débat %{resource_name} dans l'espace %{space_name}"
|
88
89
|
create: "%{user_name} a créé le débat %{resource_name} sur l'espace %{space_name}"
|
89
90
|
update: "%{user_name} a mis à jour le débat %{resource_name} sur l'espace %{space_name}"
|
91
|
+
content_blocks:
|
92
|
+
highlighted_debates:
|
93
|
+
name: Débats
|
94
|
+
see_all: Voir tous les débats
|
90
95
|
debate_m:
|
91
96
|
commented_time_ago: Commenté il y a %{time}
|
92
97
|
debates:
|
@@ -127,8 +132,6 @@ fr:
|
|
127
132
|
closed: Fermé
|
128
133
|
open: Ouvert
|
129
134
|
user_group: Groupes
|
130
|
-
form:
|
131
|
-
select_a_category: Veuillez sélectionner une catégorie
|
132
135
|
index:
|
133
136
|
new_debate: Nouveau débat
|
134
137
|
new:
|
@@ -142,11 +145,11 @@ fr:
|
|
142
145
|
recent: Les plus récents
|
143
146
|
updated: Mis à jour récemment
|
144
147
|
show:
|
145
|
-
close_debate: Clore
|
148
|
+
close_debate: Clore
|
146
149
|
debate_closed: Fermé
|
147
150
|
debate_conclusions_are: 'Le débat a été clos le %{date} avec ces conclusions:'
|
148
151
|
edit_conclusions: Modifier les conclusions
|
149
|
-
edit_debate: Modifier
|
152
|
+
edit_debate: Modifier
|
150
153
|
groups_count: Groupes
|
151
154
|
open: Ouvrir le débat
|
152
155
|
participants_count: Participants
|
@@ -165,6 +168,10 @@ fr:
|
|
165
168
|
start: Début
|
166
169
|
start_time: Date de début
|
167
170
|
title: Titre
|
171
|
+
download_your_data:
|
172
|
+
show:
|
173
|
+
debate_comments: Export des commentaires des débats
|
174
|
+
debates: Export des débats
|
168
175
|
events:
|
169
176
|
debates:
|
170
177
|
create_debate_event:
|
@@ -207,7 +214,7 @@ fr:
|
|
207
214
|
badges:
|
208
215
|
commented_debates:
|
209
216
|
conditions:
|
210
|
-
|
217
|
+
- Choisissez un débat ouvert pour participer à
|
211
218
|
description: Ce badge est attribué lorsque vous participez activement aux différents débats en laissant vos commentaires.
|
212
219
|
description_another: Cet utilisateur a participé à %{score} débats.
|
213
220
|
description_own: Vous avez participé à %{score} débats.
|
@@ -220,5 +227,23 @@ fr:
|
|
220
227
|
description: Nombre de débats créés
|
221
228
|
object: débats
|
222
229
|
title: Débats
|
230
|
+
open_data:
|
231
|
+
help:
|
232
|
+
debate_comments:
|
233
|
+
author: Le nom du participant qui a fait ce commentaire
|
234
|
+
body: Le commentaire lui-même
|
235
|
+
created_at: La date de création de ce commentaire
|
236
|
+
id: L'identifiant de ce commentaire
|
237
|
+
debates:
|
238
|
+
closed_at: La date de clôture de ce débat
|
239
|
+
conclusions: Les conclusions du débat s'il est clos
|
240
|
+
created_at: La date et l'heure de création du débat
|
241
|
+
description: La description du débat
|
242
|
+
endorsements_count: Le nombre de soutiens au débat
|
243
|
+
follows_count: Le nombre de personnes qui suivent ce débat
|
244
|
+
id: L'identifiant unique du débat
|
245
|
+
last_comment_by: Les données du dernier commentaire du débat
|
246
|
+
title: Le titre du débat
|
247
|
+
updated_at: La date de la dernière mise à jour du débat
|
223
248
|
statistics:
|
224
249
|
debates_count: Débats
|
data/config/locales/ga-IE.yml
CHANGED
@@ -3,10 +3,7 @@ ga:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Catagóir
|
7
|
-
decidim_category_id: Catagóir
|
8
6
|
end_time: Deireadh ag
|
9
|
-
scope_id: Scóip
|
10
7
|
title: Teideal
|
11
8
|
models:
|
12
9
|
decidim/debates/create_debate_event: Díospóireacht
|
@@ -15,16 +12,11 @@ ga:
|
|
15
12
|
debates:
|
16
13
|
actions:
|
17
14
|
comment: Tabhair Trácht
|
18
|
-
create: Cruthaigh
|
19
15
|
endorse: Formhuinigh
|
20
16
|
name: Díospóireachtaí
|
21
|
-
settings:
|
22
|
-
global:
|
23
|
-
scope_id: Scóip
|
24
17
|
debates:
|
25
18
|
actions:
|
26
19
|
close: Dún
|
27
|
-
destroy: Scrios
|
28
20
|
edit: Eagar
|
29
21
|
title: Gníomhartha
|
30
22
|
admin:
|
@@ -48,8 +40,6 @@ ga:
|
|
48
40
|
state_values:
|
49
41
|
closed: Dúnta
|
50
42
|
open: Oscail
|
51
|
-
form:
|
52
|
-
select_a_category: Roghnaigh catagóir le do thoil
|
53
43
|
new:
|
54
44
|
back: Ar Ais
|
55
45
|
create: Cruthaigh
|
data/config/locales/gl.yml
CHANGED
@@ -3,8 +3,6 @@ gl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Categoría
|
7
|
-
decidim_category_id: Categoría
|
8
6
|
description: Descrición
|
9
7
|
end_time: Remata a
|
10
8
|
information_updates: Actualizacións de información
|
@@ -24,8 +22,6 @@ gl:
|
|
24
22
|
decidim:
|
25
23
|
components:
|
26
24
|
debates:
|
27
|
-
actions:
|
28
|
-
create: Crear
|
29
25
|
name: Debates
|
30
26
|
settings:
|
31
27
|
global:
|
@@ -37,8 +33,6 @@ gl:
|
|
37
33
|
creation_enabled: Os participantes poden crear debates
|
38
34
|
debates:
|
39
35
|
actions:
|
40
|
-
confirm_destroy: Estás seguro?
|
41
|
-
destroy: Eliminar
|
42
36
|
edit: Editar
|
43
37
|
title: Accións
|
44
38
|
admin:
|
@@ -46,8 +40,6 @@ gl:
|
|
46
40
|
create:
|
47
41
|
invalid: Produciuse un problema ao crear o debate.
|
48
42
|
success: Debate creouse con éxito.
|
49
|
-
destroy:
|
50
|
-
success: Debate eliminado con éxito.
|
51
43
|
edit:
|
52
44
|
title: Editar debate
|
53
45
|
update: Actualizar debate
|
@@ -79,16 +71,12 @@ gl:
|
|
79
71
|
origin: Orixe
|
80
72
|
participants: Participantes
|
81
73
|
search: Busca
|
82
|
-
form:
|
83
|
-
select_a_category: Selecciona unha categoría
|
84
74
|
index:
|
85
75
|
new_debate: Novo debate
|
86
76
|
new:
|
87
77
|
back: De volta
|
88
78
|
create: Crear
|
89
79
|
title: Novo debate
|
90
|
-
show:
|
91
|
-
edit_debate: Editar debate
|
92
80
|
models:
|
93
81
|
debate:
|
94
82
|
fields:
|
@@ -130,7 +118,7 @@ gl:
|
|
130
118
|
badges:
|
131
119
|
commented_debates:
|
132
120
|
conditions:
|
133
|
-
|
121
|
+
- Escolle un debate aberto para participar
|
134
122
|
description: Este distintivo é concedido cando participas activamente nos diferentes debates deixando os teus comentarios.
|
135
123
|
description_another: Este usuario participou en %{score} debates.
|
136
124
|
description_own: Participaches en %{score} debates.
|
data/config/locales/hu.yml
CHANGED
@@ -3,15 +3,12 @@ hu:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Kategória
|
7
6
|
closed_at: Lezárva ekkor
|
8
7
|
conclusions: Következtetések
|
9
|
-
decidim_category_id: Kategória
|
10
8
|
description: Leírás
|
11
9
|
end_time: Lejár ekkor
|
12
10
|
information_updates: Információ frissítések
|
13
11
|
instructions: Útmutató a részvételhez
|
14
|
-
scope_id: Hatókör
|
15
12
|
start_time: Kezdődik
|
16
13
|
title: Cím
|
17
14
|
user_group_id: Vita létrehozása
|
@@ -30,7 +27,6 @@ hu:
|
|
30
27
|
debates:
|
31
28
|
actions:
|
32
29
|
comment: Megjegyzés
|
33
|
-
create: Létrehozás
|
34
30
|
endorse: Támogat
|
35
31
|
name: Viták
|
36
32
|
settings:
|
@@ -38,8 +34,6 @@ hu:
|
|
38
34
|
announcement: Közlemény
|
39
35
|
comments_enabled: Megjegyzések engedélyezve
|
40
36
|
comments_max_length: Kommentek maximális hossza (Hagyjon 0 -t az alapértékhez)
|
41
|
-
scope_id: Hatókör
|
42
|
-
scopes_enabled: A hatókör engedélyezett
|
43
37
|
step:
|
44
38
|
announcement: Közlemény
|
45
39
|
comments_blocked: Megjegyzések letiltva
|
@@ -49,8 +43,6 @@ hu:
|
|
49
43
|
debates:
|
50
44
|
actions:
|
51
45
|
close: Bezár
|
52
|
-
confirm_destroy: Biztos vagy benne?
|
53
|
-
destroy: Törlés
|
54
46
|
edit: Szerkesztés
|
55
47
|
title: Műveletek
|
56
48
|
admin:
|
@@ -62,8 +54,6 @@ hu:
|
|
62
54
|
create:
|
63
55
|
invalid: Probléma merült fel a vita létrehozása során.
|
64
56
|
success: Vita létrehozása sikeres.
|
65
|
-
destroy:
|
66
|
-
success: Vita törlése sikeres.
|
67
57
|
edit:
|
68
58
|
title: Vita szerkesztése
|
69
59
|
update: Vita frissítése
|
@@ -119,8 +109,6 @@ hu:
|
|
119
109
|
state_values:
|
120
110
|
closed: Lezárva
|
121
111
|
open: Nyitva
|
122
|
-
form:
|
123
|
-
select_a_category: Válassz kategóriát
|
124
112
|
index:
|
125
113
|
new_debate: Új vita
|
126
114
|
new:
|
@@ -134,11 +122,9 @@ hu:
|
|
134
122
|
recent: Legfrissebb
|
135
123
|
updated: Nemrégiben frissítve
|
136
124
|
show:
|
137
|
-
close_debate: Vita lezárása
|
138
125
|
debate_closed: Lezárva
|
139
126
|
debate_conclusions_are: 'A vitát %{date} -n zárult le az alábbi következtetésekkel:'
|
140
127
|
edit_conclusions: Következtetések szerkesztése
|
141
|
-
edit_debate: Vita szerkesztése
|
142
128
|
groups_count: Csoportok
|
143
129
|
open: Nyitott vita
|
144
130
|
participants_count: Résztvevők
|
@@ -190,7 +176,7 @@ hu:
|
|
190
176
|
badges:
|
191
177
|
commented_debates:
|
192
178
|
conditions:
|
193
|
-
|
179
|
+
- Válasszon vitát!
|
194
180
|
description: Ezt a jelvényt akkor kapja meg, ha a különböző vitákban aktívan részt vesz az észrevételeinek hozzáfűzésével.
|
195
181
|
description_another: Ez a felhasználó %{score} vitában vett részt.
|
196
182
|
description_own: Részt vett %{score} vitában.
|
data/config/locales/id-ID.yml
CHANGED
@@ -3,8 +3,6 @@ id:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Kategori
|
7
|
-
decidim_category_id: Kategori
|
8
6
|
description: Deskripsi
|
9
7
|
end_time: Berakhir pada
|
10
8
|
information_updates: Pembaruan informasi
|
@@ -22,8 +20,6 @@ id:
|
|
22
20
|
decidim:
|
23
21
|
components:
|
24
22
|
debates:
|
25
|
-
actions:
|
26
|
-
create: Membuat
|
27
23
|
name: Debat
|
28
24
|
settings:
|
29
25
|
global:
|
@@ -34,8 +30,6 @@ id:
|
|
34
30
|
comments_blocked: Komentar diblokir
|
35
31
|
debates:
|
36
32
|
actions:
|
37
|
-
confirm_destroy: Apakah kamu yakin
|
38
|
-
destroy: Menghapus
|
39
33
|
edit: Edit
|
40
34
|
title: Tindakan
|
41
35
|
admin:
|
@@ -43,8 +37,6 @@ id:
|
|
43
37
|
create:
|
44
38
|
invalid: Terjadi masalah saat membuat debat.
|
45
39
|
success: Debat berhasil dibuat.
|
46
|
-
destroy:
|
47
|
-
success: Debat berhasil dihapus.
|
48
40
|
edit:
|
49
41
|
title: Edit debat
|
50
42
|
update: Perbarui debat
|
@@ -74,16 +66,12 @@ id:
|
|
74
66
|
official: Resmi
|
75
67
|
origin: Asal
|
76
68
|
search: Pencarian
|
77
|
-
form:
|
78
|
-
select_a_category: Silakan pilih kategori
|
79
69
|
index:
|
80
70
|
new_debate: Debat baru
|
81
71
|
new:
|
82
72
|
back: Kembali
|
83
73
|
create: Membuat
|
84
74
|
title: Debat baru
|
85
|
-
show:
|
86
|
-
edit_debate: Edit debat
|
87
75
|
models:
|
88
76
|
debate:
|
89
77
|
fields:
|
@@ -114,7 +102,7 @@ id:
|
|
114
102
|
badges:
|
115
103
|
commented_debates:
|
116
104
|
conditions:
|
117
|
-
|
105
|
+
- Pilih debat terbuka untuk ikut serta
|
118
106
|
description: Lencana ini diberikan ketika Anda berpartisipasi aktif dalam berbagai debat dengan meninggalkan komentar Anda.
|
119
107
|
description_another: Peserta ini telah mengambil bagian dalam %{score} debat.
|
120
108
|
description_own: Anda telah berpartisipasi dalam %{score} debat.
|
data/config/locales/is-IS.yml
CHANGED
@@ -3,8 +3,6 @@ is:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Flokkur
|
7
|
-
decidim_category_id: Flokkur
|
8
6
|
description: Lýsing
|
9
7
|
end_time: Endar á
|
10
8
|
information_updates: Upplýsingauppfærslur
|
@@ -15,8 +13,6 @@ is:
|
|
15
13
|
decidim:
|
16
14
|
components:
|
17
15
|
debates:
|
18
|
-
actions:
|
19
|
-
create: Búa til
|
20
16
|
name: Umræður
|
21
17
|
settings:
|
22
18
|
global:
|
@@ -27,8 +23,6 @@ is:
|
|
27
23
|
comments_blocked: Læst fyrir athugasemdir
|
28
24
|
debates:
|
29
25
|
actions:
|
30
|
-
confirm_destroy: Ertu viss?
|
31
|
-
destroy: Eyða
|
32
26
|
edit: Breyta
|
33
27
|
title: Aðgerðir
|
34
28
|
admin:
|
@@ -57,16 +51,12 @@ is:
|
|
57
51
|
official: Opinber
|
58
52
|
origin: Uppruni
|
59
53
|
search: Leita
|
60
|
-
form:
|
61
|
-
select_a_category: Vinsamlegast veldu flokk
|
62
54
|
index:
|
63
55
|
new_debate: Ný umræða
|
64
56
|
new:
|
65
57
|
back: Til baka
|
66
58
|
create: Búa til
|
67
59
|
title: Ný umræða
|
68
|
-
show:
|
69
|
-
edit_debate: Breyta umræðu
|
70
60
|
models:
|
71
61
|
debate:
|
72
62
|
fields:
|
data/config/locales/it.yml
CHANGED
@@ -3,15 +3,12 @@ it:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: Categoria
|
7
6
|
closed_at: Chiuso il
|
8
7
|
conclusions: Conclusioni
|
9
|
-
decidim_category_id: Categoria
|
10
8
|
description: Descrizione
|
11
9
|
end_time: Finisce a
|
12
10
|
information_updates: Aggiornamenti delle informazioni
|
13
11
|
instructions: Istruzioni per partecipare
|
14
|
-
scope_id: Obiettivo
|
15
12
|
start_time: Inizia a
|
16
13
|
title: Titolo
|
17
14
|
user_group_id: Crea dibattito come
|
@@ -30,7 +27,6 @@ it:
|
|
30
27
|
debates:
|
31
28
|
actions:
|
32
29
|
comment: Commenta
|
33
|
-
create: Crea
|
34
30
|
endorse: Sottoscrivi
|
35
31
|
name: Dibattiti
|
36
32
|
settings:
|
@@ -38,8 +34,6 @@ it:
|
|
38
34
|
announcement: Annuncio
|
39
35
|
comments_enabled: Commenti abilitati
|
40
36
|
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
41
|
-
scope_id: Obiettivo
|
42
|
-
scopes_enabled: Obiettivi abilitati
|
43
37
|
step:
|
44
38
|
announcement: Annuncio
|
45
39
|
comments_blocked: Commenti bloccati
|
@@ -49,8 +43,6 @@ it:
|
|
49
43
|
debates:
|
50
44
|
actions:
|
51
45
|
close: Chiudi
|
52
|
-
confirm_destroy: Sei sicuro?
|
53
|
-
destroy: Elimina
|
54
46
|
edit: Modifica
|
55
47
|
title: Azioni
|
56
48
|
admin:
|
@@ -62,8 +54,6 @@ it:
|
|
62
54
|
create:
|
63
55
|
invalid: C'è stato un problema durante la creazione del dibattito.
|
64
56
|
success: Dibattito creato con successo.
|
65
|
-
destroy:
|
66
|
-
success: Dibattito cancellato con successo.
|
67
57
|
edit:
|
68
58
|
title: Modifica dibattito
|
69
59
|
update: Aggiornamento del dibattito
|
@@ -119,8 +109,6 @@ it:
|
|
119
109
|
state_values:
|
120
110
|
closed: Chiuso
|
121
111
|
open: Apri
|
122
|
-
form:
|
123
|
-
select_a_category: Si prega di selezionare una categoria
|
124
112
|
index:
|
125
113
|
new_debate: Nuovo dibattito
|
126
114
|
new:
|
@@ -134,11 +122,9 @@ it:
|
|
134
122
|
recent: Più recenti
|
135
123
|
updated: Aggiornato di recente
|
136
124
|
show:
|
137
|
-
close_debate: Chiudi dibattito
|
138
125
|
debate_closed: Chiuso
|
139
126
|
debate_conclusions_are: 'Il dibattito si è concluso il %{date} con queste conclusioni:'
|
140
127
|
edit_conclusions: Modifica conclusioni
|
141
|
-
edit_debate: Modifica dibattito
|
142
128
|
groups_count: Gruppi
|
143
129
|
open: Apri il dibattito
|
144
130
|
participants_count: Partecipanti
|
@@ -186,7 +172,7 @@ it:
|
|
186
172
|
badges:
|
187
173
|
commented_debates:
|
188
174
|
conditions:
|
189
|
-
|
175
|
+
- Scegli un dibattito aperto a cui partecipare
|
190
176
|
description: Questo badge è concesso quando partecipi attivamente ai diversi dibattiti lasciando i tuoi commenti.
|
191
177
|
description_another: Questo utente ha partecipato a %{score} dibattiti.
|
192
178
|
description_own: Hai partecipato a %{score} dibattiti.
|
data/config/locales/ja.yml
CHANGED
@@ -3,15 +3,12 @@ ja:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
debate:
|
6
|
-
category_id: カテゴリ
|
7
6
|
closed_at: 終了日時
|
8
7
|
conclusions: まとめ
|
9
|
-
decidim_category_id: カテゴリ
|
10
8
|
description: 説明
|
11
9
|
end_time: 終了時刻
|
12
10
|
information_updates: 情報の更新
|
13
11
|
instructions: 参加方法
|
14
|
-
scope_id: スコープ
|
15
12
|
start_time: 開始
|
16
13
|
title: タイトル
|
17
14
|
user_group_id: ディベートを作成
|
@@ -25,20 +22,28 @@ ja:
|
|
25
22
|
decidim/debates/debate:
|
26
23
|
other: ディベート数
|
27
24
|
decidim:
|
25
|
+
admin:
|
26
|
+
admin_log:
|
27
|
+
changeset:
|
28
|
+
debates: ディベート
|
28
29
|
components:
|
29
30
|
debates:
|
30
31
|
actions:
|
31
32
|
comment: コメント
|
32
|
-
create:
|
33
|
+
create: ディベートを作成
|
33
34
|
endorse: オススメ
|
34
35
|
name: ディベート
|
35
36
|
settings:
|
36
37
|
global:
|
37
38
|
announcement: お知らせ
|
39
|
+
attachments_allowed: 添付ファイルを許可
|
40
|
+
clear_all: すべてクリア
|
38
41
|
comments_enabled: コメントを有効にする
|
39
42
|
comments_max_length: コメント最大長 (デフォルト値は 0 のまま)
|
40
|
-
|
41
|
-
|
43
|
+
define_taxonomy_filters: この設定を使用する前に、参加型スペースのフィルターをいくつか定義してください。
|
44
|
+
no_taxonomy_filters_found: タクソノミーフィルタが見つかりません。
|
45
|
+
taxonomy_filters: コンポーネントのフィルタを選択
|
46
|
+
taxonomy_filters_add: フィルターを追加
|
42
47
|
step:
|
43
48
|
announcement: お知らせ
|
44
49
|
comments_blocked: コメントをブロック
|
@@ -48,11 +53,12 @@ ja:
|
|
48
53
|
debates:
|
49
54
|
actions:
|
50
55
|
close: 閉じる
|
51
|
-
|
52
|
-
|
56
|
+
confirm_delete_debate: このディベートを削除してもよろしいですか?
|
57
|
+
deleted_debate_info: 削除された議論はゴミ箱から復元できます。
|
53
58
|
edit: 編集
|
54
59
|
new: 新しいディベート
|
55
60
|
title: アクション
|
61
|
+
view_deleted_debates: 削除されたディベートを表示
|
56
62
|
admin:
|
57
63
|
debate_closes:
|
58
64
|
edit:
|
@@ -62,12 +68,11 @@ ja:
|
|
62
68
|
create:
|
63
69
|
invalid: ディベートの作成で不具合が発生しました。
|
64
70
|
success: ディベートが正常に作成されました。
|
65
|
-
destroy:
|
66
|
-
success: ディベートを削除しました。
|
67
71
|
edit:
|
68
72
|
title: ディベートを編集
|
69
73
|
update: ディベートを更新
|
70
74
|
form:
|
75
|
+
add_attachments: 添付ファイルを追加
|
71
76
|
debate_type: ディベートタイプ
|
72
77
|
finite: 期間限定 (開始時刻と終了時刻あり)
|
73
78
|
open: 無期限 (開始時刻または終了時刻なし)
|
@@ -80,12 +85,17 @@ ja:
|
|
80
85
|
invalid: このディベートを更新する際に問題が発生しました。
|
81
86
|
success: ディベートが正常に更新されました。
|
82
87
|
exports:
|
83
|
-
|
88
|
+
debate_comments: コメント
|
89
|
+
debates: ディベート
|
84
90
|
admin_log:
|
85
91
|
debate:
|
86
92
|
close: "%{user_name} は、 %{resource_name} スペースの %{space_name} ディベートを終了しました"
|
87
93
|
create: "%{user_name} が %{resource_name} スペースで %{space_name} ディベートを作成しました"
|
88
94
|
update: "%{user_name} が %{resource_name} スペースの %{space_name} ディベートを更新しました"
|
95
|
+
content_blocks:
|
96
|
+
highlighted_debates:
|
97
|
+
name: ディベート
|
98
|
+
see_all: すべてのディベートを見る
|
89
99
|
debate_m:
|
90
100
|
commented_time_ago: コメント %{time} 前
|
91
101
|
debates:
|
@@ -125,8 +135,6 @@ ja:
|
|
125
135
|
closed: 終了
|
126
136
|
open: 公開
|
127
137
|
user_group: グループ
|
128
|
-
form:
|
129
|
-
select_a_category: カテゴリを選択してください
|
130
138
|
index:
|
131
139
|
new_debate: 新しいディベート
|
132
140
|
new:
|
@@ -140,11 +148,11 @@ ja:
|
|
140
148
|
recent: 新着順
|
141
149
|
updated: 更新が新しい順
|
142
150
|
show:
|
143
|
-
close_debate:
|
151
|
+
close_debate: 閉じる
|
144
152
|
debate_closed: 終了
|
145
153
|
debate_conclusions_are: 'ディベートは %{date} に、以下の結論を持って終了しました。'
|
146
154
|
edit_conclusions: 結論を編集
|
147
|
-
edit_debate:
|
155
|
+
edit_debate: 編集
|
148
156
|
groups_count: グループ
|
149
157
|
open: 公開ディベート
|
150
158
|
participants_count: 参加者
|
@@ -162,6 +170,7 @@ ja:
|
|
162
170
|
official_debate: 公式のディベート
|
163
171
|
start: 開始
|
164
172
|
start_time: 開始日
|
173
|
+
taxonomies: タクソノミー
|
165
174
|
title: タイトル
|
166
175
|
events:
|
167
176
|
debates:
|
@@ -205,7 +214,7 @@ ja:
|
|
205
214
|
badges:
|
206
215
|
commented_debates:
|
207
216
|
conditions:
|
208
|
-
|
217
|
+
- 参加する公開ディベートを選択する
|
209
218
|
description: このバッジは、コメントを残してさまざまなディベートに積極的に参加するときに付与されます。
|
210
219
|
description_another: この参加者は %{score} ディベートに参加しました。
|
211
220
|
description_own: '%{score} 件のディベートに参加しました。'
|
@@ -218,5 +227,39 @@ ja:
|
|
218
227
|
description: 作成されたディベート数
|
219
228
|
object: ディベート
|
220
229
|
title: ディベート
|
230
|
+
open_data:
|
231
|
+
help:
|
232
|
+
debate_comments:
|
233
|
+
alignment: このコメントが好意的、敵対的、中立的であった場合
|
234
|
+
author: このコメントを作成した参加者の名前
|
235
|
+
body: コメント本文
|
236
|
+
commentable_id: コメント対象の固有ID
|
237
|
+
commentable_type: コメント対象の種別 (結果、提案など)
|
238
|
+
created_at: コメントの作成日時
|
239
|
+
depth: コメントがコメントツリーのどこに位置しているか(回答、または回答の回答である場合)
|
240
|
+
id: コメントのID
|
241
|
+
locale: コメントを残した参加者の使っていたロケール(言語)
|
242
|
+
root_commentable_url: コメントに関連するリソースの URL
|
243
|
+
user_group: コメントを作成したユーザーグループの名前 (もしあれば)
|
244
|
+
debates:
|
245
|
+
author: ディベートの作者に関するデータ
|
246
|
+
closed_at: ディベートの終了日時
|
247
|
+
comments: ディベートのコメント数
|
248
|
+
comments_enabled: ディベートのコメントを有効にするか無効にするか
|
249
|
+
component: ディベートが属するコンポーネント
|
250
|
+
conclusions: 終了している場合のディベートの結論
|
251
|
+
created_at: ディベートの作成日時
|
252
|
+
description: ディベートの説明
|
253
|
+
end_time: ディベートの終了予定日時(公開討論で時間が限られている場合)
|
254
|
+
id: ディベートの固有ID
|
255
|
+
information_updates: 作者がディベートに加えた更新
|
256
|
+
instructions: ディベートにコメントするための指示
|
257
|
+
last_comment_at: ディベートが最後にコメントされた日時
|
258
|
+
participatory_space: このディベートが属するスペース(参加型プロセス、参加スペースなど)
|
259
|
+
reference: このプラットフォームでのリソースの固有ID
|
260
|
+
start_time: ディベートの開始予定日時(公開討論で時間が限られている場合)
|
261
|
+
taxonomies: このプロジェクトのタクソノミー
|
262
|
+
title: ディベートのタイトル
|
263
|
+
url: このディベートが見つかるURL
|
221
264
|
statistics:
|
222
265
|
debates_count: ディベート
|