decidim-admin 0.27.1 → 0.27.2
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/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 +16 -5
- 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 +16 -5
- data/config/locales/eu.yml +32 -9
- 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 +20 -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 +24 -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 +10 -9
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
|
@@ -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
|
@@ -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:
|
data/config/locales/eu.yml
CHANGED
@@ -15,17 +15,24 @@ eu:
|
|
15
15
|
description: Descripción
|
16
16
|
file: Fitxategia
|
17
17
|
title: Erantsitakoaren edo irudiaren izena
|
18
|
+
weight: Kokapenaren hurrenkera
|
18
19
|
attachment_collection:
|
19
20
|
description: Deskribapena
|
20
21
|
name: Izena
|
22
|
+
weight: Kokapenaren hurrenkera
|
21
23
|
category:
|
22
24
|
description: Descripción
|
23
25
|
name: Izena
|
24
26
|
parent_id: Nagusia
|
27
|
+
weight: Kokapenaren hurrenkera
|
25
28
|
component:
|
26
29
|
name: Izena
|
27
30
|
published_at: Argitaratu at
|
28
31
|
weight: Kokapenaren hurrenkera
|
32
|
+
external_domain:
|
33
|
+
value: Balioa
|
34
|
+
help_section:
|
35
|
+
content: Edukia
|
29
36
|
id: NAN
|
30
37
|
import:
|
31
38
|
user_group_id: Inportatu hau bezala
|
@@ -93,6 +100,9 @@ eu:
|
|
93
100
|
welcome_notification_body: Ongietorri-jakinarazpenaren mezuaren atala
|
94
101
|
welcome_notification_subject: Ongietorri-jakinarazpenaren mezuaren gaia
|
95
102
|
youtube_handler: YouTube kudeatzailea
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Helbide elektronikoa
|
105
|
+
name: Izena
|
96
106
|
scope:
|
97
107
|
code: Kodea
|
98
108
|
name: Izena
|
@@ -114,6 +124,7 @@ eu:
|
|
114
124
|
show_in_footer: Erakutsi orri-oinean
|
115
125
|
slug: URL laburra
|
116
126
|
title: Titulua
|
127
|
+
topic_id: Gaia
|
117
128
|
weight: Kokapenaren hurrenkera
|
118
129
|
static_page_topic:
|
119
130
|
description: Deskribapena
|
@@ -124,6 +135,10 @@ eu:
|
|
124
135
|
file: file
|
125
136
|
errors:
|
126
137
|
models:
|
138
|
+
newsletter:
|
139
|
+
attributes:
|
140
|
+
base:
|
141
|
+
at_least_one_space: Aukeratu parte hartzeko espazio bat gutxienez
|
127
142
|
organization:
|
128
143
|
attributes:
|
129
144
|
official_img_footer:
|
@@ -181,6 +196,8 @@ eu:
|
|
181
196
|
permissions: Baimenak
|
182
197
|
reject: Ukatu
|
183
198
|
share: Partekatu
|
199
|
+
user:
|
200
|
+
new: Administratzaile berria
|
184
201
|
verify: Egiaztatu
|
185
202
|
admin_terms_of_use:
|
186
203
|
accept:
|
@@ -204,7 +221,7 @@ eu:
|
|
204
221
|
success: Area mota behar bezala suntsitu da
|
205
222
|
edit:
|
206
223
|
title: Editatu eremu mota
|
207
|
-
update:
|
224
|
+
update: Onartu
|
208
225
|
new:
|
209
226
|
create: Sortu eremu mota
|
210
227
|
title: Area mota berria
|
@@ -220,7 +237,7 @@ eu:
|
|
220
237
|
success: Area behar bezala suntsitu da
|
221
238
|
edit:
|
222
239
|
title: Editatu eremua
|
223
|
-
update:
|
240
|
+
update: Onartu
|
224
241
|
new:
|
225
242
|
create: Sortu eremua
|
226
243
|
title: Area berria
|
@@ -236,7 +253,7 @@ eu:
|
|
236
253
|
success: Karpeta ondo suntsitu da.
|
237
254
|
edit:
|
238
255
|
title: Editatu karpeta
|
239
|
-
update:
|
256
|
+
update: Onartu
|
240
257
|
index:
|
241
258
|
attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
|
242
259
|
attachment_collections_title: Eranskinen karpetak
|
@@ -263,6 +280,8 @@ eu:
|
|
263
280
|
update:
|
264
281
|
error: Errorea gertatu da fitxategi erantsi bat eguneratzean.
|
265
282
|
success: Fitxategi erantsia zuzen eguneratu da.
|
283
|
+
attachments_privacy_warning:
|
284
|
+
message: Kontuz ibili fitxategi erantsiekin espazio pribatu batean lan egiten duzunean, edozein parte-hartzailek parteka dezake dokumentu hau beste pertsona batzuekin.
|
266
285
|
autocomplete:
|
267
286
|
no_results: Ez da emaitzarik aurkitu
|
268
287
|
search_prompt: Idatzi bilaketak gutxienez hiru karaktere
|
@@ -304,7 +323,7 @@ eu:
|
|
304
323
|
success: Osagaia zuzen ezabatu da.
|
305
324
|
edit:
|
306
325
|
title: Editatu osagaia
|
307
|
-
update:
|
326
|
+
update: Onartu
|
308
327
|
form:
|
309
328
|
default_step_settings: Urratsen ezarpen lehenetsiak
|
310
329
|
global_settings: Ezarpen globalak
|
@@ -432,7 +451,7 @@ eu:
|
|
432
451
|
help_sections:
|
433
452
|
error: Errore bat gertatu da laguntza-atalak eguneratuz
|
434
453
|
form:
|
435
|
-
save:
|
454
|
+
save: Gorde
|
436
455
|
success: Laguntza atalak behar bezala eguneratu dira
|
437
456
|
impersonatable_users:
|
438
457
|
index:
|
@@ -472,6 +491,9 @@ eu:
|
|
472
491
|
data_errors:
|
473
492
|
duplicate_headers:
|
474
493
|
detail: Mesedez, egiaztatu fitxategiak behin bakarrik eskatzen diren zutabeak edo goiburuak dituela.
|
494
|
+
message:
|
495
|
+
one: Bikoiztu zutabeak %{columns}.
|
496
|
+
other: Bikoiztu %{columns} zutabe.
|
475
497
|
invalid_indexes:
|
476
498
|
lines:
|
477
499
|
detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
|
@@ -517,7 +539,7 @@ eu:
|
|
517
539
|
moderation: Moderazio globalak
|
518
540
|
newsletters: Buletinak
|
519
541
|
participants: Parte-hartzaileak
|
520
|
-
reported_users: Erabiltzaile
|
542
|
+
reported_users: Erabiltzaile informatuak
|
521
543
|
scope_types: Esparru motak
|
522
544
|
scopes: Esparruak
|
523
545
|
settings: Ezarpenak
|
@@ -616,7 +638,7 @@ eu:
|
|
616
638
|
nickname: Ezizena
|
617
639
|
reason: Arrazoia
|
618
640
|
reports: Salaketa kopurua
|
619
|
-
title:
|
641
|
+
title: Informatutako erabiltzaileen zerrenda
|
620
642
|
report:
|
621
643
|
reasons:
|
622
644
|
does_not_belong: Ez da bidezkoa
|
@@ -800,7 +822,7 @@ eu:
|
|
800
822
|
inactive_content_blocks: Eduki eduki gabeko blokeak
|
801
823
|
organization_homepage_content_blocks:
|
802
824
|
edit:
|
803
|
-
update:
|
825
|
+
update: Onartu
|
804
826
|
participatory_space_private_users:
|
805
827
|
create:
|
806
828
|
error: Errore bat gertatu da partaidetza espazio honen erabiltzaile pribatua gehitzean.
|
@@ -1024,9 +1046,10 @@ eu:
|
|
1024
1046
|
hidden_at: Ezkutatze-data
|
1025
1047
|
participatory_space: Parte hartzeko esparrua
|
1026
1048
|
report_count: Zenbaketa
|
1049
|
+
reportable_id: ID
|
1027
1050
|
reportable_type: Mota
|
1028
1051
|
reported_content_url: Emandako edukiaren URLa
|
1029
|
-
reports:
|
1052
|
+
reports: Txostenak
|
1030
1053
|
visit_url: Bisitatu URLa
|
1031
1054
|
report:
|
1032
1055
|
fields:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -15,17 +15,24 @@ fi-pl:
|
|
15
15
|
description: Kuvaus
|
16
16
|
file: Tiedosto
|
17
17
|
title: Liitetiedoston tai kuvan nimi
|
18
|
+
weight: Järjestysnumero
|
18
19
|
attachment_collection:
|
19
20
|
description: Kuvaus
|
20
21
|
name: Nimi
|
22
|
+
weight: Järjestysnumero
|
21
23
|
category:
|
22
24
|
description: Kuvaus
|
23
25
|
name: Nimi
|
24
26
|
parent_id: Yläaihepiiri
|
27
|
+
weight: Järjestysnumero
|
25
28
|
component:
|
26
29
|
name: Nimi
|
27
30
|
published_at: Julkaistu osoitteessa
|
28
31
|
weight: Järjestysnumero
|
32
|
+
external_domain:
|
33
|
+
value: Arvo
|
34
|
+
help_section:
|
35
|
+
content: Sisältö
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Tuo käyttäjänä
|
@@ -93,6 +100,9 @@ fi-pl:
|
|
93
100
|
welcome_notification_body: Tervetuloilmoituksen runko
|
94
101
|
welcome_notification_subject: Tervetuloilmoituksen otsikko
|
95
102
|
youtube_handler: YouTube-käsittelijä
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Sähköpostiosoite
|
105
|
+
name: Nimi
|
96
106
|
scope:
|
97
107
|
code: Koodi
|
98
108
|
name: Nimi
|
@@ -114,6 +124,7 @@ fi-pl:
|
|
114
124
|
show_in_footer: Näytä alatunnisteessa
|
115
125
|
slug: URL-tunniste
|
116
126
|
title: Otsikko
|
127
|
+
topic_id: Aihe
|
117
128
|
weight: Järjestysnumero
|
118
129
|
static_page_topic:
|
119
130
|
description: Kuvaus
|
@@ -1064,7 +1075,7 @@ fi-pl:
|
|
1064
1075
|
models:
|
1065
1076
|
moderation:
|
1066
1077
|
fields:
|
1067
|
-
created_at:
|
1078
|
+
created_at: Luontipäivämäärä
|
1068
1079
|
deleted_resource: Poistettu tietue
|
1069
1080
|
hidden_at: Piilotuksen ajankohta
|
1070
1081
|
participatory_space: Osallistumistila
|
@@ -1072,7 +1083,7 @@ fi-pl:
|
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Tyyppi
|
1074
1085
|
reported_content_url: Raportoidun sisällön URL
|
1075
|
-
reports:
|
1086
|
+
reports: Ilmoitukset
|
1076
1087
|
visit_url: Vieraile URL-osoitteessa
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/fi.yml
CHANGED
@@ -15,17 +15,24 @@ fi:
|
|
15
15
|
description: Kuvaus
|
16
16
|
file: Tiedosto
|
17
17
|
title: Liitetiedoston tai kuvan nimi
|
18
|
+
weight: Järjestysnumero
|
18
19
|
attachment_collection:
|
19
20
|
description: Kuvaus
|
20
21
|
name: Nimi
|
22
|
+
weight: Järjestysnumero
|
21
23
|
category:
|
22
24
|
description: Kuvaus
|
23
25
|
name: Nimi
|
24
26
|
parent_id: Yläaihepiiri
|
27
|
+
weight: Järjestysnumero
|
25
28
|
component:
|
26
29
|
name: Nimi
|
27
30
|
published_at: Julkaistu osoitteessa
|
28
31
|
weight: Järjestysnumero
|
32
|
+
external_domain:
|
33
|
+
value: Arvo
|
34
|
+
help_section:
|
35
|
+
content: Sisältö
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Tuo käyttäjänä
|
@@ -93,6 +100,9 @@ fi:
|
|
93
100
|
welcome_notification_body: Tervetuloilmoituksen runko
|
94
101
|
welcome_notification_subject: Tervetuloilmoituksen otsikko
|
95
102
|
youtube_handler: YouTube-käsittelijä
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Sähköpostiosoite
|
105
|
+
name: Nimi
|
96
106
|
scope:
|
97
107
|
code: Koodi
|
98
108
|
name: Nimi
|
@@ -114,6 +124,7 @@ fi:
|
|
114
124
|
show_in_footer: Näytä alatunnisteessa
|
115
125
|
slug: URL-tunniste
|
116
126
|
title: Otsikko
|
127
|
+
topic_id: Aihe
|
117
128
|
weight: Järjestysnumero
|
118
129
|
static_page_topic:
|
119
130
|
description: Kuvaus
|
@@ -823,8 +834,8 @@ fi:
|
|
823
834
|
title: Sallittujen ulkoisten verkkotunnusten lista
|
824
835
|
organization_homepage:
|
825
836
|
edit:
|
826
|
-
active_content_blocks: Aktiiviset
|
827
|
-
inactive_content_blocks:
|
837
|
+
active_content_blocks: Aktiiviset sisältölohkot
|
838
|
+
inactive_content_blocks: Käytöstä poistetut sisältölohkot
|
828
839
|
organization_homepage_content_blocks:
|
829
840
|
edit:
|
830
841
|
update: Päivitä
|
@@ -1064,7 +1075,7 @@ fi:
|
|
1064
1075
|
models:
|
1065
1076
|
moderation:
|
1066
1077
|
fields:
|
1067
|
-
created_at:
|
1078
|
+
created_at: Luontipäivämäärä
|
1068
1079
|
deleted_resource: Poistettu tietue
|
1069
1080
|
hidden_at: Piilotuksen ajankohta
|
1070
1081
|
participatory_space: Osallistumistila
|
@@ -1072,7 +1083,7 @@ fi:
|
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Tyyppi
|
1074
1085
|
reported_content_url: Raportoidun sisällön URL
|
1075
|
-
reports:
|
1086
|
+
reports: Ilmoitukset
|
1076
1087
|
visit_url: Vieraile URL-osoitteessa
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -15,17 +15,24 @@ fr-CA:
|
|
15
15
|
description: Description
|
16
16
|
file: Fichier
|
17
17
|
title: Nom de la pièce jointe ou de l'image
|
18
|
+
weight: Rang d'affichage
|
18
19
|
attachment_collection:
|
19
20
|
description: Description
|
20
21
|
name: Titre
|
22
|
+
weight: Rang d'affichage
|
21
23
|
category:
|
22
24
|
description: Description
|
23
25
|
name: Titre
|
24
26
|
parent_id: Parent
|
27
|
+
weight: Rang d'affichage
|
25
28
|
component:
|
26
29
|
name: Titre
|
27
30
|
published_at: Publiée à
|
28
31
|
weight: Rang
|
32
|
+
external_domain:
|
33
|
+
value: Valeur
|
34
|
+
help_section:
|
35
|
+
content: Contenu
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Créer des imports en tant que
|
@@ -93,6 +100,9 @@ fr-CA:
|
|
93
100
|
welcome_notification_body: Corps du mail de bienvenue
|
94
101
|
welcome_notification_subject: Objet du mail de bienvenue
|
95
102
|
youtube_handler: Gestionnaire YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Email
|
105
|
+
name: Nom
|
96
106
|
scope:
|
97
107
|
code: Code
|
98
108
|
name: Titre
|
@@ -114,6 +124,7 @@ fr-CA:
|
|
114
124
|
show_in_footer: Montrer dans le pied de page
|
115
125
|
slug: Identifiant
|
116
126
|
title: Titre
|
127
|
+
topic_id: Sujet
|
117
128
|
weight: Rang
|
118
129
|
static_page_topic:
|
119
130
|
description: La description
|
@@ -1072,7 +1083,7 @@ fr-CA:
|
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Type
|
1074
1085
|
reported_content_url: URL
|
1075
|
-
reports:
|
1086
|
+
reports: Signalements
|
1076
1087
|
visit_url: Visitez l'URL
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/fr.yml
CHANGED
@@ -15,17 +15,24 @@ fr:
|
|
15
15
|
description: Description
|
16
16
|
file: Fichier
|
17
17
|
title: Nom de la pièce jointe ou de l'image
|
18
|
+
weight: Rang d'affichage
|
18
19
|
attachment_collection:
|
19
20
|
description: Description
|
20
21
|
name: Titre
|
22
|
+
weight: Rang d'affichage
|
21
23
|
category:
|
22
24
|
description: Description
|
23
25
|
name: Titre
|
24
26
|
parent_id: Parent
|
27
|
+
weight: Rang d'affichage
|
25
28
|
component:
|
26
29
|
name: Titre
|
27
30
|
published_at: Publiée à
|
28
31
|
weight: Rang d'affichage
|
32
|
+
external_domain:
|
33
|
+
value: Valeur
|
34
|
+
help_section:
|
35
|
+
content: Contenu
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: Créer des imports en tant que
|
@@ -93,6 +100,9 @@ fr:
|
|
93
100
|
welcome_notification_body: Corps du mail de bienvenue
|
94
101
|
welcome_notification_subject: Objet du mail de bienvenue
|
95
102
|
youtube_handler: Gestionnaire YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Email
|
105
|
+
name: Nom
|
96
106
|
scope:
|
97
107
|
code: Code
|
98
108
|
name: Titre
|
@@ -114,6 +124,7 @@ fr:
|
|
114
124
|
show_in_footer: Montrer dans le pied de page
|
115
125
|
slug: Identifiant
|
116
126
|
title: Titre
|
127
|
+
topic_id: Sujet
|
117
128
|
weight: Rang d'affichage
|
118
129
|
static_page_topic:
|
119
130
|
description: La description
|
@@ -1072,7 +1083,7 @@ fr:
|
|
1072
1083
|
reportable_id: ID
|
1073
1084
|
reportable_type: Type
|
1074
1085
|
reported_content_url: URL
|
1075
|
-
reports:
|
1086
|
+
reports: Signalements
|
1076
1087
|
visit_url: Visitez l'URL
|
1077
1088
|
report:
|
1078
1089
|
fields:
|
data/config/locales/id-ID.yml
CHANGED
@@ -659,10 +659,10 @@ id:
|
|
659
659
|
models:
|
660
660
|
moderation:
|
661
661
|
fields:
|
662
|
+
created_at: Tanggal pembuatan
|
662
663
|
hidden_at: Tersembunyi di
|
663
664
|
report_count: Menghitung
|
664
665
|
reported_content_url: URL konten yang dilaporkan
|
665
|
-
reports: Laporan
|
666
666
|
visit_url: Kunjungi URL
|
667
667
|
errors:
|
668
668
|
messages:
|
data/config/locales/is-IS.yml
CHANGED
@@ -443,6 +443,9 @@ is:
|
|
443
443
|
homepage_highlighted_content_banner_title: Hápunktur efni borði
|
444
444
|
images:
|
445
445
|
layout_appearance_title: Breyta útliti útlits
|
446
|
+
organization_homepage_content_blocks:
|
447
|
+
edit:
|
448
|
+
update: Uppfæra
|
446
449
|
participatory_space_private_users:
|
447
450
|
new:
|
448
451
|
create: Búa til
|
@@ -531,10 +534,10 @@ is:
|
|
531
534
|
models:
|
532
535
|
moderation:
|
533
536
|
fields:
|
537
|
+
created_at: Sköpunardegi
|
534
538
|
hidden_at: Falinn á
|
535
539
|
report_count: Telja
|
536
540
|
reported_content_url: Tilkynnt efni vefslóð
|
537
|
-
reports: Skýrslur
|
538
541
|
visit_url: Heimsókn vefslóð
|
539
542
|
errors:
|
540
543
|
messages:
|
data/config/locales/it.yml
CHANGED
@@ -772,7 +772,7 @@ it:
|
|
772
772
|
inactive_content_blocks: Blocchi di contenuto inattivo
|
773
773
|
organization_homepage_content_blocks:
|
774
774
|
edit:
|
775
|
-
update:
|
775
|
+
update: Aggiorna
|
776
776
|
participatory_space_private_users:
|
777
777
|
create:
|
778
778
|
error: Si è verificato un errore durante l'aggiunta di un utente privato per questo spazio partecipativo.
|
data/config/locales/ja.yml
CHANGED
@@ -15,17 +15,24 @@ ja:
|
|
15
15
|
description: 説明
|
16
16
|
file: ファイル
|
17
17
|
title: 添付ファイルまたは画像名
|
18
|
+
weight: 並び順の位置
|
18
19
|
attachment_collection:
|
19
20
|
description: 説明
|
20
21
|
name: 名前
|
22
|
+
weight: 並び順の位置
|
21
23
|
category:
|
22
24
|
description: 説明
|
23
25
|
name: 名前
|
24
26
|
parent_id: 親
|
27
|
+
weight: 並び順の位置
|
25
28
|
component:
|
26
29
|
name: 名前
|
27
30
|
published_at: 公開日時
|
28
31
|
weight: 順番の位置
|
32
|
+
external_domain:
|
33
|
+
value: 値
|
34
|
+
help_section:
|
35
|
+
content: 内容
|
29
36
|
id: ID
|
30
37
|
import:
|
31
38
|
user_group_id: インポートを作成
|
@@ -93,6 +100,9 @@ ja:
|
|
93
100
|
welcome_notification_body: ウェルカム通知本文
|
94
101
|
welcome_notification_subject: ウェルカム通知の件名
|
95
102
|
youtube_handler: YouTube ハンドラー
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Eメールアドレス
|
105
|
+
name: 名前
|
96
106
|
scope:
|
97
107
|
code: コード
|
98
108
|
name: 名前
|
@@ -114,6 +124,7 @@ ja:
|
|
114
124
|
show_in_footer: フッターに表示
|
115
125
|
slug: URL スラグ
|
116
126
|
title: タイトル
|
127
|
+
topic_id: トピック
|
117
128
|
weight: 順番の位置
|
118
129
|
static_page_topic:
|
119
130
|
description: 説明
|
@@ -193,6 +204,7 @@ ja:
|
|
193
204
|
error: 管理者向け利用規約に同意中にエラーが発生しました。
|
194
205
|
success: ありがとうございます、管理者向け利用規約に同意しました。
|
195
206
|
actions:
|
207
|
+
accept: 利用規約に同意します
|
196
208
|
are_you_sure: 管理者向け利用規約を削除してもよろしいですか?
|
197
209
|
refuse: 同意しない
|
198
210
|
title: 利用規約に同意する
|
@@ -1066,7 +1078,7 @@ ja:
|
|
1066
1078
|
reportable_id: ID
|
1067
1079
|
reportable_type: 種別
|
1068
1080
|
reported_content_url: 報告されたコンテンツ URL
|
1069
|
-
reports:
|
1081
|
+
reports: 報告
|
1070
1082
|
visit_url: URL を参照
|
1071
1083
|
report:
|
1072
1084
|
fields:
|
@@ -0,0 +1 @@
|
|
1
|
+
ka:
|
data/config/locales/lv.yml
CHANGED
@@ -747,10 +747,10 @@ lv:
|
|
747
747
|
models:
|
748
748
|
moderation:
|
749
749
|
fields:
|
750
|
+
created_at: Izveides datums
|
750
751
|
hidden_at: Paslēpts plkst.
|
751
752
|
report_count: Skaits
|
752
753
|
reported_content_url: Paziņotā satura URL
|
753
|
-
reports: Ziņojumi
|
754
754
|
visit_url: Apmeklēt URL
|
755
755
|
errors:
|
756
756
|
messages:
|
data/config/locales/nl.yml
CHANGED