decidim-core 0.30.0.rc3 → 0.30.0
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_space_dropdown_metadata/show.erb +5 -3
- data/app/commands/decidim/create_report.rb +1 -6
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +4 -1
- data/app/mailers/decidim/reported_mailer.rb +1 -0
- data/app/models/decidim/action_log.rb +1 -9
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_header.scss +6 -2
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/views/decidim/reported_mailer/hide.html.erb +17 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +2 -2
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2400 -0
- data/config/locales/ca.yml +24 -2
- data/config/locales/cs.yml +10 -2
- data/config/locales/de.yml +13 -4
- data/config/locales/el.yml +2 -2
- data/config/locales/en.yml +22 -0
- data/config/locales/es-MX.yml +25 -3
- data/config/locales/es-PY.yml +25 -3
- data/config/locales/es.yml +23 -1
- data/config/locales/eu.yml +52 -31
- data/config/locales/fi-plain.yml +4 -3
- data/config/locales/fi.yml +4 -3
- data/config/locales/fr-CA.yml +16 -4
- data/config/locales/fr.yml +15 -3
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +3 -1
- data/config/locales/hu.yml +2 -2
- data/config/locales/id-ID.yml +2 -2
- data/config/locales/it.yml +12 -6
- data/config/locales/ja.yml +71 -9
- data/config/locales/lb.yml +5 -3
- data/config/locales/lv.yml +2 -2
- data/config/locales/nl.yml +2 -0
- data/config/locales/no.yml +2 -0
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +3 -3
- data/config/locales/pt.yml +2 -0
- data/config/locales/ro-RO.yml +172 -0
- data/config/locales/sk.yml +2 -2
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +19 -1
- data/config/locales/tr-TR.yml +3 -3
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +2 -0
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +8 -15
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/moderation_tools.rb +14 -8
- data/lib/decidim/participatory_space_user.rb +1 -3
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +3 -3
- metadata +7 -7
- data/lib/tasks/upgrade/clean_hidden_resources.rake +0 -33
data/config/locales/ca.yml
CHANGED
@@ -6,6 +6,7 @@ ca:
|
|
6
6
|
delete_reason: Raó per eliminar el teu compte
|
7
7
|
attachment:
|
8
8
|
documents: Documents
|
9
|
+
image: Imatge
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Creat el
|
@@ -55,6 +56,12 @@ ca:
|
|
55
56
|
tos_agreement: Termes i condicions d'ús
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: L'àlies o sobrenom s'ha d'escriure en minúscules i no ha de tenir cap espai
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Arxiu adjunt
|
60
67
|
decidim/component_published_event: Component actiu
|
@@ -117,7 +124,7 @@ ca:
|
|
117
124
|
decidim_with_month_name_short: "%d %b"
|
118
125
|
help:
|
119
126
|
date_format: 'Format: dd/mm/aaaa'
|
120
|
-
order: d-m-
|
127
|
+
order: d-m-y
|
121
128
|
separator: "/"
|
122
129
|
datetime:
|
123
130
|
distance_in_words:
|
@@ -172,6 +179,7 @@ ca:
|
|
172
179
|
front_page_link: Anar a la pàgina principal
|
173
180
|
logo: "Logo oficial de %{organization}"
|
174
181
|
opens_in_new_tab: Obrir en una pestanya nova
|
182
|
+
secondary_menu: Menú secundari
|
175
183
|
skip_button: Vés al contingut principal
|
176
184
|
account:
|
177
185
|
blocked: Aquest compte ha estat bloquejat degut a una violació dels termes i condicions d'ús
|
@@ -999,6 +1007,16 @@ ca:
|
|
999
1007
|
notification_event:
|
1000
1008
|
notification_title: S'ha produït un esdeveniment a <a href="%{resource_path}">%{resource_title}</a>.
|
1001
1009
|
reports:
|
1010
|
+
parent_hidden:
|
1011
|
+
email_intro: |-
|
1012
|
+
El teu/la teva %{resource_type} ja no està visible.<br>
|
1013
|
+
Això passa perquè la proposta, la trobada, el debat o el comentari al qual vas respondre ha estat moderat. Si torna a estar disponible, el teu comentari es restaurarà automàticament.
|
1014
|
+
email_outro: Has rebut aquesta notificació perquè és autora del/ de la %{resource_type}.
|
1015
|
+
email_subject: El teu/la teva %{resource_type} ja no és visible
|
1016
|
+
notification_title: |-
|
1017
|
+
El teu/la teva %{resource_type} ja no està visible.<br>
|
1018
|
+
Això passa perquè la proposta, la trobada, el debat o el comentari al qual vas respondre ha estat moderat. Si torna a estar disponible, el teu comentari es restaurarà automàticament.
|
1019
|
+
<i>%{resource_content}</i>
|
1002
1020
|
resource_hidden:
|
1003
1021
|
email_intro: Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}.
|
1004
1022
|
email_outro: Has rebut aquesta notificació perquè s'ha eliminiat un contingut que havies creat.
|
@@ -1377,7 +1395,7 @@ ca:
|
|
1377
1395
|
followers:
|
1378
1396
|
description: Nombre de participants que segueixen aquest espai de participació
|
1379
1397
|
object: seguidores
|
1380
|
-
title:
|
1398
|
+
title: Seguidors
|
1381
1399
|
participants:
|
1382
1400
|
description: Nombre de participants actives a l'organització
|
1383
1401
|
object: participants
|
@@ -1711,8 +1729,12 @@ ca:
|
|
1711
1729
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1712
1730
|
reported_mailer:
|
1713
1731
|
hide:
|
1732
|
+
content: Contingut reportat
|
1733
|
+
details: Detalls
|
1714
1734
|
hello: Hola %{name},
|
1715
1735
|
manage_moderations: Gestiona moderacions
|
1736
|
+
participatory_space: Espai de participació
|
1737
|
+
reason: Motiu
|
1716
1738
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1717
1739
|
subject: Un contingut s'ha ocultat automàticament
|
1718
1740
|
report:
|
data/config/locales/cs.yml
CHANGED
@@ -55,6 +55,12 @@ cs:
|
|
55
55
|
tos_agreement: Podmínky smlouvy o poskytování služeb
|
56
56
|
user_group:
|
57
57
|
avatar: Avatar
|
58
|
+
errors:
|
59
|
+
models:
|
60
|
+
user:
|
61
|
+
attributes:
|
62
|
+
nickname:
|
63
|
+
format: Přezdívka musí být malými písmeny a nesmí obsahovat mezery
|
58
64
|
models:
|
59
65
|
decidim/attachment_created_event: Příloha
|
60
66
|
decidim/component_published_event: Aktivní komponenty
|
@@ -127,7 +133,7 @@ cs:
|
|
127
133
|
decidim_with_month_name_short: "%d %b"
|
128
134
|
help:
|
129
135
|
date_format: 'Formát: dd/mm/rrrr'
|
130
|
-
order: d-m-
|
136
|
+
order: d-m-y
|
131
137
|
separator: "/"
|
132
138
|
datetime:
|
133
139
|
distance_in_words:
|
@@ -200,6 +206,7 @@ cs:
|
|
200
206
|
front_page_link: Přejít na titulní stránku
|
201
207
|
logo: "Oficiální logo %{organization}"
|
202
208
|
opens_in_new_tab: Otevře se v nové kartě
|
209
|
+
secondary_menu: Sekundární menu
|
203
210
|
skip_button: Přeskočit na hlavní obsah
|
204
211
|
account:
|
205
212
|
blocked: Tento účet byl zablokován kvůli porušení smluvních podmínek
|
@@ -1440,7 +1447,7 @@ cs:
|
|
1440
1447
|
users:
|
1441
1448
|
description: Počet uživatelů v organizaci
|
1442
1449
|
object: uživatelů
|
1443
|
-
title:
|
1450
|
+
title: Účastníci
|
1444
1451
|
newsletter_mailer:
|
1445
1452
|
newsletter:
|
1446
1453
|
no_reply_notice: Tento e-mail byl odeslán z e-mailové adresy, která nemůže přijmout příchozí email. Prosím, neodpovídejte na tuto zprávu.
|
@@ -1536,6 +1543,7 @@ cs:
|
|
1536
1543
|
push_notifications_reminder: Chcete-li dostávat oznámení z platformy, musíte je nejdříve povolit v nastavení prohlížeče.
|
1537
1544
|
receive_notifications_about: Chci dostávat oznámení
|
1538
1545
|
update_notifications_settings: Uložit změny
|
1546
|
+
valuators: Hodnotitelé
|
1539
1547
|
update:
|
1540
1548
|
error: Při aktualizaci nastavení oznámení došlo k chybě.
|
1541
1549
|
success: Nastavení oznámení bylo úspěšně aktualizováno.
|
data/config/locales/de.yml
CHANGED
@@ -6,6 +6,7 @@ de:
|
|
6
6
|
delete_reason: Grund, Ihr Konto zu löschen
|
7
7
|
attachment:
|
8
8
|
documents: Dokumente
|
9
|
+
image: Bild
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Erstellt am
|
@@ -55,6 +56,12 @@ de:
|
|
55
56
|
tos_agreement: Nutzungsvereinbarung
|
56
57
|
user_group:
|
57
58
|
avatar: Profilbild
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: Der Spitzname muss Kleinbuchstaben sein und keine Leerzeichen enthalten
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Anhang
|
60
67
|
decidim/component_published_event: Aktive Komponente
|
@@ -172,6 +179,7 @@ de:
|
|
172
179
|
front_page_link: Zur Startseite gehen
|
173
180
|
logo: "Offizielles Logo von %{organization}"
|
174
181
|
opens_in_new_tab: In neuem Tab öffnen
|
182
|
+
secondary_menu: Sekundäres Menü
|
175
183
|
skip_button: Zu Hauptinhalten überspringen
|
176
184
|
account:
|
177
185
|
blocked: Dieses Konto wurde wegen Verletzung der Nutzungsbedingungen gesperrt
|
@@ -532,7 +540,7 @@ de:
|
|
532
540
|
comment: Kommentar
|
533
541
|
debate: Debatte
|
534
542
|
initiative: Initiative
|
535
|
-
meeting:
|
543
|
+
meeting: Veranstaltung
|
536
544
|
order: Budget-Abstimmung
|
537
545
|
post: Beitrag
|
538
546
|
proposal: Vorschlag
|
@@ -615,7 +623,7 @@ de:
|
|
615
623
|
metrics:
|
616
624
|
name: Organisationsmetriken
|
617
625
|
participatory_space_metrics:
|
618
|
-
name:
|
626
|
+
name: Teilnahme an Zahlen
|
619
627
|
participatory_space_stats:
|
620
628
|
name: Statistiken
|
621
629
|
social_networks_metadata:
|
@@ -1384,7 +1392,7 @@ de:
|
|
1384
1392
|
followers:
|
1385
1393
|
description: Anzahl der Benutzer, die dieser Teilnahme folgen
|
1386
1394
|
object: Anhänger
|
1387
|
-
title:
|
1395
|
+
title: Follower
|
1388
1396
|
participants:
|
1389
1397
|
description: Anzahl der aktiven Benutzer in der Organisation
|
1390
1398
|
object: Teilnehmer
|
@@ -1396,7 +1404,7 @@ de:
|
|
1396
1404
|
users:
|
1397
1405
|
description: Anzahl der Benutzer in der Organisation
|
1398
1406
|
object: Benutzer
|
1399
|
-
title:
|
1407
|
+
title: Teilnehmer
|
1400
1408
|
newsletter_mailer:
|
1401
1409
|
newsletter:
|
1402
1410
|
no_reply_notice: Diese E-Mail wurde von einer Benachrichtigungs-E-Mail-Adresse versendet, die keine eingehende E-Mails akzeptieren kann. Bitte antworten Sie nicht auf diese Nachricht.
|
@@ -1492,6 +1500,7 @@ de:
|
|
1492
1500
|
push_notifications_reminder: Um Benachrichtigungen von der Plattform zu erhalten, müssen Sie diese zuerst in den Browser-Einstellungen zulassen.
|
1493
1501
|
receive_notifications_about: Ich möchte Benachrichtigungen erhalten über
|
1494
1502
|
update_notifications_settings: Änderungen speichern
|
1503
|
+
valuators: Bewertende Personen
|
1495
1504
|
update:
|
1496
1505
|
error: Beim Aktualisieren der Benachrichtigungseinstellungen ist ein Fehler aufgetreten.
|
1497
1506
|
success: Ihre Benachrichtigungseinstellungen wurden erfolgreich aktualisiert.
|
data/config/locales/el.yml
CHANGED
@@ -432,6 +432,8 @@ el:
|
|
432
432
|
view_all: Προβολή όλων
|
433
433
|
metrics:
|
434
434
|
name: Μετρικά οργανισμού
|
435
|
+
participatory_space_metrics:
|
436
|
+
name: Μετρικά
|
435
437
|
static_page:
|
436
438
|
section:
|
437
439
|
name: Ενότητα
|
@@ -910,11 +912,9 @@ el:
|
|
910
912
|
participants:
|
911
913
|
description: Αριθμός ενεργών συμμετεχόντων στον οργανισμό
|
912
914
|
object: συμμετέχοντες
|
913
|
-
title: Συμμετέχοντες
|
914
915
|
users:
|
915
916
|
description: Αριθμός συμμετεχόντων στον οργανισμό
|
916
917
|
object: συμμετέχοντες
|
917
|
-
title: Συμμετέχοντες
|
918
918
|
newsletter_mailer:
|
919
919
|
newsletter:
|
920
920
|
unsubscribe: Για να εξαιρεθείτε από τη λήψη αυτού του τύπου email, πατήστε <a href="%{link}" target="_blank" class="unsubscribe">Κατάργηση εγγραφής</a>.
|
data/config/locales/en.yml
CHANGED
@@ -6,6 +6,7 @@ en:
|
|
6
6
|
delete_reason: Reason to delete your account
|
7
7
|
attachment:
|
8
8
|
documents: Documents
|
9
|
+
image: Image
|
9
10
|
photos: Photos
|
10
11
|
common:
|
11
12
|
created_at: Created at
|
@@ -55,6 +56,12 @@ en:
|
|
55
56
|
tos_agreement: Terms of service agreement
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: The nickname must be lowercase and contain no spaces
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Attachment
|
60
67
|
decidim/component_published_event: Active component
|
@@ -172,6 +179,7 @@ en:
|
|
172
179
|
front_page_link: Go to front page
|
173
180
|
logo: "%{organization}'s official logo"
|
174
181
|
opens_in_new_tab: Opens in new tab
|
182
|
+
secondary_menu: Secondary menu
|
175
183
|
skip_button: Skip to main content
|
176
184
|
account:
|
177
185
|
blocked: This account has been blocked due to terms of service violation
|
@@ -1006,6 +1014,16 @@ en:
|
|
1006
1014
|
notification_event:
|
1007
1015
|
notification_title: An event occurred to <a href="%{resource_path}">%{resource_title}</a>.
|
1008
1016
|
reports:
|
1017
|
+
parent_hidden:
|
1018
|
+
email_intro: |-
|
1019
|
+
Your %{resource_type} is no longer visible.<br>
|
1020
|
+
This happened because the proposal, meeting, debate or comment you replied to has been moderated. If it becomes available again, your comment will be automatically restored.
|
1021
|
+
email_outro: You have received this notification because you are an author of the affected %{resource_type}.
|
1022
|
+
email_subject: Your %{resource_type} is no longer visible
|
1023
|
+
notification_title: |-
|
1024
|
+
Your %{resource_type} is no longer visible.<br>
|
1025
|
+
This happened because the proposal, meeting, debate or comment you replied to has been moderated. If it becomes available again, your comment will be automatically restored.
|
1026
|
+
<i>%{resource_content}</i>
|
1009
1027
|
resource_hidden:
|
1010
1028
|
email_intro: An administrator removed your %{resource_type} because it has been reported as %{report_reasons}.
|
1011
1029
|
email_outro: You have received this notification because you are an author of the removed content.
|
@@ -1718,8 +1736,12 @@ en:
|
|
1718
1736
|
fill_in_email_to_confirm_it: Please, fill in your group's email to confirm it.
|
1719
1737
|
reported_mailer:
|
1720
1738
|
hide:
|
1739
|
+
content: Reported content
|
1740
|
+
details: Details
|
1721
1741
|
hello: Hello %{name},
|
1722
1742
|
manage_moderations: Manage moderations
|
1743
|
+
participatory_space: Participatory space
|
1744
|
+
reason: Reason
|
1723
1745
|
report_html: <p>The following <a href="%{url}">content</a> has been hidden automatically.</p>
|
1724
1746
|
subject: A resource has been hidden automatically
|
1725
1747
|
report:
|
data/config/locales/es-MX.yml
CHANGED
@@ -6,6 +6,7 @@ es-MX:
|
|
6
6
|
delete_reason: Motivo de eliminar tu cuenta
|
7
7
|
attachment:
|
8
8
|
documents: Documentos
|
9
|
+
image: Imagen
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Creado el
|
@@ -55,6 +56,12 @@ es-MX:
|
|
55
56
|
tos_agreement: Términos y condiciones uso
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: El alias o apodo debe estar en minúsculas y no contener espacios
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Archivo adjunto
|
60
67
|
decidim/component_published_event: Componente activo
|
@@ -117,7 +124,7 @@ es-MX:
|
|
117
124
|
decidim_with_month_name_short: "%d %b"
|
118
125
|
help:
|
119
126
|
date_format: 'Formato: dd/mm/aaaa'
|
120
|
-
order: d-m-
|
127
|
+
order: d-m-y
|
121
128
|
separator: "/"
|
122
129
|
datetime:
|
123
130
|
distance_in_words:
|
@@ -172,6 +179,7 @@ es-MX:
|
|
172
179
|
front_page_link: Ir a la página principal
|
173
180
|
logo: "Logo oficial de %{organization}"
|
174
181
|
opens_in_new_tab: Abrir en una pestaña nueva
|
182
|
+
secondary_menu: Menú secundario
|
175
183
|
skip_button: Saltar al contenido principal
|
176
184
|
account:
|
177
185
|
blocked: Esta cuenta ha sido bloqueada por una violación de los términos y condiciones de uso
|
@@ -615,7 +623,7 @@ es-MX:
|
|
615
623
|
metrics:
|
616
624
|
name: Métricas de la organización
|
617
625
|
participatory_space_metrics:
|
618
|
-
name:
|
626
|
+
name: Participación en cifras
|
619
627
|
participatory_space_stats:
|
620
628
|
name: Estadísticas
|
621
629
|
social_networks_metadata:
|
@@ -1002,6 +1010,16 @@ es-MX:
|
|
1002
1010
|
notification_event:
|
1003
1011
|
notification_title: Se ha producido un evento en <a href="%{resource_path}">%{resource_title}</a>.
|
1004
1012
|
reports:
|
1013
|
+
parent_hidden:
|
1014
|
+
email_intro: |-
|
1015
|
+
Tu %{resource_type} ya no está visible.<br>
|
1016
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1017
|
+
email_outro: Has recibido esta notificación porque es autora del/de la %{resource_type}.
|
1018
|
+
email_subject: Tu %{resource_type} ya no es visible
|
1019
|
+
notification_title: |-
|
1020
|
+
Tu %{resource_type} ya no está visible.<br>
|
1021
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1022
|
+
<i>%{resource_content}</i>
|
1005
1023
|
resource_hidden:
|
1006
1024
|
email_intro: Una administradora eliminó su %{resource_type} porque ha sido reportado como %{report_reasons}.
|
1007
1025
|
email_outro: Has recibido esta notificación porque eres un autora del contenido eliminado.
|
@@ -1392,7 +1410,7 @@ es-MX:
|
|
1392
1410
|
users:
|
1393
1411
|
description: Número de usuarios en la organización.
|
1394
1412
|
object: usuarios
|
1395
|
-
title:
|
1413
|
+
title: Participantes
|
1396
1414
|
newsletter_mailer:
|
1397
1415
|
newsletter:
|
1398
1416
|
no_reply_notice: Este correo electrónico se ha enviado desde una dirección de correo de notificación que no acepta entrada de correos. Por favor, no respondas a este mensaje.
|
@@ -1714,8 +1732,12 @@ es-MX:
|
|
1714
1732
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1715
1733
|
reported_mailer:
|
1716
1734
|
hide:
|
1735
|
+
content: Contenido reportado
|
1736
|
+
details: Detalles
|
1717
1737
|
hello: Hola %{name},
|
1718
1738
|
manage_moderations: Gestionar moderaciones
|
1739
|
+
participatory_space: Espacio de participación
|
1740
|
+
reason: Motivo
|
1719
1741
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1720
1742
|
subject: Un contenido se ha ocultado de forma automática
|
1721
1743
|
report:
|
data/config/locales/es-PY.yml
CHANGED
@@ -6,6 +6,7 @@ es-PY:
|
|
6
6
|
delete_reason: Motivo de eliminar tu cuenta
|
7
7
|
attachment:
|
8
8
|
documents: Documentos
|
9
|
+
image: Imagen
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Creado el
|
@@ -55,6 +56,12 @@ es-PY:
|
|
55
56
|
tos_agreement: Términos y condiciones uso
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: El alias o apodo debe estar en minúsculas y no contener espacios
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Archivo adjunto
|
60
67
|
decidim/component_published_event: Componente activo
|
@@ -117,7 +124,7 @@ es-PY:
|
|
117
124
|
decidim_with_month_name_short: "%d %b"
|
118
125
|
help:
|
119
126
|
date_format: 'Formato: dd/mm/aaaa'
|
120
|
-
order: d-m-
|
127
|
+
order: d-m-y
|
121
128
|
separator: "/"
|
122
129
|
datetime:
|
123
130
|
distance_in_words:
|
@@ -172,6 +179,7 @@ es-PY:
|
|
172
179
|
front_page_link: Ir a la página principal
|
173
180
|
logo: "Logo oficial de %{organization}"
|
174
181
|
opens_in_new_tab: Abrir en una pestaña nueva
|
182
|
+
secondary_menu: Menú secundario
|
175
183
|
skip_button: Saltar al contenido principal
|
176
184
|
account:
|
177
185
|
blocked: Esta cuenta ha sido bloqueada por una violación de los términos y condiciones de uso
|
@@ -615,7 +623,7 @@ es-PY:
|
|
615
623
|
metrics:
|
616
624
|
name: Métricas de la organización
|
617
625
|
participatory_space_metrics:
|
618
|
-
name:
|
626
|
+
name: Participación en cifras.
|
619
627
|
participatory_space_stats:
|
620
628
|
name: Estadísticas
|
621
629
|
social_networks_metadata:
|
@@ -1002,6 +1010,16 @@ es-PY:
|
|
1002
1010
|
notification_event:
|
1003
1011
|
notification_title: Se ha producido un evento en <a href="%{resource_path}">%{resource_title}</a>.
|
1004
1012
|
reports:
|
1013
|
+
parent_hidden:
|
1014
|
+
email_intro: |-
|
1015
|
+
Tu %{resource_type} ya no está visible.<br>
|
1016
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1017
|
+
email_outro: Has recibido esta notificación porque es autora del/de la %{resource_type}.
|
1018
|
+
email_subject: Tu %{resource_type} ya no es visible
|
1019
|
+
notification_title: |-
|
1020
|
+
Tu %{resource_type} ya no está visible.<br>
|
1021
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1022
|
+
<i>%{resource_content}</i>
|
1005
1023
|
resource_hidden:
|
1006
1024
|
email_intro: Una administradora eliminó su %{resource_type} porque ha sido reportado como %{report_reasons}.
|
1007
1025
|
email_outro: Has recibido esta notificación porque eres un autora del contenido eliminado.
|
@@ -1392,7 +1410,7 @@ es-PY:
|
|
1392
1410
|
users:
|
1393
1411
|
description: Número de usuarios en la organización.
|
1394
1412
|
object: usuarios
|
1395
|
-
title:
|
1413
|
+
title: Participantes
|
1396
1414
|
newsletter_mailer:
|
1397
1415
|
newsletter:
|
1398
1416
|
no_reply_notice: Este correo electrónico se ha enviado desde una dirección de correo de notificación que no acepta entrada de correos. Por favor, no respondas a este mensaje.
|
@@ -1714,8 +1732,12 @@ es-PY:
|
|
1714
1732
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1715
1733
|
reported_mailer:
|
1716
1734
|
hide:
|
1735
|
+
content: Contenido reportado
|
1736
|
+
details: Detalles
|
1717
1737
|
hello: Hola %{name},
|
1718
1738
|
manage_moderations: Gestionar moderaciones
|
1739
|
+
participatory_space: Espacio de participación
|
1740
|
+
reason: Motivo
|
1719
1741
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1720
1742
|
subject: Un contenido se ha ocultado de forma automática
|
1721
1743
|
report:
|
data/config/locales/es.yml
CHANGED
@@ -6,6 +6,7 @@ es:
|
|
6
6
|
delete_reason: Motivo de eliminar tu cuenta
|
7
7
|
attachment:
|
8
8
|
documents: Documentos
|
9
|
+
image: Imagen
|
9
10
|
photos: Fotos
|
10
11
|
common:
|
11
12
|
created_at: Creado el
|
@@ -55,6 +56,12 @@ es:
|
|
55
56
|
tos_agreement: Términos y condiciones uso
|
56
57
|
user_group:
|
57
58
|
avatar: Avatar
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: El alias o apodo debe estar en minúsculas y no contener espacios
|
58
65
|
models:
|
59
66
|
decidim/attachment_created_event: Archivo adjunto
|
60
67
|
decidim/component_published_event: Componente activo
|
@@ -117,7 +124,7 @@ es:
|
|
117
124
|
decidim_with_month_name_short: "%d %b"
|
118
125
|
help:
|
119
126
|
date_format: 'Formato: dd/mm/aaaa'
|
120
|
-
order: d-m-
|
127
|
+
order: d-m-y
|
121
128
|
separator: "/"
|
122
129
|
datetime:
|
123
130
|
distance_in_words:
|
@@ -172,6 +179,7 @@ es:
|
|
172
179
|
front_page_link: Ir a la página principal
|
173
180
|
logo: "Logo oficial de %{organization}"
|
174
181
|
opens_in_new_tab: Abrir en una pestaña nueva
|
182
|
+
secondary_menu: Menú secundario
|
175
183
|
skip_button: Saltar al contenido principal
|
176
184
|
account:
|
177
185
|
blocked: Esta cuenta ha sido bloqueada por una violación de los términos y condiciones de uso
|
@@ -999,6 +1007,16 @@ es:
|
|
999
1007
|
notification_event:
|
1000
1008
|
notification_title: Se ha producido un evento en <a href="%{resource_path}">%{resource_title}</a>.
|
1001
1009
|
reports:
|
1010
|
+
parent_hidden:
|
1011
|
+
email_intro: |-
|
1012
|
+
Tu %{resource_type} ya no está visible.<br>
|
1013
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1014
|
+
email_outro: Has recibido esta notificación porque es autora del/de la %{resource_type}.
|
1015
|
+
email_subject: Tu %{resource_type} ya no es visible
|
1016
|
+
notification_title: |-
|
1017
|
+
Tu %{resource_type} ya no está visible.<br>
|
1018
|
+
Esto ocurre porque la propuesta, el encuentro, el debate o el comentario al que respondiste ha sido moderado. Si vuelve a estar disponible, su comentario se restaurará automáticamente.
|
1019
|
+
<i>%{resource_content}</i>
|
1002
1020
|
resource_hidden:
|
1003
1021
|
email_intro: Una administradora eliminó su %{resource_type} porque ha sido reportado como %{report_reasons}.
|
1004
1022
|
email_outro: Has recibido esta notificación porque se ha eliminado un contenido que creaste.
|
@@ -1711,8 +1729,12 @@ es:
|
|
1711
1729
|
fill_in_email_to_confirm_it: Por favor, introduce el correo electrónico de tu grupo para confirmarlo.
|
1712
1730
|
reported_mailer:
|
1713
1731
|
hide:
|
1732
|
+
content: Contenido reportado
|
1733
|
+
details: Detalles
|
1714
1734
|
hello: Hola %{name},
|
1715
1735
|
manage_moderations: Gestiona moderaciones
|
1736
|
+
participatory_space: Espacio de participación
|
1737
|
+
reason: Motivo
|
1716
1738
|
report_html: <p>El siguiente <a href="%{url}">contenido</a> se ha ocultado automáticamente.</p>
|
1717
1739
|
subject: Un contenido se ha ocultado de forma automática
|
1718
1740
|
report:
|