decidim-admin 0.31.5 → 0.31.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/create_newsletter.rb +1 -1
- data/app/commands/decidim/admin/create_taxonomy_filter.rb +16 -2
- data/app/commands/decidim/admin/update_taxonomy_filter.rb +24 -6
- data/app/controllers/decidim/admin/block_user_controller.rb +2 -0
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -0
- data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
- data/app/forms/decidim/admin/taxonomy_filter_form.rb +11 -9
- data/app/packs/stylesheets/decidim/admin/application.scss +1 -1
- data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -1
- data/app/views/decidim/admin/components/_actions.html.erb +1 -1
- data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +1 -1
- data/app/views/decidim/admin/officializations/show_email.html.erb +7 -1
- data/app/views/decidim/admin/shared/_attachments.html.erb +15 -0
- data/app/views/decidim/admin/taxonomy_filters/_table.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_application.html.erb +1 -1
- data/config/locales/ar.yml +0 -5
- data/config/locales/bg.yml +0 -5
- data/config/locales/bs-BA.yml +0 -4
- data/config/locales/ca-IT.yml +15 -5
- data/config/locales/ca.yml +15 -5
- data/config/locales/cs.yml +12 -5
- data/config/locales/de.yml +4 -5
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +15 -5
- data/config/locales/es-MX.yml +15 -5
- data/config/locales/es-PY.yml +15 -5
- data/config/locales/es.yml +15 -5
- data/config/locales/eu.yml +19 -9
- data/config/locales/fi-plain.yml +14 -4
- data/config/locales/fi.yml +14 -4
- data/config/locales/fr-CA.yml +52 -5
- data/config/locales/fr.yml +52 -5
- data/config/locales/gl.yml +0 -6
- data/config/locales/he-IL.yml +0 -1
- data/config/locales/hu.yml +0 -6
- data/config/locales/it.yml +1 -4
- data/config/locales/ja.yml +17 -7
- data/config/locales/kaa.yml +0 -4
- data/config/locales/ko.yml +0 -6
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -6
- data/config/locales/no.yml +0 -6
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +7 -12
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/sk.yml +3 -6
- data/config/locales/sl.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +2 -5
- data/config/locales/tr-TR.yml +7 -12
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -6
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -9
- data/app/views/decidim/admin/shared/_gallery.html.erb +0 -15
data/config/locales/es-MX.yml
CHANGED
|
@@ -12,6 +12,7 @@ es-MX:
|
|
|
12
12
|
plural: Plural
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Carpeta
|
|
15
|
+
attachments: Archivos adjuntos
|
|
15
16
|
description: Descripción
|
|
16
17
|
file: Archivo
|
|
17
18
|
title: Nombre del adjunto o imagen
|
|
@@ -45,7 +46,7 @@ es-MX:
|
|
|
45
46
|
alert_color: Alerta
|
|
46
47
|
available_authorizations: Autorizaciones disponibles
|
|
47
48
|
badges_enabled: Habilitar insignias
|
|
48
|
-
comments_max_length:
|
|
49
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
49
50
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
50
51
|
default_locale: Idioma predeterminado
|
|
51
52
|
description: Descripción
|
|
@@ -834,6 +835,7 @@ es-MX:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Se ha producido un error al bloquear a la participante.
|
|
838
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
837
839
|
success: Participante bloqueada correctamente.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ es-MX:
|
|
|
843
845
|
invalid: Se ha producido un error al desbloquear a las participantes.
|
|
844
846
|
success: Participantes desbloqueadas correctamente.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: No se ha encontrado a esta participante.
|
|
846
849
|
success: Participante oficializada correctamente.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Se ha retirado correctamente la oficialización de la participante.
|
|
@@ -867,6 +870,8 @@ es-MX:
|
|
|
867
870
|
badge: Insignia de oficialización
|
|
868
871
|
officialize: Oficializar
|
|
869
872
|
title: Oficializar el usuario "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
|
|
872
877
|
email_address: Dirección de correo electrónico
|
|
@@ -1067,10 +1072,10 @@ es-MX:
|
|
|
1067
1072
|
next_title: Siguiente elemento
|
|
1068
1073
|
previous: Anterior
|
|
1069
1074
|
previous_title: Elemento anterior
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Agregar archivo(s) adjunto(s)
|
|
1077
|
+
attachment_legend: Añadir una galería de archivos adjuntos (opcional)
|
|
1078
|
+
edit_attachments: Editar los archivos adjuntos
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Se ha producido un error al crear un nuevo tema.
|
|
@@ -1285,6 +1290,11 @@ es-MX:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Debes indicar un motivo para la gestión de una participante no gestionada.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Instrucciones para el archivo:'
|
|
1296
|
+
message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
|
|
1297
|
+
message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Expandir
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -12,6 +12,7 @@ es-PY:
|
|
|
12
12
|
plural: Plural
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Carpeta
|
|
15
|
+
attachments: Archivos adjuntos
|
|
15
16
|
description: Descripción
|
|
16
17
|
file: Archivo
|
|
17
18
|
title: Nombre del adjunto o imagen
|
|
@@ -45,7 +46,7 @@ es-PY:
|
|
|
45
46
|
alert_color: Alerta
|
|
46
47
|
available_authorizations: Autorizaciones disponibles
|
|
47
48
|
badges_enabled: Habilitar insignias
|
|
48
|
-
comments_max_length:
|
|
49
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
49
50
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
50
51
|
default_locale: Idioma predeterminado
|
|
51
52
|
description: Descripción
|
|
@@ -834,6 +835,7 @@ es-PY:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Se ha producido un error al bloquear a la participante.
|
|
838
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
837
839
|
success: Participante bloqueada correctamente.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ es-PY:
|
|
|
843
845
|
invalid: Se ha producido un error al desbloquear a las participantes.
|
|
844
846
|
success: Participantes desbloqueadas correctamente.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: No se ha encontrado a esta participante.
|
|
846
849
|
success: Participante oficializada correctamente.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Se ha retirado correctamente la oficialización de la participante.
|
|
@@ -867,6 +870,8 @@ es-PY:
|
|
|
867
870
|
badge: Insignia de oficialización
|
|
868
871
|
officialize: Oficializar
|
|
869
872
|
title: Oficializar el usuario "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
|
|
872
877
|
email_address: Dirección de correo electrónico
|
|
@@ -1067,10 +1072,10 @@ es-PY:
|
|
|
1067
1072
|
next_title: Siguiente elemento
|
|
1068
1073
|
previous: Anterior
|
|
1069
1074
|
previous_title: Elemento anterior
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Agregar archivo(s) adjunto(s)
|
|
1077
|
+
attachment_legend: Añadir una galería de archivos adjuntos (opcional)
|
|
1078
|
+
edit_attachments: Editar los archivos adjuntos
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Se ha producido un error al crear un nuevo tema.
|
|
@@ -1285,6 +1290,11 @@ es-PY:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Debes indicar un motivo para la gestión de una participante no gestionada.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Instrucciones para el archivo:'
|
|
1296
|
+
message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
|
|
1297
|
+
message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Expandir
|
data/config/locales/es.yml
CHANGED
|
@@ -12,6 +12,7 @@ es:
|
|
|
12
12
|
plural: Plural
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Carpeta
|
|
15
|
+
attachments: Archivos adjuntos
|
|
15
16
|
description: Descripción
|
|
16
17
|
file: Archivo
|
|
17
18
|
title: Nombre del adjunto o imagen
|
|
@@ -45,7 +46,7 @@ es:
|
|
|
45
46
|
alert_color: Alerta
|
|
46
47
|
available_authorizations: Autorizaciones disponibles
|
|
47
48
|
badges_enabled: Habilitar insignias
|
|
48
|
-
comments_max_length:
|
|
49
|
+
comments_max_length: Caracteres máximos por comentario (dejar 0 para el valor predeterminado)
|
|
49
50
|
customize_welcome_notification: Personalizar notificación de bienvenida
|
|
50
51
|
default_locale: Idioma predeterminado
|
|
51
52
|
description: Descripción
|
|
@@ -834,6 +835,7 @@ es:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Se ha producido un error al bloquear a la participante.
|
|
838
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
837
839
|
success: Participante bloqueada correctamente.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ es:
|
|
|
843
845
|
invalid: Se ha producido un error al desbloquear a las participantes.
|
|
844
846
|
success: Participantes desbloqueadas correctamente.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: No se ha encontrado a esta participante.
|
|
846
849
|
success: Participante oficializada correctamente.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Se ha retirado correctamente la oficialización de la participante.
|
|
@@ -867,6 +870,8 @@ es:
|
|
|
867
870
|
badge: Insignia de oficialización
|
|
868
871
|
officialize: Oficializar
|
|
869
872
|
title: Oficializar participante "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: No se ha encontrado ninguna usuaria
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Si necesitas contactar directamente con una participante, puedes hacer clic en el botón Mostrar para ver la dirección de correo electrónico. Esta acción se registrará.
|
|
872
877
|
email_address: Dirección de correo electrónico
|
|
@@ -1067,10 +1072,10 @@ es:
|
|
|
1067
1072
|
next_title: Siguiente elemento
|
|
1068
1073
|
previous: Anterior
|
|
1069
1074
|
previous_title: Elemento anterior
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Agregar archivo(s) adjunto(s)
|
|
1077
|
+
attachment_legend: Añadir una galería de archivos adjuntos (opcional)
|
|
1078
|
+
edit_attachments: Editar los archivos adjuntos
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Se ha producido un error al crear un nuevo tema.
|
|
@@ -1285,6 +1290,11 @@ es:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Debes indicar un motivo para la gestión de una participante no gestionada.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Instrucciones para el archivo:'
|
|
1296
|
+
message_1: Se admiten archivos CSV, JSON y Excel (.xlsx)
|
|
1297
|
+
message_2: Para archivos CSV, el separador entre columnas debe ser un punto y coma (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Expandir
|
data/config/locales/eu.yml
CHANGED
|
@@ -12,6 +12,7 @@ eu:
|
|
|
12
12
|
plural: Plurala
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Karpeta
|
|
15
|
+
attachments: Erantsitako fitxategiak
|
|
15
16
|
description: Deskribapena
|
|
16
17
|
file: Fitxategia
|
|
17
18
|
title: Erantsitakoaren edo irudiaren izena
|
|
@@ -45,7 +46,7 @@ eu:
|
|
|
45
46
|
alert_color: Abisua
|
|
46
47
|
available_authorizations: Baimen erabilgarriak
|
|
47
48
|
badges_enabled: Gaitu garaikurrak
|
|
48
|
-
comments_max_length:
|
|
49
|
+
comments_max_length: Iruzkin bakoitzeko gehieneko karaktereak (utzi 0 aurrez zehaztutako baliorako)
|
|
49
50
|
customize_welcome_notification: Pertsonalizatu ongi etorri jakinarazpena
|
|
50
51
|
default_locale: Kokapen lehenetsia
|
|
51
52
|
description: Deskribapena
|
|
@@ -184,7 +185,7 @@ eu:
|
|
|
184
185
|
configure: Konfiguratu
|
|
185
186
|
confirm_delete_component: |
|
|
186
187
|
Ziur zaude osagai hau ezabatu nahi duzula?
|
|
187
|
-
Osagai honek honako hauek ditu:
|
|
188
|
+
Osagai honek honako hauek ditu:
|
|
188
189
|
<ul class="list-disc ml-6 my-2">
|
|
189
190
|
<li class="font-bold">%{resources_count} resources</li>
|
|
190
191
|
</ul>
|
|
@@ -233,7 +234,7 @@ eu:
|
|
|
233
234
|
title: Editatu arlo mota
|
|
234
235
|
update: Eguneratu
|
|
235
236
|
new:
|
|
236
|
-
create:
|
|
237
|
+
create: Arlo mota sortu
|
|
237
238
|
title: Beste arlo mota bat
|
|
238
239
|
update:
|
|
239
240
|
error: Arazo bat egon da arlo mota hau eguneratzean.
|
|
@@ -393,7 +394,7 @@ eu:
|
|
|
393
394
|
title: Zain dauden moderazioak
|
|
394
395
|
show:
|
|
395
396
|
dropdown: Goitibeherako zerrrenda
|
|
396
|
-
view_more_logs: Ikusi erregistro gehiago
|
|
397
|
+
view_more_logs: Ikusi erregistro gehiago
|
|
397
398
|
domain_allowlist:
|
|
398
399
|
form:
|
|
399
400
|
domain_too_short: Domeinu laburregia
|
|
@@ -834,6 +835,7 @@ eu:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Arazo bat izan da parte-hartzailea blokeatzean.
|
|
838
|
+
no_user: Ez da parte-hartzailerik aurkitu
|
|
837
839
|
success: Parte-hartzailea zuzen blokeatua.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ eu:
|
|
|
843
845
|
invalid: Arazo bat izan da parte-hartzaileak desblokeatzean.
|
|
844
846
|
success: Parte-hartzaileak zuzen desblokeatuta.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: Ez da Parte-hartzailerik aurkitu.
|
|
846
849
|
success: Pate-hartzailea zuzen ofizializatua.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Parte-hartzailearen ofizializazioa behar bezala desgaitua.
|
|
@@ -867,6 +870,8 @@ eu:
|
|
|
867
870
|
badge: Ofizializazio-garaikurra
|
|
868
871
|
officialize: Ofizializatzen du
|
|
869
872
|
title: Parte-hartzaile ofiziala "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Ez da parte-hartzailerik aurkitu
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Parte-hartzaile batekin zuzenean harremanetan jarri behar baduzu, Erakutsi botoian klik egin dezakezu helbide elektronikoa ikusteko. Ekintza hori erregistratu egingo da.
|
|
872
877
|
email_address: Korreo elektronikoaren helbidea
|
|
@@ -1067,10 +1072,10 @@ eu:
|
|
|
1067
1072
|
next_title: Hurrengo elementua
|
|
1068
1073
|
previous: Aurrekoa
|
|
1069
1074
|
previous_title: Aurreko elementua
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Gehitu eranskinak
|
|
1077
|
+
attachment_legend: Gehitu irudi-galeria bat (aukerakoa)
|
|
1078
|
+
edit_attachments: Editatu eranskinak
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Arazo bat egon da beste gai bat sortzean.
|
|
@@ -1231,7 +1236,7 @@ eu:
|
|
|
1231
1236
|
dashboard: Kontrol-panela
|
|
1232
1237
|
edit_external_domains: Baimendutako kanpoko domeinuen zerrenda
|
|
1233
1238
|
impersonatable_users: Parte-hartzaile erabilgarriak
|
|
1234
|
-
impersonations:
|
|
1239
|
+
impersonations: Erabiltzaileen kudeaketa
|
|
1235
1240
|
menu: Menua
|
|
1236
1241
|
page_topics: Gaiak
|
|
1237
1242
|
pages: Orriak
|
|
@@ -1285,6 +1290,11 @@ eu:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Arrazoi bat adierazi behar duzu kudeatu gabeko parte-hartzaile bat kudeatzeko.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Fitxategiako jarraibieak:'
|
|
1296
|
+
message_1: CSV, JSON eta Excel (.xlsx) fitxategiak onartzen dira
|
|
1297
|
+
message_2: CSV fitxategietarako, zutabeen arteko bereizgailuak erdikolona (";") izan behar du
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Zabaldu
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -12,6 +12,7 @@ fi-pl:
|
|
|
12
12
|
plural: Monikko
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Kansio
|
|
15
|
+
attachments: Liitteet
|
|
15
16
|
description: Kuvaus
|
|
16
17
|
file: Tiedosto
|
|
17
18
|
title: Liitetiedoston tai kuvan nimi
|
|
@@ -834,6 +835,7 @@ fi-pl:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Osallistujan estäminen epäonnistui.
|
|
838
|
+
no_user: Käyttäjää ei löytynyt
|
|
837
839
|
success: Osallistujan estäminen onnistui.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ fi-pl:
|
|
|
843
845
|
invalid: Osallistujien eston peruminen epäonnistui.
|
|
844
846
|
success: Osallistujien eston peruminen onnistui.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: Osallistujaa ei löytynyt.
|
|
846
849
|
success: Osallistujan virallistaminen onnistui.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Osallistujan virallistamisen peruuttaminen onnistui.
|
|
@@ -867,6 +870,8 @@ fi-pl:
|
|
|
867
870
|
badge: Virallistamismerkki
|
|
868
871
|
officialize: Virallista
|
|
869
872
|
title: Virallista käyttäjä "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Käyttäjää ei löytynyt
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Jos haluat ottaa suoraan yhteyttä osallistujaan, voit klikata Näytä-painiketta nähdäksesi hänen sähköpostiosoitteensa. Tästä toiminnosta jää jälki lokiin.
|
|
872
877
|
email_address: Sähköpostiosoite
|
|
@@ -1067,10 +1072,10 @@ fi-pl:
|
|
|
1067
1072
|
next_title: Seuraava kohde
|
|
1068
1073
|
previous: Edellinen
|
|
1069
1074
|
previous_title: Edellinen kohde
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Lisää liitteitä
|
|
1077
|
+
attachment_legend: Lisää liitegalleria (valinnainen)
|
|
1078
|
+
edit_attachments: Muokkaa liitteitä
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Uuden aiheen luomisessa tapahtui virhe.
|
|
@@ -1285,6 +1290,11 @@ fi-pl:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Sinun on annettava syy, kun hallitset osallistujaa, joka ei ole hallittu osallistuja.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Tiedoston ohjeistus:'
|
|
1296
|
+
message_1: CSV-, JSON- ja Excel-tiedostoja (.xlsx) tuetaan
|
|
1297
|
+
message_2: CSV-tiedostoissa sarake-erottimen on oltava puolipiste (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Avaa
|
data/config/locales/fi.yml
CHANGED
|
@@ -12,6 +12,7 @@ fi:
|
|
|
12
12
|
plural: Monikko
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Kansio
|
|
15
|
+
attachments: Liitteet
|
|
15
16
|
description: Kuvaus
|
|
16
17
|
file: Tiedosto
|
|
17
18
|
title: Liitetiedoston tai kuvan nimi
|
|
@@ -834,6 +835,7 @@ fi:
|
|
|
834
835
|
officializations:
|
|
835
836
|
block:
|
|
836
837
|
error: Osallistujan estäminen epäonnistui.
|
|
838
|
+
no_user: Käyttäjää ei löytynyt
|
|
837
839
|
success: Osallistujan estäminen onnistui.
|
|
838
840
|
bulk_action:
|
|
839
841
|
block:
|
|
@@ -843,6 +845,7 @@ fi:
|
|
|
843
845
|
invalid: Osallistujien eston peruminen epäonnistui.
|
|
844
846
|
success: Osallistujien eston peruminen onnistui.
|
|
845
847
|
create:
|
|
848
|
+
no_user_found: Osallistujaa ei löytynyt.
|
|
846
849
|
success: Osallistujan virallistaminen onnistui.
|
|
847
850
|
destroy:
|
|
848
851
|
success: Osallistujan virallistamisen peruminen onnistui.
|
|
@@ -867,6 +870,8 @@ fi:
|
|
|
867
870
|
badge: Virallistamismerkki
|
|
868
871
|
officialize: Virallista
|
|
869
872
|
title: Virallista käyttäjä "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Käyttäjää ei löytynyt
|
|
870
875
|
show_email_modal:
|
|
871
876
|
description: Jos haluat ottaa suoraan yhteyttä osallistujaan, voit klikata Näytä-painiketta nähdäksesi hänen sähköpostiosoitteensa. Tästä toiminnosta jää jälki lokiin.
|
|
872
877
|
email_address: Sähköpostiosoite
|
|
@@ -1067,10 +1072,10 @@ fi:
|
|
|
1067
1072
|
next_title: Seuraava kohde
|
|
1068
1073
|
previous: Edellinen
|
|
1069
1074
|
previous_title: Edellinen kohde
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Lisää liitteitä
|
|
1077
|
+
attachment_legend: Lisää liitegalleria (valinnainen)
|
|
1078
|
+
edit_attachments: Muokkaa liitteitä
|
|
1074
1079
|
static_page_topics:
|
|
1075
1080
|
create:
|
|
1076
1081
|
error: Uuden aiheen luonti epäonnistui.
|
|
@@ -1285,6 +1290,11 @@ fi:
|
|
|
1285
1290
|
errors:
|
|
1286
1291
|
impersonate_user:
|
|
1287
1292
|
reason: Sinun on annettava syy, kun hallitset osallistujaa, joka ei ole hallittu osallistuja.
|
|
1293
|
+
file_help:
|
|
1294
|
+
attachment:
|
|
1295
|
+
explanation: 'Tiedoston ohjeistus:'
|
|
1296
|
+
message_1: CSV-, JSON- ja Excel-tiedostoja (.xlsx) tuetaan
|
|
1297
|
+
message_2: CSV-tiedostoissa sarake-erottimen on oltava puolipiste (";")
|
|
1288
1298
|
moderations:
|
|
1289
1299
|
actions:
|
|
1290
1300
|
expand: Avaa
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -12,6 +12,7 @@ fr-CA:
|
|
|
12
12
|
plural: Pluriel
|
|
13
13
|
attachment:
|
|
14
14
|
attachment_collection_id: Dossier
|
|
15
|
+
attachments: Pièces jointes
|
|
15
16
|
description: Description
|
|
16
17
|
file: Fichier
|
|
17
18
|
title: Nom de la pièce jointe ou de l'image
|
|
@@ -45,7 +46,7 @@ fr-CA:
|
|
|
45
46
|
alert_color: Alerte
|
|
46
47
|
available_authorizations: Autorisations disponibles
|
|
47
48
|
badges_enabled: Activer les badges
|
|
48
|
-
comments_max_length:
|
|
49
|
+
comments_max_length: Nombre maximum de caractères par commentaire (Laisser 0 pour la valeur par défaut)
|
|
49
50
|
customize_welcome_notification: Personnaliser le mail de bienvenue
|
|
50
51
|
default_locale: Langue par défaut
|
|
51
52
|
description: Description
|
|
@@ -360,6 +361,7 @@ fr-CA:
|
|
|
360
361
|
text: Recherche par email, nom ou pseudo de l'utilisateur actuel
|
|
361
362
|
managed_user_name: Utilisateur représenté
|
|
362
363
|
solved: Résolu
|
|
364
|
+
title: Conflits de vérification
|
|
363
365
|
transfer:
|
|
364
366
|
email: Email
|
|
365
367
|
error: Une erreur est survenue lors du transfert de l'utilisateur actuel en utilisateur représenté.
|
|
@@ -575,6 +577,7 @@ fr-CA:
|
|
|
575
577
|
promotions:
|
|
576
578
|
new:
|
|
577
579
|
explanation: Les utilisateurs représentés peuvent être promu utilisateurs standard. Cela signifie qu'ils seront invités à s'inscrire sur l'application et vous ne pourrez plus agir à leur place. L'utilisateur recevra un email pour accepter votre invitation.
|
|
580
|
+
new_managed_user_promotion: Nouvelle promotion d'un utilisateur représenté
|
|
578
581
|
promote: Promouvoir
|
|
579
582
|
menu:
|
|
580
583
|
admin_log: Journal d'activité personnel
|
|
@@ -757,6 +760,7 @@ fr-CA:
|
|
|
757
760
|
title: Modèles de newsletter
|
|
758
761
|
use_template: Utiliser ce modèle
|
|
759
762
|
show:
|
|
763
|
+
preview: 'Prévisualiser le modèle: %{template_name}'
|
|
760
764
|
use_template: Utiliser ce modèle
|
|
761
765
|
newsletters:
|
|
762
766
|
confirm_recipients:
|
|
@@ -831,6 +835,7 @@ fr-CA:
|
|
|
831
835
|
officializations:
|
|
832
836
|
block:
|
|
833
837
|
error: Une erreur s'est produite lors du blocage du participant.
|
|
838
|
+
no_user: Aucun utilisateur trouvé
|
|
834
839
|
success: Participant bloqué avec succès.
|
|
835
840
|
bulk_action:
|
|
836
841
|
block:
|
|
@@ -840,6 +845,7 @@ fr-CA:
|
|
|
840
845
|
invalid: Une erreur s'est produite lors du déblocage des participants.
|
|
841
846
|
success: Participants débloqués avec succès.
|
|
842
847
|
create:
|
|
848
|
+
no_user_found: Le participant n'a pas été trouvé.
|
|
843
849
|
success: Utilisateur validé avec succès.
|
|
844
850
|
destroy:
|
|
845
851
|
success: Validation de l'utilisateur retirée avec succès.
|
|
@@ -864,6 +870,8 @@ fr-CA:
|
|
|
864
870
|
badge: Badge de validation
|
|
865
871
|
officialize: Valider
|
|
866
872
|
title: Valider l'utilisateur "%{name}"
|
|
873
|
+
show_email:
|
|
874
|
+
no_user: Aucun utilisateur trouvé
|
|
867
875
|
show_email_modal:
|
|
868
876
|
description: Si vous avez besoin de contacter directement un participant, vous pouvez cliquer sur le bouton Afficher pour voir leur adresse mèl. Cette action sera enregistrée.
|
|
869
877
|
email_address: Adresse e-mail
|
|
@@ -1064,10 +1072,10 @@ fr-CA:
|
|
|
1064
1072
|
next_title: Élément suivant
|
|
1065
1073
|
previous: Précédent
|
|
1066
1074
|
previous_title: Élément précédent
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1075
|
+
attachments:
|
|
1076
|
+
add_attachments: Ajouter des pièces jointes
|
|
1077
|
+
attachment_legend: Ajouter une galerie de pièces jointes (facultatif)
|
|
1078
|
+
edit_attachments: Modifier les pièces jointes
|
|
1071
1079
|
static_page_topics:
|
|
1072
1080
|
create:
|
|
1073
1081
|
error: Une erreur s'est produite lors de la création d'un nouveau sujet.
|
|
@@ -1137,7 +1145,9 @@ fr-CA:
|
|
|
1137
1145
|
filters:
|
|
1138
1146
|
search_placeholder: Rechercher
|
|
1139
1147
|
index:
|
|
1148
|
+
description: Les taxonomies et les filtres permettent aux administrateurs de trier et d'organiser le contenu. Par exemple, ajoutez une taxonomie avec les arrondissements et quartiers de la ville et créez ensuite des filtres uniquement avec les arrondissements ou pour un quartier spécifique.
|
|
1140
1149
|
new_taxonomy: Nouvelle taxonomie
|
|
1150
|
+
no_items_found: Aucune taxonomie trouvée correspondant aux critères de recherche.
|
|
1141
1151
|
name: Nom
|
|
1142
1152
|
new:
|
|
1143
1153
|
create: Créer la taxonomie
|
|
@@ -1146,6 +1156,8 @@ fr-CA:
|
|
|
1146
1156
|
table:
|
|
1147
1157
|
to_next_page: Faites glisser pour passer à la page suivante
|
|
1148
1158
|
to_prev_page: Faites glisser pour passer à la page précédente
|
|
1159
|
+
taxonomy_actions:
|
|
1160
|
+
confirm_destroy: 'Êtes-vous sûr de vouloir supprimer %{name}? Cela supprimera également tous les éléments enfants. NOTE : Les ressources qui utilisent cette taxonomie ne seront pas affectées, mais elles perdront la référence à cette taxonomie.'
|
|
1149
1161
|
total_filters: Filtres
|
|
1150
1162
|
total_items: Éléments de la taxonomie
|
|
1151
1163
|
update:
|
|
@@ -1161,11 +1173,20 @@ fr-CA:
|
|
|
1161
1173
|
create:
|
|
1162
1174
|
error: Un problème a été rencontré lors de la création de ce filtre de taxonomie.
|
|
1163
1175
|
success: Filtre de taxonomie créé avec succès.
|
|
1176
|
+
destroy:
|
|
1177
|
+
error: Un problème a été rencontré lors de la suppression de ce filtre de taxonomie.
|
|
1178
|
+
success: Filtre de taxonomie supprimé avec succès.
|
|
1164
1179
|
edit:
|
|
1165
1180
|
back: Revenir en arrière
|
|
1166
1181
|
title: Modifier le filtre de taxonomie
|
|
1167
1182
|
update: Mettre à jour le filtre de taxonomie
|
|
1168
1183
|
form:
|
|
1184
|
+
all: Toutes
|
|
1185
|
+
items:
|
|
1186
|
+
one: "{count} élément sélectionné"
|
|
1187
|
+
other: "{count} éléments sélectionnés"
|
|
1188
|
+
name_help: Le titre du filtre à afficher dans l'interface publique.
|
|
1189
|
+
no_items: Aucun élément n'est disponible pour cette taxonomie. Vous pouvez créer des éléments dans les paramètres de configuration de taxonomie.
|
|
1169
1190
|
space_filter: Disponible comme filtre pour
|
|
1170
1191
|
index:
|
|
1171
1192
|
description: Un filtre de taxonomie permet aux administrateurs de trier et de filtrer les espaces participatifs selon une taxonomie. Par exemple, ajoutez un filtre de taxonomie pour trier les processus par étendue géographique.
|
|
@@ -1178,6 +1199,7 @@ fr-CA:
|
|
|
1178
1199
|
table:
|
|
1179
1200
|
actions: Actions
|
|
1180
1201
|
components_count: Composants utilisant ceci
|
|
1202
|
+
confirm_destroy: 'Êtes-vous sûr de vouloir supprimer le filtre %{name}? NOTE : Les ressources qui utilisent ce filtre ne seront pas affectées, mais elles perdront la référence à ce filtre.'
|
|
1181
1203
|
destroy: Supprimer
|
|
1182
1204
|
edit: Modifier
|
|
1183
1205
|
update:
|
|
@@ -1185,6 +1207,7 @@ fr-CA:
|
|
|
1185
1207
|
success: Filtre de taxonomie mis à jour avec succès.
|
|
1186
1208
|
taxonomy_filters_selector:
|
|
1187
1209
|
new:
|
|
1210
|
+
add_new_items_html: Si vous avez besoin de définir un nouveau filtre ou un nouvel élément, faites-le dans <a href="%{url}">les paramètres de configuration</a>.
|
|
1188
1211
|
items_count: "%{count} éléments"
|
|
1189
1212
|
save: Enregistrer
|
|
1190
1213
|
show:
|
|
@@ -1193,12 +1216,24 @@ fr-CA:
|
|
|
1193
1216
|
taxonomies_select:
|
|
1194
1217
|
filters: Filtres
|
|
1195
1218
|
select_filter: Sélectionnez un filtre
|
|
1219
|
+
select_taxonomy: Sélectionner une taxonomie
|
|
1196
1220
|
taxonomies: Taxonomies
|
|
1221
|
+
taxonomy_items:
|
|
1222
|
+
edit:
|
|
1223
|
+
title: Modifier l'élément dans %{taxonomy}
|
|
1224
|
+
update: Mettre l'élément à jour
|
|
1225
|
+
new:
|
|
1226
|
+
create: Créer l'élément
|
|
1227
|
+
none: Aucune
|
|
1228
|
+
title: Nouvel élément dans %{taxonomy}
|
|
1197
1229
|
titles:
|
|
1230
|
+
admin_log: Journal d'administration
|
|
1198
1231
|
area_types: Types de périmètre d'assemblée
|
|
1199
1232
|
areas: Zones d'application
|
|
1200
1233
|
authorization_workflows: Méthodes de vérification
|
|
1234
|
+
dashboard: Tableau de bord
|
|
1201
1235
|
edit_external_domains: Liste des domaines externes autorisés
|
|
1236
|
+
impersonatable_users: Utilisateurs pouvant être représentés
|
|
1202
1237
|
impersonations: Gestion des utilisateurs
|
|
1203
1238
|
menu: Menu
|
|
1204
1239
|
page_topics: Sujets
|
|
@@ -1209,6 +1244,8 @@ fr-CA:
|
|
|
1209
1244
|
scopes: Périmètres d'application
|
|
1210
1245
|
statistics: Statistiques
|
|
1211
1246
|
taxonomies: Taxonomies
|
|
1247
|
+
taxonomy_filters: Filtres de taxonomie pour "%{taxonomy}"
|
|
1248
|
+
users: Administrateurs
|
|
1212
1249
|
tooltips:
|
|
1213
1250
|
cannot_destroy_taxonomy_filter: Impossible de détruire ce filtre de taxonomie
|
|
1214
1251
|
cannot_edit_taxonomy_filter: Impossible de modifier ce filtre de taxonomie
|
|
@@ -1251,6 +1288,11 @@ fr-CA:
|
|
|
1251
1288
|
errors:
|
|
1252
1289
|
impersonate_user:
|
|
1253
1290
|
reason: Vous devez fournir une raison lorsque vous représentez un participant non représenté.
|
|
1291
|
+
file_help:
|
|
1292
|
+
attachment:
|
|
1293
|
+
explanation: 'Instructions concernant le fichier :'
|
|
1294
|
+
message_1: Les fichiers CSV, JSON et Excel (.xlsx) sont pris en charge
|
|
1295
|
+
message_2: Pour les fichiers CSV, le séparateur entre les colonnes doit être un point-virgule (";")
|
|
1254
1296
|
moderations:
|
|
1255
1297
|
actions:
|
|
1256
1298
|
expand: Agrandir
|
|
@@ -1265,13 +1307,18 @@ fr-CA:
|
|
|
1265
1307
|
reportable:
|
|
1266
1308
|
bulk_action:
|
|
1267
1309
|
hide:
|
|
1310
|
+
failed: 'Une erreur est survenue lors du masquage de certaines ressouces: %{errored}'
|
|
1268
1311
|
invalid: Aucune modération sélectionnée.
|
|
1269
1312
|
success: Ressources cachées avec succès.
|
|
1270
1313
|
ignore:
|
|
1271
1314
|
invalid: Aucune modération d'utilisateur sélectionnée.
|
|
1315
|
+
success: Participants dé-signalés avec succès.
|
|
1272
1316
|
unhide:
|
|
1317
|
+
failed: 'Une erreur est survenue lors du dé-masquage de certaines ressouces: %{errored}'
|
|
1273
1318
|
invalid: Aucune modération sélectionnée.
|
|
1319
|
+
success: Ressource dé-masquée avec succès.
|
|
1274
1320
|
unreport:
|
|
1321
|
+
failed: 'Un problème a été rencontré lors du dé-signalement de certaines ressources %{errored}'
|
|
1275
1322
|
invalid: Aucune modération sélectionnée.
|
|
1276
1323
|
hide:
|
|
1277
1324
|
invalid: Il y a eu un problème au moment de masquer le contenu.
|