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/hu.yml
CHANGED
@@ -66,6 +66,7 @@ hu:
|
|
66
66
|
show_statistics: Statisztikák megjelenítése
|
67
67
|
tos_version: Használati feltételek
|
68
68
|
twitter_handler: Twitter handler
|
69
|
+
user_groups_enabled: Felhasználói csoportok engedélyezése
|
69
70
|
youtube_handler: YouTube handler
|
70
71
|
scope:
|
71
72
|
code: Kód
|
@@ -82,14 +83,29 @@ hu:
|
|
82
83
|
changed_notably: Észrevehető változások történtek.
|
83
84
|
content: Tartalom
|
84
85
|
organization: Szervezet
|
86
|
+
show_in_footer: Mutassa a láblécben
|
85
87
|
slug: URL slug
|
86
88
|
title: Cím
|
89
|
+
weight: Súly
|
90
|
+
static_page_topic:
|
91
|
+
description: Leírás
|
92
|
+
show_in_footer: Mutassa a láblécben
|
93
|
+
title: Cím
|
94
|
+
weight: Súly
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: fájl
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Az átirányítási URI-nak SSL URI-nak kell lennie
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Érvénytelen képfájl
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Érvénytelen képfájl
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ hu:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} mint %{export_format}"
|
250
266
|
notice: Az exportálás folyamatban. Amint elkészült, egy emailt fogsz kapni róla.
|
267
|
+
help_sections:
|
268
|
+
error: Hiba történt a súgóelemek frissítésében
|
269
|
+
form:
|
270
|
+
save: Mentés
|
271
|
+
success: A súgóelemek sikeresen frissültek
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ hu:
|
|
301
322
|
areas: Területek
|
302
323
|
configuration: Beállítások
|
303
324
|
dashboard: Vezérlőpult
|
325
|
+
help_sections: Segítségrészek
|
304
326
|
homepage: Homepage
|
305
327
|
impersonations: Felhatalmazások
|
306
328
|
newsletters: Hírlevelek
|
307
329
|
oauth_applications: OAuth alkalmazások
|
308
|
-
|
330
|
+
participants: résztvevők
|
309
331
|
scope_types: Hatáskör típusok
|
310
332
|
scopes: Hatáskörök
|
311
333
|
settings: Beállítások
|
@@ -545,6 +567,21 @@ hu:
|
|
545
567
|
update:
|
546
568
|
error: Hiba történt a hatáskör frissítése során.
|
547
569
|
success: Hatáskör frissítése sikeres
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Hiba történt egy új téma létrehozásakor.
|
573
|
+
success: Téma létrehozva sikeresen.
|
574
|
+
destroy:
|
575
|
+
success: A téma sikeresen megsemmisült
|
576
|
+
edit:
|
577
|
+
title: Téma szerkesztése
|
578
|
+
update: Téma frissítése
|
579
|
+
new:
|
580
|
+
create: Téma létrehozása
|
581
|
+
title: Új téma
|
582
|
+
update:
|
583
|
+
error: Hiba történt a téma frissítésekor.
|
584
|
+
success: Téma frissítve sikeresen
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Nyilvános oldal megtekintése
|
@@ -557,11 +594,18 @@ hu:
|
|
557
594
|
changed_notably_help: Ha be van jelölve, a felhasználók értesítést kapnak az új feltételekről.
|
558
595
|
title: Oldal szerkesztése
|
559
596
|
update: Frissítés
|
597
|
+
form:
|
598
|
+
none: Egyik sem
|
560
599
|
index:
|
561
600
|
last_notable_change: Utolsó jelentős változás
|
562
601
|
new:
|
563
|
-
create:
|
602
|
+
create: Oldal létrehozása
|
564
603
|
title: Új oldal
|
604
|
+
topic:
|
605
|
+
destroy: Téma eltávolítása
|
606
|
+
edit: Téma szerkesztése
|
607
|
+
empty: Ebben a témában nincs oldal
|
608
|
+
without_topic: Téma nélküli oldalak
|
565
609
|
update:
|
566
610
|
error: Hiba történt az oldal frissítése során.
|
567
611
|
success: Oldal frissítése sikeres
|
@@ -573,13 +617,16 @@ hu:
|
|
573
617
|
dashboard: Vezérlőpult
|
574
618
|
impersonatable_users: Felhatalmazható felhasználók
|
575
619
|
impersonations: Felhatalmazások
|
576
|
-
|
620
|
+
participants: résztvevők
|
577
621
|
scope_types: Hatáskör típusok
|
578
622
|
scopes: Hatáskörök
|
579
623
|
static_pages: Oldalak
|
580
624
|
user_groups: Felhasználói csoportok
|
581
625
|
users: Felhasználók
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Hiba történt a CSV fájl olvasásában.
|
629
|
+
success: A CSV-fájl sikeresen fel lett töltve, ellenőrizzük a kritériumoknak megfelelő felhasználói csoportokat. Ez eltarthat egy ideig.
|
583
630
|
reject:
|
584
631
|
invalid: Hiba történt a felhasználói csoport elutasításakor.
|
585
632
|
success: Felhasználói csoport elutasítva
|
@@ -599,6 +646,12 @@ hu:
|
|
599
646
|
pending: Függőben
|
600
647
|
rejected: Elutasítva
|
601
648
|
verified: Megerősítve
|
649
|
+
verify_via_csv: Ellenőrizze a CSV használatát
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Töltse fel a CSV fájlját. A fájl első oszlopában, a fejlécek nélkül, rendelkeznie kell a szervezet felhasználói csoportjainak hivatalos e-mailjeivel. Csak azok a felhasználói csoportok lesznek érvényesítve, amelyek megerősítették az e-mailjüket, és e-mailjük szerepel a CSV-fájlban.
|
653
|
+
title: Töltse fel a CSV fájlját
|
654
|
+
upload: Feltöltés
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Hiba történt a felhasználó meghívása során.
|
data/config/locales/id-ID.yml
CHANGED
@@ -66,6 +66,7 @@ id:
|
|
66
66
|
show_statistics: Tampilkan statistik
|
67
67
|
tos_version: Versi persyaratan layanan
|
68
68
|
twitter_handler: Penangan Twitter
|
69
|
+
user_groups_enabled: Aktifkan grup pengguna
|
69
70
|
youtube_handler: Penangan YouTube
|
70
71
|
scope:
|
71
72
|
code: Kode
|
@@ -82,14 +83,29 @@ id:
|
|
82
83
|
changed_notably: Ada perubahan nyata.
|
83
84
|
content: Konten
|
84
85
|
organization: Organisasi
|
86
|
+
show_in_footer: Tunjukkan di footer
|
85
87
|
slug: Siput URL
|
86
88
|
title: Judul
|
89
|
+
weight: Berat
|
90
|
+
static_page_topic:
|
91
|
+
description: Deskripsi
|
92
|
+
show_in_footer: Tunjukkan di footer
|
93
|
+
title: Judul
|
94
|
+
weight: Berat
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Mengajukan
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: URI pengalihan harus berupa URI SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: File gambar tidak valid
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: File gambar tidak valid
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ id:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} sebagai %{export_format}"
|
250
266
|
notice: Ekspor Anda sedang dalam proses. Anda akan menerima email setelah selesai.
|
267
|
+
help_sections:
|
268
|
+
error: Terjadi kesalahan saat memperbarui bagian bantuan
|
269
|
+
form:
|
270
|
+
save: Menyimpan
|
271
|
+
success: Bagian bantuan berhasil diperbarui
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ id:
|
|
301
322
|
areas: Area
|
302
323
|
configuration: Konfigurasi
|
303
324
|
dashboard: Dasbor
|
325
|
+
help_sections: Bagian bantuan
|
304
326
|
homepage: Homepage
|
305
327
|
impersonations: Peniruan identitas
|
306
328
|
newsletters: Nawala
|
307
329
|
oauth_applications: Aplikasi OAuth
|
308
|
-
|
330
|
+
participants: Peserta
|
309
331
|
scope_types: Tipe lingkup
|
310
332
|
scopes: Scopes
|
311
333
|
settings: Pengaturan
|
@@ -545,6 +567,21 @@ id:
|
|
545
567
|
update:
|
546
568
|
error: Ada kesalahan saat memperbarui ruang lingkup ini.
|
547
569
|
success: Lingkup berhasil diperbarui
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Ada kesalahan saat membuat topik baru.
|
573
|
+
success: Topik berhasil dibuat.
|
574
|
+
destroy:
|
575
|
+
success: Topik berhasil dihancurkan
|
576
|
+
edit:
|
577
|
+
title: Edit topik
|
578
|
+
update: Perbarui topik
|
579
|
+
new:
|
580
|
+
create: Buat topik
|
581
|
+
title: Topik baru
|
582
|
+
update:
|
583
|
+
error: Ada kesalahan saat memperbarui topik ini.
|
584
|
+
success: Topik berhasil diperbarui
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Lihat halaman publik
|
@@ -557,11 +594,18 @@ id:
|
|
557
594
|
changed_notably_help: Jika dicentang, pengguna akan diberi tahu untuk menerima persyaratan dan ketentuan baru.
|
558
595
|
title: Edit halaman
|
559
596
|
update: Memperbarui
|
597
|
+
form:
|
598
|
+
none: Tidak ada
|
560
599
|
index:
|
561
600
|
last_notable_change: Perubahan penting terakhir
|
562
601
|
new:
|
563
|
-
create: Membuat
|
602
|
+
create: Membuat halaman
|
564
603
|
title: Halaman baru
|
604
|
+
topic:
|
605
|
+
destroy: Hapus topik
|
606
|
+
edit: Edit topik
|
607
|
+
empty: Tidak ada halaman di bawah topik ini
|
608
|
+
without_topic: Halaman tanpa topik
|
565
609
|
update:
|
566
610
|
error: Terjadi kesalahan saat memperbarui halaman ini.
|
567
611
|
success: Halaman berhasil diperbarui
|
@@ -573,13 +617,16 @@ id:
|
|
573
617
|
dashboard: Dasbor
|
574
618
|
impersonatable_users: Pengguna yang tidak dapat disalahgunakan
|
575
619
|
impersonations: Peniruan identitas
|
576
|
-
|
620
|
+
participants: Peserta
|
577
621
|
scope_types: Tipe lingkup
|
578
622
|
scopes: Scopes
|
579
623
|
static_pages: Halaman
|
580
624
|
user_groups: Grup Pengguna
|
581
625
|
users: Pengguna
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Ada kesalahan saat membaca file CSV.
|
629
|
+
success: File CSV berhasil diunggah, kami memverifikasi grup pengguna yang cocok dengan kriteria. Ini mungkin membutuhkan waktu beberapa saat.
|
583
630
|
reject:
|
584
631
|
invalid: Ada kesalahan saat menolak grup pengguna ini.
|
585
632
|
success: Kelompok pengguna berhasil ditolak
|
@@ -599,6 +646,12 @@ id:
|
|
599
646
|
pending: Menunggu keputusan
|
600
647
|
rejected: Ditolak
|
601
648
|
verified: Diverifikasi
|
649
|
+
verify_via_csv: Verifikasi melalui CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Unggah file CSV Anda. Itu harus memiliki email resmi dari kelompok pengguna di organisasi Anda di kolom pertama file, tanpa header. Hanya grup pengguna yang telah mengkonfirmasi email mereka dan yang memiliki email yang muncul dalam file CSV akan divalidasi.
|
653
|
+
title: Unggah file CSV Anda
|
654
|
+
upload: Unggah
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Terjadi kesalahan saat mengundang pengguna ini.
|
data/config/locales/it.yml
CHANGED
@@ -66,6 +66,7 @@ it:
|
|
66
66
|
show_statistics: Mostra statistiche
|
67
67
|
tos_version: Termini di versione del servizio
|
68
68
|
twitter_handler: Gestore di Twitter
|
69
|
+
user_groups_enabled: Abilita gruppi di utenti
|
69
70
|
youtube_handler: Gestore di YouTube
|
70
71
|
scope:
|
71
72
|
code: Codice
|
@@ -82,14 +83,29 @@ it:
|
|
82
83
|
changed_notably: Ci sono stati cambiamenti evidenti.
|
83
84
|
content: Contenuto
|
84
85
|
organization: Organizzazione
|
86
|
+
show_in_footer: Mostra nel piè di pagina
|
85
87
|
slug: URL slug
|
86
88
|
title: Titolo
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descrizione
|
92
|
+
show_in_footer: Mostra nel piè di pagina
|
93
|
+
title: Titolo
|
94
|
+
weight: Peso
|
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: L'URI di reindirizzamento deve essere un URI SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: File immagine non valido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: File immagine non valido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ it:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} esporta come %{export_format}"
|
250
266
|
notice: Export in fase di elaborazione. Riceverai un'email quando l'export sarà terminato.
|
267
|
+
help_sections:
|
268
|
+
error: Si è verificato un errore durante l'aggiornamento delle sezioni della guida
|
269
|
+
form:
|
270
|
+
save: Salvare
|
271
|
+
success: Aiuto sezioni aggiornate con successo
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ it:
|
|
301
322
|
areas: le zone
|
302
323
|
configuration: Configurazione
|
303
324
|
dashboard: Cruscotto (Dashboard)
|
325
|
+
help_sections: Aiuto sezioni
|
304
326
|
homepage: Homepage
|
305
327
|
impersonations: impersonations
|
306
328
|
newsletters: Newsletters
|
307
329
|
oauth_applications: Applicazioni OAuth
|
308
|
-
|
330
|
+
participants: I partecipanti
|
309
331
|
scope_types: Tipi di ambito
|
310
332
|
scopes: Visibilità/ambito (Scopes)
|
311
333
|
settings: Impostazioni
|
@@ -545,6 +567,21 @@ it:
|
|
545
567
|
update:
|
546
568
|
error: Si è verificato un errore durante l'aggiornamento di questo àmbito.
|
547
569
|
success: OK, l'àmbito è stato aggiornato.
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Si è verificato un errore durante la creazione di un nuovo argomento.
|
573
|
+
success: Argomento creato con successo.
|
574
|
+
destroy:
|
575
|
+
success: Argomento distrutto con successo
|
576
|
+
edit:
|
577
|
+
title: Modifica argomento
|
578
|
+
update: Aggiorna argomento
|
579
|
+
new:
|
580
|
+
create: Crea argomento
|
581
|
+
title: Nuovo argomento
|
582
|
+
update:
|
583
|
+
error: Si è verificato un errore durante l'aggiornamento di questo argomento.
|
584
|
+
success: Argomento aggiornato correttamente
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Visualizza la pagina pubblica
|
@@ -557,11 +594,18 @@ it:
|
|
557
594
|
changed_notably_help: Se selezionato, gli utenti saranno avvisati di accettare i nuovi termini e condizioni.
|
558
595
|
title: Modifica la pagina
|
559
596
|
update: Aggiorna
|
597
|
+
form:
|
598
|
+
none: Nessuna
|
560
599
|
index:
|
561
600
|
last_notable_change: Ultimo cambiamento notevole
|
562
601
|
new:
|
563
|
-
create:
|
602
|
+
create: Crea pagina
|
564
603
|
title: Nuova pagina
|
604
|
+
topic:
|
605
|
+
destroy: Rimuovi argomento
|
606
|
+
edit: Modifica argomento
|
607
|
+
empty: Non c'è pagina sotto questo argomento
|
608
|
+
without_topic: Pagine senza argomento
|
565
609
|
update:
|
566
610
|
error: Si è verificato un errore durante l'aggiornamento di questa pagina.
|
567
611
|
success: OK, la pagina è stata aggiornata.
|
@@ -573,13 +617,16 @@ it:
|
|
573
617
|
dashboard: Cruscotto (Dashboard)
|
574
618
|
impersonatable_users: Utenti impersonabili
|
575
619
|
impersonations: impersonations
|
576
|
-
|
620
|
+
participants: I partecipanti
|
577
621
|
scope_types: Tipi di ambito
|
578
622
|
scopes: Ambiti
|
579
623
|
static_pages: Pagine
|
580
624
|
user_groups: Gruppi di utenti
|
581
625
|
users: Utenti
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Si è verificato un errore durante la lettura del file CSV.
|
629
|
+
success: File CSV caricato con successo, stiamo verificando i gruppi di utenti che soddisfano i criteri. Questo potrebbe richiedere del tempo.
|
583
630
|
reject:
|
584
631
|
invalid: Si è verificato un errore quando rifiuta questo gruppo di utenti.
|
585
632
|
success: Gruppo utenti rifiutato correttamente
|
@@ -599,6 +646,12 @@ it:
|
|
599
646
|
pending: in attesa di
|
600
647
|
rejected: Rifiutata
|
601
648
|
verified: Verificato
|
649
|
+
verify_via_csv: Verifica tramite CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Carica il tuo file CSV. Deve avere le e-mail ufficiali dei gruppi di utenti nella tua organizzazione nella prima colonna del file, senza intestazioni. Verranno convalidati solo i gruppi di utenti che hanno confermato la loro e-mail e che hanno una e-mail che appare nel file CSV.
|
653
|
+
title: Carica il tuo file CSV
|
654
|
+
upload: Caricare
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Si è verificato un errore cercando di mandare l'invito a questo utente.
|
data/config/locales/nl.yml
CHANGED
@@ -66,6 +66,7 @@ nl:
|
|
66
66
|
show_statistics: Toon statistieken
|
67
67
|
tos_version: Servicevoorwaarden versie
|
68
68
|
twitter_handler: Twitter gebruikersnaam
|
69
|
+
user_groups_enabled: Schakel gebruikersgroepen in
|
69
70
|
youtube_handler: YouTube gebruikersnaam
|
70
71
|
scope:
|
71
72
|
code: Code
|
@@ -82,14 +83,29 @@ nl:
|
|
82
83
|
changed_notably: Er zijn merkbare veranderingen geweest.
|
83
84
|
content: Inhoud
|
84
85
|
organization: Organisatie
|
86
|
+
show_in_footer: Laat het in het voettekst zien
|
85
87
|
slug: URL slug
|
86
88
|
title: Titel
|
89
|
+
weight: Gewicht
|
90
|
+
static_page_topic:
|
91
|
+
description: Omschrijving
|
92
|
+
show_in_footer: Laat het in het voettekst zien
|
93
|
+
title: Titel
|
94
|
+
weight: Gewicht
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: het dossier
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: De omleidings-URI moet een SSL-URI zijn
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Ongeldig afbeeldingsbestand
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Ongeldig afbeeldingsbestand
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ nl:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} als %{export_format}"
|
250
266
|
notice: Uw export is momenteel aan de gang. U ontvangt een email wanneer het klaar is.
|
267
|
+
help_sections:
|
268
|
+
error: Er is een fout opgetreden bij het bijwerken van de Help-gedeelten
|
269
|
+
form:
|
270
|
+
save: Opslaan
|
271
|
+
success: Help-secties met succes bijgewerkt
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ nl:
|
|
301
322
|
areas: Thema's
|
302
323
|
configuration: Configuratie
|
303
324
|
dashboard: Dashboard
|
325
|
+
help_sections: Help secties
|
304
326
|
homepage: Startpagina
|
305
327
|
impersonations: Zich voordoen als
|
306
328
|
newsletters: Nieuwsbrieven
|
307
329
|
oauth_applications: OAuth-toepassingen
|
308
|
-
|
330
|
+
participants: Deelnemers
|
309
331
|
scope_types: Scope types
|
310
332
|
scopes: Scopes
|
311
333
|
settings: Instellingen
|
@@ -545,6 +567,21 @@ nl:
|
|
545
567
|
update:
|
546
568
|
error: Er is een fout opgetreden bij het bijwerken van deze scope.
|
547
569
|
success: Scope is succesvol bijgewerkt
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Er is een fout opgetreden bij het maken van een nieuw onderwerp.
|
573
|
+
success: Onderwerp met succes gemaakt.
|
574
|
+
destroy:
|
575
|
+
success: Onderwerp succesvol vernietigd
|
576
|
+
edit:
|
577
|
+
title: Onderwerp bewerken
|
578
|
+
update: Onderwerp bijwerken
|
579
|
+
new:
|
580
|
+
create: Maak een onderwerp aan
|
581
|
+
title: Nieuw onderwerp
|
582
|
+
update:
|
583
|
+
error: Er is een fout opgetreden bij het bijwerken van dit onderwerp.
|
584
|
+
success: Onderwerp met succes bijgewerkt
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Bekijk de openbare pagina
|
@@ -557,11 +594,18 @@ nl:
|
|
557
594
|
changed_notably_help: Indien ingeschakeld, zullen gebruikers op de hoogte worden gesteld van de nieuwe algemene voorwaarden.
|
558
595
|
title: Pagina bewerken
|
559
596
|
update: Bijwerken
|
597
|
+
form:
|
598
|
+
none: Geen
|
560
599
|
index:
|
561
600
|
last_notable_change: Laatste opvallende verandering
|
562
601
|
new:
|
563
|
-
create:
|
602
|
+
create: Creëer pagina
|
564
603
|
title: Nieuwe pagina
|
604
|
+
topic:
|
605
|
+
destroy: Verwijder onderwerp
|
606
|
+
edit: Onderwerp bewerken
|
607
|
+
empty: Er is geen pagina onder dit onderwerp
|
608
|
+
without_topic: Pagina's zonder onderwerp
|
565
609
|
update:
|
566
610
|
error: Er is een fout opgetreden bij het bijwerken van deze pagina.
|
567
611
|
success: Pagina is succesvol bijgewerkt
|
@@ -573,13 +617,16 @@ nl:
|
|
573
617
|
dashboard: Dashboard
|
574
618
|
impersonatable_users: Niet-personaliseerbare gebruikers
|
575
619
|
impersonations: Nabootsingingen
|
576
|
-
|
620
|
+
participants: Deelnemers
|
577
621
|
scope_types: Scope types
|
578
622
|
scopes: Scopes
|
579
623
|
static_pages: Pagina's
|
580
624
|
user_groups: Gebruikersgroepen
|
581
625
|
users: Gebruikers
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Er is een fout opgetreden bij het lezen van het CSV-bestand.
|
629
|
+
success: CSV-bestand geüpload, we verifiëren de gebruikersgroepen die aan de criteria voldoen. Dit kan even duren.
|
583
630
|
reject:
|
584
631
|
invalid: Er is een fout opgetreden bij het weigeren van deze gebruikersgroep.
|
585
632
|
success: Gebruikersgroep is succesvol geweigerd
|
@@ -599,6 +646,12 @@ nl:
|
|
599
646
|
pending: In afwachting
|
600
647
|
rejected: Geweigerd
|
601
648
|
verified: Geverifieerd
|
649
|
+
verify_via_csv: Controleer via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Upload uw CSV-bestand. Het moet de officiële e-mails van de gebruikersgroepen in uw organisatie bevatten in de eerste kolom van het bestand, zonder kopteksten. Alleen gebruikersgroepen die hun e-mail hebben bevestigd en een e-mail hebben die in het CSV-bestand wordt weergegeven, worden gevalideerd.
|
653
|
+
title: Upload uw CSV-bestand
|
654
|
+
upload: Uploaden
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Er is een fout opgetreden bij het uitnodigen van deze gebruiker.
|