decidim-admin 0.0.7 → 0.0.8.1
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/README.md +2 -2
- data/app/assets/javascripts/decidim/admin/application.js.es6 +13 -0
- data/app/assets/javascripts/decidim/admin/toggle_nav.js.es6 +17 -0
- data/app/assets/stylesheets/decidim/admin/_decidim.scss +0 -1
- data/app/assets/stylesheets/decidim/admin/modules/_datepicker.scss +224 -0
- data/app/assets/stylesheets/decidim/admin/modules/_modules.scss +1 -0
- data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
- data/app/forms/decidim/admin/participatory_process_user_role_form.rb +9 -0
- data/app/helpers/decidim/admin/application_helper.rb +6 -0
- data/app/views/decidim/admin/categories/index.html.erb +1 -1
- data/app/views/decidim/admin/participatory_process_groups/index.html.erb +1 -1
- data/app/views/decidim/admin/participatory_process_user_roles/_form.html.erb +2 -3
- data/app/views/decidim/admin/participatory_process_user_roles/index.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/index.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_application.html.erb +2 -1
- data/app/views/layouts/decidim/admin/pages.html.erb +1 -1
- data/config/i18n-tasks.yml +2 -0
- data/config/locales/ca.yml +22 -17
- data/config/locales/en.yml +22 -17
- data/config/locales/es.yml +23 -18
- data/config/locales/eu.yml +0 -19
- data/config/locales/fi.yml +0 -14
- data/config/locales/fr.yml +141 -0
- data/config/locales/nl.yml +5 -0
- data/vendor/assets/javascripts/moment.min.js +7 -0
- metadata +12 -7
data/config/locales/en.yml
CHANGED
@@ -11,7 +11,7 @@ en:
|
|
11
11
|
category:
|
12
12
|
description: Description
|
13
13
|
name: Name
|
14
|
-
|
14
|
+
parent_id: Parent
|
15
15
|
feature:
|
16
16
|
name: Name
|
17
17
|
weight: Weight
|
@@ -98,6 +98,9 @@ en:
|
|
98
98
|
subtitle: Subtitle
|
99
99
|
target: Target
|
100
100
|
title: Title
|
101
|
+
decidim/participatory_process_step:
|
102
|
+
end_date: End date
|
103
|
+
start_date: Start date
|
101
104
|
decidim/static_page:
|
102
105
|
content: Content
|
103
106
|
slug: URL slug
|
@@ -112,7 +115,7 @@ en:
|
|
112
115
|
destroy: Destroy
|
113
116
|
edit: Edit
|
114
117
|
manage: Manage
|
115
|
-
new: New
|
118
|
+
new: New
|
116
119
|
permissions: Permissions
|
117
120
|
preview: Preview
|
118
121
|
publish: Publish
|
@@ -127,7 +130,7 @@ en:
|
|
127
130
|
success: Attachment destroyed successfully.
|
128
131
|
edit:
|
129
132
|
title: Edit attachment
|
130
|
-
update: Update
|
133
|
+
update: Update
|
131
134
|
form:
|
132
135
|
current_file: Current file
|
133
136
|
url: Url
|
@@ -146,7 +149,7 @@ en:
|
|
146
149
|
success: Category deleted successfully.
|
147
150
|
edit:
|
148
151
|
title: Edit category
|
149
|
-
update: Update
|
152
|
+
update: Update
|
150
153
|
new:
|
151
154
|
create: Create category
|
152
155
|
title: New category
|
@@ -169,8 +172,6 @@ en:
|
|
169
172
|
steps_title: Steps
|
170
173
|
participatory_process_user_roles:
|
171
174
|
index:
|
172
|
-
admin: Administrator
|
173
|
-
collaborator: Collaborator
|
174
175
|
process_admins_title: Participatory process users
|
175
176
|
feature_permissions:
|
176
177
|
edit:
|
@@ -235,8 +236,6 @@ en:
|
|
235
236
|
title: Title
|
236
237
|
name: Attachment
|
237
238
|
category:
|
238
|
-
fields:
|
239
|
-
name: Name
|
240
239
|
name: Category
|
241
240
|
newsletter:
|
242
241
|
fields:
|
@@ -268,6 +267,9 @@ en:
|
|
268
267
|
name: Name
|
269
268
|
role: Role
|
270
269
|
name: Participatory Process User
|
270
|
+
roles:
|
271
|
+
admin: Administrator
|
272
|
+
collaborator: Collaborator
|
271
273
|
scope:
|
272
274
|
fields:
|
273
275
|
created_at: Created at
|
@@ -327,7 +329,7 @@ en:
|
|
327
329
|
organization:
|
328
330
|
edit:
|
329
331
|
title: Edit organization
|
330
|
-
update: Update
|
332
|
+
update: Update
|
331
333
|
form:
|
332
334
|
current_image: Current image
|
333
335
|
facebook: Facebook
|
@@ -375,9 +377,9 @@ en:
|
|
375
377
|
success: Participatory process step destroyed successfully.
|
376
378
|
edit:
|
377
379
|
title: Edit participatory process step
|
378
|
-
update: Update
|
380
|
+
update: Update
|
379
381
|
new:
|
380
|
-
create: Create
|
382
|
+
create: Create
|
381
383
|
title: New participatory process step
|
382
384
|
ordering:
|
383
385
|
error: There was an error when reordering this participatory process steps.
|
@@ -406,7 +408,7 @@ en:
|
|
406
408
|
destroy:
|
407
409
|
success: Participatory process destroyed successfully.
|
408
410
|
edit:
|
409
|
-
update: Update
|
411
|
+
update: Update
|
410
412
|
form:
|
411
413
|
current_image: Current image
|
412
414
|
title: General Information
|
@@ -415,8 +417,8 @@ en:
|
|
415
417
|
not_published: Not published
|
416
418
|
published: Published
|
417
419
|
new:
|
418
|
-
create: Create
|
419
|
-
title: New
|
420
|
+
create: Create
|
421
|
+
title: New participatory process
|
420
422
|
update:
|
421
423
|
error: There was an error when updating this participatory process.
|
422
424
|
success: Participatory process updated successfully.
|
@@ -432,7 +434,7 @@ en:
|
|
432
434
|
success: Scope successfully destroyed
|
433
435
|
edit:
|
434
436
|
title: Edit scope
|
435
|
-
update: Update
|
437
|
+
update: Update
|
436
438
|
new:
|
437
439
|
create: Create scope
|
438
440
|
title: New scope
|
@@ -449,9 +451,9 @@ en:
|
|
449
451
|
success: Page successfully destroyed
|
450
452
|
edit:
|
451
453
|
title: Edit page
|
452
|
-
update: Update
|
454
|
+
update: Update
|
453
455
|
new:
|
454
|
-
create:
|
456
|
+
create: New
|
455
457
|
title: New page
|
456
458
|
update:
|
457
459
|
error: There was an error when updating this page.
|
@@ -518,3 +520,6 @@ en:
|
|
518
520
|
title: Settings
|
519
521
|
users:
|
520
522
|
title: Users
|
523
|
+
time:
|
524
|
+
formats:
|
525
|
+
timepicker: "%m/%d/%Y %H:%M"
|
data/config/locales/es.yml
CHANGED
@@ -10,7 +10,7 @@ es:
|
|
10
10
|
category:
|
11
11
|
description: Descripción
|
12
12
|
name: Nombre
|
13
|
-
|
13
|
+
parent_id: Superior
|
14
14
|
feature:
|
15
15
|
name: Nombre
|
16
16
|
weight: Peso
|
@@ -97,6 +97,9 @@ es:
|
|
97
97
|
subtitle: Subtítulo
|
98
98
|
target: '¿A quién va dirigido?'
|
99
99
|
title: Título
|
100
|
+
decidim/participatory_process_step:
|
101
|
+
end_date: Fecha de finalización
|
102
|
+
start_date: Fecha de inicio
|
100
103
|
decidim/static_page:
|
101
104
|
content: Contenido
|
102
105
|
slug: Texto corto de URL
|
@@ -111,7 +114,7 @@ es:
|
|
111
114
|
destroy: Eliminar
|
112
115
|
edit: Editar
|
113
116
|
manage: Gestionar
|
114
|
-
new: Nuevo
|
117
|
+
new: Nuevo/a
|
115
118
|
permissions: Permisos
|
116
119
|
preview: Previsualizar
|
117
120
|
publish: Publicar
|
@@ -126,7 +129,7 @@ es:
|
|
126
129
|
success: El archivo adjunto se ha eliminado correctamente.
|
127
130
|
edit:
|
128
131
|
title: Editar archivo adjunto
|
129
|
-
update: Actualizar
|
132
|
+
update: Actualizar
|
130
133
|
form:
|
131
134
|
current_file: Archivo actual
|
132
135
|
url: URL
|
@@ -145,7 +148,7 @@ es:
|
|
145
148
|
success: Categoría eliminada correctamente.
|
146
149
|
edit:
|
147
150
|
title: Editar categoría
|
148
|
-
update: Actualizar
|
151
|
+
update: Actualizar
|
149
152
|
new:
|
150
153
|
create: Crear categoría
|
151
154
|
title: Nueva categoría
|
@@ -168,8 +171,6 @@ es:
|
|
168
171
|
steps_title: Fases
|
169
172
|
participatory_process_user_roles:
|
170
173
|
index:
|
171
|
-
admin: Administrador
|
172
|
-
collaborator: Colaborador
|
173
174
|
process_admins_title: Usuarios del proceso
|
174
175
|
feature_permissions:
|
175
176
|
edit:
|
@@ -234,8 +235,6 @@ es:
|
|
234
235
|
title: Título
|
235
236
|
name: Archivo adjunto
|
236
237
|
category:
|
237
|
-
fields:
|
238
|
-
name: Nombre
|
239
238
|
name: Categoría
|
240
239
|
newsletter:
|
241
240
|
fields:
|
@@ -267,6 +266,9 @@ es:
|
|
267
266
|
name: Nombre
|
268
267
|
role: Rol
|
269
268
|
name: Usuario del proceso
|
269
|
+
roles:
|
270
|
+
admin: Administrador
|
271
|
+
collaborator: Colaborador
|
270
272
|
scope:
|
271
273
|
fields:
|
272
274
|
created_at: Fecha de creación
|
@@ -326,7 +328,7 @@ es:
|
|
326
328
|
organization:
|
327
329
|
edit:
|
328
330
|
title: Editar organización
|
329
|
-
update: Actualizar
|
331
|
+
update: Actualizar
|
330
332
|
form:
|
331
333
|
current_image: Imagen actual
|
332
334
|
facebook: Facebook
|
@@ -374,9 +376,9 @@ es:
|
|
374
376
|
success: La fase de proceso participativo se ha eliminado correctamente.
|
375
377
|
edit:
|
376
378
|
title: Editar fase de proceso participativo
|
377
|
-
update: Actualizar
|
379
|
+
update: Actualizar
|
378
380
|
new:
|
379
|
-
create: Crear
|
381
|
+
create: Crear
|
380
382
|
title: Nuevo fase de proceso participativo
|
381
383
|
ordering:
|
382
384
|
error: Se ha producido un error en la reordenación de las fases de este proceso participativo.
|
@@ -405,7 +407,7 @@ es:
|
|
405
407
|
destroy:
|
406
408
|
success: El proceso participativo se ha eliminado correctamente.
|
407
409
|
edit:
|
408
|
-
update: Actualizar
|
410
|
+
update: Actualizar
|
409
411
|
form:
|
410
412
|
current_image: Imagen actual
|
411
413
|
title: Información general
|
@@ -414,8 +416,8 @@ es:
|
|
414
416
|
not_published: No publicado
|
415
417
|
published: Publicado
|
416
418
|
new:
|
417
|
-
create: Crear
|
418
|
-
title: Nuevo proceso
|
419
|
+
create: Crear
|
420
|
+
title: Nuevo proceso participativo
|
419
421
|
update:
|
420
422
|
error: Se ha producido un error en la actualización de este proceso participativo.
|
421
423
|
success: El proceso participativo se ha actualizado correctamente.
|
@@ -431,7 +433,7 @@ es:
|
|
431
433
|
success: Ámbito eliminado con éxito
|
432
434
|
edit:
|
433
435
|
title: Editar alcance
|
434
|
-
update: Actualizar
|
436
|
+
update: Actualizar
|
435
437
|
new:
|
436
438
|
create: Crear ámbito
|
437
439
|
title: Nuevo ámbito
|
@@ -448,9 +450,9 @@ es:
|
|
448
450
|
success: La página se ha eliminado correctamente.
|
449
451
|
edit:
|
450
452
|
title: Editar página
|
451
|
-
update: Actualizar
|
453
|
+
update: Actualizar
|
452
454
|
new:
|
453
|
-
create:
|
455
|
+
create: Nueva
|
454
456
|
title: Nueva página
|
455
457
|
update:
|
456
458
|
error: Se ha producido un error en la actualización de ésta página.
|
@@ -516,4 +518,7 @@ es:
|
|
516
518
|
settings:
|
517
519
|
title: Ajustes
|
518
520
|
users:
|
519
|
-
title: Usuarios
|
521
|
+
title: Usuarios
|
522
|
+
time:
|
523
|
+
formats:
|
524
|
+
timepicker: "%d / %m / %Y %H:%M"
|
data/config/locales/eu.yml
CHANGED
@@ -10,7 +10,6 @@ eu:
|
|
10
10
|
category:
|
11
11
|
description: Deskribapena
|
12
12
|
name: Izena
|
13
|
-
parent: Nagusia
|
14
13
|
feature:
|
15
14
|
name: Izena
|
16
15
|
weight: Pisua
|
@@ -111,7 +110,6 @@ eu:
|
|
111
110
|
destroy: Kendu
|
112
111
|
edit: Editatu
|
113
112
|
manage: Kudeatu
|
114
|
-
new: '%{name} berria'
|
115
113
|
permissions: Baimenak
|
116
114
|
preview: Aurreikusi
|
117
115
|
publish: Argitaratu
|
@@ -126,7 +124,6 @@ eu:
|
|
126
124
|
success: Fitxategi erantsia zuzen ezabatu da.
|
127
125
|
edit:
|
128
126
|
title: Editatu fitxategi erantsia
|
129
|
-
update: Eguneratu fitxategi erantsia
|
130
127
|
form:
|
131
128
|
current_file: Oraingo fitxategia
|
132
129
|
url: url
|
@@ -145,7 +142,6 @@ eu:
|
|
145
142
|
success: Kategoria zuzen ezabatu da.
|
146
143
|
edit:
|
147
144
|
title: Editatu kategoria
|
148
|
-
update: Eguneratu kategoria
|
149
145
|
new:
|
150
146
|
create: Sortu kategoria
|
151
147
|
title: Kategoria berria
|
@@ -168,8 +164,6 @@ eu:
|
|
168
164
|
steps_title: Faseak
|
169
165
|
participatory_process_user_roles:
|
170
166
|
index:
|
171
|
-
admin: Administratzailea
|
172
|
-
collaborator: Kolaboratzailea
|
173
167
|
process_admins_title: Prozesu partizipatiboko erabiltzaileak
|
174
168
|
feature_permissions:
|
175
169
|
edit:
|
@@ -234,8 +228,6 @@ eu:
|
|
234
228
|
title: Izenburua
|
235
229
|
name: Fitxategi erantsia
|
236
230
|
category:
|
237
|
-
fields:
|
238
|
-
name: Izena
|
239
231
|
name: Kategoria
|
240
232
|
newsletter:
|
241
233
|
fields:
|
@@ -326,7 +318,6 @@ eu:
|
|
326
318
|
organization:
|
327
319
|
edit:
|
328
320
|
title: Editatu erakundea
|
329
|
-
update: Eguneratu erakundea
|
330
321
|
form:
|
331
322
|
current_image: Oraingo irudia
|
332
323
|
facebook: Facebook
|
@@ -374,9 +365,7 @@ eu:
|
|
374
365
|
success: Prozesu partizipatiboaren fasea zuzen ezabatu da.
|
375
366
|
edit:
|
376
367
|
title: Editatu prozesu partizipatiboaren fasea
|
377
|
-
update: Eguneratu prozesu partizipatiboaren fasea
|
378
368
|
new:
|
379
|
-
create: Sortu prozesu partizipatiboaren fasea
|
380
369
|
title: Prozesu partizipatiboaren fase berria
|
381
370
|
ordering:
|
382
371
|
error: Errorea gertatu da prozesu partizipatiboaren faseak berrantolatzean.
|
@@ -404,8 +393,6 @@ eu:
|
|
404
393
|
success: Prozesu partizipatiboa zuzen sortu da. Orain, jarrai ezazu faseak konfiguratzen.
|
405
394
|
destroy:
|
406
395
|
success: Prozesu partizipatiboa zuzen ezabatu da.
|
407
|
-
edit:
|
408
|
-
update: Eguneratu prozesu partizipatiboa
|
409
396
|
form:
|
410
397
|
current_image: Oraingo irudia
|
411
398
|
title: Informazio orokorra
|
@@ -413,9 +400,6 @@ eu:
|
|
413
400
|
index:
|
414
401
|
not_published: Argitaratu gabe
|
415
402
|
published: Argitaratua
|
416
|
-
new:
|
417
|
-
create: Sortu prozesu partizipatiboa
|
418
|
-
title: Prozesu partizipatibo berria
|
419
403
|
update:
|
420
404
|
error: Errorea gertatu da prozesu partizipatibo hau eguneratzean.
|
421
405
|
success: Prozesu partizipatiboa zuzen eguneratu da.
|
@@ -431,7 +415,6 @@ eu:
|
|
431
415
|
success: Esparrua ongi ezabatu da
|
432
416
|
edit:
|
433
417
|
title: Editatu helmena
|
434
|
-
update: Eguneratu esparrua
|
435
418
|
new:
|
436
419
|
create: Sortu esparrua
|
437
420
|
title: Esparru berria
|
@@ -448,9 +431,7 @@ eu:
|
|
448
431
|
success: Orria zuzen ezabatu da.
|
449
432
|
edit:
|
450
433
|
title: Editatu orria
|
451
|
-
update: Eguneratu orria
|
452
434
|
new:
|
453
|
-
create: Sortu orria
|
454
435
|
title: Orri berria
|
455
436
|
update:
|
456
437
|
error: Errorea gertatu da orri hau eguneratzean.
|
data/config/locales/fi.yml
CHANGED
@@ -8,7 +8,6 @@ fi:
|
|
8
8
|
category:
|
9
9
|
description: Kuvaus
|
10
10
|
name: Nimi
|
11
|
-
parent: Isäntä
|
12
11
|
feature:
|
13
12
|
name: Nimi
|
14
13
|
weight: Painoarvo
|
@@ -98,7 +97,6 @@ fi:
|
|
98
97
|
destroy: Tuhoa
|
99
98
|
edit: Muokkaa
|
100
99
|
manage: Hallitse
|
101
|
-
new: Uusi %{name}
|
102
100
|
permissions: Oikeudet
|
103
101
|
preview: Esikatsele
|
104
102
|
publish: Julkaise
|
@@ -113,7 +111,6 @@ fi:
|
|
113
111
|
success: Liite tuhottu onnistuneesti.
|
114
112
|
edit:
|
115
113
|
title: Muokkaa liitettä
|
116
|
-
update: Päivitä liite
|
117
114
|
new:
|
118
115
|
create: Luo liite
|
119
116
|
title: Uusi liite
|
@@ -129,7 +126,6 @@ fi:
|
|
129
126
|
success: Kategoria poistettu onnistuneesti.
|
130
127
|
edit:
|
131
128
|
title: Muokkaa kategoriaa
|
132
|
-
update: Päivitä kategoria
|
133
129
|
new:
|
134
130
|
create: Luo kategoria
|
135
131
|
title: Uusi kategoria
|
@@ -205,8 +201,6 @@ fi:
|
|
205
201
|
title: Otsikko
|
206
202
|
name: Liite
|
207
203
|
category:
|
208
|
-
fields:
|
209
|
-
name: Nimi
|
210
204
|
name: Kategoria
|
211
205
|
newsletter:
|
212
206
|
fields:
|
@@ -290,7 +284,6 @@ fi:
|
|
290
284
|
organization:
|
291
285
|
edit:
|
292
286
|
title: Muokkaa organisaatiota
|
293
|
-
update: Päivitä organisaatio
|
294
287
|
update:
|
295
288
|
error: Tämän organisaation päivityksessä tapahtui virhe.
|
296
289
|
success: Organisaatio päivitetty onnistuneesti.
|
@@ -327,9 +320,7 @@ fi:
|
|
327
320
|
success: Osallistumisprosessin vaihe tuhottu onnistuneesti.
|
328
321
|
edit:
|
329
322
|
title: Muokkaa osallistumisprosessin vaihetta
|
330
|
-
update: Päivitä osallistumisprosessin vaihe
|
331
323
|
new:
|
332
|
-
create: Luo osallistumisprosessin vaihe
|
333
324
|
title: Uusi osallistumisprosessin vaihe
|
334
325
|
ordering:
|
335
326
|
error: Tämän osallistumisprosessin vaiheiden järjestämisessä tapahtui virhe.
|
@@ -342,8 +333,6 @@ fi:
|
|
342
333
|
success: Osallistumisprosessi luotu onnistuneesti. Määritä nyt sen vaiheet.
|
343
334
|
destroy:
|
344
335
|
success: Osallistumisprosessi tuhottu onnistuneesti.
|
345
|
-
edit:
|
346
|
-
update: Päivitä osallistumisprosessia
|
347
336
|
update:
|
348
337
|
error: Tämän osallistumisprosessin päivityksessä tapahtui virhe.
|
349
338
|
success: Osallistumisprosessi päivitetty onnistuneesti.
|
@@ -359,7 +348,6 @@ fi:
|
|
359
348
|
success: Konteksti tuhottu onnistuneesti
|
360
349
|
edit:
|
361
350
|
title: Muokkaa kontekstia
|
362
|
-
update: Päivitä konteksti
|
363
351
|
new:
|
364
352
|
create: Luo konteksti
|
365
353
|
title: Uusi konteksti
|
@@ -376,9 +364,7 @@ fi:
|
|
376
364
|
success: Sivu tuhottu onnistuneesti
|
377
365
|
edit:
|
378
366
|
title: Muokkaa sivua
|
379
|
-
update: Päivitä sivu
|
380
367
|
new:
|
381
|
-
create: Luo sivu
|
382
368
|
title: Uusi sivu
|
383
369
|
update:
|
384
370
|
error: Tämän sivun päivityksessä tapahtui virhe.
|