decidim-admin 0.15.2 → 0.16.0
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/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/fi-pl.yml
CHANGED
@@ -66,6 +66,7 @@ fi-pl:
|
|
66
66
|
show_statistics: Näytä tilastot
|
67
67
|
tos_version: Käyttöehtojen versio
|
68
68
|
twitter_handler: Twitter-käsittelijä
|
69
|
+
user_groups_enabled: Ota käyttäjäryhmät käyttöön
|
69
70
|
youtube_handler: YouTube-käsittelijä
|
70
71
|
scope:
|
71
72
|
code: Koodi
|
@@ -82,14 +83,29 @@ fi-pl:
|
|
82
83
|
changed_notably: On tapahtunut huomattavia muutoksia.
|
83
84
|
content: Sisältö
|
84
85
|
organization: Organisaatio
|
86
|
+
show_in_footer: Näytä alatunnisteessa
|
85
87
|
slug: URL-tunniste
|
86
88
|
title: Otsikko
|
89
|
+
weight: Paino
|
90
|
+
static_page_topic:
|
91
|
+
description: Kuvaus
|
92
|
+
show_in_footer: Näytä alatunnisteessa
|
93
|
+
title: Otsikko
|
94
|
+
weight: Paino
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Tiedosto
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Uudelleenohjausosoitteen (URI) on oltava SSL-protokollaa käyttävä URI
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Virheellinen kuvatiedosto
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Virheellinen kuvatiedosto
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ fi-pl:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} muodossa %{export_format}"
|
250
266
|
notice: Tietojen vienti on käynnissä. Saat sähköpostiviestin, kun se valmistuu.
|
267
|
+
help_sections:
|
268
|
+
error: Ohjeosioiden päivittämisessä tapahtui virhe
|
269
|
+
form:
|
270
|
+
save: Tallenna
|
271
|
+
success: Ohjeosiot päivitetty onnistuneesti
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ fi-pl:
|
|
301
322
|
areas: Alueet
|
302
323
|
configuration: Asetukset
|
303
324
|
dashboard: Hallintapaneeli
|
325
|
+
help_sections: Ohjeosiot
|
304
326
|
homepage: Kotisivu
|
305
327
|
impersonations: Esiintymiset toisena käyttäjänä
|
306
328
|
newsletters: Uutiskirjeet
|
307
329
|
oauth_applications: OAuth-sovellukset
|
308
|
-
|
330
|
+
participants: Osallistujat
|
309
331
|
scope_types: Teematyypit
|
310
332
|
scopes: Teemat
|
311
333
|
settings: Asetukset
|
@@ -545,6 +567,21 @@ fi-pl:
|
|
545
567
|
update:
|
546
568
|
error: Tämän teeman päivityksessä tapahtui virhe.
|
547
569
|
success: Teema päivitetty onnistuneesti
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Uuden aiheen luomisessa tapahtui virhe.
|
573
|
+
success: Aihe luotiin onnistuneesti.
|
574
|
+
destroy:
|
575
|
+
success: Aihe tuhottu onnistuneesti
|
576
|
+
edit:
|
577
|
+
title: Muokkaa aihetta
|
578
|
+
update: Päivitä aihe
|
579
|
+
new:
|
580
|
+
create: Luo aihe
|
581
|
+
title: Uusi aihe
|
582
|
+
update:
|
583
|
+
error: Tämän aiheen päivittämisessä tapahtui virhe.
|
584
|
+
success: Aihe päivitettiin onnistuneesti
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Näytä julkinen sivu
|
@@ -557,11 +594,18 @@ fi-pl:
|
|
557
594
|
changed_notably_help: Jos valitset tämän, käyttäjiä pyydetään hyväksymään uudet käyttöehdot.
|
558
595
|
title: Muokkaa sivua
|
559
596
|
update: Päivitä
|
597
|
+
form:
|
598
|
+
none: Ei mitään
|
560
599
|
index:
|
561
600
|
last_notable_change: Viimeinen huomattava muutos
|
562
601
|
new:
|
563
|
-
create: Luo
|
602
|
+
create: Luo sivu
|
564
603
|
title: Uusi sivu
|
604
|
+
topic:
|
605
|
+
destroy: Poista aihe
|
606
|
+
edit: Muokkaa aihetta
|
607
|
+
empty: Tämän aiheen alla ei ole sivuja
|
608
|
+
without_topic: Sivut ilman aihetta
|
565
609
|
update:
|
566
610
|
error: Tämän sivun päivityksessä tapahtui virhe.
|
567
611
|
success: Sivu päivitetty onnistuneesti
|
@@ -573,13 +617,16 @@ fi-pl:
|
|
573
617
|
dashboard: Hallintapaneeli
|
574
618
|
impersonatable_users: Käyttäjien puolesta tehdyt istunnot
|
575
619
|
impersonations: Esiintymiset toisena käyttäjänä
|
576
|
-
|
620
|
+
participants: Osallistujat
|
577
621
|
scope_types: Teematyypit
|
578
622
|
scopes: Teemat
|
579
623
|
static_pages: Sivut
|
580
624
|
user_groups: Käyttäjäryhmät
|
581
625
|
users: Käyttäjät
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: CSV-tiedoston käsittelyssä tapahtui virhe.
|
629
|
+
success: CSV-tiedosto on ladattu onnistuneesti, varmistamme kriteerien mukaiset käyttäjäryhmät. Tämä saattaa kestää jonkin aikaa.
|
583
630
|
reject:
|
584
631
|
invalid: Käyttäjäryhmän hylkäämisessä tapahtui virhe.
|
585
632
|
success: Käyttäjäryhmä hylätty onnistuneesti
|
@@ -599,6 +646,12 @@ fi-pl:
|
|
599
646
|
pending: Odottaa
|
600
647
|
rejected: Hylätty
|
601
648
|
verified: Vahvistettu
|
649
|
+
verify_via_csv: Vahvista CSV-tiedoston avulla
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Lataa CSV-tiedosto. Siinä on oltava organisaatiosi käyttäjäryhmien viralliset sähköpostit tiedoston ensimmäisessä sarakkeessa ilman otsikkoriviä. Ainoastaan käyttäjäryhmät, jotka ovat vahvistaneet sähköpostiosoitteensa ja joiden sähköpostiosoitteesi näkyvät CSV-tiedostossa, vahvistetaan.
|
653
|
+
title: Lataa CSV-tiedosto
|
654
|
+
upload: Lähetä
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Tämän käyttäjän kutsumisessa tapahtui virhe.
|
data/config/locales/fi.yml
CHANGED
@@ -66,6 +66,7 @@ fi:
|
|
66
66
|
show_statistics: Näytä tilastot
|
67
67
|
tos_version: Käyttöehtojen versio
|
68
68
|
twitter_handler: Twitter-käsittelijä
|
69
|
+
user_groups_enabled: Ota käyttäjäryhmät käyttöön
|
69
70
|
youtube_handler: YouTube-käsittelijä
|
70
71
|
scope:
|
71
72
|
code: Koodi
|
@@ -82,14 +83,29 @@ fi:
|
|
82
83
|
changed_notably: On tapahtunut huomattavia muutoksia.
|
83
84
|
content: Sisältö
|
84
85
|
organization: Organisaatio
|
86
|
+
show_in_footer: Näytä alatunnisteessa
|
85
87
|
slug: URL-tunniste
|
86
88
|
title: Otsikko
|
89
|
+
weight: Paino
|
90
|
+
static_page_topic:
|
91
|
+
description: Kuvaus
|
92
|
+
show_in_footer: Näytä alatunnisteessa
|
93
|
+
title: Otsikko
|
94
|
+
weight: Paino
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Tiedosto
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Uudelleenohjausosoitteen (URI) on oltava SSL-protokollaa käyttävä URI
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Virheellinen kuvatiedosto
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Virheellinen kuvatiedosto
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ fi:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} muodossa %{export_format}"
|
250
266
|
notice: Tietojen vienti on käynnissä. Saat sähköpostiviestin, kun se valmistuu.
|
267
|
+
help_sections:
|
268
|
+
error: Ohjeosioiden päivittämisessä tapahtui virhe
|
269
|
+
form:
|
270
|
+
save: Tallenna
|
271
|
+
success: Ohjeosiot päivitetty onnistuneesti
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ fi:
|
|
301
322
|
areas: Alueet
|
302
323
|
configuration: Asetukset
|
303
324
|
dashboard: Hallintapaneeli
|
325
|
+
help_sections: Ohjeosiot
|
304
326
|
homepage: Kotisivu
|
305
327
|
impersonations: Esiintymiset toisena käyttäjänä
|
306
328
|
newsletters: Uutiskirjeet
|
307
329
|
oauth_applications: OAuth-sovellukset
|
308
|
-
|
330
|
+
participants: Osallistujat
|
309
331
|
scope_types: Teematyypit
|
310
332
|
scopes: Teemat
|
311
333
|
settings: Asetukset
|
@@ -545,6 +567,21 @@ fi:
|
|
545
567
|
update:
|
546
568
|
error: Tämän teeman päivityksessä tapahtui virhe.
|
547
569
|
success: Teema päivitetty onnistuneesti
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Uuden aiheen luomisessa tapahtui virhe.
|
573
|
+
success: Aihe luotiin onnistuneesti.
|
574
|
+
destroy:
|
575
|
+
success: Aihe tuhottu onnistuneesti
|
576
|
+
edit:
|
577
|
+
title: Muokkaa aihetta
|
578
|
+
update: Päivitä aihe
|
579
|
+
new:
|
580
|
+
create: Luo aihe
|
581
|
+
title: Uusi aihe
|
582
|
+
update:
|
583
|
+
error: Tämän aiheen päivittämisessä tapahtui virhe.
|
584
|
+
success: Aihe päivitettiin onnistuneesti
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Näytä julkinen sivu
|
@@ -557,11 +594,18 @@ fi:
|
|
557
594
|
changed_notably_help: Jos valitset tämän, käyttäjiä pyydetään hyväksymään uudet käyttöehdot.
|
558
595
|
title: Muokkaa sivua
|
559
596
|
update: Päivitä
|
597
|
+
form:
|
598
|
+
none: Ei mitään
|
560
599
|
index:
|
561
600
|
last_notable_change: Viimeinen huomattava muutos
|
562
601
|
new:
|
563
|
-
create: Luo
|
602
|
+
create: Luo sivu
|
564
603
|
title: Uusi sivu
|
604
|
+
topic:
|
605
|
+
destroy: Poista aihe
|
606
|
+
edit: Muokkaa aihetta
|
607
|
+
empty: Tämän aiheen alla ei ole sivuja
|
608
|
+
without_topic: Sivut ilman aihetta
|
565
609
|
update:
|
566
610
|
error: Tämän sivun päivityksessä tapahtui virhe.
|
567
611
|
success: Sivu päivitetty onnistuneesti
|
@@ -573,13 +617,16 @@ fi:
|
|
573
617
|
dashboard: Hallintapaneeli
|
574
618
|
impersonatable_users: Käyttäjien puolesta tehdyt istunnot
|
575
619
|
impersonations: Esiintymiset toisena käyttäjänä
|
576
|
-
|
620
|
+
participants: Osallistujat
|
577
621
|
scope_types: Teematyypit
|
578
622
|
scopes: Teemat
|
579
623
|
static_pages: Sivut
|
580
624
|
user_groups: Käyttäjäryhmät
|
581
625
|
users: Käyttäjät
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: CSV-tiedoston käsittelyssä tapahtui virhe.
|
629
|
+
success: CSV-tiedosto on ladattu onnistuneesti, varmistamme kriteerien mukaiset käyttäjäryhmät. Tämä saattaa kestää jonkin aikaa.
|
583
630
|
reject:
|
584
631
|
invalid: Käyttäjäryhmän hylkäämisessä tapahtui virhe.
|
585
632
|
success: Käyttäjäryhmä hylätty onnistuneesti
|
@@ -599,6 +646,12 @@ fi:
|
|
599
646
|
pending: Odottaa
|
600
647
|
rejected: Hylätty
|
601
648
|
verified: Vahvistettu
|
649
|
+
verify_via_csv: Vahvista CSV-tiedoston avulla
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Lataa CSV-tiedosto. Siinä on oltava organisaatiosi käyttäjäryhmien viralliset sähköpostit tiedoston ensimmäisessä sarakkeessa ilman otsikkoriviä. Ainoastaan käyttäjäryhmät, jotka ovat vahvistaneet sähköpostiosoitteensa ja joiden sähköpostiosoitteesi näkyvät CSV-tiedostossa, vahvistetaan.
|
653
|
+
title: Lataa CSV-tiedosto
|
654
|
+
upload: Lähetä
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Tämän käyttäjän kutsumisessa tapahtui virhe.
|
data/config/locales/fr.yml
CHANGED
@@ -66,6 +66,7 @@ fr:
|
|
66
66
|
show_statistics: Montrer les statistiques
|
67
67
|
tos_version: Version des conditions d'utilisation
|
68
68
|
twitter_handler: Gestionnaire Twitter
|
69
|
+
user_groups_enabled: Activer les groupes d'utilisateurs
|
69
70
|
youtube_handler: Gestionnaire YouTube
|
70
71
|
scope:
|
71
72
|
code: Code
|
@@ -82,14 +83,29 @@ fr:
|
|
82
83
|
changed_notably: Il y a eu des changements notables.
|
83
84
|
content: Contenu
|
84
85
|
organization: Organisation
|
86
|
+
show_in_footer: Montrer dans le pied de page
|
85
87
|
slug: Identifiant
|
86
88
|
title: Titre
|
89
|
+
weight: Poids
|
90
|
+
static_page_topic:
|
91
|
+
description: La description
|
92
|
+
show_in_footer: Montrer dans le pied de page
|
93
|
+
title: Titre
|
94
|
+
weight: Poids
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Fichier
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: L'URI de redirection doit être un URI SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Fichier image invalide
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Fichier image invalide
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ fr:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} en format %{export_format}"
|
250
266
|
notice: Votre exportation est en cours. Vous recevrez un e-mail quand elle sera terminée.
|
267
|
+
help_sections:
|
268
|
+
error: Une erreur s'est produite lors de la mise à jour des sections d'aide.
|
269
|
+
form:
|
270
|
+
save: sauvegarder
|
271
|
+
success: Les sections d'aide ont été mises à jour avec succès
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ fr:
|
|
301
322
|
areas: Zones d'application
|
302
323
|
configuration: Configuration
|
303
324
|
dashboard: Tableau de bord
|
325
|
+
help_sections: Sections d'aide
|
304
326
|
homepage: Page d'accueil
|
305
327
|
impersonations: Utilisateurs représentés
|
306
328
|
newsletters: Bulletins d'information (newsletter)
|
307
329
|
oauth_applications: Applications OAuth
|
308
|
-
|
330
|
+
participants: Participants
|
309
331
|
scope_types: Types de périmètre d'application
|
310
332
|
scopes: Périmètres d’application
|
311
333
|
settings: Paramètres
|
@@ -545,6 +567,21 @@ fr:
|
|
545
567
|
update:
|
546
568
|
error: Une erreur s'est produite lors de la mise à jour de ce périmètre d'application.
|
547
569
|
success: Périmètre d'application mis à jour avec succès
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Une erreur s'est produite lors de la création d'un nouveau sujet.
|
573
|
+
success: Sujet créé avec succès.
|
574
|
+
destroy:
|
575
|
+
success: Sujet détruit avec succès
|
576
|
+
edit:
|
577
|
+
title: Modifier le sujet
|
578
|
+
update: Mettre à jour le sujet
|
579
|
+
new:
|
580
|
+
create: Créer un sujet
|
581
|
+
title: Nouveau sujet
|
582
|
+
update:
|
583
|
+
error: Une erreur s'est produite lors de la mise à jour de ce sujet.
|
584
|
+
success: Sujet mis à jour avec succès
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Voir la page publique
|
@@ -557,11 +594,18 @@ fr:
|
|
557
594
|
changed_notably_help: Si cette case est cochée, les utilisateurs devront accepter les nouvelles conditions d'utilisation.
|
558
595
|
title: Modifier la page
|
559
596
|
update: Mettre à jour
|
597
|
+
form:
|
598
|
+
none: Aucun
|
560
599
|
index:
|
561
600
|
last_notable_change: Dernier changement notable
|
562
601
|
new:
|
563
|
-
create: Créer
|
602
|
+
create: Créer une page
|
564
603
|
title: Nouvelle page
|
604
|
+
topic:
|
605
|
+
destroy: Supprimer le sujet
|
606
|
+
edit: Modifier le sujet
|
607
|
+
empty: Il n'y a pas de page sous ce sujet
|
608
|
+
without_topic: Pages sans sujet
|
565
609
|
update:
|
566
610
|
error: Une erreur s'est produite lors de la mise à jour de cette page.
|
567
611
|
success: Page mise à jour avec succès
|
@@ -573,13 +617,16 @@ fr:
|
|
573
617
|
dashboard: Tableau de bord
|
574
618
|
impersonatable_users: Utilisateurs représentés
|
575
619
|
impersonations: Représentations d'utilisateurs
|
576
|
-
|
620
|
+
participants: Participants
|
577
621
|
scope_types: Types de périmètre d'application
|
578
622
|
scopes: Périmètres d'application
|
579
623
|
static_pages: Pages
|
580
624
|
user_groups: Groupes d'utilisateurs
|
581
625
|
users: Utilisateurs
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Une erreur s'est produite lors de la lecture du fichier CSV.
|
629
|
+
success: Le fichier CSV a été chargé avec succès, nous vérifions les groupes d'utilisateurs correspondant aux critères. Cela pourrait prendre un moment.
|
583
630
|
reject:
|
584
631
|
invalid: Une erreur s'est produite lors du refus de ce groupe d'utilisateurs.
|
585
632
|
success: Groupe d'utilisateurs refusé avec succès
|
@@ -599,6 +646,12 @@ fr:
|
|
599
646
|
pending: En attente
|
600
647
|
rejected: Non retenu
|
601
648
|
verified: Vérifié
|
649
|
+
verify_via_csv: Vérifier via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Téléchargez votre fichier CSV. Les courriels officiels des groupes d'utilisateurs de votre organisation doivent figurer dans la première colonne du fichier, sans en-tête. Seuls les groupes d'utilisateurs ayant confirmé leur courrier électronique et ayant un courrier électronique dans le fichier CSV seront validés.
|
653
|
+
title: Téléchargez votre fichier CSV
|
654
|
+
upload: Télécharger
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Une erreur s'est produite lors de l'invitation de cet utilisateur.
|
data/config/locales/gl.yml
CHANGED
@@ -66,6 +66,7 @@ gl:
|
|
66
66
|
show_statistics: Amosar estatísticas
|
67
67
|
tos_version: Versión de condicións de servizo
|
68
68
|
twitter_handler: Xestor de Twitter
|
69
|
+
user_groups_enabled: Activar grupos de usuarios
|
69
70
|
youtube_handler: Xestor de YouTube
|
70
71
|
scope:
|
71
72
|
code: Código
|
@@ -82,14 +83,29 @@ gl:
|
|
82
83
|
changed_notably: Houbo cambios notables.
|
83
84
|
content: Contido
|
84
85
|
organization: Organización
|
86
|
+
show_in_footer: Amosar no pé de páxina
|
85
87
|
slug: URL slug
|
86
88
|
title: Título
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descrición
|
92
|
+
show_in_footer: Amosar no pé de páxina
|
93
|
+
title: Título
|
94
|
+
weight: Peso
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Arquivo
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: O URI de redirección debe ser un URI de SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Ficheiro de imaxe non válido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Ficheiro de imaxe non válido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ gl:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} como %{export_format}"
|
250
266
|
notice: A súa exportación está en progreso. Recibirás un correo electrónico cando finalice.
|
267
|
+
help_sections:
|
268
|
+
error: Produciuse un erro ao actualizar as seccións de axuda
|
269
|
+
form:
|
270
|
+
save: Gardar
|
271
|
+
success: As seccións de axuda actualizáronse con éxito
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ gl:
|
|
301
322
|
areas: Campos
|
302
323
|
configuration: Configuración
|
303
324
|
dashboard: Taboleiro de instrumentos
|
325
|
+
help_sections: Seccións de axuda
|
304
326
|
homepage: Páxina de inicio
|
305
327
|
impersonations: Impersonacións
|
306
328
|
newsletters: Boletíns informativos
|
307
329
|
oauth_applications: Aplicacións OAuth
|
308
|
-
|
330
|
+
participants: Participantes
|
309
331
|
scope_types: Tipos de alcance
|
310
332
|
scopes: Ámbitos
|
311
333
|
settings: Configuración
|
@@ -545,6 +567,21 @@ gl:
|
|
545
567
|
update:
|
546
568
|
error: Produciuse un erro ao actualizar este alcance.
|
547
569
|
success: Ámbito actualizado con éxito
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Produciuse un erro ao crear un tema novo.
|
573
|
+
success: O tema creouse con éxito.
|
574
|
+
destroy:
|
575
|
+
success: Tema destruído con éxito
|
576
|
+
edit:
|
577
|
+
title: Editar tema
|
578
|
+
update: Actualizar tema
|
579
|
+
new:
|
580
|
+
create: Crear tema
|
581
|
+
title: Novo tema
|
582
|
+
update:
|
583
|
+
error: Produciuse un erro ao actualizar este tema.
|
584
|
+
success: Tema actualizado correctamente
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ver páxina pública
|
@@ -557,11 +594,18 @@ gl:
|
|
557
594
|
changed_notably_help: Se está marcado, os usuarios serán notificados para aceptar os novos termos e condicións.
|
558
595
|
title: Editar páxina
|
559
596
|
update: Actualización
|
597
|
+
form:
|
598
|
+
none: Nada
|
560
599
|
index:
|
561
600
|
last_notable_change: Último cambio notable
|
562
601
|
new:
|
563
|
-
create: Crear
|
602
|
+
create: Crear páxina
|
564
603
|
title: Nova páxina
|
604
|
+
topic:
|
605
|
+
destroy: Eliminar tema
|
606
|
+
edit: Editar tema
|
607
|
+
empty: Non hai ningunha páxina neste tema
|
608
|
+
without_topic: Páxinas sen tema
|
565
609
|
update:
|
566
610
|
error: Produciuse un erro ao actualizar esta páxina.
|
567
611
|
success: Páxina actualizada con éxito
|
@@ -573,13 +617,16 @@ gl:
|
|
573
617
|
dashboard: Taboleiro de instrumentos
|
574
618
|
impersonatable_users: Usuarios privilexiados
|
575
619
|
impersonations: Impersonacións
|
576
|
-
|
620
|
+
participants: Participantes
|
577
621
|
scope_types: Tipos de alcance
|
578
622
|
scopes: Ámbitos
|
579
623
|
static_pages: Páxinas
|
580
624
|
user_groups: Grupos de usuarios
|
581
625
|
users: Usuarios
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Produciuse un erro ao ler o ficheiro CSV.
|
629
|
+
success: O ficheiro CSV cargouse con éxito, verificamos os grupos de usuarios que coinciden cos criterios. Isto pode levar un tempo.
|
583
630
|
reject:
|
584
631
|
invalid: Produciuse un erro ao rexeitar este grupo de usuarios.
|
585
632
|
success: Grupo de usuarios rexeitado con éxito
|
@@ -599,6 +646,12 @@ gl:
|
|
599
646
|
pending: Pendente
|
600
647
|
rejected: Rexeitado
|
601
648
|
verified: Verificado
|
649
|
+
verify_via_csv: Verifique a través de CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Carga o teu ficheiro CSV. Debe ter os correos electrónicos oficiais dos grupos de usuarios da súa organización na primeira columna do ficheiro, sen cabeceiras. Só se validarán os grupos de usuarios que confirmaron o seu correo electrónico e que teñen un correo electrónico que aparece no ficheiro CSV.
|
653
|
+
title: Carga o teu ficheiro CSV
|
654
|
+
upload: Cargar
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Produciuse un erro ao invitar a este usuario.
|