decidim-admin 0.26.4 → 0.26.5
Sign up to get free protection for your applications and to get access to all the features.
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/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/permissions/decidim/admin/permissions.rb +18 -1
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -1
- data/config/locales/ar.yml +16 -11
- data/config/locales/ca.yml +15 -4
- data/config/locales/cs.yml +14 -2
- data/config/locales/de.yml +14 -3
- data/config/locales/en.yml +11 -0
- data/config/locales/es-MX.yml +13 -2
- data/config/locales/es-PY.yml +13 -2
- data/config/locales/es.yml +15 -4
- data/config/locales/eu.yml +30 -11
- data/config/locales/fi-plain.yml +13 -2
- data/config/locales/fi.yml +15 -4
- data/config/locales/fr-CA.yml +12 -1
- data/config/locales/fr.yml +12 -1
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +4 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +13 -1
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lv.yml +1 -1
- data/config/locales/nl.yml +1 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/ro-RO.yml +16 -4
- data/config/locales/ru.yml +4 -1
- data/config/locales/sk.yml +1 -1
- data/config/locales/sr-CS.yml +8 -0
- data/config/locales/sv.yml +16 -3
- data/config/locales/tr-TR.yml +2 -0
- data/config/locales/uk.yml +4 -1
- data/config/locales/zh-CN.yml +1 -1
- data/lib/decidim/admin/test/manage_moderations_examples.rb +7 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -8
data/config/locales/es.yml
CHANGED
@@ -14,17 +14,24 @@ es:
|
|
14
14
|
description: Descripción
|
15
15
|
file: Archivo
|
16
16
|
title: Nombre del adjunto o imagen
|
17
|
+
weight: Orden de posición
|
17
18
|
attachment_collection:
|
18
19
|
description: Descripción
|
19
20
|
name: Nombre
|
21
|
+
weight: Orden de posición
|
20
22
|
category:
|
21
23
|
description: Descripción
|
22
24
|
name: Nombre
|
23
25
|
parent_id: Superior
|
26
|
+
weight: Orden de posición
|
24
27
|
component:
|
25
28
|
name: Nombre
|
26
29
|
published_at: Publicado en
|
27
30
|
weight: Orden de posición
|
31
|
+
external_domain:
|
32
|
+
value: Valor
|
33
|
+
help_section:
|
34
|
+
content: Contenido
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Importar como
|
@@ -92,6 +99,9 @@ es:
|
|
92
99
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
93
100
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
94
101
|
youtube_handler: Nombre de YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Correo electrónico
|
104
|
+
name: Nombre
|
95
105
|
scope:
|
96
106
|
code: Código
|
97
107
|
name: Nombre
|
@@ -113,6 +123,7 @@ es:
|
|
113
123
|
show_in_footer: Mostrar en el pie de página
|
114
124
|
slug: Texto corto de URL
|
115
125
|
title: Título
|
126
|
+
topic_id: Asunto
|
116
127
|
weight: Orden de posición
|
117
128
|
static_page_topic:
|
118
129
|
description: Descripción
|
@@ -689,7 +700,7 @@ es:
|
|
689
700
|
all: todos
|
690
701
|
all_users: 'Todos los usuarios '
|
691
702
|
and: 'y '
|
692
|
-
confirm_delete: '¿
|
703
|
+
confirm_delete: '¿Seguro que quieres eliminar este boletín?'
|
693
704
|
followers: 'seguidores '
|
694
705
|
has_been_sent_to: 'Se ha enviado a: '
|
695
706
|
no_scopes: Sin ámbitos
|
@@ -704,7 +715,7 @@ es:
|
|
704
715
|
select_recipients_to_deliver:
|
705
716
|
all_spaces: Todos
|
706
717
|
all_users_help: Envía el boletín de noticias a todos las participantes confirmadas.
|
707
|
-
confirm_deliver: '¿
|
718
|
+
confirm_deliver: '¿Seguro que quieres enviar este boletín? Esta acción no se puede deshacer.'
|
708
719
|
deliver: Enviar boletín
|
709
720
|
followers_help: Envía el boletín de noticias a todas las participantes confirmadas que sigan cualquier espacio participativo seleccionado en la lista.
|
710
721
|
none: Ninguno
|
@@ -1039,14 +1050,14 @@ es:
|
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
1052
|
created_at: Fecha de creación
|
1042
|
-
deleted_resource:
|
1053
|
+
deleted_resource: Recurso eliminado
|
1043
1054
|
hidden_at: Fecha de ocultación
|
1044
1055
|
participatory_space: Espacio participativo
|
1045
1056
|
report_count: Recuento
|
1046
1057
|
reportable_id: ID
|
1047
1058
|
reportable_type: Tipo
|
1048
1059
|
reported_content_url: URL del contenido reportado
|
1049
|
-
reports:
|
1060
|
+
reports: Informes
|
1050
1061
|
visit_url: Visita la URL
|
1051
1062
|
report:
|
1052
1063
|
fields:
|
data/config/locales/eu.yml
CHANGED
@@ -14,17 +14,24 @@ eu:
|
|
14
14
|
description: Descripción
|
15
15
|
file: Fitxategia
|
16
16
|
title: Erantsitakoaren edo irudiaren izena
|
17
|
+
weight: Kokapenaren hurrenkera
|
17
18
|
attachment_collection:
|
18
19
|
description: Deskribapena
|
19
20
|
name: Izena
|
21
|
+
weight: Kokapenaren hurrenkera
|
20
22
|
category:
|
21
23
|
description: Descripción
|
22
24
|
name: Izena
|
23
25
|
parent_id: Nagusia
|
26
|
+
weight: Kokapenaren hurrenkera
|
24
27
|
component:
|
25
28
|
name: Izena
|
26
29
|
published_at: Argitaratu at
|
27
30
|
weight: Kokapenaren hurrenkera
|
31
|
+
external_domain:
|
32
|
+
value: Balioa
|
33
|
+
help_section:
|
34
|
+
content: Edukia
|
28
35
|
id: NAN
|
29
36
|
import:
|
30
37
|
user_group_id: Inportatu hau bezala
|
@@ -92,6 +99,9 @@ eu:
|
|
92
99
|
welcome_notification_body: Ongietorri-jakinarazpenaren mezuaren atala
|
93
100
|
welcome_notification_subject: Ongietorri-jakinarazpenaren mezuaren gaia
|
94
101
|
youtube_handler: YouTube kudeatzailea
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Helbide elektronikoa
|
104
|
+
name: Izena
|
95
105
|
scope:
|
96
106
|
code: Kodea
|
97
107
|
name: Izena
|
@@ -113,6 +123,7 @@ eu:
|
|
113
123
|
show_in_footer: Erakutsi orri-oinean
|
114
124
|
slug: URL laburra
|
115
125
|
title: Titulua
|
126
|
+
topic_id: Gaia
|
116
127
|
weight: Kokapenaren hurrenkera
|
117
128
|
static_page_topic:
|
118
129
|
description: Deskribapena
|
@@ -123,6 +134,10 @@ eu:
|
|
123
134
|
file: file
|
124
135
|
errors:
|
125
136
|
models:
|
137
|
+
newsletter:
|
138
|
+
attributes:
|
139
|
+
base:
|
140
|
+
at_least_one_space: Aukeratu parte hartzeko espazio bat gutxienez
|
126
141
|
organization:
|
127
142
|
attributes:
|
128
143
|
official_img_footer:
|
@@ -173,7 +188,7 @@ eu:
|
|
173
188
|
reject: Ukatu
|
174
189
|
share: Partekatu
|
175
190
|
user:
|
176
|
-
new:
|
191
|
+
new: Erabiltzaile berria
|
177
192
|
verify: Egiaztatu
|
178
193
|
admin_terms_of_use:
|
179
194
|
accept:
|
@@ -197,7 +212,7 @@ eu:
|
|
197
212
|
success: Area mota behar bezala suntsitu da
|
198
213
|
edit:
|
199
214
|
title: Editatu eremu mota
|
200
|
-
update:
|
215
|
+
update: Onartu
|
201
216
|
new:
|
202
217
|
create: Sortu eremu mota
|
203
218
|
title: Area mota berria
|
@@ -213,7 +228,7 @@ eu:
|
|
213
228
|
success: Area behar bezala suntsitu da
|
214
229
|
edit:
|
215
230
|
title: Editatu eremua
|
216
|
-
update:
|
231
|
+
update: Eguneratu
|
217
232
|
new:
|
218
233
|
create: Sortu eremua
|
219
234
|
title: Area berria
|
@@ -229,7 +244,7 @@ eu:
|
|
229
244
|
success: Karpeta ondo suntsitu da.
|
230
245
|
edit:
|
231
246
|
title: Editatu karpeta
|
232
|
-
update:
|
247
|
+
update: Onartu
|
233
248
|
index:
|
234
249
|
attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
|
235
250
|
attachment_collections_title: Eranskinen karpetak
|
@@ -297,7 +312,7 @@ eu:
|
|
297
312
|
success: Osagaia zuzen ezabatu da.
|
298
313
|
edit:
|
299
314
|
title: Editatu osagaia
|
300
|
-
update:
|
315
|
+
update: Onartu
|
301
316
|
form:
|
302
317
|
default_step_settings: Urratsen ezarpen lehenetsiak
|
303
318
|
global_settings: Ezarpen globalak
|
@@ -338,7 +353,7 @@ eu:
|
|
338
353
|
dashboard:
|
339
354
|
show:
|
340
355
|
view_more_logs: Ikusi gehiago erregistroak
|
341
|
-
welcome: Ongi etorri Decidim
|
356
|
+
welcome: Ongi etorri Decidim Administrazio Panelera.
|
342
357
|
domain_whitelist:
|
343
358
|
form:
|
344
359
|
domain_too_short: Domeinu laburregia
|
@@ -426,7 +441,7 @@ eu:
|
|
426
441
|
help_sections:
|
427
442
|
error: Errore bat gertatu da laguntza-atalak eguneratuz
|
428
443
|
form:
|
429
|
-
save:
|
444
|
+
save: Gorde
|
430
445
|
success: Laguntza atalak behar bezala eguneratu dira
|
431
446
|
impersonatable_users:
|
432
447
|
index:
|
@@ -466,6 +481,9 @@ eu:
|
|
466
481
|
data_errors:
|
467
482
|
duplicate_headers:
|
468
483
|
detail: Mesedez, egiaztatu fitxategiak behin bakarrik eskatzen diren zutabeak edo goiburuak dituela.
|
484
|
+
message:
|
485
|
+
one: Bikoiztu zutabeak %{columns}.
|
486
|
+
other: Bikoiztu %{columns} zutabe.
|
469
487
|
invalid_indexes:
|
470
488
|
lines:
|
471
489
|
detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
|
@@ -511,7 +529,7 @@ eu:
|
|
511
529
|
moderation: Moderazio globalak
|
512
530
|
newsletters: Buletinak
|
513
531
|
participants: Parte-hartzaileak
|
514
|
-
reported_users: Erabiltzaile
|
532
|
+
reported_users: Erabiltzaile informatuak
|
515
533
|
scope_types: Esparru motak
|
516
534
|
scopes: Esparruak
|
517
535
|
settings: Ezarpenak
|
@@ -610,7 +628,7 @@ eu:
|
|
610
628
|
nickname: Ezizena
|
611
629
|
reason: Arrazoia
|
612
630
|
reports: Salaketa kopurua
|
613
|
-
title:
|
631
|
+
title: Informatutako erabiltzaileen zerrenda
|
614
632
|
report:
|
615
633
|
reasons:
|
616
634
|
does_not_belong: Ez da bidezkoa
|
@@ -794,7 +812,7 @@ eu:
|
|
794
812
|
inactive_content_blocks: Eduki eduki gabeko blokeak
|
795
813
|
organization_homepage_content_blocks:
|
796
814
|
edit:
|
797
|
-
update:
|
815
|
+
update: Onartu
|
798
816
|
participatory_space_private_users:
|
799
817
|
create:
|
800
818
|
error: Errore bat gertatu da partaidetza espazio honen erabiltzaile pribatua gehitzean.
|
@@ -1020,9 +1038,10 @@ eu:
|
|
1020
1038
|
hidden_at: Ezkutatze-data
|
1021
1039
|
participatory_space: Parte hartzeko esparrua
|
1022
1040
|
report_count: Zenbaketa
|
1041
|
+
reportable_id: ID
|
1023
1042
|
reportable_type: Mota
|
1024
1043
|
reported_content_url: Emandako edukiaren URLa
|
1025
|
-
reports:
|
1044
|
+
reports: Txostenak
|
1026
1045
|
visit_url: Bisitatu URLa
|
1027
1046
|
report:
|
1028
1047
|
fields:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -14,17 +14,24 @@ fi-pl:
|
|
14
14
|
description: Kuvaus
|
15
15
|
file: Tiedosto
|
16
16
|
title: Liitetiedoston tai kuvan nimi
|
17
|
+
weight: Järjestysnumero
|
17
18
|
attachment_collection:
|
18
19
|
description: Kuvaus
|
19
20
|
name: Nimi
|
21
|
+
weight: Järjestysnumero
|
20
22
|
category:
|
21
23
|
description: Kuvaus
|
22
24
|
name: Nimi
|
23
25
|
parent_id: Yläaihepiiri
|
26
|
+
weight: Järjestysnumero
|
24
27
|
component:
|
25
28
|
name: Nimi
|
26
29
|
published_at: Julkaistu osoitteessa
|
27
30
|
weight: Järjestysnumero
|
31
|
+
external_domain:
|
32
|
+
value: Arvo
|
33
|
+
help_section:
|
34
|
+
content: Sisältö
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Tuo käyttäjänä
|
@@ -92,6 +99,9 @@ fi-pl:
|
|
92
99
|
welcome_notification_body: Tervetuloilmoituksen runko
|
93
100
|
welcome_notification_subject: Tervetuloilmoituksen otsikko
|
94
101
|
youtube_handler: YouTube-käsittelijä
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Sähköpostiosoite
|
104
|
+
name: Nimi
|
95
105
|
scope:
|
96
106
|
code: Koodi
|
97
107
|
name: Nimi
|
@@ -113,6 +123,7 @@ fi-pl:
|
|
113
123
|
show_in_footer: Näytä alatunnisteessa
|
114
124
|
slug: URL-tunniste
|
115
125
|
title: Otsikko
|
126
|
+
topic_id: Aihe
|
116
127
|
weight: Järjestysnumero
|
117
128
|
static_page_topic:
|
118
129
|
description: Kuvaus
|
@@ -1038,7 +1049,7 @@ fi-pl:
|
|
1038
1049
|
models:
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
|
-
created_at:
|
1052
|
+
created_at: Luontipäivämäärä
|
1042
1053
|
deleted_resource: Poistettu tietue
|
1043
1054
|
hidden_at: Piilotuksen ajankohta
|
1044
1055
|
participatory_space: Osallistumistila
|
@@ -1046,7 +1057,7 @@ fi-pl:
|
|
1046
1057
|
reportable_id: ID
|
1047
1058
|
reportable_type: Tyyppi
|
1048
1059
|
reported_content_url: Raportoidun sisällön URL
|
1049
|
-
reports:
|
1060
|
+
reports: Ilmoitukset
|
1050
1061
|
visit_url: Vieraile URL-osoitteessa
|
1051
1062
|
report:
|
1052
1063
|
fields:
|
data/config/locales/fi.yml
CHANGED
@@ -14,17 +14,24 @@ fi:
|
|
14
14
|
description: Kuvaus
|
15
15
|
file: Tiedosto
|
16
16
|
title: Liitetiedoston tai kuvan nimi
|
17
|
+
weight: Järjestysnumero
|
17
18
|
attachment_collection:
|
18
19
|
description: Kuvaus
|
19
20
|
name: Nimi
|
21
|
+
weight: Järjestysnumero
|
20
22
|
category:
|
21
23
|
description: Kuvaus
|
22
24
|
name: Nimi
|
23
25
|
parent_id: Yläaihepiiri
|
26
|
+
weight: Järjestysnumero
|
24
27
|
component:
|
25
28
|
name: Nimi
|
26
29
|
published_at: Julkaistu osoitteessa
|
27
30
|
weight: Järjestysnumero
|
31
|
+
external_domain:
|
32
|
+
value: Arvo
|
33
|
+
help_section:
|
34
|
+
content: Sisältö
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Tuo käyttäjänä
|
@@ -92,6 +99,9 @@ fi:
|
|
92
99
|
welcome_notification_body: Tervetuloilmoituksen runko
|
93
100
|
welcome_notification_subject: Tervetuloilmoituksen otsikko
|
94
101
|
youtube_handler: YouTube-käsittelijä
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Sähköpostiosoite
|
104
|
+
name: Nimi
|
95
105
|
scope:
|
96
106
|
code: Koodi
|
97
107
|
name: Nimi
|
@@ -113,6 +123,7 @@ fi:
|
|
113
123
|
show_in_footer: Näytä alatunnisteessa
|
114
124
|
slug: URL-tunniste
|
115
125
|
title: Otsikko
|
126
|
+
topic_id: Aihe
|
116
127
|
weight: Järjestysnumero
|
117
128
|
static_page_topic:
|
118
129
|
description: Kuvaus
|
@@ -812,8 +823,8 @@ fi:
|
|
812
823
|
title: Sallittujen ulkoisten verkkotunnusten lista
|
813
824
|
organization_homepage:
|
814
825
|
edit:
|
815
|
-
active_content_blocks: Aktiiviset
|
816
|
-
inactive_content_blocks:
|
826
|
+
active_content_blocks: Aktiiviset sisältölohkot
|
827
|
+
inactive_content_blocks: Käytöstä poistetut sisältölohkot
|
817
828
|
organization_homepage_content_blocks:
|
818
829
|
edit:
|
819
830
|
update: Päivitä
|
@@ -1038,7 +1049,7 @@ fi:
|
|
1038
1049
|
models:
|
1039
1050
|
moderation:
|
1040
1051
|
fields:
|
1041
|
-
created_at:
|
1052
|
+
created_at: Luontipäivämäärä
|
1042
1053
|
deleted_resource: Poistettu tietue
|
1043
1054
|
hidden_at: Piilotuksen ajankohta
|
1044
1055
|
participatory_space: Osallistumistila
|
@@ -1046,7 +1057,7 @@ fi:
|
|
1046
1057
|
reportable_id: ID
|
1047
1058
|
reportable_type: Tyyppi
|
1048
1059
|
reported_content_url: Raportoidun sisällön URL
|
1049
|
-
reports:
|
1060
|
+
reports: Ilmoitukset
|
1050
1061
|
visit_url: Vieraile URL-osoitteessa
|
1051
1062
|
report:
|
1052
1063
|
fields:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -14,17 +14,24 @@ fr-CA:
|
|
14
14
|
description: Description
|
15
15
|
file: Fichier
|
16
16
|
title: Nom de la pièce jointe ou de l'image
|
17
|
+
weight: Rang d'affichage
|
17
18
|
attachment_collection:
|
18
19
|
description: Description
|
19
20
|
name: Titre
|
21
|
+
weight: Rang d'affichage
|
20
22
|
category:
|
21
23
|
description: Description
|
22
24
|
name: Titre
|
23
25
|
parent_id: Parent
|
26
|
+
weight: Rang d'affichage
|
24
27
|
component:
|
25
28
|
name: Titre
|
26
29
|
published_at: Publiée à
|
27
30
|
weight: Rang
|
31
|
+
external_domain:
|
32
|
+
value: Valeur
|
33
|
+
help_section:
|
34
|
+
content: Contenu
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Créer des imports en tant que
|
@@ -92,6 +99,9 @@ fr-CA:
|
|
92
99
|
welcome_notification_body: Corps du mail de bienvenue
|
93
100
|
welcome_notification_subject: Objet du mail de bienvenue
|
94
101
|
youtube_handler: Gestionnaire YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Email
|
104
|
+
name: Nom
|
95
105
|
scope:
|
96
106
|
code: Code
|
97
107
|
name: Titre
|
@@ -113,6 +123,7 @@ fr-CA:
|
|
113
123
|
show_in_footer: Montrer dans le pied de page
|
114
124
|
slug: Identifiant
|
115
125
|
title: Titre
|
126
|
+
topic_id: Sujet
|
116
127
|
weight: Rang
|
117
128
|
static_page_topic:
|
118
129
|
description: La description
|
@@ -1046,7 +1057,7 @@ fr-CA:
|
|
1046
1057
|
reportable_id: ID
|
1047
1058
|
reportable_type: Type
|
1048
1059
|
reported_content_url: URL
|
1049
|
-
reports:
|
1060
|
+
reports: Signalements
|
1050
1061
|
visit_url: Visitez l'URL
|
1051
1062
|
report:
|
1052
1063
|
fields:
|
data/config/locales/fr.yml
CHANGED
@@ -14,17 +14,24 @@ fr:
|
|
14
14
|
description: Description
|
15
15
|
file: Fichier
|
16
16
|
title: Nom de la pièce jointe ou de l'image
|
17
|
+
weight: Rang d'affichage
|
17
18
|
attachment_collection:
|
18
19
|
description: Description
|
19
20
|
name: Titre
|
21
|
+
weight: Rang d'affichage
|
20
22
|
category:
|
21
23
|
description: Description
|
22
24
|
name: Titre
|
23
25
|
parent_id: Parent
|
26
|
+
weight: Rang d'affichage
|
24
27
|
component:
|
25
28
|
name: Titre
|
26
29
|
published_at: Publiée à
|
27
30
|
weight: Rang d'affichage
|
31
|
+
external_domain:
|
32
|
+
value: Valeur
|
33
|
+
help_section:
|
34
|
+
content: Contenu
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Créer des imports en tant que
|
@@ -92,6 +99,9 @@ fr:
|
|
92
99
|
welcome_notification_body: Corps du mail de bienvenue
|
93
100
|
welcome_notification_subject: Objet du mail de bienvenue
|
94
101
|
youtube_handler: Gestionnaire YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Email
|
104
|
+
name: Nom
|
95
105
|
scope:
|
96
106
|
code: Code
|
97
107
|
name: Titre
|
@@ -113,6 +123,7 @@ fr:
|
|
113
123
|
show_in_footer: Montrer dans le pied de page
|
114
124
|
slug: Identifiant
|
115
125
|
title: Titre
|
126
|
+
topic_id: Sujet
|
116
127
|
weight: Rang d'affichage
|
117
128
|
static_page_topic:
|
118
129
|
description: La description
|
@@ -1046,7 +1057,7 @@ fr:
|
|
1046
1057
|
reportable_id: ID
|
1047
1058
|
reportable_type: Type
|
1048
1059
|
reported_content_url: URL
|
1049
|
-
reports:
|
1060
|
+
reports: Signalements
|
1050
1061
|
visit_url: Visitez l'URL
|
1051
1062
|
report:
|
1052
1063
|
fields:
|
data/config/locales/id-ID.yml
CHANGED
@@ -661,10 +661,10 @@ id:
|
|
661
661
|
models:
|
662
662
|
moderation:
|
663
663
|
fields:
|
664
|
+
created_at: Tanggal pembuatan
|
664
665
|
hidden_at: Tersembunyi di
|
665
666
|
report_count: Menghitung
|
666
667
|
reported_content_url: URL konten yang dilaporkan
|
667
|
-
reports: Laporan
|
668
668
|
visit_url: Kunjungi URL
|
669
669
|
errors:
|
670
670
|
messages:
|
data/config/locales/is-IS.yml
CHANGED
@@ -445,6 +445,9 @@ is-IS:
|
|
445
445
|
homepage_highlighted_content_banner_title: Hápunktur efni borði
|
446
446
|
images:
|
447
447
|
layout_appearance_title: Breyta útliti útlits
|
448
|
+
organization_homepage_content_blocks:
|
449
|
+
edit:
|
450
|
+
update: Uppfæra
|
448
451
|
participatory_space_private_users:
|
449
452
|
new:
|
450
453
|
create: Búa til
|
@@ -533,10 +536,10 @@ is-IS:
|
|
533
536
|
models:
|
534
537
|
moderation:
|
535
538
|
fields:
|
539
|
+
created_at: Sköpunardegi
|
536
540
|
hidden_at: Falinn á
|
537
541
|
report_count: Telja
|
538
542
|
reported_content_url: Tilkynnt efni vefslóð
|
539
|
-
reports: Skýrslur
|
540
543
|
visit_url: Heimsókn vefslóð
|
541
544
|
errors:
|
542
545
|
messages:
|
data/config/locales/it.yml
CHANGED
@@ -774,7 +774,7 @@ it:
|
|
774
774
|
inactive_content_blocks: Blocchi di contenuto inattivo
|
775
775
|
organization_homepage_content_blocks:
|
776
776
|
edit:
|
777
|
-
update:
|
777
|
+
update: Aggiorna
|
778
778
|
participatory_space_private_users:
|
779
779
|
create:
|
780
780
|
error: Si è verificato un errore durante l'aggiunta di un utente privato per questo spazio partecipativo.
|
data/config/locales/ja.yml
CHANGED
@@ -14,17 +14,24 @@ ja:
|
|
14
14
|
description: 説明
|
15
15
|
file: ファイル
|
16
16
|
title: 添付ファイルまたは画像名
|
17
|
+
weight: 並び順の位置
|
17
18
|
attachment_collection:
|
18
19
|
description: 説明
|
19
20
|
name: 名前
|
21
|
+
weight: 並び順の位置
|
20
22
|
category:
|
21
23
|
description: 説明
|
22
24
|
name: 名前
|
23
25
|
parent_id: 親
|
26
|
+
weight: 並び順の位置
|
24
27
|
component:
|
25
28
|
name: 名前
|
26
29
|
published_at: 公開日時
|
27
30
|
weight: 順番の位置
|
31
|
+
external_domain:
|
32
|
+
value: 値
|
33
|
+
help_section:
|
34
|
+
content: 内容
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: インポートを作成
|
@@ -92,6 +99,9 @@ ja:
|
|
92
99
|
welcome_notification_body: ウェルカム通知本文
|
93
100
|
welcome_notification_subject: ウェルカム通知の件名
|
94
101
|
youtube_handler: YouTube ハンドラー
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: Eメールアドレス
|
104
|
+
name: 名前
|
95
105
|
scope:
|
96
106
|
code: コード
|
97
107
|
name: 名前
|
@@ -113,6 +123,7 @@ ja:
|
|
113
123
|
show_in_footer: フッターに表示
|
114
124
|
slug: URL スラグ
|
115
125
|
title: タイトル
|
126
|
+
topic_id: トピック
|
116
127
|
weight: 順番の位置
|
117
128
|
static_page_topic:
|
118
129
|
description: 説明
|
@@ -184,6 +195,7 @@ ja:
|
|
184
195
|
error: 管理者向け利用規約に同意中にエラーが発生しました。
|
185
196
|
success: ありがとうございます、管理者向け利用規約に同意しました。
|
186
197
|
actions:
|
198
|
+
accept: 利用規約に同意します
|
187
199
|
are_you_sure: 管理者向け利用規約を削除してもよろしいですか?
|
188
200
|
refuse: 同意しない
|
189
201
|
title: 利用規約に同意する
|
@@ -1041,7 +1053,7 @@ ja:
|
|
1041
1053
|
reportable_id: ID
|
1042
1054
|
reportable_type: 種別
|
1043
1055
|
reported_content_url: 報告されたコンテンツ URL
|
1044
|
-
reports:
|
1056
|
+
reports: 報告
|
1045
1057
|
visit_url: URL を参照
|
1046
1058
|
report:
|
1047
1059
|
fields:
|
@@ -0,0 +1 @@
|
|
1
|
+
ka:
|
data/config/locales/lv.yml
CHANGED
@@ -749,10 +749,10 @@ lv:
|
|
749
749
|
models:
|
750
750
|
moderation:
|
751
751
|
fields:
|
752
|
+
created_at: Izveides datums
|
752
753
|
hidden_at: Paslēpts plkst.
|
753
754
|
report_count: Skaits
|
754
755
|
reported_content_url: Paziņotā satura URL
|
755
|
-
reports: Ziņojumi
|
756
756
|
visit_url: Apmeklēt URL
|
757
757
|
errors:
|
758
758
|
messages:
|
data/config/locales/nl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
@@ -14,17 +14,24 @@ ro:
|
|
14
14
|
description: Descriere
|
15
15
|
file: Fişier
|
16
16
|
title: Numele fișierului sau al imaginii atașate
|
17
|
+
weight: Poziție
|
17
18
|
attachment_collection:
|
18
19
|
description: Descriere
|
19
20
|
name: Nume
|
21
|
+
weight: Poziție
|
20
22
|
category:
|
21
23
|
description: Descriere
|
22
24
|
name: Nume
|
23
25
|
parent_id: Categoria mamă
|
26
|
+
weight: Poziție
|
24
27
|
component:
|
25
28
|
name: Nume
|
26
29
|
published_at: Publicat în
|
27
|
-
weight:
|
30
|
+
weight: Poziție
|
31
|
+
external_domain:
|
32
|
+
value: Valoare
|
33
|
+
help_section:
|
34
|
+
content: Conținut
|
28
35
|
id: ID
|
29
36
|
import:
|
30
37
|
user_group_id: Creează importuri ca
|
@@ -92,6 +99,9 @@ ro:
|
|
92
99
|
welcome_notification_body: Conținutul notificării de bun venit
|
93
100
|
welcome_notification_subject: Subiectul notificării de bun venit
|
94
101
|
youtube_handler: Responsabil YouTube
|
102
|
+
participatory_space_private_user:
|
103
|
+
email: E-mail
|
104
|
+
name: Nume
|
95
105
|
scope:
|
96
106
|
code: Cod
|
97
107
|
name: Nume
|
@@ -113,12 +123,13 @@ ro:
|
|
113
123
|
show_in_footer: Afișează în subsol
|
114
124
|
slug: URL slug
|
115
125
|
title: Titlu
|
116
|
-
|
126
|
+
topic_id: Subiect
|
127
|
+
weight: Poziție
|
117
128
|
static_page_topic:
|
118
129
|
description: Descriere
|
119
130
|
show_in_footer: Afișează în subsol
|
120
131
|
title: Titlu
|
121
|
-
weight:
|
132
|
+
weight: Poziție
|
122
133
|
user_group_csv_verification:
|
123
134
|
file: Fişier
|
124
135
|
errors:
|
@@ -1047,6 +1058,7 @@ ro:
|
|
1047
1058
|
hidden_at: Ascuns la
|
1048
1059
|
participatory_space: Spațiu participativ
|
1049
1060
|
report_count: Număr
|
1061
|
+
reportable_id: ID
|
1050
1062
|
reportable_type: Tip
|
1051
1063
|
reported_content_url: URL-ul conținutului raportat
|
1052
1064
|
reports: Rapoarte
|
@@ -1063,7 +1075,7 @@ ro:
|
|
1063
1075
|
decidim:
|
1064
1076
|
admin:
|
1065
1077
|
global_moderations:
|
1066
|
-
title:
|
1078
|
+
title: Moderări globale
|
1067
1079
|
newsletters:
|
1068
1080
|
title: Buletine informative
|
1069
1081
|
settings:
|