decidim-admin 0.27.1 → 0.27.3
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.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/publish_component.rb +1 -1
- data/app/commands/decidim/admin/unblock_user.rb +1 -1
- data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
- data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
- data/app/forms/decidim/admin/block_user_form.rb +2 -2
- data/app/helpers/decidim/admin/bulk_actions_helper.rb +1 -6
- data/app/models/decidim/admin/fake_newsletter.rb +20 -0
- data/app/packs/src/decidim/admin/draggable-list.js +1 -1
- data/app/permissions/decidim/admin/permissions.rb +32 -2
- data/app/views/decidim/admin/attachments/_form.html.erb +1 -1
- data/app/views/decidim/admin/imports/new.html.erb +1 -1
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
- data/app/views/decidim/admin/officializations/index.html.erb +14 -10
- data/app/views/decidim/admin/participatory_space_private_users_csv_imports/new.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +1 -1
- data/config/locales/ar.yml +26 -16
- data/config/locales/ca.yml +22 -11
- data/config/locales/cs.yml +16 -4
- data/config/locales/de.yml +25 -8
- data/config/locales/el.yml +0 -5
- data/config/locales/en.yml +13 -2
- data/config/locales/es-MX.yml +17 -6
- data/config/locales/es-PY.yml +17 -6
- data/config/locales/es.yml +21 -10
- data/config/locales/eu.yml +34 -17
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +15 -4
- data/config/locales/fi.yml +19 -8
- data/config/locales/fr-CA.yml +15 -4
- data/config/locales/fr.yml +15 -4
- data/config/locales/gl.yml +0 -5
- data/config/locales/hu.yml +44 -22
- data/config/locales/id-ID.yml +1 -3
- data/config/locales/is-IS.yml +4 -3
- data/config/locales/it.yml +1 -6
- data/config/locales/ja.yml +21 -9
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +1 -5
- data/config/locales/nl.yml +1 -6
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +1 -6
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +31 -15
- data/config/locales/ru.yml +4 -3
- data/config/locales/sk.yml +1 -5
- data/config/locales/sr-CS.yml +8 -4
- data/config/locales/sv.yml +23 -8
- data/config/locales/tr-TR.yml +2 -5
- data/config/locales/uk.yml +4 -3
- data/config/locales/zh-CN.yml +1 -5
- data/config/locales/zh-TW.yml +1100 -0
- data/lib/decidim/admin/test/manage_moderations_examples.rb +7 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +11 -8
data/config/locales/de.yml
CHANGED
@@ -15,17 +15,24 @@ de:
|
|
15
15
|
description: Beschreibung
|
16
16
|
file: Datei
|
17
17
|
title: Anhang oder Bildname
|
18
|
+
weight: Reihenfolge
|
18
19
|
attachment_collection:
|
19
20
|
description: Beschreibung
|
20
21
|
name: Name
|
22
|
+
weight: Reihenfolge
|
21
23
|
category:
|
22
24
|
description: Beschreibung
|
23
25
|
name: Name
|
24
26
|
parent_id: Übergeordnete Kategorie
|
27
|
+
weight: Reihenfolge
|
25
28
|
component:
|
26
29
|
name: Name
|
27
30
|
published_at: Veröffentlicht unter
|
28
|
-
weight:
|
31
|
+
weight: Reihenfolge
|
32
|
+
external_domain:
|
33
|
+
value: Wert
|
34
|
+
help_section:
|
35
|
+
content: Inhalt
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Importierte Inhalte erstellen als
|
@@ -93,6 +100,9 @@ de:
|
|
93
100
|
welcome_notification_body: Text der Willkommens-Benachrichtigung
|
94
101
|
welcome_notification_subject: Betreff der Willkommens-Benachrichtigung
|
95
102
|
youtube_handler: YouTube-Handler
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: E-Mail
|
105
|
+
name: Name
|
96
106
|
scope:
|
97
107
|
code: Code
|
98
108
|
name: Name
|
@@ -114,12 +124,13 @@ de:
|
|
114
124
|
show_in_footer: In der Fußzeile anzeigen
|
115
125
|
slug: URL-Block
|
116
126
|
title: Titel
|
117
|
-
|
127
|
+
topic_id: Thema
|
128
|
+
weight: Reihenfolge
|
118
129
|
static_page_topic:
|
119
130
|
description: Beschreibung
|
120
131
|
show_in_footer: In der Fußzeile anzeigen
|
121
132
|
title: Titel
|
122
|
-
weight:
|
133
|
+
weight: Reihenfolge
|
123
134
|
user_group_csv_verification:
|
124
135
|
file: Datei
|
125
136
|
errors:
|
@@ -134,6 +145,14 @@ de:
|
|
134
145
|
allowed_file_content_types: Ungültige Bilddatei
|
135
146
|
official_img_header:
|
136
147
|
allowed_file_content_types: Ungültige Bilddatei
|
148
|
+
participatory_space_private_user_csv_import:
|
149
|
+
attributes:
|
150
|
+
file:
|
151
|
+
malformed: Fehlerhafte Importdatei. Bitte lesen Sie die Anweisungen sorgfältig durch und stellen Sie sicher, dass die Datei UTF-8 kodiert ist.
|
152
|
+
user_group_csv_verification:
|
153
|
+
attributes:
|
154
|
+
file:
|
155
|
+
malformed: Fehlerhafte Importdatei. Bitte lesen Sie die Anweisungen sorgfältig durch und stellen Sie sicher, dass die Datei UTF-8 kodiert ist.
|
137
156
|
new_import:
|
138
157
|
attributes:
|
139
158
|
file:
|
@@ -185,13 +204,14 @@ de:
|
|
185
204
|
error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
|
186
205
|
success: Super! Sie haben die Admin-Nutzungsbedingungen akzeptiert.
|
187
206
|
actions:
|
207
|
+
accept: Ich stimme diesen Bedingungen zu
|
188
208
|
are_you_sure: Sind Sie sicher, dass Sie die Admin-Nutzungsbedingungen ablehnen möchten?
|
189
|
-
refuse:
|
209
|
+
refuse: Admin-Nutzungsbedingungen ablehnen
|
190
210
|
title: Den Admin-Nutzungsbedingungen zustimmen
|
191
211
|
required_review:
|
192
212
|
alert: 'Erforderlich: Überprüfen Sie unsere Admin-Nutzungsbedingungen'
|
193
213
|
callout: Bitte nehmen Sie sich einen Moment Zeit, um die Admin-Nutzungsbedingungen zu lesen. Ansonsten können Sie die Plattform nicht verwalten.
|
194
|
-
cta:
|
214
|
+
cta: Jetzt überprüfen.
|
195
215
|
title: Admin-Nutzungsbedingungen
|
196
216
|
area_types:
|
197
217
|
create:
|
@@ -634,7 +654,6 @@ de:
|
|
634
654
|
nickname: Spitzname
|
635
655
|
reason: Grund
|
636
656
|
reports: Anzahl Meldungen
|
637
|
-
title: Liste der gemeldeten Benutzer
|
638
657
|
report:
|
639
658
|
reasons:
|
640
659
|
does_not_belong: Gehört nicht zu
|
@@ -644,8 +663,6 @@ de:
|
|
644
663
|
blocked: Blockiert
|
645
664
|
unblocked: Nicht blockiert
|
646
665
|
moderations:
|
647
|
-
index:
|
648
|
-
title: Moderationen
|
649
666
|
report:
|
650
667
|
reasons:
|
651
668
|
does_not_belong: Gehört nicht
|
data/config/locales/el.yml
CHANGED
@@ -179,12 +179,10 @@ el:
|
|
179
179
|
success: Εξαιρετικά! Αποδεχτήκατε τους όρους χρήσης διαχειριστή.
|
180
180
|
actions:
|
181
181
|
are_you_sure: Είστε σίγουρος ότι θέλετε να αρνηθείτε τους όρους χρήσης του διαχειριστή;
|
182
|
-
refuse: Απόρριψη των όρων διαχειριστή
|
183
182
|
title: Αποδοχή των όρων και των προϋποθέσεων χρήσης
|
184
183
|
required_review:
|
185
184
|
alert: 'Απαιτείται: Διαβάστε τους όρους χρήσης διαχειριστή'
|
186
185
|
callout: Παρακαλούμε αφιερώστε λίγο χρόνο για να διαβάσετε τους Όρους χρήσης του διαχειριστή. Διαφορετικά δεν θα μπορείτε να διαχειριστείτε την πλατφόρμα.
|
187
|
-
cta: Διαβάστε τους τώρα.
|
188
186
|
title: Όροι χρήσης διαχειριστή
|
189
187
|
area_types:
|
190
188
|
create:
|
@@ -580,7 +578,6 @@ el:
|
|
580
578
|
nickname: Ψευδώνυμο
|
581
579
|
reason: Αιτία
|
582
580
|
reports: Πλήθος αναφορών
|
583
|
-
title: Λίστα αναφερόμενων χρηστών
|
584
581
|
report:
|
585
582
|
reasons:
|
586
583
|
does_not_belong: Δεν ανήκει
|
@@ -590,8 +587,6 @@ el:
|
|
590
587
|
blocked: Αποκλεισμένος
|
591
588
|
unblocked: Δεν έχει μπλοκαριστεί
|
592
589
|
moderations:
|
593
|
-
index:
|
594
|
-
title: Εποπτεύσεις
|
595
590
|
report:
|
596
591
|
reasons:
|
597
592
|
does_not_belong: Δεν ανήκει
|
data/config/locales/en.yml
CHANGED
@@ -15,17 +15,24 @@ en:
|
|
15
15
|
description: Description
|
16
16
|
file: File
|
17
17
|
title: Attachment or image name
|
18
|
+
weight: Order position
|
18
19
|
attachment_collection:
|
19
20
|
description: Description
|
20
21
|
name: Name
|
22
|
+
weight: Order position
|
21
23
|
category:
|
22
24
|
description: Description
|
23
25
|
name: Name
|
24
26
|
parent_id: Parent
|
27
|
+
weight: Order position
|
25
28
|
component:
|
26
29
|
name: Name
|
27
30
|
published_at: Published at
|
28
31
|
weight: Order position
|
32
|
+
external_domain:
|
33
|
+
value: Value
|
34
|
+
help_section:
|
35
|
+
content: Content
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Create imports as
|
@@ -93,6 +100,9 @@ en:
|
|
93
100
|
welcome_notification_body: Welcome notification body
|
94
101
|
welcome_notification_subject: Welcome notification subject
|
95
102
|
youtube_handler: YouTube handler
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Email
|
105
|
+
name: Name
|
96
106
|
scope:
|
97
107
|
code: Code
|
98
108
|
name: Name
|
@@ -114,6 +124,7 @@ en:
|
|
114
124
|
show_in_footer: Show in the footer
|
115
125
|
slug: URL slug
|
116
126
|
title: Title
|
127
|
+
topic_id: Topic
|
117
128
|
weight: Order position
|
118
129
|
static_page_topic:
|
119
130
|
description: Description
|
@@ -643,7 +654,7 @@ en:
|
|
643
654
|
nickname: Nickname
|
644
655
|
reason: Reason
|
645
656
|
reports: Reports count
|
646
|
-
title:
|
657
|
+
title: Reported participants
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: Does not belong
|
@@ -654,7 +665,7 @@ en:
|
|
654
665
|
unblocked: Not Blocked
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Reported content
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: Does not belong
|
data/config/locales/es-MX.yml
CHANGED
@@ -15,17 +15,24 @@ es-MX:
|
|
15
15
|
description: Descripción
|
16
16
|
file: Archivo
|
17
17
|
title: Nombre del adjunto o imagen
|
18
|
+
weight: Orden de posición
|
18
19
|
attachment_collection:
|
19
20
|
description: Descripción
|
20
21
|
name: Nombre
|
22
|
+
weight: Orden de posición
|
21
23
|
category:
|
22
24
|
description: Descripción
|
23
25
|
name: Nombre
|
24
26
|
parent_id: Superior
|
27
|
+
weight: Orden de posición
|
25
28
|
component:
|
26
29
|
name: Nombre
|
27
30
|
published_at: Publicado en
|
28
31
|
weight: Orden de posición
|
32
|
+
external_domain:
|
33
|
+
value: Valor
|
34
|
+
help_section:
|
35
|
+
content: Contenido
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Importar como
|
@@ -93,6 +100,9 @@ es-MX:
|
|
93
100
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
94
101
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
95
102
|
youtube_handler: Nombre de YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Correo electrónico
|
105
|
+
name: Nombre
|
96
106
|
scope:
|
97
107
|
code: Código
|
98
108
|
name: Nombre
|
@@ -114,6 +124,7 @@ es-MX:
|
|
114
124
|
show_in_footer: Mostrar en el pie de página
|
115
125
|
slug: Texto corto de URL
|
116
126
|
title: Título
|
127
|
+
topic_id: Asunto
|
117
128
|
weight: Orden de posición
|
118
129
|
static_page_topic:
|
119
130
|
description: Descripción
|
@@ -195,12 +206,12 @@ es-MX:
|
|
195
206
|
actions:
|
196
207
|
accept: Estoy de acuerdo con los términos
|
197
208
|
are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
|
198
|
-
refuse: Rechazar los
|
209
|
+
refuse: Rechazar los términos del servicio de administración
|
199
210
|
title: Acepto los Términos y Condiciones de Administración
|
200
211
|
required_review:
|
201
212
|
alert: 'Requerido: revisa nuestros Términos y Condiciones de Administración'
|
202
213
|
callout: Por favor dedica un momento a familiarizarte con los términos de uso para administradoras. En caso contrario, no podrás administrar la plataforma.
|
203
|
-
cta:
|
214
|
+
cta: Revisarlos ahora.
|
204
215
|
title: Términos y Condiciones de Administración
|
205
216
|
area_types:
|
206
217
|
create:
|
@@ -643,7 +654,7 @@ es-MX:
|
|
643
654
|
nickname: Alias
|
644
655
|
reason: Motivo
|
645
656
|
reports: Cantidad de veces reportado
|
646
|
-
title:
|
657
|
+
title: Participantes reportadas
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: No pertenece
|
@@ -654,7 +665,7 @@ es-MX:
|
|
654
665
|
unblocked: No bloqueado
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Contenido reportado
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: No pertenece
|
@@ -1065,14 +1076,14 @@ es-MX:
|
|
1065
1076
|
moderation:
|
1066
1077
|
fields:
|
1067
1078
|
created_at: Fecha de creación
|
1068
|
-
deleted_resource:
|
1079
|
+
deleted_resource: Recurso eliminado
|
1069
1080
|
hidden_at: Fecha de ocultación
|
1070
1081
|
participatory_space: Espacio participativo
|
1071
1082
|
report_count: Recuento
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Tipo
|
1074
1085
|
reported_content_url: URL del contenido reportado
|
1075
|
-
reports:
|
1086
|
+
reports: Informes
|
1076
1087
|
visit_url: Visita la URL
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/es-PY.yml
CHANGED
@@ -15,17 +15,24 @@ es-PY:
|
|
15
15
|
description: Descripción
|
16
16
|
file: Archivo
|
17
17
|
title: Nombre del adjunto o imagen
|
18
|
+
weight: Orden de posición
|
18
19
|
attachment_collection:
|
19
20
|
description: Descripción
|
20
21
|
name: Nombre
|
22
|
+
weight: Orden de posición
|
21
23
|
category:
|
22
24
|
description: Descripción
|
23
25
|
name: Nombre
|
24
26
|
parent_id: Superior
|
27
|
+
weight: Orden de posición
|
25
28
|
component:
|
26
29
|
name: Nombre
|
27
30
|
published_at: Publicado en
|
28
31
|
weight: Orden de posición
|
32
|
+
external_domain:
|
33
|
+
value: Valor
|
34
|
+
help_section:
|
35
|
+
content: Contenido
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Importar como
|
@@ -93,6 +100,9 @@ es-PY:
|
|
93
100
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
94
101
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
95
102
|
youtube_handler: Nombre de YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Correo electrónico
|
105
|
+
name: Nombre
|
96
106
|
scope:
|
97
107
|
code: Código
|
98
108
|
name: Nombre
|
@@ -114,6 +124,7 @@ es-PY:
|
|
114
124
|
show_in_footer: Mostrar en el pie de página
|
115
125
|
slug: Texto corto de URL
|
116
126
|
title: Título
|
127
|
+
topic_id: Asunto
|
117
128
|
weight: Orden de posición
|
118
129
|
static_page_topic:
|
119
130
|
description: Descripción
|
@@ -195,12 +206,12 @@ es-PY:
|
|
195
206
|
actions:
|
196
207
|
accept: Estoy de acuerdo con los términos
|
197
208
|
are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
|
198
|
-
refuse: Rechazar los
|
209
|
+
refuse: Rechazar los términos del servicio de administración
|
199
210
|
title: Acepto los Términos y Condiciones de Administración
|
200
211
|
required_review:
|
201
212
|
alert: 'Requerido: revisa nuestros Términos y Condiciones de Administración'
|
202
213
|
callout: Por favor dedica un momento a familiarizarte con los términos de uso para administradoras. En caso contrario, no podrás administrar la plataforma.
|
203
|
-
cta:
|
214
|
+
cta: Revisarlos ahora.
|
204
215
|
title: Términos y Condiciones de Administración
|
205
216
|
area_types:
|
206
217
|
create:
|
@@ -643,7 +654,7 @@ es-PY:
|
|
643
654
|
nickname: Alias
|
644
655
|
reason: Motivo
|
645
656
|
reports: Cantidad de veces reportado
|
646
|
-
title:
|
657
|
+
title: Participantes reportadas
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: No pertenece
|
@@ -654,7 +665,7 @@ es-PY:
|
|
654
665
|
unblocked: No bloqueado
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Contenido reportado
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: No pertenece
|
@@ -1065,14 +1076,14 @@ es-PY:
|
|
1065
1076
|
moderation:
|
1066
1077
|
fields:
|
1067
1078
|
created_at: Fecha de creación
|
1068
|
-
deleted_resource:
|
1079
|
+
deleted_resource: Recurso eliminado
|
1069
1080
|
hidden_at: Fecha de ocultación
|
1070
1081
|
participatory_space: Espacio participativo
|
1071
1082
|
report_count: Recuento
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Tipo
|
1074
1085
|
reported_content_url: URL del contenido reportado
|
1075
|
-
reports:
|
1086
|
+
reports: Informes
|
1076
1087
|
visit_url: Visita la URL
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/es.yml
CHANGED
@@ -15,17 +15,24 @@ es:
|
|
15
15
|
description: Descripción
|
16
16
|
file: Archivo
|
17
17
|
title: Nombre del adjunto o imagen
|
18
|
+
weight: Orden de posición
|
18
19
|
attachment_collection:
|
19
20
|
description: Descripción
|
20
21
|
name: Nombre
|
22
|
+
weight: Orden de posición
|
21
23
|
category:
|
22
24
|
description: Descripción
|
23
25
|
name: Nombre
|
24
26
|
parent_id: Superior
|
27
|
+
weight: Orden de posición
|
25
28
|
component:
|
26
29
|
name: Nombre
|
27
30
|
published_at: Publicado en
|
28
31
|
weight: Orden de posición
|
32
|
+
external_domain:
|
33
|
+
value: Valor
|
34
|
+
help_section:
|
35
|
+
content: Contenido
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Importar como
|
@@ -93,6 +100,9 @@ es:
|
|
93
100
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
94
101
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
95
102
|
youtube_handler: Nombre de YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Correo electrónico
|
105
|
+
name: Nombre
|
96
106
|
scope:
|
97
107
|
code: Código
|
98
108
|
name: Nombre
|
@@ -114,6 +124,7 @@ es:
|
|
114
124
|
show_in_footer: Mostrar en el pie de página
|
115
125
|
slug: Texto corto de URL
|
116
126
|
title: Título
|
127
|
+
topic_id: Asunto
|
117
128
|
weight: Orden de posición
|
118
129
|
static_page_topic:
|
119
130
|
description: Descripción
|
@@ -195,12 +206,12 @@ es:
|
|
195
206
|
actions:
|
196
207
|
accept: Estoy de acuerdo con los términos
|
197
208
|
are_you_sure: '¿Seguro que deseas rechazar los términos de uso para administradoras?'
|
198
|
-
refuse: Rechazar los
|
209
|
+
refuse: Rechazar los términos del servicio de administración
|
199
210
|
title: Acepto los Términos y Condiciones de Administración
|
200
211
|
required_review:
|
201
212
|
alert: 'Requerido: revisa nuestros Términos y Condiciones de Administración'
|
202
213
|
callout: Por favor dedica un momento a familiarizarte con los términos de uso para administradoras. En caso contrario, no podrás administrar la plataforma.
|
203
|
-
cta:
|
214
|
+
cta: Revisarlos ahora.
|
204
215
|
title: Términos y Condiciones de Administración
|
205
216
|
area_types:
|
206
217
|
create:
|
@@ -643,7 +654,7 @@ es:
|
|
643
654
|
nickname: Alias
|
644
655
|
reason: Motivo
|
645
656
|
reports: Cantidad de veces reportado
|
646
|
-
title:
|
657
|
+
title: Participantes reportadas
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: No pertenece
|
@@ -654,7 +665,7 @@ es:
|
|
654
665
|
unblocked: No bloqueado
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Contenido reportado
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: No pertenece
|
@@ -700,7 +711,7 @@ es:
|
|
700
711
|
all: todos
|
701
712
|
all_users: 'Todos los usuarios '
|
702
713
|
and: 'y '
|
703
|
-
confirm_delete: '¿
|
714
|
+
confirm_delete: '¿Seguro que quieres eliminar este boletín?'
|
704
715
|
followers: 'seguidores '
|
705
716
|
has_been_sent_to: 'Se ha enviado a: '
|
706
717
|
no_scopes: Sin ámbitos
|
@@ -715,7 +726,7 @@ es:
|
|
715
726
|
select_recipients_to_deliver:
|
716
727
|
all_spaces: Todos
|
717
728
|
all_users_help: Envía el boletín de noticias a todos las participantes confirmadas.
|
718
|
-
confirm_deliver: '¿
|
729
|
+
confirm_deliver: '¿Seguro que quieres enviar este boletín? Esta acción no se puede deshacer.'
|
719
730
|
deliver: Enviar boletín
|
720
731
|
followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
|
721
732
|
none: Ninguno
|
@@ -840,7 +851,7 @@ es:
|
|
840
851
|
title: Participante de espacio de participación privado
|
841
852
|
new:
|
842
853
|
create: Crear
|
843
|
-
title: Nueva participante
|
854
|
+
title: Nueva participante del espacio privado.
|
844
855
|
participatory_space_private_users_csv_imports:
|
845
856
|
create:
|
846
857
|
invalid: Se produjo un error al leer el archivo CSV.
|
@@ -848,7 +859,7 @@ es:
|
|
848
859
|
new:
|
849
860
|
destroy:
|
850
861
|
button: Borrar todas las participantes privadas
|
851
|
-
confirm: '¿
|
862
|
+
confirm: '¿Seguro que quieres eliminar todas las participantes privadas? Esta acción no se puede deshacer, no podrás recuperarlas.'
|
852
863
|
empty: No hay participantes privadas.
|
853
864
|
explanation: Hay %{count} participante/s privada/s.
|
854
865
|
title: Borrar las participantes privadas
|
@@ -1065,14 +1076,14 @@ es:
|
|
1065
1076
|
moderation:
|
1066
1077
|
fields:
|
1067
1078
|
created_at: Fecha de creación
|
1068
|
-
deleted_resource:
|
1079
|
+
deleted_resource: Recurso eliminado
|
1069
1080
|
hidden_at: Fecha de ocultación
|
1070
1081
|
participatory_space: Espacio participativo
|
1071
1082
|
report_count: Recuento
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Tipo
|
1074
1085
|
reported_content_url: URL del contenido reportado
|
1075
|
-
reports:
|
1086
|
+
reports: Informes
|
1076
1087
|
visit_url: Visita la URL
|
1077
1088
|
report:
|
1078
1089
|
fields:
|