decidim-debates 0.23.2 → 0.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/admin/decidim_debates_manifest.js +1 -0
- data/app/assets/javascripts/decidim/debates/admin/debates.js.es6 +25 -0
- data/app/cells/decidim/debates/debate_activity_cell.rb +13 -5
- data/app/cells/decidim/debates/debate_m/open_date.erb +7 -0
- data/app/cells/decidim/debates/debate_m_cell.rb +1 -1
- data/app/cells/decidim/debates/reported_content/show.erb +4 -0
- data/app/cells/decidim/debates/reported_content_cell.rb +13 -0
- data/app/commands/decidim/debates/admin/create_debate.rb +3 -2
- data/app/commands/decidim/debates/admin/update_debate.rb +2 -1
- data/app/commands/decidim/debates/create_debate.rb +1 -0
- data/app/commands/decidim/debates/update_debate.rb +2 -1
- data/app/controllers/decidim/debates/debates_controller.rb +1 -5
- data/app/forms/decidim/debates/admin/close_debate_form.rb +1 -1
- data/app/forms/decidim/debates/admin/debate_form.rb +30 -2
- data/app/forms/decidim/debates/close_debate_form.rb +1 -1
- data/app/forms/decidim/debates/debate_form.rb +17 -0
- data/app/models/decidim/debates/debate.rb +11 -1
- data/app/permissions/decidim/debates/admin/permissions.rb +8 -1
- data/app/views/decidim/debates/admin/debates/_form.html.erb +15 -2
- data/app/views/decidim/debates/admin/debates/index.html.erb +10 -2
- data/app/views/decidim/debates/debates/_filters.html.erb +1 -1
- data/app/views/decidim/debates/debates/_filters_small_view.html.erb +1 -1
- data/app/views/decidim/debates/debates/_form.html.erb +6 -0
- data/app/views/decidim/debates/debates/show.html.erb +5 -21
- data/config/locales/ca.yml +18 -4
- data/config/locales/cs.yml +18 -4
- data/config/locales/de.yml +18 -4
- data/config/locales/en.yml +18 -4
- data/config/locales/es-MX.yml +17 -4
- data/config/locales/es-PY.yml +17 -4
- data/config/locales/es.yml +17 -4
- data/config/locales/fi-plain.yml +18 -4
- data/config/locales/fi.yml +18 -4
- data/config/locales/fr-CA.yml +18 -4
- data/config/locales/fr.yml +18 -4
- data/config/locales/gl.yml +10 -4
- data/config/locales/ja.yml +10 -4
- data/config/locales/nl.yml +18 -4
- data/config/locales/no.yml +10 -4
- data/config/locales/pl.yml +37 -6
- data/config/locales/ro-RO.yml +64 -0
- data/config/locales/sv.yml +10 -4
- data/config/locales/tr-TR.yml +17 -4
- data/config/locales/zh-CN.yml +10 -4
- data/db/migrate/20200930145546_add_scope_to_debates_debate.rb +7 -0
- data/db/migrate/20201126112752_archive_debates.rb +8 -0
- data/db/migrate/20210125101735_revert_archive_debates.rb +8 -0
- data/db/migrate/20210310120652_add_followable_counter_cache_to_debates.rb +16 -0
- data/lib/decidim/api/debate_type.rb +26 -0
- data/lib/decidim/api/debates_type.rb +26 -0
- data/lib/decidim/debates.rb +1 -0
- data/lib/decidim/debates/admin_engine.rb +4 -0
- data/lib/decidim/debates/api.rb +8 -0
- data/lib/decidim/debates/component.rb +22 -10
- data/lib/decidim/debates/test/factories.rb +1 -1
- data/lib/decidim/debates/version.rb +1 -1
- metadata +24 -14
- data/app/types/decidim/debates/debate_type.rb +0 -28
- data/app/types/decidim/debates/debates_type.rb +0 -32
data/config/locales/fi.yml
CHANGED
@@ -65,6 +65,10 @@ fi:
|
|
65
65
|
edit:
|
66
66
|
title: Muokkaa keskustelua
|
67
67
|
update: Päivitä keskustelu
|
68
|
+
form:
|
69
|
+
debate_type: Keskustelun tyyppi
|
70
|
+
finite: Määräaikainen (keskustelulla on alku- ja loppuaika)
|
71
|
+
open: Avoin (keskustelulla ei ole alku- ja loppuaikaa)
|
68
72
|
index:
|
69
73
|
title: Keskustelut
|
70
74
|
new:
|
@@ -73,6 +77,8 @@ fi:
|
|
73
77
|
update:
|
74
78
|
invalid: Keskustelun päivitys epäonnistui.
|
75
79
|
success: Keskustelun päivitys onnistui.
|
80
|
+
exports:
|
81
|
+
comments: Kommentit
|
76
82
|
models:
|
77
83
|
debate:
|
78
84
|
name: Keskustelu
|
@@ -152,6 +158,7 @@ fi:
|
|
152
158
|
groups_count: Ryhmiä
|
153
159
|
last_comment_by: Viimeisin kommentti käyttäjältä
|
154
160
|
no_comments_yet: Ei vielä kommentteja
|
161
|
+
open: Avoin keskustelu
|
155
162
|
participants_count: Osallistujia
|
156
163
|
update:
|
157
164
|
invalid: Keskustelun päivittäminen epäonnistui.
|
@@ -164,6 +171,7 @@ fi:
|
|
164
171
|
versions_list:
|
165
172
|
back_to_resource: Takaisin keskusteluun
|
166
173
|
last_activity:
|
174
|
+
debate_updated_at_html: "<span>Keskustelu päivitetty osoitteessa %{link}</span>"
|
167
175
|
new_debate_at_html: "<span>Uusi keskustelu osoitteessa %{link}</span>"
|
168
176
|
models:
|
169
177
|
debate:
|
@@ -200,10 +208,16 @@ fi:
|
|
200
208
|
email_subject: Keskusteluja nyt käyettävissä kohdassa %{participatory_space_title}
|
201
209
|
notification_title: Voit nyt aloittaa <a href="%{resource_path}">uusia keskusteluja</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
202
210
|
debate_closed:
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
211
|
+
affected_user:
|
212
|
+
email_intro: 'Keskustelu "%{resource_title}" suljettiin. Voit lukea johtopäätökset täältä:'
|
213
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat keskustelua "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
214
|
+
email_subject: Keskustelu "%{resource_title}" suljettiin
|
215
|
+
notification_title: Keskustelu <a href="%{resource_path}">%{resource_title}</a> suljettiin.
|
216
|
+
follower:
|
217
|
+
email_intro: 'Keskustelu "%{resource_title}" suljettiin. Voit lukea johtopäätökset täältä:'
|
218
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat keskustelua "%{resource_title}". Voit lopettaa seuraamisen edellä esitetyn linkin kautta.
|
219
|
+
email_subject: Keskustelu "%{resource_title}" suljettiin
|
220
|
+
notification_title: Keskustelu <a href="%{resource_path}">%{resource_title}</a> suljettiin.
|
207
221
|
gamification:
|
208
222
|
badges:
|
209
223
|
commented_debates:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -65,6 +65,10 @@ fr-CA:
|
|
65
65
|
edit:
|
66
66
|
title: Modifier le débat
|
67
67
|
update: Actualiser le débat
|
68
|
+
form:
|
69
|
+
debate_type: Type de débat
|
70
|
+
finite: Limité (Avec les heures de début et de fin)
|
71
|
+
open: Ouvert (pas de date de début et de fin)
|
68
72
|
index:
|
69
73
|
title: Débats
|
70
74
|
new:
|
@@ -73,6 +77,8 @@ fr-CA:
|
|
73
77
|
update:
|
74
78
|
invalid: Il y a eu un problème lors de la mise à jour de ce débat.
|
75
79
|
success: Débat mis à jour avec succès.
|
80
|
+
exports:
|
81
|
+
comments: Commentaires
|
76
82
|
models:
|
77
83
|
debate:
|
78
84
|
name: Débat
|
@@ -152,6 +158,7 @@ fr-CA:
|
|
152
158
|
groups_count: Groupes
|
153
159
|
last_comment_by: Dernier commentaire par
|
154
160
|
no_comments_yet: Pas encore de commentaire
|
161
|
+
open: Ouvrir le débat
|
155
162
|
participants_count: Participants
|
156
163
|
update:
|
157
164
|
invalid: Une erreur s'est produite lors de la mise à jour du débat.
|
@@ -164,6 +171,7 @@ fr-CA:
|
|
164
171
|
versions_list:
|
165
172
|
back_to_resource: Revenir au débat
|
166
173
|
last_activity:
|
174
|
+
debate_updated_at_html: "<span>Débat mis à jour à %{link}</span>"
|
167
175
|
new_debate_at_html: "<span>Nouveau débat à %{link}</span>"
|
168
176
|
models:
|
169
177
|
debate:
|
@@ -200,10 +208,16 @@ fr-CA:
|
|
200
208
|
email_subject: Débats maintenant disponibles sur %{participatory_space_title}
|
201
209
|
notification_title: Vous pouvez maintenant initier <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
202
210
|
debate_closed:
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
211
|
+
affected_user:
|
212
|
+
email_intro: 'Le débat « %{resource_title} » est fermé. Vous pouvez lire les conclusions sur cette page :'
|
213
|
+
email_outro: Vous avez reçu cet avis parce que vous êtes abonné au débat « %{resource_title} ». Vous pouvez vous désabonner depuis le lien précédent.
|
214
|
+
email_subject: Le débat "%{resource_title}" est fermé
|
215
|
+
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> est fermé.
|
216
|
+
follower:
|
217
|
+
email_intro: 'Le débat « %{resource_title} » est fermé. Vous pouvez lire les conclusions sur cette page :'
|
218
|
+
email_outro: Vous avez reçu cet avis parce que vous êtes abonné au débat « %{resource_title} ». Vous pouvez vous désabonner depuis le lien précédent.
|
219
|
+
email_subject: Le débat "%{resource_title}" est fermé
|
220
|
+
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> est fermé.
|
207
221
|
gamification:
|
208
222
|
badges:
|
209
223
|
commented_debates:
|
data/config/locales/fr.yml
CHANGED
@@ -65,6 +65,10 @@ fr:
|
|
65
65
|
edit:
|
66
66
|
title: Modifier le débat
|
67
67
|
update: Actualiser le débat
|
68
|
+
form:
|
69
|
+
debate_type: Type de débat
|
70
|
+
finite: Limité (Avec les heures de début et de fin)
|
71
|
+
open: Ouvert (pas de date de début et de fin)
|
68
72
|
index:
|
69
73
|
title: Débats
|
70
74
|
new:
|
@@ -73,6 +77,8 @@ fr:
|
|
73
77
|
update:
|
74
78
|
invalid: Il y a eu un problème lors de la mise à jour de ce débat.
|
75
79
|
success: Débat mis à jour avec succès.
|
80
|
+
exports:
|
81
|
+
comments: Commentaires
|
76
82
|
models:
|
77
83
|
debate:
|
78
84
|
name: Débat
|
@@ -152,6 +158,7 @@ fr:
|
|
152
158
|
groups_count: Groupes
|
153
159
|
last_comment_by: Dernier commentaire par
|
154
160
|
no_comments_yet: Pas encore de commentaire
|
161
|
+
open: Ouvrir le débat
|
155
162
|
participants_count: Participants
|
156
163
|
update:
|
157
164
|
invalid: Une erreur s'est produite lors de la mise à jour du débat.
|
@@ -164,6 +171,7 @@ fr:
|
|
164
171
|
versions_list:
|
165
172
|
back_to_resource: Revenir au débat
|
166
173
|
last_activity:
|
174
|
+
debate_updated_at_html: "<span>Débat mis à jour à %{link}</span>"
|
167
175
|
new_debate_at_html: "<span>Nouveau débat à %{link}</span>"
|
168
176
|
models:
|
169
177
|
debate:
|
@@ -200,10 +208,16 @@ fr:
|
|
200
208
|
email_subject: Débats maintenant disponibles sur %{participatory_space_title}
|
201
209
|
notification_title: Vous pouvez maintenant initier <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
202
210
|
debate_closed:
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
211
|
+
affected_user:
|
212
|
+
email_intro: 'Le débat « %{resource_title} » est fermé. Vous pouvez lire les conclusions sur cette page :'
|
213
|
+
email_outro: Vous avez reçu cet avis parce que vous êtes abonné au débat « %{resource_title} ». Vous pouvez vous désabonner depuis le lien précédent.
|
214
|
+
email_subject: Le débat "%{resource_title}" est fermé
|
215
|
+
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> est fermé.
|
216
|
+
follower:
|
217
|
+
email_intro: 'Le débat « %{resource_title} » est fermé. Vous pouvez lire les conclusions sur cette page :'
|
218
|
+
email_outro: Vous avez reçu cet avis parce que vous êtes abonné au débat « %{resource_title} ». Vous pouvez vous désabonner depuis le lien précédent.
|
219
|
+
email_subject: Le débat "%{resource_title}" est fermé
|
220
|
+
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> est fermé.
|
207
221
|
gamification:
|
208
222
|
badges:
|
209
223
|
commented_debates:
|
data/config/locales/gl.yml
CHANGED
@@ -134,10 +134,16 @@ gl:
|
|
134
134
|
email_subject: Os debates agora están dispoñibles en %{participatory_space_title}
|
135
135
|
notification_title: Agora podes comezar <a href="%{resource_path}">novos debates</a> en <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
136
136
|
debate_closed:
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
137
|
+
affected_user:
|
138
|
+
email_intro: 'Pechouse o debate "%{resource_title}". Podes ler as súas conclusións na súa páxina:'
|
139
|
+
email_outro: Recibiches esta notificación porque segues o debate "%{resource_title}". Podes deixar de seguilo dende a ligazón anterior.
|
140
|
+
email_subject: Pechouse o debate "%{resource_title}"
|
141
|
+
notification_title: O debate <a href="%{resource_path}">%{resource_title}</a> foi pechado.
|
142
|
+
follower:
|
143
|
+
email_intro: 'Pechouse o debate "%{resource_title}". Podes ler as súas conclusións na súa páxina:'
|
144
|
+
email_outro: Recibiches esta notificación porque segues o debate "%{resource_title}". Podes deixar de seguilo dende a ligazón anterior.
|
145
|
+
email_subject: Pechouse o debate "%{resource_title}"
|
146
|
+
notification_title: O debate <a href="%{resource_path}">%{resource_title}</a> foi pechado.
|
141
147
|
gamification:
|
142
148
|
badges:
|
143
149
|
commented_debates:
|
data/config/locales/ja.yml
CHANGED
@@ -198,10 +198,16 @@ ja:
|
|
198
198
|
email_subject: ディベートは %{participatory_space_title} で利用可能になりました
|
199
199
|
notification_title: <a href="%{participatory_space_url}">%{participatory_space_title}</a> 内で <a href="%{resource_path}">新しいディベート</a> を開始できます。
|
200
200
|
debate_closed:
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
201
|
+
affected_user:
|
202
|
+
email_intro: '「%{resource_title}」のディベートは終了しました。そのページから結論を読むことができます。'
|
203
|
+
email_outro: '%{resource_title} をフォローしているため、この通知を受け取りました。前のリンクから通知の受信を停止することができます。'
|
204
|
+
email_subject: '「%{resource_title}」のディベートは終了しました'
|
205
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> のディベートは終了しました。
|
206
|
+
follower:
|
207
|
+
email_intro: '「%{resource_title}」のディベートは終了しました。そのページから結論を読むことができます。'
|
208
|
+
email_outro: '%{resource_title} をフォローしているため、この通知を受け取りました。前のリンクから通知の受信を停止することができます。'
|
209
|
+
email_subject: '「%{resource_title}」のディベートは終了しました'
|
210
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> のディベートは終了しました。
|
205
211
|
gamification:
|
206
212
|
badges:
|
207
213
|
commented_debates:
|
data/config/locales/nl.yml
CHANGED
@@ -58,6 +58,10 @@ nl:
|
|
58
58
|
edit:
|
59
59
|
title: Bewerk debat
|
60
60
|
update: Update debat
|
61
|
+
form:
|
62
|
+
debate_type: Type debat
|
63
|
+
finite: Einde (met begin- en eindtijden)
|
64
|
+
open: Start (geen begin- of eindtijden)
|
61
65
|
index:
|
62
66
|
title: Debatten
|
63
67
|
new:
|
@@ -66,6 +70,8 @@ nl:
|
|
66
70
|
update:
|
67
71
|
invalid: Er is een probleem opgetreden tijdens het bijwerken van dit debat.
|
68
72
|
success: Debat succesvol bijgewerkt.
|
73
|
+
exports:
|
74
|
+
comments: Reacties
|
69
75
|
models:
|
70
76
|
debate:
|
71
77
|
name: Debat
|
@@ -129,6 +135,7 @@ nl:
|
|
129
135
|
back: Terug naar het overzicht
|
130
136
|
date: 'Datum:'
|
131
137
|
edit_debate: Bewerk debat
|
138
|
+
open: Debat openen
|
132
139
|
update:
|
133
140
|
invalid: Er is een fout opgetreden bij het bijwerken van het debat.
|
134
141
|
success: Debat succesvol bijgewerkt.
|
@@ -140,6 +147,7 @@ nl:
|
|
140
147
|
versions_list:
|
141
148
|
back_to_resource: Ga terug naar het debat
|
142
149
|
last_activity:
|
150
|
+
debate_updated_at_html: "<span>Debat bijgewerkt op %{link}</span>"
|
143
151
|
new_debate_at_html: "<span>Nieuw debat op %{link}</span>"
|
144
152
|
models:
|
145
153
|
debate:
|
@@ -176,10 +184,16 @@ nl:
|
|
176
184
|
email_subject: Debatten zijn nu beschikbaar in %{participatory_space_title}
|
177
185
|
notification_title: Je kan nu beginnen met <a href="%{resource_path}">nieuwe debatten</a> in <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
178
186
|
debate_closed:
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
187
|
+
affected_user:
|
188
|
+
email_intro: 'Het debat "%{resource_title}" is gesloten. U kunt de conclusies lezen op de pagina:'
|
189
|
+
email_outro: Je hebt deze melding ontvangen omdat je het "%{resource_title}" debat volgt. Je kan stoppen met volgen via vorige link.
|
190
|
+
email_subject: De "%{resource_title}" debat is gesloten
|
191
|
+
notification_title: Het debat <a href="%{resource_path}">%{resource_title}</a> is gesloten.
|
192
|
+
follower:
|
193
|
+
email_intro: 'Het debat "%{resource_title}" is gesloten. U kunt de conclusies lezen op de pagina:'
|
194
|
+
email_outro: Je hebt deze melding ontvangen omdat je het "%{resource_title}" debat volgt. Je kan stoppen met volgen via vorige link.
|
195
|
+
email_subject: De "%{resource_title}" debat is gesloten
|
196
|
+
notification_title: Het debat <a href="%{resource_path}">%{resource_title}</a> is gesloten.
|
183
197
|
gamification:
|
184
198
|
badges:
|
185
199
|
commented_debates:
|
data/config/locales/no.yml
CHANGED
@@ -174,10 +174,16 @@
|
|
174
174
|
email_subject: Innspillstråder nå tilgjengelig i %{participatory_space_title}
|
175
175
|
notification_title: Du kan nå starte <a href="%{resource_path}">nye innspillstråder</a> i <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
176
176
|
debate_closed:
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
177
|
+
affected_user:
|
178
|
+
email_intro: 'Innspillstråden %{resource_title} er avsluttet. Du kan lese oppsummeringen på denne siden:'
|
179
|
+
email_outro: Du har mottatt denne varslingen fordi du følger innspillstråden "%{resource_title}". Du kan slutte å følge den ved å trykke på linken over.
|
180
|
+
email_subject: Innspillstråden %{resource_title} er avsluttet
|
181
|
+
notification_title: Innspillstråden <a href="%{resource_path}">%{resource_title}</a> er avsluttet.
|
182
|
+
follower:
|
183
|
+
email_intro: 'Innspillstråden %{resource_title} er avsluttet. Du kan lese oppsummeringen på denne siden:'
|
184
|
+
email_outro: Du har mottatt denne varslingen fordi du følger innspillstråden "%{resource_title}". Du kan slutte å følge den ved å trykke på linken over.
|
185
|
+
email_subject: Innspillstråden %{resource_title} er avsluttet
|
186
|
+
notification_title: Innspillstråden <a href="%{resource_path}">%{resource_title}</a> er avsluttet.
|
181
187
|
gamification:
|
182
188
|
badges:
|
183
189
|
commented_debates:
|
data/config/locales/pl.yml
CHANGED
@@ -67,6 +67,10 @@ pl:
|
|
67
67
|
edit:
|
68
68
|
title: Edytuj debatę
|
69
69
|
update: Zaktualizuj debatę
|
70
|
+
form:
|
71
|
+
debate_type: Typ debaty
|
72
|
+
finite: Zakończ (z czasem rozpoczęcia i zakończenia)
|
73
|
+
open: Otwórz (bez czasu rozpoczęcia i zakończenia)
|
70
74
|
index:
|
71
75
|
title: Debaty
|
72
76
|
new:
|
@@ -75,6 +79,8 @@ pl:
|
|
75
79
|
update:
|
76
80
|
invalid: Wystąpił błąd podczas aktualizowania tej debaty.
|
77
81
|
success: Debata została zaktualizowana pomyślnie.
|
82
|
+
exports:
|
83
|
+
comments: Komentarze
|
78
84
|
models:
|
79
85
|
debate:
|
80
86
|
name: Debata
|
@@ -83,6 +89,8 @@ pl:
|
|
83
89
|
close: "%{user_name} zamknął/zamknęła debatę %{resource_name} w przestrzeni %{space_name}"
|
84
90
|
create: "%{user_name} utworzył(a) debatę %{resource_name} w przestrzeni %{space_name}"
|
85
91
|
update: "%{user_name} zaktualizował(a) debatę %{resource_name} w przestrzeni %{space_name}"
|
92
|
+
debate_m:
|
93
|
+
commented_time_ago: Skomentowano %{time} temu
|
86
94
|
debates:
|
87
95
|
close:
|
88
96
|
invalid: Podczas zamykania debaty wystąpił błąd.
|
@@ -104,19 +112,28 @@ pl:
|
|
104
112
|
debate:
|
105
113
|
participate: Dołącz
|
106
114
|
edit:
|
107
|
-
back:
|
115
|
+
back: Wróć
|
108
116
|
save: Zapisz zmiany
|
109
117
|
title: Edytuj debatę
|
110
118
|
filters:
|
119
|
+
activity: Moja aktywność
|
111
120
|
all: Wszystkie
|
112
121
|
category: Kategoria
|
113
122
|
category_prompt: Wybierz kategorię
|
114
123
|
citizens: Obywatele
|
124
|
+
commented: Skomentowano
|
125
|
+
my_debates: Moje debaty
|
115
126
|
official: Urzędnik
|
116
127
|
origin: Źródło
|
128
|
+
scope: Zakres
|
117
129
|
search: Szukaj
|
130
|
+
state: Status
|
131
|
+
state_values:
|
132
|
+
closed: Zakończone
|
133
|
+
open: Otwarte
|
134
|
+
user_groups: Grupy użytkowników
|
118
135
|
filters_small_view:
|
119
|
-
close_modal: Zamknij
|
136
|
+
close_modal: Zamknij okno
|
120
137
|
filter: Filtr
|
121
138
|
filter_by: Filtruj według
|
122
139
|
unfold: Rozwiń
|
@@ -128,6 +145,12 @@ pl:
|
|
128
145
|
back: Wróć
|
129
146
|
create: Utwórz
|
130
147
|
title: Nowa debata
|
148
|
+
orders:
|
149
|
+
commented: Najczęściej komentowane
|
150
|
+
label: Sortuj debaty według
|
151
|
+
random: Kolejność losowa
|
152
|
+
recent: Najnowsze
|
153
|
+
updated: Ostatnio aktualizowane
|
131
154
|
show:
|
132
155
|
back: Powrót do listy
|
133
156
|
close_debate: Zamknij debatę
|
@@ -139,6 +162,7 @@ pl:
|
|
139
162
|
groups_count: Grupy
|
140
163
|
last_comment_by: Ostatni komentarz autorstwa
|
141
164
|
no_comments_yet: Brak komentarzy
|
165
|
+
open: Otwórz
|
142
166
|
participants_count: Użytkownicy
|
143
167
|
update:
|
144
168
|
invalid: Podczas aktualizowania debaty wystąpił błąd.
|
@@ -151,6 +175,7 @@ pl:
|
|
151
175
|
versions_list:
|
152
176
|
back_to_resource: Wróć do debaty
|
153
177
|
last_activity:
|
178
|
+
debate_updated_at_html: "<span>Debata zaktualizowana o %{link}</span>"
|
154
179
|
new_debate_at_html: "<span>Nowa debata pod adresem %{link}</span>"
|
155
180
|
models:
|
156
181
|
debate:
|
@@ -187,10 +212,16 @@ pl:
|
|
187
212
|
email_subject: Debaty są teraz dostępne w %{participatory_space_title}
|
188
213
|
notification_title: Możesz teraz tworzyć <a href="%{resource_path}">nowe debaty</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
189
214
|
debate_closed:
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
215
|
+
affected_user:
|
216
|
+
email_intro: 'Debata "%{resource_title}" została zamknięta. Możesz przeczytać wnioski na jej stronie:'
|
217
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz debatę "%{resource_title}". Możesz przestać ją obserwować po kliknięciu w poprzedni link.
|
218
|
+
email_subject: Debata "%{resource_title}" została zakończona
|
219
|
+
notification_title: Debata <a href="%{resource_path}">%{resource_title}</a> została zamknięta.
|
220
|
+
follower:
|
221
|
+
email_intro: 'Debata "%{resource_title}" została zamknięta. Możesz przeczytać wnioski na jej stronie:'
|
222
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz debatę "%{resource_title}". Możesz przestać ją obserwować po kliknięciu w poprzedni link.
|
223
|
+
email_subject: Debata "%{resource_title}" została zakończona
|
224
|
+
notification_title: Debata <a href="%{resource_path}">%{resource_title}</a> została zamknięta.
|
194
225
|
gamification:
|
195
226
|
badges:
|
196
227
|
commented_debates:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -3,6 +3,8 @@ ro:
|
|
3
3
|
attributes:
|
4
4
|
debate:
|
5
5
|
category_id: Categorie
|
6
|
+
closed_at: Închisă la
|
7
|
+
conclusions: Concluzii
|
6
8
|
decidim_category_id: Categorie
|
7
9
|
description: Descriere
|
8
10
|
end_time: Se termină la
|
@@ -12,6 +14,7 @@ ro:
|
|
12
14
|
title: Titlu
|
13
15
|
user_group_id: Creează o dezbatere ca
|
14
16
|
models:
|
17
|
+
decidim/debates/close_debate_event: Dezbatere închisă
|
15
18
|
decidim/debates/create_debate_event: Dezbatere
|
16
19
|
decidim/debates/creation_disabled_event: Dezbateri dezactivate
|
17
20
|
decidim/debates/creation_enabled_event: Dezbateri activate
|
@@ -26,24 +29,34 @@ ro:
|
|
26
29
|
debates:
|
27
30
|
actions:
|
28
31
|
create: Crează
|
32
|
+
endorse: Aprobare
|
29
33
|
name: Dezbateri
|
30
34
|
settings:
|
31
35
|
global:
|
32
36
|
announcement: Anunţ
|
33
37
|
comments_enabled: Comentarii activate
|
34
38
|
comments_max_length: Lungimea maximă a comentariilor (Leave 0 pentru valoarea implicită)
|
39
|
+
scope_id: Domeniu de interes
|
40
|
+
scopes_enabled: Domenii de interes activate
|
35
41
|
step:
|
36
42
|
announcement: Anunţ
|
37
43
|
comments_blocked: Comentarii blocate
|
38
44
|
creation_enabled: Crearea de dezbateri de către participanți este activată
|
45
|
+
endorsements_blocked: Aprobări blocate
|
46
|
+
endorsements_enabled: Aprobări activate
|
39
47
|
debates:
|
40
48
|
actions:
|
49
|
+
close: Închide
|
41
50
|
confirm_destroy: Ești sigur?
|
42
51
|
destroy: Ștergere
|
43
52
|
edit: Editare
|
44
53
|
new: '%{name} nou'
|
45
54
|
title: Acțiuni
|
46
55
|
admin:
|
56
|
+
debate_closes:
|
57
|
+
edit:
|
58
|
+
close: Inchide
|
59
|
+
title: Închide dezbaterea
|
47
60
|
debates:
|
48
61
|
create:
|
49
62
|
invalid: A existat o problemă la crearea dezbaterii.
|
@@ -53,6 +66,10 @@ ro:
|
|
53
66
|
edit:
|
54
67
|
title: Editare dezbatere
|
55
68
|
update: Actualizează dezbaterea
|
69
|
+
form:
|
70
|
+
debate_type: Tip de dezbatere
|
71
|
+
finite: Finit (cu timp de început și sfârșit)
|
72
|
+
open: Deschis (fără timp de început sau sfârșit)
|
56
73
|
index:
|
57
74
|
title: Dezbateri
|
58
75
|
new:
|
@@ -61,14 +78,27 @@ ro:
|
|
61
78
|
update:
|
62
79
|
invalid: A apărut o problemă la actualizarea acestei dezbateri.
|
63
80
|
success: Dezbatere actualizata cu succes.
|
81
|
+
exports:
|
82
|
+
comments: Comentarii
|
64
83
|
models:
|
65
84
|
debate:
|
66
85
|
name: Dezbatere
|
67
86
|
admin_log:
|
68
87
|
debate:
|
88
|
+
close: "%{user_name} a închis dezbaterea %{resource_name} cu privire la spațiul %{space_name}"
|
69
89
|
create: "%{user_name} a creat dezbaterea %{resource_name} pentru spațiul %{space_name}"
|
70
90
|
update: "%{user_name} a actualizat dezbaterea %{resource_name} cu privire la spațiul %{space_name}"
|
91
|
+
debate_m:
|
92
|
+
commented_time_ago: Comentat acum %{time}
|
71
93
|
debates:
|
94
|
+
close:
|
95
|
+
invalid: A existat o problemă la închiderea dezbaterii.
|
96
|
+
success: Dezbatere închisă.
|
97
|
+
close_debate_modal:
|
98
|
+
close: Închide
|
99
|
+
description: Care este rezumatul sau concluzia acestei dezbateri?
|
100
|
+
send: Închide dezbaterea
|
101
|
+
closed: Închis
|
72
102
|
count:
|
73
103
|
debates_count:
|
74
104
|
one: "%{count} dezbatere"
|
@@ -84,13 +114,22 @@ ro:
|
|
84
114
|
save: Salvează modificările
|
85
115
|
title: Editare dezbatere
|
86
116
|
filters:
|
117
|
+
activity: Activitatea mea
|
87
118
|
all: Toate
|
88
119
|
category: Categorie
|
89
120
|
category_prompt: Selectați o categorie
|
90
121
|
citizens: Cetățeni
|
122
|
+
commented: Comentat
|
123
|
+
my_debates: Dezbaterile mele
|
91
124
|
official: Oficial
|
92
125
|
origin: Origine
|
126
|
+
scope: Domeniu de interes
|
93
127
|
search: Caută
|
128
|
+
state: Stare
|
129
|
+
state_values:
|
130
|
+
closed: Inchide
|
131
|
+
open: Deschide
|
132
|
+
user_groups: Grupuri
|
94
133
|
filters_small_view:
|
95
134
|
close_modal: Închide fereastra
|
96
135
|
filter: Filtrare
|
@@ -104,10 +143,25 @@ ro:
|
|
104
143
|
back: Înapoi
|
105
144
|
create: Crează
|
106
145
|
title: Dezbatere nouă
|
146
|
+
orders:
|
147
|
+
commented: Cele mai comentate
|
148
|
+
label: Dezbateri de ordine
|
149
|
+
random: Ordine aleatorie
|
150
|
+
recent: Cele mai recente
|
151
|
+
updated: Actualizate recent
|
107
152
|
show:
|
108
153
|
back: Înapoi la listă
|
154
|
+
close_debate: Închide dezbaterea
|
109
155
|
date: Data
|
156
|
+
debate_closed: Inchide
|
157
|
+
debate_conclusions_are: 'Dezbaterea s-a încheiat la %{date} cu următoarele concluzii:'
|
158
|
+
edit_conclusions: Editați concluziile
|
110
159
|
edit_debate: Editare dezbatere
|
160
|
+
groups_count: Grupuri
|
161
|
+
last_comment_by: Ultimul comentariu din partea
|
162
|
+
no_comments_yet: Încă nu există comentarii
|
163
|
+
open: Dezbatere deschisă
|
164
|
+
participants_count: Participanţi
|
111
165
|
update:
|
112
166
|
invalid: A apărut o problemă la actualizarea dezbaterii.
|
113
167
|
success: Dezbatere actualizata cu succes.
|
@@ -119,6 +173,7 @@ ro:
|
|
119
173
|
versions_list:
|
120
174
|
back_to_resource: Revenire la dezbatere
|
121
175
|
last_activity:
|
176
|
+
debate_updated_at_html: "<span>Dezbatere actualizată la %{link}</span>"
|
122
177
|
new_debate_at_html: "<span>Noua dezbatere la %{link}</span>"
|
123
178
|
models:
|
124
179
|
debate:
|
@@ -154,6 +209,15 @@ ro:
|
|
154
209
|
email_outro: Ați primit această notificare deoarece urmăriți %{participatory_space_title}. Puteți înceta să primiți notificări urmând linkul anterior.
|
155
210
|
email_subject: Dezbaterile sunt acum disponibile în %{participatory_space_title}
|
156
211
|
notification_title: Acum poți începe <a href="%{resource_path}">noi dezbateri</a> în <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
212
|
+
debate_closed:
|
213
|
+
affected_user:
|
214
|
+
email_intro: 'Dezbaterea pentru "%{resource_title}” a fost închisă. Puteți citi concluziile pe pagina sa:'
|
215
|
+
email_subject: Dezbaterea pentru "%{resource_title}” a fost închisă
|
216
|
+
notification_title: Dezbaterea pentru <a href="%{resource_path}">%{resource_title}</a> a fost închisă.
|
217
|
+
follower:
|
218
|
+
email_intro: 'Dezbaterea pentru "%{resource_title}” a fost închisă. Puteți citi concluziile pe pagina sa:'
|
219
|
+
email_subject: Dezbaterea pentru "%{resource_title}” a fost închisă
|
220
|
+
notification_title: Dezbaterea pentru <a href="%{resource_path}">%{resource_title}</a> a fost închisă.
|
157
221
|
gamification:
|
158
222
|
badges:
|
159
223
|
commented_debates:
|