decidim-debates 0.27.10 → 0.28.0.rc4
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/debates/debate_activity_cell.rb +1 -12
- data/app/cells/decidim/debates/debate_card_metadata_cell.rb +43 -0
- data/app/cells/decidim/debates/debate_cell.rb +6 -1
- data/app/cells/decidim/debates/debate_l_cell.rb +49 -0
- data/app/cells/decidim/debates/debate_s_cell.rb +21 -0
- data/app/commands/decidim/debates/admin/close_debate.rb +1 -1
- data/app/commands/decidim/debates/close_debate.rb +1 -1
- data/app/commands/decidim/debates/create_debate.rb +13 -4
- data/app/commands/decidim/debates/update_debate.rb +15 -2
- data/app/controllers/decidim/debates/admin/debate_closes_controller.rb +2 -2
- data/app/controllers/decidim/debates/admin/debates_controller.rb +5 -5
- data/app/controllers/decidim/debates/debates_controller.rb +7 -9
- data/app/events/decidim/debates/close_debate_event.rb +1 -1
- data/app/events/decidim/debates/create_debate_event.rb +15 -1
- data/app/forms/decidim/debates/admin/close_debate_form.rb +1 -1
- data/app/forms/decidim/debates/close_debate_form.rb +2 -2
- data/app/forms/decidim/debates/debate_form.rb +2 -2
- data/app/helpers/decidim/debates/application_helper.rb +42 -17
- data/app/jobs/decidim/debates/hide_all_created_by_author_job.rb +13 -0
- data/app/jobs/decidim/debates/settings_change_job.rb +2 -2
- data/app/models/decidim/debates/debate.rb +4 -10
- data/app/packs/entrypoints/decidim_debates.js +2 -0
- data/app/packs/images/decidim/gamification/badges/decidim_gamification_badges_commented_debates.svg +42 -1
- data/app/permissions/decidim/debates/permissions.rb +0 -6
- data/app/presenters/decidim/debates/admin_log/debate_presenter.rb +6 -2
- data/app/presenters/decidim/debates/admin_log/value_types/debate_title_description_presenter.rb +1 -1
- data/app/presenters/decidim/debates/log/resource_presenter.rb +18 -0
- data/app/views/decidim/debates/admin/debate_closes/edit.html.erb +26 -14
- data/app/views/decidim/debates/admin/debates/_form.html.erb +40 -39
- data/app/views/decidim/debates/admin/debates/edit.html.erb +16 -6
- data/app/views/decidim/debates/admin/debates/index.html.erb +60 -58
- data/app/views/decidim/debates/admin/debates/new.html.erb +16 -6
- data/app/views/decidim/debates/debates/_close_debate_modal.html.erb +22 -11
- data/app/views/decidim/debates/debates/_debates.html.erb +5 -6
- data/app/views/decidim/debates/debates/_form.html.erb +10 -19
- data/app/views/decidim/debates/debates/edit.html.erb +16 -20
- data/app/views/decidim/debates/debates/index.html.erb +19 -23
- data/app/views/decidim/debates/debates/index.js.erb +3 -4
- data/app/views/decidim/debates/debates/new.html.erb +16 -20
- data/app/views/decidim/debates/debates/show.html.erb +106 -109
- data/app/views/decidim/debates/versions/show.html.erb +15 -6
- data/config/locales/ar.yml +7 -17
- data/config/locales/bg.yml +0 -231
- data/config/locales/ca.yml +14 -35
- data/config/locales/cs.yml +13 -34
- data/config/locales/de.yml +14 -35
- data/config/locales/el.yml +10 -28
- data/config/locales/en.yml +13 -34
- data/config/locales/es-MX.yml +12 -33
- data/config/locales/es-PY.yml +13 -34
- data/config/locales/es.yml +15 -36
- data/config/locales/eu.yml +16 -37
- data/config/locales/fi-plain.yml +12 -33
- data/config/locales/fi.yml +14 -35
- data/config/locales/fr-CA.yml +14 -35
- data/config/locales/fr.yml +14 -35
- data/config/locales/ga-IE.yml +0 -15
- data/config/locales/gl.yml +7 -16
- data/config/locales/hu.yml +13 -32
- data/config/locales/id-ID.yml +7 -15
- data/config/locales/is-IS.yml +3 -9
- data/config/locales/it.yml +7 -31
- data/config/locales/ja.yml +13 -37
- data/config/locales/lb.yml +7 -25
- data/config/locales/lt.yml +14 -29
- data/config/locales/lv.yml +6 -17
- data/config/locales/nl.yml +7 -28
- data/config/locales/no.yml +7 -31
- data/config/locales/pl.yml +12 -38
- data/config/locales/pt-BR.yml +7 -39
- data/config/locales/pt.yml +7 -31
- data/config/locales/ro-RO.yml +10 -29
- data/config/locales/ru.yml +3 -12
- data/config/locales/sk.yml +6 -17
- data/config/locales/sl.yml +0 -3
- data/config/locales/sr-CS.yml +0 -6
- data/config/locales/sv.yml +34 -54
- data/config/locales/tr-TR.yml +6 -38
- data/config/locales/uk.yml +3 -12
- data/config/locales/zh-CN.yml +7 -29
- data/config/locales/zh-TW.yml +9 -28
- data/lib/decidim/debates/component.rb +4 -88
- data/lib/decidim/debates/engine.rb +29 -7
- data/lib/decidim/debates/seeds.rb +104 -0
- data/lib/decidim/debates/test/factories.rb +19 -14
- data/lib/decidim/debates/version.rb +1 -1
- metadata +29 -30
- data/app/cells/decidim/debates/debate_m/data.erb +0 -10
- data/app/cells/decidim/debates/debate_m/footer.erb +0 -10
- data/app/cells/decidim/debates/debate_m/multiple_dates.erb +0 -17
- data/app/cells/decidim/debates/debate_m/open_date.erb +0 -7
- data/app/cells/decidim/debates/debate_m/single_date.erb +0 -9
- data/app/cells/decidim/debates/debate_m/tags.erb +0 -1
- data/app/cells/decidim/debates/debate_m_cell.rb +0 -86
- data/app/controllers/decidim/debates/widgets_controller.rb +0 -29
- data/app/views/decidim/debates/debates/_count.html.erb +0 -1
- data/app/views/decidim/debates/debates/_filters.html.erb +0 -34
- data/app/views/decidim/debates/debates/_filters_small_view.html.erb +0 -18
- data/config/locales/he-IL.yml +0 -1
- data/decidim-debates.gemspec +0 -32
data/config/locales/fr.yml
CHANGED
@@ -52,7 +52,7 @@ fr:
|
|
52
52
|
confirm_destroy: Êtes-vous certain ?
|
53
53
|
destroy: Supprimer
|
54
54
|
edit: Modifier
|
55
|
-
new: Nouveau
|
55
|
+
new: Nouveau débat
|
56
56
|
title: Actions
|
57
57
|
admin:
|
58
58
|
debate_closes:
|
@@ -82,9 +82,6 @@ fr:
|
|
82
82
|
success: Débat mis à jour avec succès.
|
83
83
|
exports:
|
84
84
|
comments: Commentaires
|
85
|
-
models:
|
86
|
-
debate:
|
87
|
-
name: Débat
|
88
85
|
admin_log:
|
89
86
|
debate:
|
90
87
|
close: "%{user_name} a clos le débat %{resource_name} dans l'espace %{space_name}"
|
@@ -97,10 +94,9 @@ fr:
|
|
97
94
|
invalid: Une erreur s'est produite lors de la fermeture du débat.
|
98
95
|
success: Débat clos avec succès.
|
99
96
|
close_debate_modal:
|
100
|
-
|
97
|
+
cancel: Annuler
|
101
98
|
description: Quel est le résumé ou la conclusion de ce débat?
|
102
99
|
send: Clore le débat
|
103
|
-
closed: Fermé
|
104
100
|
count:
|
105
101
|
debates_count:
|
106
102
|
one: "%{count} débat"
|
@@ -108,8 +104,6 @@ fr:
|
|
108
104
|
create:
|
109
105
|
invalid: Il y a eu un problème lors de la création de ce débat.
|
110
106
|
success: Débat créé avec succès.
|
111
|
-
debate:
|
112
|
-
participate: Participer
|
113
107
|
debates:
|
114
108
|
empty: Il n'y a aucun débat pour l'instant.
|
115
109
|
empty_filters: Il n'y a aucun débat avec ces critères.
|
@@ -127,18 +121,12 @@ fr:
|
|
127
121
|
official: Officielle
|
128
122
|
origin: Origine
|
129
123
|
participants: Participants
|
130
|
-
scope: Secteur
|
131
124
|
search: Rechercher
|
132
125
|
state: Statut
|
133
126
|
state_values:
|
134
127
|
closed: Fermé
|
135
128
|
open: Ouvert
|
136
|
-
|
137
|
-
filters_small_view:
|
138
|
-
close_modal: Fermer la fenêtre de dialogue
|
139
|
-
filter: Filtre
|
140
|
-
filter_by: Filtrer par
|
141
|
-
unfold: Voir la suite
|
129
|
+
user_group: Groupes
|
142
130
|
form:
|
143
131
|
select_a_category: Veuillez sélectionner une catégorie
|
144
132
|
index:
|
@@ -154,36 +142,27 @@ fr:
|
|
154
142
|
recent: Les plus récents
|
155
143
|
updated: Mis à jour récemment
|
156
144
|
show:
|
157
|
-
back: Retour à la liste
|
158
145
|
close_debate: Clore le débat
|
159
|
-
date: Date
|
160
146
|
debate_closed: Fermé
|
161
147
|
debate_conclusions_are: 'Le débat a été clos le %{date} avec ces conclusions:'
|
162
148
|
edit_conclusions: Modifier les conclusions
|
163
149
|
edit_debate: Modifier le débat
|
164
150
|
groups_count: Groupes
|
165
|
-
last_comment_by: Dernier commentaire par
|
166
|
-
no_comments_yet: Pas encore de commentaire
|
167
151
|
open: Ouvrir le débat
|
168
152
|
participants_count: Participants
|
169
153
|
update:
|
170
154
|
invalid: Une erreur s'est produite lors de la mise à jour du débat.
|
171
155
|
success: Débat mis à jour avec succès.
|
172
|
-
versions:
|
173
|
-
debates:
|
174
|
-
back_to_resource: Revenir au débat
|
175
|
-
index:
|
176
|
-
title: Versions
|
177
|
-
versions_list:
|
178
|
-
back_to_resource: Revenir au débat
|
179
156
|
last_activity:
|
180
|
-
|
181
|
-
|
157
|
+
debate_updated: 'Débat mis à jour :'
|
158
|
+
new_debate: 'Nouveau débat :'
|
182
159
|
models:
|
183
160
|
debate:
|
184
161
|
fields:
|
162
|
+
end: Fin
|
185
163
|
end_time: Date de fin
|
186
164
|
official_debate: Débat officiel
|
165
|
+
start: Début
|
187
166
|
start_time: Date de début
|
188
167
|
title: Titre
|
189
168
|
events:
|
@@ -191,11 +170,11 @@ fr:
|
|
191
170
|
create_debate_event:
|
192
171
|
space_followers:
|
193
172
|
email_intro: |-
|
194
|
-
|
195
|
-
Un nouveau débat
|
196
|
-
email_outro: Vous avez reçu cette notification
|
197
|
-
email_subject: Nouveau débat "%{resource_title}" sur %{
|
198
|
-
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé
|
173
|
+
Salut,
|
174
|
+
Un nouveau débat «%{resource_title}» a été créée sur le %{space_title} espace participatif, vérifier et contribuer:
|
175
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez l'espace participatif %{space_title}. Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
176
|
+
email_subject: Nouveau débat "%{resource_title}" sur %{space_title}
|
177
|
+
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé le <a href="%{space_path}">%{space_title}</a>.
|
199
178
|
user_followers:
|
200
179
|
email_intro: |-
|
201
180
|
Bonjour,
|
@@ -212,7 +191,7 @@ fr:
|
|
212
191
|
email_intro: 'Vous pouvez maintenant initier de nouveaux débats dans %{participatory_space_title}! Commencez à participer sur cette page :'
|
213
192
|
email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
214
193
|
email_subject: Débats maintenant disponibles sur %{participatory_space_title}
|
215
|
-
notification_title: Vous pouvez maintenant initier <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a
|
194
|
+
notification_title: Vous pouvez maintenant initier <a href="%{resource_path}"> de nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>.
|
216
195
|
debate_closed:
|
217
196
|
affected_user:
|
218
197
|
email_intro: 'Le débat « %{resource_title} » est fermé. Vous pouvez lire les conclusions sur cette page :'
|
@@ -235,7 +214,7 @@ fr:
|
|
235
214
|
name: Des débats
|
236
215
|
next_level_in: Participez à %{score} autres débats pour atteindre le prochain niveau!
|
237
216
|
unearned_another: Cet utilisateur n'a encore participé à aucun débat.
|
238
|
-
unearned_own: Vous avez
|
217
|
+
unearned_own: Vous n'avez encore participé à aucun débat.
|
239
218
|
metrics:
|
240
219
|
debates:
|
241
220
|
description: Nombre de débats créés
|
data/config/locales/ga-IE.yml
CHANGED
@@ -35,13 +35,7 @@ ga:
|
|
35
35
|
title: Díospóireachtaí
|
36
36
|
exports:
|
37
37
|
comments: Tráchtanna
|
38
|
-
models:
|
39
|
-
debate:
|
40
|
-
name: Díospóireacht
|
41
38
|
debates:
|
42
|
-
close_debate_modal:
|
43
|
-
close: Dún
|
44
|
-
closed: Dúnta
|
45
39
|
edit:
|
46
40
|
back: Ar Ais
|
47
41
|
filters:
|
@@ -50,28 +44,19 @@ ga:
|
|
50
44
|
category_prompt: Roghnaigh catagóir
|
51
45
|
official: Oifigiúil
|
52
46
|
origin: Bunús
|
53
|
-
scope: Scóip
|
54
47
|
search: Cuardaigh
|
55
48
|
state: Stádas
|
56
49
|
state_values:
|
57
50
|
closed: Dúnta
|
58
51
|
open: Oscail
|
59
|
-
user_groups: Grúpaí
|
60
|
-
filters_small_view:
|
61
|
-
filter: Scag
|
62
|
-
unfold: Oscail
|
63
52
|
form:
|
64
53
|
select_a_category: Roghnaigh catagóir le do thoil
|
65
54
|
new:
|
66
55
|
back: Ar Ais
|
67
56
|
create: Cruthaigh
|
68
57
|
show:
|
69
|
-
date: Dáta
|
70
58
|
debate_closed: Dúnta
|
71
59
|
groups_count: Grúpaí
|
72
|
-
versions:
|
73
|
-
index:
|
74
|
-
title: Leaganacha
|
75
60
|
models:
|
76
61
|
debate:
|
77
62
|
fields:
|
data/config/locales/gl.yml
CHANGED
@@ -40,7 +40,6 @@ gl:
|
|
40
40
|
confirm_destroy: Estás seguro?
|
41
41
|
destroy: Eliminar
|
42
42
|
edit: Editar
|
43
|
-
new: Novo %{name}
|
44
43
|
title: Accións
|
45
44
|
admin:
|
46
45
|
debates:
|
@@ -60,9 +59,6 @@ gl:
|
|
60
59
|
update:
|
61
60
|
invalid: Houbo un problema ao actualizar este debate.
|
62
61
|
success: Debate actualizado con éxito.
|
63
|
-
models:
|
64
|
-
debate:
|
65
|
-
name: Debate
|
66
62
|
admin_log:
|
67
63
|
debate:
|
68
64
|
create: "%{user_name} creou o %{resource_name} debate sobre o espazo %{space_name}"
|
@@ -75,8 +71,6 @@ gl:
|
|
75
71
|
create:
|
76
72
|
invalid: Produciuse un problema ao crear o debate.
|
77
73
|
success: Debate creouse con éxito.
|
78
|
-
debate:
|
79
|
-
participate: Participar
|
80
74
|
filters:
|
81
75
|
all: Todo
|
82
76
|
category: Categoría
|
@@ -85,11 +79,6 @@ gl:
|
|
85
79
|
origin: Orixe
|
86
80
|
participants: Participantes
|
87
81
|
search: Busca
|
88
|
-
filters_small_view:
|
89
|
-
close_modal: Pechar modal
|
90
|
-
filter: Filtro
|
91
|
-
filter_by: Filtrar por
|
92
|
-
unfold: Despregar
|
93
82
|
form:
|
94
83
|
select_a_category: Selecciona unha categoría
|
95
84
|
index:
|
@@ -98,9 +87,6 @@ gl:
|
|
98
87
|
back: De volta
|
99
88
|
create: Crear
|
100
89
|
title: Novo debate
|
101
|
-
last_activity:
|
102
|
-
debate_updated_at_html: "<span>Debate actualizado en %{link}</span>"
|
103
|
-
new_debate_at_html: "<span>Novo debate en %{link}</span>"
|
104
90
|
models:
|
105
91
|
debate:
|
106
92
|
fields:
|
@@ -111,6 +97,13 @@ gl:
|
|
111
97
|
events:
|
112
98
|
debates:
|
113
99
|
create_debate_event:
|
100
|
+
space_followers:
|
101
|
+
email_intro: |-
|
102
|
+
Ola,
|
103
|
+
Creouse un novo debate "%{resource_title}" nos %{space_title} espazos participativos, verifícalo e contribuír:
|
104
|
+
email_outro: Recibiches esta notificación porque estás seguindo o %{space_title} espazo participativo. Podes deixar de recibir notificacións seguindo a ligazón anterior.
|
105
|
+
email_subject: Novo debate "%{resource_title}" en %{space_title}
|
106
|
+
notification_title: O <a href="%{resource_path}">%{resource_title}</a> debate foi creado en <a href="%{space_path}">%{space_title}</a>.
|
114
107
|
user_followers:
|
115
108
|
email_intro: |-
|
116
109
|
Ola,
|
@@ -127,7 +120,6 @@ gl:
|
|
127
120
|
email_intro: 'Agora podes comezar novos debates en %{participatory_space_title}. Comezar a participar nesta páxina:'
|
128
121
|
email_outro: Recibiches esta notificación porque estás seguindo %{participatory_space_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
|
129
122
|
email_subject: Os debates agora están dispoñibles en %{participatory_space_title}
|
130
|
-
notification_title: Agora podes comezar <a href="%{resource_path}">novos debates</a> en <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
131
123
|
debate_closed:
|
132
124
|
affected_user:
|
133
125
|
email_intro: 'Pechouse o debate "%{resource_title}". Podes ler as súas conclusións na súa páxina:'
|
@@ -150,7 +142,6 @@ gl:
|
|
150
142
|
name: Debates
|
151
143
|
next_level_in: '¡Participa en %{score} debates máis para alcanzar o seguinte nivel!'
|
152
144
|
unearned_another: Este usuario aínda non participou en ningún debate.
|
153
|
-
unearned_own: Participaches nos debates aínda.
|
154
145
|
metrics:
|
155
146
|
debates:
|
156
147
|
description: Número de debates creados
|
data/config/locales/hu.yml
CHANGED
@@ -31,7 +31,7 @@ hu:
|
|
31
31
|
actions:
|
32
32
|
comment: Megjegyzés
|
33
33
|
create: Létrehozás
|
34
|
-
endorse:
|
34
|
+
endorse: Jóváhagy
|
35
35
|
name: Viták
|
36
36
|
settings:
|
37
37
|
global:
|
@@ -44,15 +44,14 @@ hu:
|
|
44
44
|
announcement: Közlemény
|
45
45
|
comments_blocked: Megjegyzések letiltva
|
46
46
|
creation_enabled: A résztvevők létrehozhatnak vitákat
|
47
|
-
endorsements_blocked:
|
48
|
-
endorsements_enabled:
|
47
|
+
endorsements_blocked: Jóváhagyások letiltva
|
48
|
+
endorsements_enabled: Jóváhagyások engedélyezve
|
49
49
|
debates:
|
50
50
|
actions:
|
51
51
|
close: Bezár
|
52
52
|
confirm_destroy: Biztos vagy benne?
|
53
53
|
destroy: Törlés
|
54
54
|
edit: Szerkesztés
|
55
|
-
new: Új %{name}
|
56
55
|
title: Műveletek
|
57
56
|
admin:
|
58
57
|
debate_closes:
|
@@ -82,9 +81,6 @@ hu:
|
|
82
81
|
success: A vita sikeresen frissült.
|
83
82
|
exports:
|
84
83
|
comments: Hozzászólások
|
85
|
-
models:
|
86
|
-
debate:
|
87
|
-
name: Vita
|
88
84
|
admin_log:
|
89
85
|
debate:
|
90
86
|
close: "%{user_name} lezárta a(z) %{resource_name} vitát a(z) %{space_name} térben"
|
@@ -97,10 +93,8 @@ hu:
|
|
97
93
|
invalid: Probléma merült fel a vita lezárása során.
|
98
94
|
success: Vita sikeresen lezárva.
|
99
95
|
close_debate_modal:
|
100
|
-
close: Bezár
|
101
96
|
description: Mi a vita összefoglalása vagy az abból levont következtetés?
|
102
97
|
send: Vita lezárása
|
103
|
-
closed: Lezárva
|
104
98
|
count:
|
105
99
|
debates_count:
|
106
100
|
one: "%{count} vita"
|
@@ -108,8 +102,6 @@ hu:
|
|
108
102
|
create:
|
109
103
|
invalid: Probléma merült fel a vita létrehozása során.
|
110
104
|
success: Vita létrehozása sikeres.
|
111
|
-
debate:
|
112
|
-
participate: Részvétel
|
113
105
|
edit:
|
114
106
|
back: Vissza
|
115
107
|
save: Változások mentése
|
@@ -124,18 +116,11 @@ hu:
|
|
124
116
|
official: Hivatalos
|
125
117
|
origin: Kiindulópont
|
126
118
|
participants: Résztvevők
|
127
|
-
scope: Hatókör
|
128
119
|
search: Keresés
|
129
120
|
state: Állapot
|
130
121
|
state_values:
|
131
122
|
closed: Lezárva
|
132
123
|
open: Nyitva
|
133
|
-
user_groups: Csoportok
|
134
|
-
filters_small_view:
|
135
|
-
close_modal: Modal bezárása
|
136
|
-
filter: Szűrő
|
137
|
-
filter_by: 'Szűrés ez alapján:'
|
138
|
-
unfold: Kibont
|
139
124
|
form:
|
140
125
|
select_a_category: Válassz kategóriát
|
141
126
|
index:
|
@@ -151,31 +136,20 @@ hu:
|
|
151
136
|
recent: Legfrissebb
|
152
137
|
updated: Nemrégiben frissítve
|
153
138
|
show:
|
154
|
-
back: Vissza a listához
|
155
139
|
close_debate: Vita lezárása
|
156
|
-
date: Dátum
|
157
140
|
debate_closed: Lezárva
|
158
141
|
debate_conclusions_are: 'A vitát %{date} -n zárult le az alábbi következtetésekkel:'
|
159
142
|
edit_conclusions: Következtetések szerkesztése
|
160
143
|
edit_debate: Vita szerkesztése
|
161
144
|
groups_count: Csoportok
|
162
|
-
last_comment_by: Utolsó hozzászólás
|
163
|
-
no_comments_yet: Még nincsenek hozzászólások
|
164
145
|
open: Nyitott vita
|
165
146
|
participants_count: Résztvevők
|
166
147
|
update:
|
167
148
|
invalid: Hiba történt a vita frissítése során.
|
168
149
|
success: A vita frissítse sikeres.
|
169
|
-
versions:
|
170
|
-
debates:
|
171
|
-
back_to_resource: Visszalépés a vitához
|
172
|
-
index:
|
173
|
-
title: Verziók
|
174
|
-
versions_list:
|
175
|
-
back_to_resource: Visszalépés a vitához
|
176
150
|
last_activity:
|
177
|
-
|
178
|
-
|
151
|
+
debate_updated: 'Vita frissítve:'
|
152
|
+
new_debate: 'Új vita:'
|
179
153
|
models:
|
180
154
|
debate:
|
181
155
|
fields:
|
@@ -186,6 +160,13 @@ hu:
|
|
186
160
|
events:
|
187
161
|
debates:
|
188
162
|
create_debate_event:
|
163
|
+
space_followers:
|
164
|
+
email_intro: |-
|
165
|
+
Szia,
|
166
|
+
Új vitát "%{resource_title}" hoztak létre a %{space_title} részvételi téren, nézd meg és járulj hozzá:
|
167
|
+
email_outro: 'Ezt az értesítést azért kaptad, mert ezt a részvételi helyet követed: "%{space_title}". Az értesítéseket a következő linkre kattintva kapcsolhatod ki.'
|
168
|
+
email_subject: Új vita "%{resource_title}" indult itt %{space_title}
|
169
|
+
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a>vita létrejött itt:<a href="%{space_path}">%{space_title}</a>.
|
189
170
|
user_followers:
|
190
171
|
email_intro: |-
|
191
172
|
Szia,
|
@@ -202,7 +183,7 @@ hu:
|
|
202
183
|
email_intro: 'Indíts új vitákat itt: %{participatory_space_title}! Te is részt vehetsz bennük ezen az oldalon:'
|
203
184
|
email_outro: 'Ezt az értesítést azért kaptad, mert ezt követed: "%{participatory_space_title}". Az értesítéseket a következő linkre kattintva kapcsolhatod ki.'
|
204
185
|
email_subject: 'Viták létrehozása lehetséges itt: %{participatory_space_title}'
|
205
|
-
notification_title:
|
186
|
+
notification_title: A href="%{resource_path}">Kezd új vitát</a> a(z) <a href="%{participatory_space_url}">%{participatory_space_title}</a> helyen.
|
206
187
|
debate_closed:
|
207
188
|
affected_user:
|
208
189
|
email_intro: 'A(z) "%{resource_title}" vitát lezárták. A következtetéseket a kapcsolódó oldalon olvashatja el:'
|
data/config/locales/id-ID.yml
CHANGED
@@ -37,7 +37,6 @@ id:
|
|
37
37
|
confirm_destroy: Apakah kamu yakin
|
38
38
|
destroy: Menghapus
|
39
39
|
edit: Edit
|
40
|
-
new: Baru %{name}
|
41
40
|
title: Tindakan
|
42
41
|
admin:
|
43
42
|
debates:
|
@@ -57,9 +56,6 @@ id:
|
|
57
56
|
update:
|
58
57
|
invalid: Ada masalah saat memperbarui debat ini.
|
59
58
|
success: Debat berhasil diperbarui.
|
60
|
-
models:
|
61
|
-
debate:
|
62
|
-
name: Perdebatan
|
63
59
|
admin_log:
|
64
60
|
debate:
|
65
61
|
create: "%{user_name} menciptakan debat %{resource_name} pada %{space_name} ruang"
|
@@ -71,8 +67,6 @@ id:
|
|
71
67
|
create:
|
72
68
|
invalid: Terjadi masalah saat membuat debat.
|
73
69
|
success: Debat berhasil dibuat.
|
74
|
-
debate:
|
75
|
-
participate: Ikut
|
76
70
|
filters:
|
77
71
|
all: Semua
|
78
72
|
category: Kategori
|
@@ -80,11 +74,6 @@ id:
|
|
80
74
|
official: Resmi
|
81
75
|
origin: Asal
|
82
76
|
search: Pencarian
|
83
|
-
filters_small_view:
|
84
|
-
close_modal: Tutup modal
|
85
|
-
filter: Filter
|
86
|
-
filter_by: Saring menurut
|
87
|
-
unfold: Membuka
|
88
77
|
form:
|
89
78
|
select_a_category: Silakan pilih kategori
|
90
79
|
index:
|
@@ -93,8 +82,6 @@ id:
|
|
93
82
|
back: Kembali
|
94
83
|
create: Membuat
|
95
84
|
title: Debat baru
|
96
|
-
last_activity:
|
97
|
-
new_debate_at_html: "<span>Debat baru di %{link}</span>"
|
98
85
|
models:
|
99
86
|
debate:
|
100
87
|
fields:
|
@@ -105,6 +92,13 @@ id:
|
|
105
92
|
events:
|
106
93
|
debates:
|
107
94
|
create_debate_event:
|
95
|
+
space_followers:
|
96
|
+
email_intro: |-
|
97
|
+
Hai,
|
98
|
+
Debat baru "%{resource_title}" telah dibuat di %{space_title} ruang partisipatif, periksa dan berkontribusi:
|
99
|
+
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{space_title} ruang partisipatif. Anda dapat berhenti menerima pemberitahuan setelah tautan sebelumnya.
|
100
|
+
email_subject: Perdebatan baru "%{resource_title}" pada %{space_title}
|
101
|
+
notification_title: Debat <a href="%{resource_path}">%{resource_title}</a> dibuat pada <a href="%{space_path}">%{space_title}</a>.
|
108
102
|
user_followers:
|
109
103
|
email_intro: |-
|
110
104
|
Hai,
|
@@ -121,7 +115,6 @@ id:
|
|
121
115
|
email_intro: 'Anda sekarang dapat memulai debat baru dalam %{participatory_space_title}! Mulai berpartisipasi di halaman ini:'
|
122
116
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{participatory_space_title}. Anda dapat berhenti menerima pemberitahuan setelah tautan sebelumnya.
|
123
117
|
email_subject: Debat sekarang tersedia dalam %{participatory_space_title}
|
124
|
-
notification_title: Anda sekarang dapat memulai <a href="%{resource_path}">debat baru</a> dalam <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
125
118
|
gamification:
|
126
119
|
badges:
|
127
120
|
commented_debates:
|
@@ -133,7 +126,6 @@ id:
|
|
133
126
|
name: Debat
|
134
127
|
next_level_in: Berpartisipasi dalam %{score} debat lagi untuk mencapai level selanjutnya!
|
135
128
|
unearned_another: Peserta ini belum ikut serta dalam debat apa pun.
|
136
|
-
unearned_own: Anda belum berpartisipasi dalam debat apa pun.
|
137
129
|
metrics:
|
138
130
|
debates:
|
139
131
|
description: Jumlah perdebatan dibuat
|
data/config/locales/is-IS.yml
CHANGED
@@ -30,7 +30,6 @@ is:
|
|
30
30
|
confirm_destroy: Ertu viss?
|
31
31
|
destroy: Eyða
|
32
32
|
edit: Breyta
|
33
|
-
new: Nýtt %{name}
|
34
33
|
title: Aðgerðir
|
35
34
|
admin:
|
36
35
|
debates:
|
@@ -51,8 +50,6 @@ is:
|
|
51
50
|
debates_count:
|
52
51
|
one: "%{count} umræða"
|
53
52
|
other: "%{count} umræður"
|
54
|
-
debate:
|
55
|
-
participate: Taka þátt
|
56
53
|
filters:
|
57
54
|
all: Allt
|
58
55
|
category: Flokkur
|
@@ -60,11 +57,6 @@ is:
|
|
60
57
|
official: Opinber
|
61
58
|
origin: Uppruni
|
62
59
|
search: Leita
|
63
|
-
filters_small_view:
|
64
|
-
close_modal: Loka mát
|
65
|
-
filter: Sía
|
66
|
-
filter_by: Sía eftir
|
67
|
-
unfold: Fella út
|
68
60
|
form:
|
69
61
|
select_a_category: Vinsamlegast veldu flokk
|
70
62
|
index:
|
@@ -83,6 +75,9 @@ is:
|
|
83
75
|
events:
|
84
76
|
debates:
|
85
77
|
create_debate_event:
|
78
|
+
space_followers:
|
79
|
+
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgir %{space_title} þátttakandi plássinu. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
80
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> umræðurnar voru búnar til á <a href="%{space_path}">%{space_title}</a>.
|
86
81
|
user_followers:
|
87
82
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{author_nickname}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
88
83
|
creation_disabled:
|
@@ -93,4 +88,3 @@ is:
|
|
93
88
|
email_intro: 'Þú getur nú byrjað á nýjum umræðum í %{participatory_space_title}! Byrja að taka þátt í þessari síðu:'
|
94
89
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
95
90
|
email_subject: Umræður nú fáanlegir í %{participatory_space_title}
|
96
|
-
notification_title: Þú getur nú byrjað <a href="%{resource_path}">nýjar umræður</a> í <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
data/config/locales/it.yml
CHANGED
@@ -51,7 +51,6 @@ it:
|
|
51
51
|
confirm_destroy: Sei sicuro?
|
52
52
|
destroy: Elimina
|
53
53
|
edit: Modifica
|
54
|
-
new: Nuovo %{name}
|
55
54
|
title: Azioni
|
56
55
|
admin:
|
57
56
|
debate_closes:
|
@@ -81,9 +80,6 @@ it:
|
|
81
80
|
success: Dibattito aggiornato con successo.
|
82
81
|
exports:
|
83
82
|
comments: Commenti
|
84
|
-
models:
|
85
|
-
debate:
|
86
|
-
name: Discussione
|
87
83
|
admin_log:
|
88
84
|
debate:
|
89
85
|
close: "%{user_name} ha chiuso il dibattito %{resource_name} sullo spazio %{space_name}"
|
@@ -96,10 +92,8 @@ it:
|
|
96
92
|
invalid: Si è verificato un errore durante la chiusura del dibattito.
|
97
93
|
success: Dibattito chiuso con successo.
|
98
94
|
close_debate_modal:
|
99
|
-
close: Chiudi
|
100
95
|
description: Qual è la sintesi o la conclusione di questo dibattito?
|
101
96
|
send: Chiudi dibattito
|
102
|
-
closed: Chiuso
|
103
97
|
count:
|
104
98
|
debates_count:
|
105
99
|
one: "%{count} dibattito"
|
@@ -107,8 +101,6 @@ it:
|
|
107
101
|
create:
|
108
102
|
invalid: C'è stato un problema durante la creazione del dibattito.
|
109
103
|
success: Dibattito creato con successo.
|
110
|
-
debate:
|
111
|
-
participate: Partecipa
|
112
104
|
edit:
|
113
105
|
back: Indietro
|
114
106
|
save: Salva le modifiche
|
@@ -123,18 +115,11 @@ it:
|
|
123
115
|
official: Ufficiale
|
124
116
|
origin: Origine
|
125
117
|
participants: Partecipanti
|
126
|
-
scope: Obiettivo
|
127
118
|
search: Ricerca
|
128
119
|
state: Stato
|
129
120
|
state_values:
|
130
121
|
closed: Chiuso
|
131
122
|
open: Apri
|
132
|
-
user_groups: Gruppi
|
133
|
-
filters_small_view:
|
134
|
-
close_modal: Chiudi modalità
|
135
|
-
filter: Filtro
|
136
|
-
filter_by: Filtra per
|
137
|
-
unfold: Espandi
|
138
123
|
form:
|
139
124
|
select_a_category: Si prega di selezionare una categoria
|
140
125
|
index:
|
@@ -150,31 +135,17 @@ it:
|
|
150
135
|
recent: Più recenti
|
151
136
|
updated: Aggiornato di recente
|
152
137
|
show:
|
153
|
-
back: Torna alla lista
|
154
138
|
close_debate: Chiudi dibattito
|
155
|
-
date: Data
|
156
139
|
debate_closed: Chiuso
|
157
140
|
debate_conclusions_are: 'Il dibattito si è concluso il %{date} con queste conclusioni:'
|
158
141
|
edit_conclusions: Modifica conclusioni
|
159
142
|
edit_debate: Modifica dibattito
|
160
143
|
groups_count: Gruppi
|
161
|
-
last_comment_by: Ultimo commento di
|
162
|
-
no_comments_yet: Ancora nessun commento
|
163
144
|
open: Apri il dibattito
|
164
145
|
participants_count: Partecipanti
|
165
146
|
update:
|
166
147
|
invalid: C'è stato un problema durante l'aggiornamento di questo dibattito.
|
167
148
|
success: Dibattito aggiornato con successo.
|
168
|
-
versions:
|
169
|
-
debates:
|
170
|
-
back_to_resource: Torna al dibattito
|
171
|
-
index:
|
172
|
-
title: Versioni
|
173
|
-
versions_list:
|
174
|
-
back_to_resource: Torna al dibattito
|
175
|
-
last_activity:
|
176
|
-
debate_updated_at_html: "<span>Dibattito aggiornato su %{link}</span>"
|
177
|
-
new_debate_at_html: "<span>Nuovo dibattito al %{link}</span>"
|
178
149
|
models:
|
179
150
|
debate:
|
180
151
|
fields:
|
@@ -185,6 +156,13 @@ it:
|
|
185
156
|
events:
|
186
157
|
debates:
|
187
158
|
create_debate_event:
|
159
|
+
space_followers:
|
160
|
+
email_intro: |-
|
161
|
+
Ciao,
|
162
|
+
Un nuovo dibattito "%{resource_title}" è stato creato sui %{space_title} spazi partecipativi, dai un'occhiata e dai:
|
163
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo lo spazio partecipativo %{space_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
164
|
+
email_subject: Nuovo dibattito "%{resource_title}" su %{space_title}
|
165
|
+
notification_title: Il dibattito <a href="%{resource_path}">%{resource_title}</a> è stato creato su <a href="%{space_path}">%{space_title}</a>.
|
188
166
|
user_followers:
|
189
167
|
email_intro: |-
|
190
168
|
Ciao,
|
@@ -201,7 +179,6 @@ it:
|
|
201
179
|
email_intro: 'Ora puoi iniziare nuovi dibattiti su %{participatory_space_title}! Inizia a partecipare a questa pagina:'
|
202
180
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
203
181
|
email_subject: Discussioni ora disponibili in %{participatory_space_title}
|
204
|
-
notification_title: Ora puoi iniziare <a href="%{resource_path}">nuovi dibattiti</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
205
182
|
debate_closed:
|
206
183
|
affected_user:
|
207
184
|
email_intro: 'La discussione "%{resource_title}" si è conclusa. Puoi leggere le conclusioni sulla pagina:'
|
@@ -224,7 +201,6 @@ it:
|
|
224
201
|
name: Dibattiti
|
225
202
|
next_level_in: Partecipa a %{score} altri dibattiti per raggiungere il livello successivo!
|
226
203
|
unearned_another: Questo utente non ha ancora partecipato a nessun dibattito.
|
227
|
-
unearned_own: Hai partecipato a qualche dibattito ancora.
|
228
204
|
metrics:
|
229
205
|
debates:
|
230
206
|
description: Numero di dibattiti creati
|