decidim-admin 0.15.2 → 0.16.0
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/assets/config/decidim_admin_manifest.js +1 -0
- data/app/assets/javascripts/decidim/admin/welcome_notification.js.es6 +32 -0
- data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +21 -0
- data/app/commands/decidim/admin/create_attachment.rb +1 -1
- data/app/commands/decidim/admin/create_static_page.rb +3 -0
- data/app/commands/decidim/admin/create_static_page_topic.rb +36 -0
- data/app/commands/decidim/admin/destroy_static_page_topic.rb +40 -0
- data/app/commands/decidim/admin/officialize_user.rb +1 -1
- data/app/commands/decidim/admin/process_user_group_verification_csv.rb +42 -0
- data/app/commands/decidim/admin/publish_component.rb +1 -1
- data/app/commands/decidim/admin/update_help_sections.rb +26 -0
- data/app/commands/decidim/admin/update_organization.rb +10 -1
- data/app/commands/decidim/admin/update_static_page.rb +3 -0
- data/app/commands/decidim/admin/update_static_page_topic.rb +51 -0
- data/app/commands/decidim/admin/verify_user_group.rb +4 -2
- data/app/controllers/concerns/decidim/admin/user_groups.rb +24 -0
- data/app/controllers/decidim/admin/help_sections_controller.rb +52 -0
- data/app/controllers/decidim/admin/impersonations_controller.rb +1 -1
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +73 -0
- data/app/controllers/decidim/admin/static_pages_controller.rb +4 -1
- data/app/controllers/decidim/admin/user_groups_controller.rb +4 -0
- data/app/controllers/decidim/admin/user_groups_csv_verifications_controller.rb +36 -0
- data/app/events/decidim/attachment_created_event.rb +7 -0
- data/app/forms/decidim/admin/help_section_form.rb +25 -0
- data/app/forms/decidim/admin/help_sections_form.rb +11 -0
- data/app/forms/decidim/admin/organization_form.rb +9 -0
- data/app/forms/decidim/admin/static_page_form.rb +16 -0
- data/app/forms/decidim/admin/static_page_topic_form.rb +19 -0
- data/app/forms/decidim/admin/user_group_csv_verification_form.rb +13 -0
- data/app/jobs/decidim/admin/verify_user_group_from_csv_job.rb +29 -0
- data/app/permissions/decidim/admin/permissions.rb +2 -0
- data/app/views/decidim/admin/help_sections/_form.html.erb +21 -0
- data/app/views/decidim/admin/help_sections/show.erb +1 -0
- data/app/views/decidim/admin/help_sections/update.html.erb +1 -0
- data/app/views/decidim/admin/officializations/index.html.erb +1 -1
- data/app/views/decidim/admin/organization/_form.html.erb +22 -0
- data/app/views/decidim/admin/static_page_topics/_form.html.erb +15 -0
- data/app/views/decidim/admin/static_page_topics/edit.html.erb +13 -0
- data/app/views/decidim/admin/static_page_topics/new.html.erb +13 -0
- data/app/views/decidim/admin/static_pages/_form.html.erb +12 -0
- data/app/views/decidim/admin/static_pages/_topic.html.erb +61 -0
- data/app/views/decidim/admin/static_pages/index.html.erb +6 -48
- data/app/views/decidim/admin/user_groups/index.html.erb +4 -1
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +19 -0
- data/app/views/layouts/decidim/admin/pages.html.erb +1 -0
- data/app/views/layouts/decidim/admin/settings.html.erb +3 -0
- data/app/views/layouts/decidim/admin/users.html.erb +3 -2
- data/config/locales/ca.yml +56 -3
- data/config/locales/de.yml +56 -3
- data/config/locales/en.yml +56 -3
- data/config/locales/es-PY.yml +56 -3
- data/config/locales/es.yml +56 -3
- data/config/locales/eu.yml +56 -3
- data/config/locales/fi-pl.yml +56 -3
- data/config/locales/fi.yml +56 -3
- data/config/locales/fr.yml +56 -3
- data/config/locales/gl.yml +56 -3
- data/config/locales/hu.yml +56 -3
- data/config/locales/id-ID.yml +56 -3
- data/config/locales/it.yml +56 -3
- data/config/locales/nl.yml +56 -3
- data/config/locales/pl.yml +56 -3
- data/config/locales/pt-BR.yml +56 -3
- data/config/locales/pt.yml +56 -3
- data/config/locales/ru.yml +0 -3
- data/config/locales/sv.yml +56 -3
- data/config/locales/tr-TR.yml +56 -3
- data/config/locales/uk.yml +0 -3
- data/config/routes.rb +6 -0
- data/lib/decidim/admin/engine.rb +4 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +32 -11
- data/app/events/decidim/participatory_process_step_activated_event.rb +0 -23
- data/app/events/decidim/participatory_process_step_changed_event.rb +0 -23
data/config/locales/en.yml
CHANGED
@@ -66,6 +66,7 @@ en:
|
|
66
66
|
show_statistics: Show statistics
|
67
67
|
tos_version: Terms of service version
|
68
68
|
twitter_handler: Twitter handler
|
69
|
+
user_groups_enabled: Enable user groups
|
69
70
|
youtube_handler: YouTube handler
|
70
71
|
scope:
|
71
72
|
code: Code
|
@@ -82,14 +83,29 @@ en:
|
|
82
83
|
changed_notably: There have been noticeable changes.
|
83
84
|
content: Content
|
84
85
|
organization: Organization
|
86
|
+
show_in_footer: Show in the footer
|
85
87
|
slug: URL slug
|
86
88
|
title: Title
|
89
|
+
weight: Weight
|
90
|
+
static_page_topic:
|
91
|
+
description: Description
|
92
|
+
show_in_footer: Show in the footer
|
93
|
+
title: Title
|
94
|
+
weight: Weight
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: File
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: The redirect URI must be a SSL URI
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Invalid image file
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Invalid image file
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ en:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} as %{export_format}"
|
250
266
|
notice: Your export is currently in progress. You'll receive an email when it's complete.
|
267
|
+
help_sections:
|
268
|
+
error: There's been an error updating the help sections
|
269
|
+
form:
|
270
|
+
save: Save
|
271
|
+
success: Help sections updated successfully
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ en:
|
|
301
322
|
areas: Areas
|
302
323
|
configuration: Configuration
|
303
324
|
dashboard: Dashboard
|
325
|
+
help_sections: Help sections
|
304
326
|
homepage: Homepage
|
305
327
|
impersonations: Impersonations
|
306
328
|
newsletters: Newsletters
|
307
329
|
oauth_applications: OAuth applications
|
308
|
-
|
330
|
+
participants: Participants
|
309
331
|
scope_types: Scope types
|
310
332
|
scopes: Scopes
|
311
333
|
settings: Settings
|
@@ -545,6 +567,21 @@ en:
|
|
545
567
|
update:
|
546
568
|
error: There was an error when updating this scope.
|
547
569
|
success: Scope updated successfully
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: There was an error creating a new topic.
|
573
|
+
success: Topic created successfully.
|
574
|
+
destroy:
|
575
|
+
success: Topic successfully destroyed
|
576
|
+
edit:
|
577
|
+
title: Edit topic
|
578
|
+
update: Update topic
|
579
|
+
new:
|
580
|
+
create: Create topic
|
581
|
+
title: New topic
|
582
|
+
update:
|
583
|
+
error: There was an error when updating this topic.
|
584
|
+
success: Topic updated successfully
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: View public page
|
@@ -557,11 +594,18 @@ en:
|
|
557
594
|
changed_notably_help: If checked, users will be notified to accept the new terms and conditions.
|
558
595
|
title: Edit page
|
559
596
|
update: Update
|
597
|
+
form:
|
598
|
+
none: None
|
560
599
|
index:
|
561
600
|
last_notable_change: Last notable change
|
562
601
|
new:
|
563
|
-
create: Create
|
602
|
+
create: Create page
|
564
603
|
title: New page
|
604
|
+
topic:
|
605
|
+
destroy: Remove topic
|
606
|
+
edit: Edit topic
|
607
|
+
empty: There's no page under this topic
|
608
|
+
without_topic: Pages without topic
|
565
609
|
update:
|
566
610
|
error: There was an error when updating this page.
|
567
611
|
success: Page updated successfully
|
@@ -573,13 +617,16 @@ en:
|
|
573
617
|
dashboard: Dashboard
|
574
618
|
impersonatable_users: Impersonatable users
|
575
619
|
impersonations: Impersonations
|
576
|
-
|
620
|
+
participants: Participants
|
577
621
|
scope_types: Scope types
|
578
622
|
scopes: Scopes
|
579
623
|
static_pages: Pages
|
580
624
|
user_groups: User groups
|
581
625
|
users: Users
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: There was an error reading the CSV file.
|
629
|
+
success: CSV file uploaded successfully, we're verifying the user groups matching the criteria. This might take a while.
|
583
630
|
reject:
|
584
631
|
invalid: There was an error when rejecting this user group.
|
585
632
|
success: User group rejected successfully
|
@@ -599,6 +646,12 @@ en:
|
|
599
646
|
pending: Pending
|
600
647
|
rejected: Rejected
|
601
648
|
verified: Verified
|
649
|
+
verify_via_csv: Verify via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Upload your CSV file. It must have the official emails of the user groups in your organization in the first column of the file, without headers. Only user groups that have confirmed their email and that have an email appearing in the CSV file will be validated.
|
653
|
+
title: Upload your CSV file
|
654
|
+
upload: Upload
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: There was an error when inviting this user.
|
data/config/locales/es-PY.yml
CHANGED
@@ -66,6 +66,7 @@ es-PY:
|
|
66
66
|
show_statistics: Mostrar estadísticas
|
67
67
|
tos_version: Versión de los Términos de Servicio
|
68
68
|
twitter_handler: Nombre de Twitter
|
69
|
+
user_groups_enabled: Habilitar grupos de usuarios
|
69
70
|
youtube_handler: Nombre de YouTube
|
70
71
|
scope:
|
71
72
|
code: Código
|
@@ -82,14 +83,29 @@ es-PY:
|
|
82
83
|
changed_notably: Ha habido cambios notables.
|
83
84
|
content: Contenido
|
84
85
|
organization: Organización
|
86
|
+
show_in_footer: Mostrar en el pie de página
|
85
87
|
slug: Texto corto de URL
|
86
88
|
title: Título
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descripción
|
92
|
+
show_in_footer: Mostrar en el pie de página
|
93
|
+
title: Título
|
94
|
+
weight: Peso
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Expediente
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: El URI de redirección debe ser un URI SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Archivo de imagen no válido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Archivo de imagen no válido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ es-PY:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} como %{export_format}"
|
250
266
|
notice: Su exportación está actualmente en curso. Recibirá un correo electrónico cuando esté completo.
|
267
|
+
help_sections:
|
268
|
+
error: Ha habido un error al actualizar las secciones de ayuda.
|
269
|
+
form:
|
270
|
+
save: Salvar
|
271
|
+
success: Secciones de ayuda actualizadas exitosamente
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ es-PY:
|
|
301
322
|
areas: Áreas
|
302
323
|
configuration: Configuración
|
303
324
|
dashboard: Panel de control
|
325
|
+
help_sections: Secciones de ayuda
|
304
326
|
homepage: Página principal
|
305
327
|
impersonations: Impersonaciones
|
306
328
|
newsletters: Boletines
|
307
329
|
oauth_applications: Aplicaciones OAuth
|
308
|
-
|
330
|
+
participants: Participantes
|
309
331
|
scope_types: Tipos de ámbito
|
310
332
|
scopes: Ámbitos
|
311
333
|
settings: Configuración
|
@@ -545,6 +567,21 @@ es-PY:
|
|
545
567
|
update:
|
546
568
|
error: Se produjo un error en la actualización de este ámbito.
|
547
569
|
success: Ámbito actualizado correctamente
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Se ha producido un error al crear un nuevo tema.
|
573
|
+
success: Tema creado correctamente.
|
574
|
+
destroy:
|
575
|
+
success: Tema eliminado correctamente
|
576
|
+
edit:
|
577
|
+
title: Editar tema
|
578
|
+
update: Actualizar tema
|
579
|
+
new:
|
580
|
+
create: Crear tema
|
581
|
+
title: Nuevo tema
|
582
|
+
update:
|
583
|
+
error: Se ha producido un error al actualizar este tema.
|
584
|
+
success: Tema actualizado correctamente
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ver la página pública
|
@@ -557,11 +594,18 @@ es-PY:
|
|
557
594
|
changed_notably_help: Si se marca, se notificará a los usuarios que acepten los nuevos Términos y Condiciones.
|
558
595
|
title: Editar página
|
559
596
|
update: Actualizar
|
597
|
+
form:
|
598
|
+
none: Ninguna
|
560
599
|
index:
|
561
600
|
last_notable_change: Último cambio notable
|
562
601
|
new:
|
563
|
-
create: Crear
|
602
|
+
create: Crear página
|
564
603
|
title: Nueva página
|
604
|
+
topic:
|
605
|
+
destroy: Eliminar tema
|
606
|
+
edit: Editar tema
|
607
|
+
empty: No hay ninguna página para este tema
|
608
|
+
without_topic: Páginas sin tema
|
565
609
|
update:
|
566
610
|
error: Se ha producido un error en la actualización de ésta página.
|
567
611
|
success: La página se ha actualizado correctamente.
|
@@ -573,13 +617,16 @@ es-PY:
|
|
573
617
|
dashboard: Panel de control
|
574
618
|
impersonatable_users: Usuarios impersonables
|
575
619
|
impersonations: Suplantaciones
|
576
|
-
|
620
|
+
participants: Participantes
|
577
621
|
scope_types: Tipos de ámbito
|
578
622
|
scopes: Ámbitos
|
579
623
|
static_pages: Páginas
|
580
624
|
user_groups: Grupos de usuarios
|
581
625
|
users: Usuarios
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Se produjo un error al leer el archivo CSV.
|
629
|
+
success: El archivo CSV se cargó correctamente, estamos verificando los grupos de usuarios que coinciden con los criterios. Esto podría tomar un tiempo.
|
583
630
|
reject:
|
584
631
|
invalid: Se ha producido un error al rechazar este grupo de usuarios.
|
585
632
|
success: Grupo de usuarios rechazado correctamente
|
@@ -599,6 +646,12 @@ es-PY:
|
|
599
646
|
pending: Pendiente
|
600
647
|
rejected: Rechazado
|
601
648
|
verified: Verificado
|
649
|
+
verify_via_csv: Verificar a través de CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Sube tu archivo CSV. Debe tener los correos electrónicos oficiales de los grupos de usuarios en su organización en la primera columna del archivo, sin encabezados. Solo se validarán los grupos de usuarios que hayan confirmado su correo electrónico y que tengan un correo electrónico que aparece en el archivo CSV.
|
653
|
+
title: Sube tu archivo CSV
|
654
|
+
upload: Subir
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Hubo un error al invitar a este usuario.
|
data/config/locales/es.yml
CHANGED
@@ -66,6 +66,7 @@ es:
|
|
66
66
|
show_statistics: Mostrar estadísticas
|
67
67
|
tos_version: Versión de los Términos de Servicio
|
68
68
|
twitter_handler: Nombre de Twitter
|
69
|
+
user_groups_enabled: Habilitar grupos de usuarios
|
69
70
|
youtube_handler: Nombre de YouTube
|
70
71
|
scope:
|
71
72
|
code: Código
|
@@ -82,14 +83,29 @@ es:
|
|
82
83
|
changed_notably: Ha habido cambios notables.
|
83
84
|
content: Contenido
|
84
85
|
organization: Organización
|
86
|
+
show_in_footer: Mostrar en el pie de página
|
85
87
|
slug: Texto corto de URL
|
86
88
|
title: Título
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descripción
|
92
|
+
show_in_footer: Mostrar en el pie de página
|
93
|
+
title: Título
|
94
|
+
weight: Peso
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Expediente
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: El URI de redirección debe ser un URI SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Archivo de imagen no válido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Archivo de imagen no válido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ es:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} como %{export_format}"
|
250
266
|
notice: Su exportación está actualmente en curso. Recibirá un correo electrónico cuando esté completo.
|
267
|
+
help_sections:
|
268
|
+
error: Se ha producido un error al actualizar las secciones de ayuda
|
269
|
+
form:
|
270
|
+
save: Guardar
|
271
|
+
success: Las secciones de ayuda se han actualizado correctamente
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ es:
|
|
301
322
|
areas: Áreas
|
302
323
|
configuration: Configuración
|
303
324
|
dashboard: Panel de control
|
325
|
+
help_sections: Secciones de ayuda
|
304
326
|
homepage: Página principal
|
305
327
|
impersonations: Impersonaciones
|
306
328
|
newsletters: Boletines
|
307
329
|
oauth_applications: Aplicaciones OAuth
|
308
|
-
|
330
|
+
participants: Participantes
|
309
331
|
scope_types: Tipos de ámbito
|
310
332
|
scopes: Ámbitos
|
311
333
|
settings: Configuración
|
@@ -545,6 +567,21 @@ es:
|
|
545
567
|
update:
|
546
568
|
error: Se produjo un error en la actualización de este ámbito.
|
547
569
|
success: Ámbito actualizado correctamente
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Se ha producido un error al crear un nuevo tema.
|
573
|
+
success: Tema creado correctamente.
|
574
|
+
destroy:
|
575
|
+
success: Tema eliminado correctamente
|
576
|
+
edit:
|
577
|
+
title: Editar tema
|
578
|
+
update: Actualizar tema
|
579
|
+
new:
|
580
|
+
create: Crear tema
|
581
|
+
title: Nuevo tema
|
582
|
+
update:
|
583
|
+
error: Se ha producido un error al actualizar este tema.
|
584
|
+
success: Tema actualizado correctamente
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ver la página pública
|
@@ -557,11 +594,18 @@ es:
|
|
557
594
|
changed_notably_help: Si se marca, se notificará a los usuarios que acepten los nuevos Términos y Condiciones.
|
558
595
|
title: Editar página
|
559
596
|
update: Actualizar
|
597
|
+
form:
|
598
|
+
none: Ninguna
|
560
599
|
index:
|
561
600
|
last_notable_change: Último cambio notable
|
562
601
|
new:
|
563
|
-
create: Crear
|
602
|
+
create: Crear página
|
564
603
|
title: Nueva página
|
604
|
+
topic:
|
605
|
+
destroy: Eliminar tema
|
606
|
+
edit: Editar tema
|
607
|
+
empty: No hay ninguna página para este tema
|
608
|
+
without_topic: Páginas sin tema
|
565
609
|
update:
|
566
610
|
error: Se ha producido un error en la actualización de ésta página.
|
567
611
|
success: La página se ha actualizado correctamente.
|
@@ -573,13 +617,16 @@ es:
|
|
573
617
|
dashboard: Panel de control
|
574
618
|
impersonatable_users: Usuarios impersonables
|
575
619
|
impersonations: Suplantaciones
|
576
|
-
|
620
|
+
participants: Participantes
|
577
621
|
scope_types: Tipos de ámbito
|
578
622
|
scopes: Ámbitos
|
579
623
|
static_pages: Páginas
|
580
624
|
user_groups: Grupos de usuarios
|
581
625
|
users: Usuarios
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Se produjo un error al leer el archivo CSV.
|
629
|
+
success: El archivo CSV se cargó correctamente, estamos verificando los grupos de usuarios que coinciden con los criterios. Esto podría tomar un tiempo.
|
583
630
|
reject:
|
584
631
|
invalid: Se ha producido un error al rechazar este grupo de usuarios.
|
585
632
|
success: Grupo de usuarios rechazado correctamente
|
@@ -599,6 +646,12 @@ es:
|
|
599
646
|
pending: Pendiente
|
600
647
|
rejected: Rechazado
|
601
648
|
verified: Verificado
|
649
|
+
verify_via_csv: Verificar a través de CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Sube tu archivo CSV. Debe tener los correos electrónicos oficiales de los grupos de usuarios en su organización en la primera columna del archivo, sin encabezados. Solo se validarán los grupos de usuarios que hayan confirmado su correo electrónico y que tengan un correo electrónico que aparece en el archivo CSV.
|
653
|
+
title: Sube tu archivo CSV
|
654
|
+
upload: Subir
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Hubo un error al invitar a este usuario.
|
data/config/locales/eu.yml
CHANGED
@@ -66,6 +66,7 @@ eu:
|
|
66
66
|
show_statistics: Erakutsi estatistikak
|
67
67
|
tos_version: Zerbitzu-baldintzak bertsioa
|
68
68
|
twitter_handler: Twitter kudeatzailea
|
69
|
+
user_groups_enabled: Gaitu erabiltzaileen taldeak
|
69
70
|
youtube_handler: YouTube kudeatzailea
|
70
71
|
scope:
|
71
72
|
code: Kodea
|
@@ -82,14 +83,29 @@ eu:
|
|
82
83
|
changed_notably: Aldaketa nabarmenak izan dira.
|
83
84
|
content: Edukia
|
84
85
|
organization: Erakundea
|
86
|
+
show_in_footer: Erakutsi orri-oinean
|
85
87
|
slug: URL laburra
|
86
88
|
title: Titulua
|
89
|
+
weight: pisu
|
90
|
+
static_page_topic:
|
91
|
+
description: deskribapena
|
92
|
+
show_in_footer: Erakutsi orri-oinean
|
93
|
+
title: Izenburua
|
94
|
+
weight: pisu
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: file
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Birbideratze URI SSL URI izan behar du
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Irudi fitxategi baliogabea
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Irudi fitxategi baliogabea
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ eu:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} honako hau gisa: %{export_format}"
|
250
266
|
notice: Zure esportazioa bidean da. Mezu elektroniko bat jasoko duzu bukatutakoan.
|
267
|
+
help_sections:
|
268
|
+
error: Errore bat gertatu da laguntza-atalak eguneratuz
|
269
|
+
form:
|
270
|
+
save: Save
|
271
|
+
success: Laguntza atalak behar bezala eguneratu dira
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ eu:
|
|
301
322
|
areas: Arloak
|
302
323
|
configuration: konfigurazioa
|
303
324
|
dashboard: Kontrol-panela
|
325
|
+
help_sections: Laguntza atalak
|
304
326
|
homepage: Hasiera
|
305
327
|
impersonations: impersonations
|
306
328
|
newsletters: Buletinak
|
307
329
|
oauth_applications: OAuth aplikazioak
|
308
|
-
|
330
|
+
participants: Parte-hartzaileak
|
309
331
|
scope_types: Esparru motak
|
310
332
|
scopes: Esparruak
|
311
333
|
settings: Ezarpenak
|
@@ -545,6 +567,21 @@ eu:
|
|
545
567
|
update:
|
546
568
|
error: Errorea gertatu da esparru hau eguneratzean.
|
547
569
|
success: Esparrua zuzen eguneratu da
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Errore bat gertatu da gai berri bat sortzean.
|
573
|
+
success: Gaia arrakastaz sortu da.
|
574
|
+
destroy:
|
575
|
+
success: Gaia arrakastaz suntsitu da
|
576
|
+
edit:
|
577
|
+
title: Editatu gaia
|
578
|
+
update: Eguneratu gaia
|
579
|
+
new:
|
580
|
+
create: Sortu gaia
|
581
|
+
title: Gai berria
|
582
|
+
update:
|
583
|
+
error: Gai hau eguneratzean errorea gertatu da.
|
584
|
+
success: Gaia ondo eguneratu da
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ikusi orri publikoa
|
@@ -557,11 +594,18 @@ eu:
|
|
557
594
|
changed_notably_help: Egiaztatuta badago, erabiltzaileei jakinaraziko zaie baldintza eta baldintza berriak onartzeko.
|
558
595
|
title: Editatu orria
|
559
596
|
update: Eguneratu
|
597
|
+
form:
|
598
|
+
none: Bat ere ez
|
560
599
|
index:
|
561
600
|
last_notable_change: Azken aldaketa nabaria
|
562
601
|
new:
|
563
|
-
create: Sortu
|
602
|
+
create: Sortu orrialdea
|
564
603
|
title: Orri berria
|
604
|
+
topic:
|
605
|
+
destroy: Kendu gaia
|
606
|
+
edit: Editatu gaia
|
607
|
+
empty: Ez dago orrialde honen azpian
|
608
|
+
without_topic: Gai gabeko orriak
|
565
609
|
update:
|
566
610
|
error: Errorea gertatu da orri hau eguneratzean.
|
567
611
|
success: Orria zuzen eguneratu da.
|
@@ -573,13 +617,16 @@ eu:
|
|
573
617
|
dashboard: Kontrol-panela
|
574
618
|
impersonatable_users: Erabiltzaile ustekabekoak
|
575
619
|
impersonations: Ordezteak
|
576
|
-
|
620
|
+
participants: Parte-hartzaileak
|
577
621
|
scope_types: Esparru motak
|
578
622
|
scopes: Esparruak
|
579
623
|
static_pages: Orriak
|
580
624
|
user_groups: Erabiltzaile-taldeak
|
581
625
|
users: Erabiltzaileak
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Errore bat gertatu da CSV fitxategia irakurtzean.
|
629
|
+
success: CSV fitxategiak behar bezala kargatu du, irizpideekin bat datozen erabiltzaile-taldeak egiaztatzen ari gara. Denbora pixka bat izan liteke.
|
583
630
|
reject:
|
584
631
|
invalid: Errore bat gertatu da erabiltzaile talde hau arbuiatzerakoan.
|
585
632
|
success: Erabiltzaile taldea arrakastaz arbuiatua
|
@@ -599,6 +646,12 @@ eu:
|
|
599
646
|
pending: Zain
|
600
647
|
rejected: Ukatua
|
601
648
|
verified: Egiaztatuta
|
649
|
+
verify_via_csv: Egiaztatu CSV bidez
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Kargatu zure CSV fitxategia. Zure erakundeko erabiltzaile taldeen mezu elektronikoak fitxategian lehen zutabean izan behar du, goibururik gabe. Zure posta elektronikoa baieztatu duten erabiltzaile taldeek eta CSV fitxategian agertzen diren mezu elektronikoak baliozkotu egingo dira.
|
653
|
+
title: Kargatu zure CSV fitxategia
|
654
|
+
upload: Upload
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Errorea gertatu da erabiltzaile honi gonbit egitean.
|