decidim-admin 0.12.2 → 0.13.0.pre1
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/jobs/decidim/admin/newsletter_job.rb +2 -2
- data/config/locales/ca.yml +14 -13
- data/config/locales/en.yml +16 -15
- data/config/locales/es-PY.yml +14 -13
- data/config/locales/es.yml +14 -13
- data/config/locales/eu.yml +16 -15
- data/config/locales/fi.yml +14 -13
- data/config/locales/fr.yml +16 -15
- data/config/locales/gl.yml +16 -15
- data/config/locales/it.yml +16 -15
- data/config/locales/nl.yml +16 -15
- data/config/locales/pl.yml +16 -15
- data/config/locales/pt-BR.yml +16 -15
- data/config/locales/pt.yml +16 -15
- data/config/locales/ru.yml +5 -4
- data/config/locales/sv.yml +15 -14
- data/config/locales/uk.yml +4 -3
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_attachments_examples.rb +1 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +16 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7680328989a7f1d62446b876693eb05aeee4404f7cf285f992e4e8df2beb614d
|
4
|
+
data.tar.gz: a1b0cd787408c322cbe8d5023edca717e03455ce3bd9fa79d04b819d28313f79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2b6a9c893698b7bb771883c2ac7a597b7cca77790fb7957564daad52b5fb4b694ac9eb442aa1b545485e3c72ebd0cedaf9b2c777c011e95f633710a85c4e6f0
|
7
|
+
data.tar.gz: df022dbb2f6497be7e2c4e88b03ee9efdc9e1f1e5431746c6d595886b00808cc1b3ac630294a657fd34c3f8b64b30dfbc70625efc58e8d2c105076363b7f35c5
|
@@ -28,8 +28,8 @@ module Decidim
|
|
28
28
|
private
|
29
29
|
|
30
30
|
def recipients
|
31
|
-
@recipients ||= User.where(
|
32
|
-
.where.not(email: nil, confirmed_at: nil)
|
31
|
+
@recipients ||= User.where(organization: @newsletter.organization)
|
32
|
+
.where.not(newsletter_notifications_at: nil, email: nil, confirmed_at: nil)
|
33
33
|
.not_deleted
|
34
34
|
end
|
35
35
|
end
|
data/config/locales/ca.yml
CHANGED
@@ -10,7 +10,7 @@ ca:
|
|
10
10
|
organization: Organització
|
11
11
|
plural: Plural
|
12
12
|
attachment:
|
13
|
-
attachment_collection_id:
|
13
|
+
attachment_collection_id: Carpeta
|
14
14
|
description: Descripció
|
15
15
|
file: Arxiu
|
16
16
|
title: Títol
|
@@ -143,6 +143,7 @@ ca:
|
|
143
143
|
browse: Explorar
|
144
144
|
export: Exporta
|
145
145
|
manage: Gestionar
|
146
|
+
new: Nou %{name}
|
146
147
|
permissions: Permisos
|
147
148
|
reject: Rebutjar
|
148
149
|
verify: Verificar
|
@@ -179,22 +180,22 @@ ca:
|
|
179
180
|
success: Àrea actualitzada correctament
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
|
-
error: S'ha produït un error en crear
|
183
|
-
success:
|
183
|
+
error: S'ha produït un error en crear una nova carpeta.
|
184
|
+
success: S'ha creat la carpeta amb èxit.
|
184
185
|
destroy:
|
185
|
-
success:
|
186
|
+
success: S'ha eliminat la carpeta amb èxit.
|
186
187
|
edit:
|
187
|
-
title:
|
188
|
+
title: Edita la carpeta
|
188
189
|
update: Actualitzar
|
189
190
|
index:
|
190
|
-
attachment_collection_used: Aquesta
|
191
|
-
attachment_collections_title:
|
191
|
+
attachment_collection_used: Aquesta carpeta no es pot eliminar perquè està en ús.
|
192
|
+
attachment_collections_title: Carpetes de fitxers adjunts
|
192
193
|
new:
|
193
194
|
create: Crear
|
194
|
-
title:
|
195
|
+
title: Carpeta nova
|
195
196
|
update:
|
196
|
-
error: S'ha produït un error en actualitzar aquesta
|
197
|
-
success:
|
197
|
+
error: S'ha produït un error en actualitzar aquesta carpeta.
|
198
|
+
success: S'ha actualitzat la carpeta amb èxit.
|
198
199
|
attachments:
|
199
200
|
create:
|
200
201
|
error: S'ha produït un error en crear un nou arxiu adjunt.
|
@@ -353,13 +354,13 @@ ca:
|
|
353
354
|
plural: Plural
|
354
355
|
attachment:
|
355
356
|
fields:
|
356
|
-
collection:
|
357
|
+
collection: Carpeta
|
357
358
|
content_type: Tipus
|
358
359
|
file_size: Mida
|
359
360
|
title: Títol
|
360
361
|
name: Arxiu adjunt
|
361
362
|
attachment_collection:
|
362
|
-
name:
|
363
|
+
name: Carpeta
|
363
364
|
category:
|
364
365
|
name: Categoria
|
365
366
|
impersonation_log:
|
@@ -524,7 +525,7 @@ ca:
|
|
524
525
|
homepage_appearance_title: Edita l'aparença de la pàgina d'inici
|
525
526
|
homepage_highlighted_content_banner_title: Bàner de contingut ressaltat
|
526
527
|
layout_appearance_title: Edita l'aparença del disseny global
|
527
|
-
omnipresent_banner_appearance_title: Edita
|
528
|
+
omnipresent_banner_appearance_title: Edita pancarta omnipresent
|
528
529
|
participatory_space_private_users:
|
529
530
|
create:
|
530
531
|
error: S'ha produït un error en afegir un usuari privat a aquest espai de participació.
|
data/config/locales/en.yml
CHANGED
@@ -11,7 +11,7 @@ en:
|
|
11
11
|
organization: Organization
|
12
12
|
plural: Plural
|
13
13
|
attachment:
|
14
|
-
attachment_collection_id:
|
14
|
+
attachment_collection_id: Folder
|
15
15
|
description: Description
|
16
16
|
file: File
|
17
17
|
title: Title
|
@@ -97,7 +97,7 @@ en:
|
|
97
97
|
decidim/participatory_process:
|
98
98
|
banner_image: Banner image
|
99
99
|
description: Description
|
100
|
-
developer_group:
|
100
|
+
developer_group: Promoter group
|
101
101
|
domain: Domain
|
102
102
|
end_date: End date
|
103
103
|
hashtag: Hashtag
|
@@ -133,7 +133,7 @@ en:
|
|
133
133
|
organization_name: Organization name
|
134
134
|
organization_url: Organization URL
|
135
135
|
redirect_uri: Redirect URI
|
136
|
-
site:
|
136
|
+
site: Website
|
137
137
|
date:
|
138
138
|
formats:
|
139
139
|
datepicker: "%m/%d/%Y"
|
@@ -144,6 +144,7 @@ en:
|
|
144
144
|
browse: Browse
|
145
145
|
export: Export
|
146
146
|
manage: Manage
|
147
|
+
new: New %{name}
|
147
148
|
permissions: Permissions
|
148
149
|
reject: Reject
|
149
150
|
verify: Verify
|
@@ -180,22 +181,22 @@ en:
|
|
180
181
|
success: Area updated successfully
|
181
182
|
attachment_collections:
|
182
183
|
create:
|
183
|
-
error: There was an error creating a new
|
184
|
-
success:
|
184
|
+
error: There was an error creating a new folder.
|
185
|
+
success: Folder created successfully.
|
185
186
|
destroy:
|
186
|
-
success:
|
187
|
+
success: Folder destroyed successfully.
|
187
188
|
edit:
|
188
|
-
title: Edit
|
189
|
+
title: Edit folder
|
189
190
|
update: Update
|
190
191
|
index:
|
191
|
-
attachment_collection_used: This
|
192
|
-
attachment_collections_title: Attachment
|
192
|
+
attachment_collection_used: This folder cannot be removed because it is in use.
|
193
|
+
attachment_collections_title: Attachment folders
|
193
194
|
new:
|
194
195
|
create: Create
|
195
|
-
title: New
|
196
|
+
title: New folder
|
196
197
|
update:
|
197
|
-
error: There was an error when updating this
|
198
|
-
success:
|
198
|
+
error: There was an error when updating this folder.
|
199
|
+
success: Folder updated successfully.
|
199
200
|
attachments:
|
200
201
|
create:
|
201
202
|
error: There was an error creating a new attachment.
|
@@ -354,13 +355,13 @@ en:
|
|
354
355
|
plural: Plural
|
355
356
|
attachment:
|
356
357
|
fields:
|
357
|
-
collection:
|
358
|
+
collection: Folder
|
358
359
|
content_type: Type
|
359
360
|
file_size: Size
|
360
361
|
title: Title
|
361
362
|
name: Attachment
|
362
363
|
attachment_collection:
|
363
|
-
name:
|
364
|
+
name: Folder
|
364
365
|
category:
|
365
366
|
name: Category
|
366
367
|
impersonation_log:
|
@@ -525,7 +526,7 @@ en:
|
|
525
526
|
homepage_appearance_title: Edit homepage appearance
|
526
527
|
homepage_highlighted_content_banner_title: Highligted content banner
|
527
528
|
layout_appearance_title: Edit layout appearance
|
528
|
-
omnipresent_banner_appearance_title: Edit omnipresent
|
529
|
+
omnipresent_banner_appearance_title: Edit omnipresent banner
|
529
530
|
participatory_space_private_users:
|
530
531
|
create:
|
531
532
|
error: There was an error adding a private user for this participatory space.
|
data/config/locales/es-PY.yml
CHANGED
@@ -10,7 +10,7 @@ es-PY:
|
|
10
10
|
organization: Organización
|
11
11
|
plural: Plural
|
12
12
|
attachment:
|
13
|
-
attachment_collection_id:
|
13
|
+
attachment_collection_id: Carpeta
|
14
14
|
description: Descripción
|
15
15
|
file: Archivo
|
16
16
|
title: Título
|
@@ -132,7 +132,7 @@ es-PY:
|
|
132
132
|
organization_name: Nombre de la organización
|
133
133
|
organization_url: URL de organización
|
134
134
|
redirect_uri: Redirigir URI
|
135
|
-
site: Sitio
|
135
|
+
site: Sitio web
|
136
136
|
date:
|
137
137
|
formats:
|
138
138
|
datepicker: "%d/%m/%Y"
|
@@ -143,6 +143,7 @@ es-PY:
|
|
143
143
|
browse: Explorar
|
144
144
|
export: Exportar
|
145
145
|
manage: Gestionar
|
146
|
+
new: Nuevo %{name}
|
146
147
|
permissions: Permisos
|
147
148
|
reject: Rechazar
|
148
149
|
verify: Verificar
|
@@ -179,22 +180,22 @@ es-PY:
|
|
179
180
|
success: Área actualizada correctamente
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
|
-
error:
|
183
|
-
success:
|
183
|
+
error: Se ha producido un error al crear una nueva carpeta.
|
184
|
+
success: Carpeta creada con éxito.
|
184
185
|
destroy:
|
185
|
-
success:
|
186
|
+
success: Carpeta borrada con éxito.
|
186
187
|
edit:
|
187
|
-
title: Editar
|
188
|
+
title: Editar carpeta
|
188
189
|
update: Actualizar
|
189
190
|
index:
|
190
|
-
attachment_collection_used: Esta
|
191
|
-
attachment_collections_title:
|
191
|
+
attachment_collection_used: Esta carpeta no se puede eliminar porque está en uso.
|
192
|
+
attachment_collections_title: Carpetas de archivos adjuntos
|
192
193
|
new:
|
193
194
|
create: Crear
|
194
|
-
title: Nueva
|
195
|
+
title: Nueva carpeta
|
195
196
|
update:
|
196
|
-
error:
|
197
|
-
success:
|
197
|
+
error: Se ha producido un error al actualizar esta carpeta.
|
198
|
+
success: Carpeta actualizada con éxito.
|
198
199
|
attachments:
|
199
200
|
create:
|
200
201
|
error: Se ha producido un error al crear un nuevo archivo adjunto.
|
@@ -353,13 +354,13 @@ es-PY:
|
|
353
354
|
plural: Plural
|
354
355
|
attachment:
|
355
356
|
fields:
|
356
|
-
collection:
|
357
|
+
collection: Carpeta
|
357
358
|
content_type: Tipo
|
358
359
|
file_size: Tamaño
|
359
360
|
title: Título
|
360
361
|
name: Archivo adjunto
|
361
362
|
attachment_collection:
|
362
|
-
name:
|
363
|
+
name: Carpeta
|
363
364
|
category:
|
364
365
|
name: Categoría
|
365
366
|
impersonation_log:
|
data/config/locales/es.yml
CHANGED
@@ -10,7 +10,7 @@ es:
|
|
10
10
|
organization: Organización
|
11
11
|
plural: Plural
|
12
12
|
attachment:
|
13
|
-
attachment_collection_id:
|
13
|
+
attachment_collection_id: Carpeta
|
14
14
|
description: Descripción
|
15
15
|
file: Archivo
|
16
16
|
title: Título
|
@@ -132,7 +132,7 @@ es:
|
|
132
132
|
organization_name: Nombre de la organización
|
133
133
|
organization_url: URL de organización
|
134
134
|
redirect_uri: Redirigir URI
|
135
|
-
site: Sitio
|
135
|
+
site: Sitio web
|
136
136
|
date:
|
137
137
|
formats:
|
138
138
|
datepicker: "%d/%m/%Y"
|
@@ -143,6 +143,7 @@ es:
|
|
143
143
|
browse: Explorar
|
144
144
|
export: Exportar
|
145
145
|
manage: Gestionar
|
146
|
+
new: Nuevo %{name}
|
146
147
|
permissions: Permisos
|
147
148
|
reject: Rechazar
|
148
149
|
verify: Verificar
|
@@ -179,22 +180,22 @@ es:
|
|
179
180
|
success: Área actualizada correctamente
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
|
-
error:
|
183
|
-
success:
|
183
|
+
error: Se ha producido un error al crear una nueva carpeta.
|
184
|
+
success: Carpeta creada con éxito.
|
184
185
|
destroy:
|
185
|
-
success:
|
186
|
+
success: Carpeta borrada con éxito.
|
186
187
|
edit:
|
187
|
-
title: Editar
|
188
|
+
title: Editar carpeta
|
188
189
|
update: Actualizar
|
189
190
|
index:
|
190
|
-
attachment_collection_used: Esta
|
191
|
-
attachment_collections_title:
|
191
|
+
attachment_collection_used: Esta carpeta no se puede eliminar porque está en uso.
|
192
|
+
attachment_collections_title: Carpetas de archivos adjuntos
|
192
193
|
new:
|
193
194
|
create: Crear
|
194
|
-
title: Nueva
|
195
|
+
title: Nueva carpeta
|
195
196
|
update:
|
196
|
-
error:
|
197
|
-
success:
|
197
|
+
error: Se ha producido un error al actualizar esta carpeta.
|
198
|
+
success: Carpeta actualizada con éxito.
|
198
199
|
attachments:
|
199
200
|
create:
|
200
201
|
error: Se ha producido un error al crear un nuevo archivo adjunto.
|
@@ -353,13 +354,13 @@ es:
|
|
353
354
|
plural: Plural
|
354
355
|
attachment:
|
355
356
|
fields:
|
356
|
-
collection:
|
357
|
+
collection: Carpeta
|
357
358
|
content_type: Tipo
|
358
359
|
file_size: Tamaño
|
359
360
|
title: Título
|
360
361
|
name: Archivo adjunto
|
361
362
|
attachment_collection:
|
362
|
-
name:
|
363
|
+
name: Carpeta
|
363
364
|
category:
|
364
365
|
name: Categoría
|
365
366
|
impersonation_log:
|
data/config/locales/eu.yml
CHANGED
@@ -10,7 +10,7 @@ eu:
|
|
10
10
|
organization: Erakundea
|
11
11
|
plural: plural
|
12
12
|
attachment:
|
13
|
-
attachment_collection_id:
|
13
|
+
attachment_collection_id: karpeta
|
14
14
|
description: Descripción
|
15
15
|
file: Fitxategia
|
16
16
|
title: Titulua
|
@@ -96,7 +96,7 @@ eu:
|
|
96
96
|
decidim/participatory_process:
|
97
97
|
banner_image: Iragarki-bandako irudia
|
98
98
|
description: Descripción
|
99
|
-
developer_group:
|
99
|
+
developer_group: Sustatzailearen taldea
|
100
100
|
domain: Domeinua
|
101
101
|
end_date: Bukaera-data
|
102
102
|
hashtag: Traola
|
@@ -132,7 +132,7 @@ eu:
|
|
132
132
|
organization_name: Erakundearen izena
|
133
133
|
organization_url: Erakundearen URLa
|
134
134
|
redirect_uri: Birbideratu URIa
|
135
|
-
site:
|
135
|
+
site: Web
|
136
136
|
date:
|
137
137
|
formats:
|
138
138
|
datepicker: "%Y/%m/%d"
|
@@ -143,6 +143,7 @@ eu:
|
|
143
143
|
browse: Arakatu
|
144
144
|
export: Esportatu
|
145
145
|
manage: Kudeatu
|
146
|
+
new: '%{name}berria'
|
146
147
|
permissions: Baimenak
|
147
148
|
reject: Ukatu
|
148
149
|
verify: Egiaztatu
|
@@ -179,22 +180,22 @@ eu:
|
|
179
180
|
success: Area ondo eguneratu da
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
|
-
error: Errore bat gertatu da
|
183
|
-
success:
|
183
|
+
error: Errore bat gertatu da karpeta berria sortzean.
|
184
|
+
success: Karpeta sortu da behar bezala.
|
184
185
|
destroy:
|
185
|
-
success:
|
186
|
+
success: Karpeta ondo suntsitu da.
|
186
187
|
edit:
|
187
|
-
title: Editatu
|
188
|
+
title: Editatu karpeta
|
188
189
|
update: eguneratzearen
|
189
190
|
index:
|
190
|
-
attachment_collection_used:
|
191
|
-
attachment_collections_title: Eranskinen
|
191
|
+
attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
|
192
|
+
attachment_collections_title: Eranskinen karpetak
|
192
193
|
new:
|
193
194
|
create: Sortu
|
194
|
-
title:
|
195
|
+
title: Karpeta berria
|
195
196
|
update:
|
196
|
-
error: Errore bat gertatu da
|
197
|
-
success:
|
197
|
+
error: Errore bat gertatu da karpeta hau eguneratzean.
|
198
|
+
success: Karpeta eguneratu da behar bezala.
|
198
199
|
attachments:
|
199
200
|
create:
|
200
201
|
error: Errorea gertatu da fitxategi erantsi bat sortzean.
|
@@ -353,13 +354,13 @@ eu:
|
|
353
354
|
plural: plural
|
354
355
|
attachment:
|
355
356
|
fields:
|
356
|
-
collection:
|
357
|
+
collection: karpeta
|
357
358
|
content_type: Mota
|
358
359
|
file_size: Tamaina
|
359
360
|
title: Titulua
|
360
361
|
name: Fitxategi erantsia
|
361
362
|
attachment_collection:
|
362
|
-
name:
|
363
|
+
name: karpeta
|
363
364
|
category:
|
364
365
|
name: Kategoria
|
365
366
|
impersonation_log:
|
@@ -524,7 +525,7 @@ eu:
|
|
524
525
|
homepage_appearance_title: Editatu orriaren itxura
|
525
526
|
homepage_highlighted_content_banner_title: Highligted edukien banner
|
526
527
|
layout_appearance_title: Editatu itxura diseinua
|
527
|
-
omnipresent_banner_appearance_title: Editatu omnipresent
|
528
|
+
omnipresent_banner_appearance_title: Editatu omnipresent banner
|
528
529
|
participatory_space_private_users:
|
529
530
|
create:
|
530
531
|
error: Errore bat gertatu da partaidetza espazio honen erabiltzaile pribatua gehitzean.
|
data/config/locales/fi.yml
CHANGED
@@ -10,7 +10,7 @@ fi:
|
|
10
10
|
organization: organisaatio
|
11
11
|
plural: monikko
|
12
12
|
attachment:
|
13
|
-
attachment_collection_id:
|
13
|
+
attachment_collection_id: Kansio
|
14
14
|
description: Kuvaus
|
15
15
|
file: Tiedosto
|
16
16
|
title: Otsikko
|
@@ -96,7 +96,7 @@ fi:
|
|
96
96
|
decidim/participatory_process:
|
97
97
|
banner_image: Bannerikuva
|
98
98
|
description: Kuvaus
|
99
|
-
developer_group:
|
99
|
+
developer_group: Promoottoriryhmä
|
100
100
|
domain: Toimintaympäristö
|
101
101
|
end_date: Lopetusaika
|
102
102
|
hashtag: Hashtag
|
@@ -132,7 +132,7 @@ fi:
|
|
132
132
|
organization_name: Organisaation nimi
|
133
133
|
organization_url: Organisaation URL-osoite
|
134
134
|
redirect_uri: Uudelleenohjata URI
|
135
|
-
site:
|
135
|
+
site: Verkkosivusto
|
136
136
|
date:
|
137
137
|
formats:
|
138
138
|
datepicker: "%d. %m. %Y"
|
@@ -143,6 +143,7 @@ fi:
|
|
143
143
|
browse: Selaa
|
144
144
|
export: Vie
|
145
145
|
manage: Hallitse
|
146
|
+
new: Uusi %{name}
|
146
147
|
permissions: Oikeudet
|
147
148
|
reject: Hylkää
|
148
149
|
verify: Vahvista
|
@@ -179,22 +180,22 @@ fi:
|
|
179
180
|
success: Alue päivitettiin onnistuneesti
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
|
-
error:
|
183
|
-
success:
|
183
|
+
error: Uuden kansion luomisessa tapahtui virhe.
|
184
|
+
success: Kansio luotu onnistuneesti.
|
184
185
|
destroy:
|
185
|
-
success:
|
186
|
+
success: Kansio tuhoutui onnistuneesti.
|
186
187
|
edit:
|
187
|
-
title: Muokkaa
|
188
|
+
title: Muokkaa kansiota
|
188
189
|
update: Päivittää
|
189
190
|
index:
|
190
|
-
attachment_collection_used: Tätä
|
191
|
+
attachment_collection_used: Tätä kansiota ei voi poistaa, koska se on käytössä.
|
191
192
|
attachment_collections_title: Liitetiedostot
|
192
193
|
new:
|
193
194
|
create: Luoda
|
194
|
-
title: Uusi
|
195
|
+
title: Uusi kansio
|
195
196
|
update:
|
196
|
-
error: Tämän
|
197
|
-
success:
|
197
|
+
error: Tämän kansion päivittämisessä tapahtui virhe.
|
198
|
+
success: Kansio on päivitetty onnistuneesti.
|
198
199
|
attachments:
|
199
200
|
create:
|
200
201
|
error: Uuden liitteen luonnissa tapahtui virhe.
|
@@ -353,13 +354,13 @@ fi:
|
|
353
354
|
plural: monikko
|
354
355
|
attachment:
|
355
356
|
fields:
|
356
|
-
collection:
|
357
|
+
collection: Kansio
|
357
358
|
content_type: Tyyppi
|
358
359
|
file_size: Koko
|
359
360
|
title: Otsikko
|
360
361
|
name: Liite
|
361
362
|
attachment_collection:
|
362
|
-
name:
|
363
|
+
name: Kansio
|
363
364
|
category:
|
364
365
|
name: Aihepiiri
|
365
366
|
impersonation_log:
|
data/config/locales/fr.yml
CHANGED
@@ -117,7 +117,7 @@ fr:
|
|
117
117
|
description: Description
|
118
118
|
hero_image: Image de la page d'accueil
|
119
119
|
name: Nom
|
120
|
-
participatory_processes:
|
120
|
+
participatory_processes: Processus participatifs
|
121
121
|
decidim/participatory_process_step:
|
122
122
|
end_date: Date de fin
|
123
123
|
start_date: Date de début
|
@@ -132,7 +132,7 @@ fr:
|
|
132
132
|
organization_name: Nom de l'organisation
|
133
133
|
organization_url: URL de l'organisation
|
134
134
|
redirect_uri: Rediriger l'URI
|
135
|
-
site: Site
|
135
|
+
site: Site Internet
|
136
136
|
date:
|
137
137
|
formats:
|
138
138
|
datepicker: "%d/%m/%Y"
|
@@ -143,6 +143,7 @@ fr:
|
|
143
143
|
browse: Parcourir
|
144
144
|
export: Exporter
|
145
145
|
manage: Gérer
|
146
|
+
new: Nouveau %{name}
|
146
147
|
permissions: Autorisations
|
147
148
|
reject: Rejeter
|
148
149
|
verify: Vérifier
|
@@ -180,15 +181,15 @@ fr:
|
|
180
181
|
attachment_collections:
|
181
182
|
create:
|
182
183
|
error: Une erreur s'est produite lors de la création d'un nouveau dossier.
|
183
|
-
success:
|
184
|
+
success: Le dossier a été créé avec succès.
|
184
185
|
destroy:
|
185
|
-
success: Dossier
|
186
|
+
success: Dossier supprimé avec succès.
|
186
187
|
edit:
|
187
188
|
title: Modifier le dossier
|
188
189
|
update: Mettre à jour
|
189
190
|
index:
|
190
|
-
attachment_collection_used: Ce dossier ne peut pas être supprimé car
|
191
|
-
attachment_collections_title:
|
191
|
+
attachment_collection_used: Ce dossier ne peut pas être supprimé car il est en cours d'utilisation.
|
192
|
+
attachment_collections_title: Dossiers de pièces jointes
|
192
193
|
new:
|
193
194
|
create: Créer
|
194
195
|
title: Nouveau dossier
|
@@ -293,7 +294,7 @@ fr:
|
|
293
294
|
needs_authorization_warning: Vous avez besoin d'au moins une autorisation activée pour cette organisation.
|
294
295
|
not_managed: Non représenté
|
295
296
|
promote: Promouvoir
|
296
|
-
search:
|
297
|
+
search: Chercher
|
297
298
|
status: Statut
|
298
299
|
view_logs: Consultez les journaux d'activité
|
299
300
|
impersonations:
|
@@ -429,7 +430,7 @@ fr:
|
|
429
430
|
error: Il y a eu une erreur lors de la création de cette newsletter.
|
430
431
|
success: Newsletter créée avec succès. Veuillez la vérifier avant de l'envoyer.
|
431
432
|
deliver:
|
432
|
-
error:
|
433
|
+
error: Erreur lors de l'envoi de cette newsletter.
|
433
434
|
success: Newsletter envoyée avec succès.
|
434
435
|
destroy:
|
435
436
|
error_already_sent: 'Suppression impossible car la newsletter a déjà été envoyée.'
|
@@ -438,7 +439,7 @@ fr:
|
|
438
439
|
save_and_preview: Enregistrer et prévisualiser
|
439
440
|
title: Modifier la newsletter
|
440
441
|
form:
|
441
|
-
interpolations_hint: 'Astuce : Vous pouvez utiliser "%{name}"
|
442
|
+
interpolations_hint: 'Astuce : Vous pouvez utiliser "%{name}" n''importe où dans le corps ou le sujet et il sera remplacé par le nom du destinataire.'
|
442
443
|
index:
|
443
444
|
confirm_delete: Êtes-vous sûr de vouloir supprimer cette newsletter ?
|
444
445
|
title: Newsletters
|
@@ -492,7 +493,7 @@ fr:
|
|
492
493
|
officialize: Valider
|
493
494
|
officialized: Validé
|
494
495
|
reofficialize: De nouveau validé
|
495
|
-
search:
|
496
|
+
search: Chercher
|
496
497
|
status: Statut
|
497
498
|
unofficialize: Invalider
|
498
499
|
new:
|
@@ -524,7 +525,7 @@ fr:
|
|
524
525
|
homepage_appearance_title: Modifier l'apparence de la page d'accueil
|
525
526
|
homepage_highlighted_content_banner_title: Bannière de contenu mis en valeur
|
526
527
|
layout_appearance_title: Modifier l’aspect de la mise en page
|
527
|
-
omnipresent_banner_appearance_title: Modifier la bannière
|
528
|
+
omnipresent_banner_appearance_title: Modifier la bannière permanente
|
528
529
|
participatory_space_private_users:
|
529
530
|
create:
|
530
531
|
error: Une erreur s'est produite lors de l'ajout d'un utilisateur pour cet espace participatif.
|
@@ -649,11 +650,11 @@ fr:
|
|
649
650
|
admin:
|
650
651
|
reportable:
|
651
652
|
hide:
|
652
|
-
invalid: Il y a eu un problème au moment de masquer
|
653
|
-
success:
|
653
|
+
invalid: Il y a eu un problème au moment de masquer la ressource.
|
654
|
+
success: Ressource masquée avec succès.
|
654
655
|
unreport:
|
655
|
-
invalid: Il y a eu un problème lors de l'annulation du signalement
|
656
|
-
success:
|
656
|
+
invalid: Il y a eu un problème lors de l'annulation du signalement de la ressource.
|
657
|
+
success: La ressource n'est plus signalée.
|
657
658
|
models:
|
658
659
|
moderation:
|
659
660
|
fields:
|