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/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
|
@@ -36,7 +43,7 @@ eu:
|
|
36
43
|
admin_terms_of_use_body: Administratzailearen erabilera-terminoetarako testu-atala
|
37
44
|
alert_color: Alerta
|
38
45
|
available_authorizations: Baimen erabilgarriak
|
39
|
-
badges_enabled:
|
46
|
+
badges_enabled: Intsigniak gaitu
|
40
47
|
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 defektuz konfigurazioa mantendu nahi baduzu)
|
41
48
|
cta_button_path: Deitu ekintza botoiaren bideora
|
42
49
|
cta_button_text: Deitu ekintza botoiaren testura
|
@@ -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,20 +196,19 @@ 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:
|
187
204
|
error: Errorea gertatu da Administrazioaren Gaiak eta Baldintzak onartzean.
|
188
205
|
success: Ederto! Onartu dituzu Administrazioaren Gaiak eta Baldintzak.
|
189
206
|
actions:
|
190
|
-
accept: Ados nago
|
191
207
|
are_you_sure: Ziur zaude ez dituzula onartu nahi administratzaileentzako erabilera-irizpideak?
|
192
|
-
refuse: Ez onartu Administrazio-irizpideak eta baldintzak
|
193
208
|
title: Onartzen ditut Administrazio-irizpideak eta baldintzak
|
194
209
|
required_review:
|
195
210
|
alert: 'Eskatuta: berrikusi gure Administrazio-irizpideak eta baldintzak'
|
196
211
|
callout: Mesedez, hartu tarte bat administratzaileentzako erabilera-irizpideak erabiltzeko. Bestela, ezin izango duzu plataforma administratu.
|
197
|
-
cta: Berrikusi orain.
|
198
212
|
title: Administrazioaren Irizpideak eta Baldintzak
|
199
213
|
area_types:
|
200
214
|
create:
|
@@ -204,7 +218,7 @@ eu:
|
|
204
218
|
success: Area mota behar bezala suntsitu da
|
205
219
|
edit:
|
206
220
|
title: Editatu eremu mota
|
207
|
-
update:
|
221
|
+
update: Onartu
|
208
222
|
new:
|
209
223
|
create: Sortu eremu mota
|
210
224
|
title: Area mota berria
|
@@ -220,7 +234,7 @@ eu:
|
|
220
234
|
success: Area behar bezala suntsitu da
|
221
235
|
edit:
|
222
236
|
title: Editatu eremua
|
223
|
-
update:
|
237
|
+
update: Onartu
|
224
238
|
new:
|
225
239
|
create: Sortu eremua
|
226
240
|
title: Area berria
|
@@ -236,7 +250,7 @@ eu:
|
|
236
250
|
success: Karpeta ondo suntsitu da.
|
237
251
|
edit:
|
238
252
|
title: Editatu karpeta
|
239
|
-
update:
|
253
|
+
update: Onartu
|
240
254
|
index:
|
241
255
|
attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
|
242
256
|
attachment_collections_title: Eranskinen karpetak
|
@@ -263,6 +277,8 @@ eu:
|
|
263
277
|
update:
|
264
278
|
error: Errorea gertatu da fitxategi erantsi bat eguneratzean.
|
265
279
|
success: Fitxategi erantsia zuzen eguneratu da.
|
280
|
+
attachments_privacy_warning:
|
281
|
+
message: Kontuz ibili fitxategi erantsiekin espazio pribatu batean lan egiten duzunean, edozein parte-hartzailek parteka dezake dokumentu hau beste pertsona batzuekin.
|
266
282
|
autocomplete:
|
267
283
|
no_results: Ez da emaitzarik aurkitu
|
268
284
|
search_prompt: Idatzi bilaketak gutxienez hiru karaktere
|
@@ -304,7 +320,7 @@ eu:
|
|
304
320
|
success: Osagaia zuzen ezabatu da.
|
305
321
|
edit:
|
306
322
|
title: Editatu osagaia
|
307
|
-
update:
|
323
|
+
update: Onartu
|
308
324
|
form:
|
309
325
|
default_step_settings: Urratsen ezarpen lehenetsiak
|
310
326
|
global_settings: Ezarpen globalak
|
@@ -409,7 +425,7 @@ eu:
|
|
409
425
|
'true': Ez da argitaratu
|
410
426
|
scope_id_eq:
|
411
427
|
label: Esparrua
|
412
|
-
search_label:
|
428
|
+
search_label: Bilatu
|
413
429
|
search_placeholder:
|
414
430
|
name_or_nickname_or_email_cont: Bilatu %{collection} helbide elektroniko, izen edo ezizenaren arabera.
|
415
431
|
reported_id_string_or_reported_content_cont: Bilatu %{collection} eduki edo Id erreportablearen arabera.
|
@@ -432,7 +448,7 @@ eu:
|
|
432
448
|
help_sections:
|
433
449
|
error: Errore bat gertatu da laguntza-atalak eguneratuz
|
434
450
|
form:
|
435
|
-
save:
|
451
|
+
save: Gorde
|
436
452
|
success: Laguntza atalak behar bezala eguneratu dira
|
437
453
|
impersonatable_users:
|
438
454
|
index:
|
@@ -448,7 +464,7 @@ eu:
|
|
448
464
|
needs_authorization_warning: Gutxienez baimen gaitu bat behar duzu erakunde honendako.
|
449
465
|
not_managed: Ez da kudeatzen
|
450
466
|
promote: Sustatu
|
451
|
-
search:
|
467
|
+
search: Bilatu
|
452
468
|
status: Egoera
|
453
469
|
view_logs: Ikusi erregistroak
|
454
470
|
impersonations:
|
@@ -472,6 +488,9 @@ eu:
|
|
472
488
|
data_errors:
|
473
489
|
duplicate_headers:
|
474
490
|
detail: Mesedez, egiaztatu fitxategiak behin bakarrik eskatzen diren zutabeak edo goiburuak dituela.
|
491
|
+
message:
|
492
|
+
one: Bikoiztu zutabeak %{columns}.
|
493
|
+
other: Bikoiztu %{columns} zutabe.
|
475
494
|
invalid_indexes:
|
476
495
|
lines:
|
477
496
|
detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
|
@@ -517,7 +536,7 @@ eu:
|
|
517
536
|
moderation: Moderazio globalak
|
518
537
|
newsletters: Buletinak
|
519
538
|
participants: Parte-hartzaileak
|
520
|
-
reported_users: Erabiltzaile
|
539
|
+
reported_users: Erabiltzaile informatuak
|
521
540
|
scope_types: Esparru motak
|
522
541
|
scopes: Esparruak
|
523
542
|
settings: Ezarpenak
|
@@ -616,7 +635,6 @@ eu:
|
|
616
635
|
nickname: Ezizena
|
617
636
|
reason: Arrazoia
|
618
637
|
reports: Salaketa kopurua
|
619
|
-
title: Erreportatutako erabiltzaileen zerrenda
|
620
638
|
report:
|
621
639
|
reasons:
|
622
640
|
does_not_belong: Ez da bidezkoa
|
@@ -626,8 +644,6 @@ eu:
|
|
626
644
|
blocked: Blokeatuta
|
627
645
|
unblocked: Ez blokeatuta
|
628
646
|
moderations:
|
629
|
-
index:
|
630
|
-
title: ' Salaketak'
|
631
647
|
report:
|
632
648
|
reasons:
|
633
649
|
does_not_belong: Ez du zer ikusirik
|
@@ -800,7 +816,7 @@ eu:
|
|
800
816
|
inactive_content_blocks: Eduki eduki gabeko blokeak
|
801
817
|
organization_homepage_content_blocks:
|
802
818
|
edit:
|
803
|
-
update:
|
819
|
+
update: Onartu
|
804
820
|
participatory_space_private_users:
|
805
821
|
create:
|
806
822
|
error: Errore bat gertatu da partaidetza espazio honen erabiltzaile pribatua gehitzean.
|
@@ -1024,9 +1040,10 @@ eu:
|
|
1024
1040
|
hidden_at: Ezkutatze-data
|
1025
1041
|
participatory_space: Parte hartzeko esparrua
|
1026
1042
|
report_count: Zenbaketa
|
1043
|
+
reportable_id: ID
|
1027
1044
|
reportable_type: Mota
|
1028
1045
|
reported_content_url: Emandako edukiaren URLa
|
1029
|
-
reports:
|
1046
|
+
reports: Txostenak
|
1030
1047
|
visit_url: Bisitatu URLa
|
1031
1048
|
report:
|
1032
1049
|
fields:
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|
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
|
@@ -643,7 +654,7 @@ fi-pl:
|
|
643
654
|
nickname: Nimimerkki
|
644
655
|
reason: Syy
|
645
656
|
reports: Ilmoitusten määrä
|
646
|
-
title:
|
657
|
+
title: Ilmoitetut osallistujat
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: Ei kuulu
|
@@ -654,7 +665,7 @@ fi-pl:
|
|
654
665
|
unblocked: Ei estetty
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Ilmoitettu sisältö
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: Ei kuulu
|
@@ -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ä
|
@@ -34,7 +41,7 @@ fi:
|
|
34
41
|
subject: Otsikko
|
35
42
|
organization:
|
36
43
|
admin_terms_of_use_body: Hallintakäyttäjien käyttöehtojen sisältöteksti
|
37
|
-
alert_color:
|
44
|
+
alert_color: Virhe
|
38
45
|
available_authorizations: Käytettävissä olevat tunnistautumistavat
|
39
46
|
badges_enabled: Ota kunniamerkit käyttöön
|
40
47
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
@@ -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
|
@@ -643,7 +654,7 @@ fi:
|
|
643
654
|
nickname: Nimimerkki
|
644
655
|
reason: Syy
|
645
656
|
reports: Ilmoitusten määrä
|
646
|
-
title:
|
657
|
+
title: Ilmoitetut osallistujat
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: Ei kuulu
|
@@ -654,7 +665,7 @@ fi:
|
|
654
665
|
unblocked: Ei estetty
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Ilmoitettu sisältö
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: Ei kuulu
|
@@ -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ä
|
@@ -1010,7 +1021,7 @@ fi:
|
|
1010
1021
|
success: Käyttäjän kutsuminen onnistui.
|
1011
1022
|
destroy:
|
1012
1023
|
error: Hallintakäyttäjän poisto epäonnistui.
|
1013
|
-
success: Käyttäjä ei ole enää
|
1024
|
+
success: Käyttäjä ei ole enää hallintakäyttäjä.
|
1014
1025
|
form:
|
1015
1026
|
email: Sähköposti
|
1016
1027
|
name: Nimi
|
@@ -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
|
@@ -200,7 +211,7 @@ fr-CA:
|
|
200
211
|
required_review:
|
201
212
|
alert: 'Obligatoire: Consultez nos conditions d''utilisation administrateur'
|
202
213
|
callout: Veuillez prendre un moment pour consulter les conditions d'utilisation de l'administration. Sinon, vous ne pourrez pas gérer la plateforme.
|
203
|
-
cta:
|
214
|
+
cta: Consultez les maintenant.
|
204
215
|
title: Conditions d'utilisation administrateur
|
205
216
|
area_types:
|
206
217
|
create:
|
@@ -643,7 +654,7 @@ fr-CA:
|
|
643
654
|
nickname: Pseudonyme
|
644
655
|
reason: Raison du signalement
|
645
656
|
reports: Nombre de signalements
|
646
|
-
title:
|
657
|
+
title: Participants signalés
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: N'appartient pas
|
@@ -654,7 +665,7 @@ fr-CA:
|
|
654
665
|
unblocked: Non bloqué
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Contenu signalé
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: N'appartient pas
|
@@ -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
|
@@ -643,7 +654,7 @@ fr:
|
|
643
654
|
nickname: Pseudonyme
|
644
655
|
reason: Raison du signalement
|
645
656
|
reports: Nombre de signalements
|
646
|
-
title:
|
657
|
+
title: Participants signalés
|
647
658
|
report:
|
648
659
|
reasons:
|
649
660
|
does_not_belong: N'appartient pas
|
@@ -654,7 +665,7 @@ fr:
|
|
654
665
|
unblocked: Non bloqué
|
655
666
|
moderations:
|
656
667
|
index:
|
657
|
-
title:
|
668
|
+
title: Contenu signalé
|
658
669
|
report:
|
659
670
|
reasons:
|
660
671
|
does_not_belong: N'appartient pas
|
@@ -820,7 +831,7 @@ fr:
|
|
820
831
|
up: Monter
|
821
832
|
form:
|
822
833
|
add: Ajouter à la liste blanche
|
823
|
-
title: Liste
|
834
|
+
title: Liste des domaines externes autorisés
|
824
835
|
organization_homepage:
|
825
836
|
edit:
|
826
837
|
active_content_blocks: Blocs de contenu actif
|
@@ -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/gl.yml
CHANGED
@@ -180,11 +180,9 @@ gl:
|
|
180
180
|
error: Produciuse un erro ao aceptar os termos de uso do panel de administración.
|
181
181
|
success: Xenial! Aceptaches os termos de uso do panel de administración.
|
182
182
|
actions:
|
183
|
-
refuse: Rexeitar os termos de uso
|
184
183
|
title: Concordo cos termos e condicións de uso
|
185
184
|
required_review:
|
186
185
|
alert: 'Requirido: Revisa os nosos termos de uso do panel de administración'
|
187
|
-
cta: Revísaos agora.
|
188
186
|
title: Termos de uso do panel de administración
|
189
187
|
area_types:
|
190
188
|
create:
|
@@ -620,7 +618,6 @@ gl:
|
|
620
618
|
nickname: Alcume
|
621
619
|
reason: Motivo
|
622
620
|
reports: Número de denuncias
|
623
|
-
title: Listando os usuarios reportados
|
624
621
|
report:
|
625
622
|
reasons:
|
626
623
|
does_not_belong: Non pertence
|
@@ -630,8 +627,6 @@ gl:
|
|
630
627
|
blocked: Bloqueados
|
631
628
|
unblocked: Sen bloquear
|
632
629
|
moderations:
|
633
|
-
index:
|
634
|
-
title: Moderacións
|
635
630
|
report:
|
636
631
|
reasons:
|
637
632
|
does_not_belong: Non pertence
|