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/pl.yml
CHANGED
@@ -66,6 +66,7 @@ pl:
|
|
66
66
|
show_statistics: Pokaż statystyki
|
67
67
|
tos_version: Warunki korzystania z usługi
|
68
68
|
twitter_handler: Obsługa Twittera
|
69
|
+
user_groups_enabled: Włącz grupy użytkowników
|
69
70
|
youtube_handler: Poradnik YouTube
|
70
71
|
scope:
|
71
72
|
code: Kod
|
@@ -82,14 +83,29 @@ pl:
|
|
82
83
|
changed_notably: Nastąpiły zauważalne zmiany.
|
83
84
|
content: Zadowolony
|
84
85
|
organization: Organizacja
|
86
|
+
show_in_footer: Pokaż w stopce
|
85
87
|
slug: Ślimak URL
|
86
88
|
title: Tytuł
|
89
|
+
weight: Waga
|
90
|
+
static_page_topic:
|
91
|
+
description: Opis
|
92
|
+
show_in_footer: Pokaż w stopce
|
93
|
+
title: Tytuł
|
94
|
+
weight: Waga
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Plik
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Identyfikator URI przekierowania musi być identyfikatorem URI protokołu SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Nieprawidłowy plik obrazu
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Nieprawidłowy plik obrazu
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ pl:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} jako %{export_format}"
|
250
266
|
notice: Twój eksport jest obecnie w toku. Po jego zakończeniu otrzymasz e-maila.
|
267
|
+
help_sections:
|
268
|
+
error: Wystąpił błąd podczas aktualizowania sekcji pomocy
|
269
|
+
form:
|
270
|
+
save: Zapisać
|
271
|
+
success: Sekcje pomocy zostały pomyślnie zaktualizowane
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ pl:
|
|
301
322
|
areas: Obszary
|
302
323
|
configuration: Konfiguracja
|
303
324
|
dashboard: Deska rozdzielcza
|
325
|
+
help_sections: Sekcje pomocy
|
304
326
|
homepage: Strona główna
|
305
327
|
impersonations: Podszywanie się pod inne osoby
|
306
328
|
newsletters: Biuletyny
|
307
329
|
oauth_applications: Aplikacje OAuth
|
308
|
-
|
330
|
+
participants: Uczestnicy
|
309
331
|
scope_types: Typy zakresów
|
310
332
|
scopes: Zakresy
|
311
333
|
settings: Ustawienia
|
@@ -545,6 +567,21 @@ pl:
|
|
545
567
|
update:
|
546
568
|
error: Podczas aktualizowania tego zakresu wystąpił błąd.
|
547
569
|
success: Zakres został zaktualizowany
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Wystąpił błąd podczas tworzenia nowego tematu.
|
573
|
+
success: Temat został utworzony pomyślnie.
|
574
|
+
destroy:
|
575
|
+
success: Temat został pomyślnie zniszczony
|
576
|
+
edit:
|
577
|
+
title: Edytuj temat
|
578
|
+
update: Zaktualizuj temat
|
579
|
+
new:
|
580
|
+
create: Utwórz temat
|
581
|
+
title: Nowy temat
|
582
|
+
update:
|
583
|
+
error: Wystąpił błąd podczas aktualizowania tego tematu.
|
584
|
+
success: Temat zaktualizowany pomyślnie
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Wyświetl stronę publiczną
|
@@ -557,11 +594,18 @@ pl:
|
|
557
594
|
changed_notably_help: Jeśli ta opcja jest zaznaczona, użytkownicy zostaną powiadomieni o zaakceptowaniu nowych warunków.
|
558
595
|
title: Edytuj stronę
|
559
596
|
update: Aktualizacja
|
597
|
+
form:
|
598
|
+
none: Żaden
|
560
599
|
index:
|
561
600
|
last_notable_change: Ostatnia godna uwagi zmiana
|
562
601
|
new:
|
563
|
-
create: Stwórz
|
602
|
+
create: Stwórz stronę
|
564
603
|
title: Nowa strona
|
604
|
+
topic:
|
605
|
+
destroy: Usuń temat
|
606
|
+
edit: Edytuj temat
|
607
|
+
empty: W tym temacie nie ma strony
|
608
|
+
without_topic: Strony bez tematu
|
565
609
|
update:
|
566
610
|
error: Podczas aktualizowania tej strony wystąpił błąd.
|
567
611
|
success: Strona została zaktualizowana
|
@@ -573,13 +617,16 @@ pl:
|
|
573
617
|
dashboard: Deska rozdzielcza
|
574
618
|
impersonatable_users: Niekodowalni użytkownicy
|
575
619
|
impersonations: Impersonaty
|
576
|
-
|
620
|
+
participants: Uczestnicy
|
577
621
|
scope_types: Typy zakresów
|
578
622
|
scopes: Zakresy
|
579
623
|
static_pages: Strony
|
580
624
|
user_groups: Grupy użytkowników
|
581
625
|
users: Użytkownicy
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Wystąpił błąd podczas odczytu pliku CSV.
|
629
|
+
success: Plik CSV przesłany pomyślnie, weryfikujemy grupy użytkowników pasujące do kryteriów. To może zająć chwilę.
|
583
630
|
reject:
|
584
631
|
invalid: Podczas odrzucania tej grupy użytkowników wystąpił błąd.
|
585
632
|
success: Grupa użytkowników została odrzucona
|
@@ -599,6 +646,12 @@ pl:
|
|
599
646
|
pending: W oczekiwaniu
|
600
647
|
rejected: Odrzucone
|
601
648
|
verified: Zweryfikowano
|
649
|
+
verify_via_csv: Zweryfikuj za pomocą CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Prześlij swój plik CSV. Musi mieć oficjalne wiadomości e-mail grup użytkowników w organizacji w pierwszej kolumnie pliku, bez nagłówków. Tylko grupy użytkowników, które potwierdziły swój adres e-mail i mają e-mail znajdujący się w pliku CSV, zostaną zweryfikowane.
|
653
|
+
title: Prześlij swój plik CSV
|
654
|
+
upload: Przekazać plik
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Podczas zapraszania tego użytkownika wystąpił błąd.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -66,6 +66,7 @@ pt-BR:
|
|
66
66
|
show_statistics: Exibir estatisticas
|
67
67
|
tos_version: Versão dos termos de serviço
|
68
68
|
twitter_handler: Manipulador do Twitter
|
69
|
+
user_groups_enabled: Ativar grupos de usuários
|
69
70
|
youtube_handler: Manipulador do YouTube
|
70
71
|
scope:
|
71
72
|
code: Código
|
@@ -82,14 +83,29 @@ pt-BR:
|
|
82
83
|
changed_notably: Houve mudanças notáveis.
|
83
84
|
content: Conteúdo
|
84
85
|
organization: Organização
|
86
|
+
show_in_footer: Mostrar no rodapé
|
85
87
|
slug: Texto curto de URL
|
86
88
|
title: Título
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descrição
|
92
|
+
show_in_footer: Mostrar no rodapé
|
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 redirecionamento deve ser um URI de SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Arquivo de imagem inválido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Arquivo de imagem inválido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ pt-BR:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} como %{export_format}"
|
250
266
|
notice: Sua exportação está atualmente em andamento. Você receberá um e-mail quando estiver completo.
|
267
|
+
help_sections:
|
268
|
+
error: Houve um erro ao atualizar as seções de ajuda
|
269
|
+
form:
|
270
|
+
save: Salve
|
271
|
+
success: Seções de ajuda atualizadas com sucesso
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ pt-BR:
|
|
301
322
|
areas: Áreas
|
302
323
|
configuration: Configuração
|
303
324
|
dashboard: Painel de controle
|
325
|
+
help_sections: Seções de ajuda
|
304
326
|
homepage: Pagina inicial
|
305
327
|
impersonations: Imitações
|
306
328
|
newsletters: Newsletters
|
307
329
|
oauth_applications: Aplicações OAuth
|
308
|
-
|
330
|
+
participants: Participantes
|
309
331
|
scope_types: Tipos de âmbito
|
310
332
|
scopes: Âmbitos
|
311
333
|
settings: Configurações
|
@@ -545,6 +567,21 @@ pt-BR:
|
|
545
567
|
update:
|
546
568
|
error: Ocorreu um erro ao atualizar este âmbito.
|
547
569
|
success: Âmbito atualizado com sucesso
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Ocorreu um erro ao criar um novo tópico.
|
573
|
+
success: Tópico criado com sucesso.
|
574
|
+
destroy:
|
575
|
+
success: Tópico destruído com sucesso
|
576
|
+
edit:
|
577
|
+
title: Editar tópico
|
578
|
+
update: Atualizar tópico
|
579
|
+
new:
|
580
|
+
create: Criar tópico
|
581
|
+
title: Novo tópico
|
582
|
+
update:
|
583
|
+
error: Houve um erro ao atualizar este tópico.
|
584
|
+
success: Tópico atualizado com sucesso
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ver página pública
|
@@ -557,11 +594,18 @@ pt-BR:
|
|
557
594
|
changed_notably_help: Se marcado, os usuários serão notificados para aceitar os novos termos e condições.
|
558
595
|
title: Editar página
|
559
596
|
update: Atualizar
|
597
|
+
form:
|
598
|
+
none: Nenhum
|
560
599
|
index:
|
561
600
|
last_notable_change: Última alteração notável
|
562
601
|
new:
|
563
|
-
create: Criar
|
602
|
+
create: Criar página
|
564
603
|
title: Nova página
|
604
|
+
topic:
|
605
|
+
destroy: Remover tópico
|
606
|
+
edit: Editar tópico
|
607
|
+
empty: Não há página sob este tópico
|
608
|
+
without_topic: Páginas sem tópico
|
565
609
|
update:
|
566
610
|
error: Ocorreu um erro ao atualizar esta página.
|
567
611
|
success: Página atualizada com sucesso
|
@@ -573,13 +617,16 @@ pt-BR:
|
|
573
617
|
dashboard: painel de controle
|
574
618
|
impersonatable_users: Usuários impersonáveis
|
575
619
|
impersonations: Personagens
|
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 usuários
|
581
625
|
users: Usuários
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Ocorreu um erro ao ler o arquivo CSV.
|
629
|
+
success: O arquivo CSV foi enviado com sucesso, estamos verificando os grupos de usuários que correspondem aos critérios. Isso pode demorar um pouco.
|
583
630
|
reject:
|
584
631
|
invalid: Ocorreu um erro ao rejeitar esse grupo de usuários.
|
585
632
|
success: Grupo de usuários rejeitado com sucesso
|
@@ -599,6 +646,12 @@ pt-BR:
|
|
599
646
|
pending: Pendente
|
600
647
|
rejected: Rejeitado
|
601
648
|
verified: Verificado
|
649
|
+
verify_via_csv: Verificar via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Envie seu arquivo CSV. Deve ter os e-mails oficiais dos grupos de usuários em sua organização na primeira coluna do arquivo, sem cabeçalhos. Somente grupos de usuários que confirmaram seus e-mails e que tenham um e-mail aparecendo no arquivo CSV serão validados.
|
653
|
+
title: Envie seu arquivo CSV
|
654
|
+
upload: Envio
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Ocorreu um erro ao convidar esse usuário.
|
data/config/locales/pt.yml
CHANGED
@@ -66,6 +66,7 @@ pt:
|
|
66
66
|
show_statistics: Mostre estatisticas
|
67
67
|
tos_version: Termos de versão do serviço
|
68
68
|
twitter_handler: Manipulador do Twitter
|
69
|
+
user_groups_enabled: Ativar grupos de usuários
|
69
70
|
youtube_handler: Manipulador do YouTube
|
70
71
|
scope:
|
71
72
|
code: Código
|
@@ -82,14 +83,29 @@ pt:
|
|
82
83
|
changed_notably: Houve mudanças notáveis.
|
83
84
|
content: Conteúdo
|
84
85
|
organization: Organização
|
86
|
+
show_in_footer: Mostrar no rodapé
|
85
87
|
slug: Texto curto de URL
|
86
88
|
title: Título
|
89
|
+
weight: Peso
|
90
|
+
static_page_topic:
|
91
|
+
description: Descrição
|
92
|
+
show_in_footer: Mostrar no rodapé
|
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 redirecionamento deve ser um URI de SSL
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Arquivo de imagem inválido
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Arquivo de imagem inválido
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ pt:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} como %{export_format}"
|
250
266
|
notice: Sua exportação está atualmente em andamento. Você receberá um e-mail quando estiver completo.
|
267
|
+
help_sections:
|
268
|
+
error: Houve um erro ao atualizar as seções de ajuda
|
269
|
+
form:
|
270
|
+
save: Salve
|
271
|
+
success: Seções de ajuda atualizadas com sucesso
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ pt:
|
|
301
322
|
areas: Áreas
|
302
323
|
configuration: Configuração
|
303
324
|
dashboard: Painel de controlo
|
325
|
+
help_sections: Seções de ajuda
|
304
326
|
homepage: Pagina inicial
|
305
327
|
impersonations: Imitações
|
306
328
|
newsletters: Boletins informativos
|
307
329
|
oauth_applications: Aplicações OAuth
|
308
|
-
|
330
|
+
participants: Participantes
|
309
331
|
scope_types: Tipos de âmbito
|
310
332
|
scopes: Âmbitos
|
311
333
|
settings: Configurações
|
@@ -545,6 +567,21 @@ pt:
|
|
545
567
|
update:
|
546
568
|
error: Ocorreu um erro ao atualizar esse âmbito.
|
547
569
|
success: Âmbito atualizado com sucesso
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Ocorreu um erro ao criar um novo tópico.
|
573
|
+
success: Tópico criado com sucesso.
|
574
|
+
destroy:
|
575
|
+
success: Tópico destruído com sucesso
|
576
|
+
edit:
|
577
|
+
title: Editar tópico
|
578
|
+
update: Atualize o tópico
|
579
|
+
new:
|
580
|
+
create: Criar tópico
|
581
|
+
title: Novo topico
|
582
|
+
update:
|
583
|
+
error: Houve um erro ao atualizar este tópico.
|
584
|
+
success: Tópico atualizado com sucesso
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Ver página pública
|
@@ -557,11 +594,18 @@ pt:
|
|
557
594
|
changed_notably_help: Se marcado, os usuários serão notificados para aceitar os novos termos e condições.
|
558
595
|
title: Editar Página
|
559
596
|
update: Actualizar
|
597
|
+
form:
|
598
|
+
none: Nenhum
|
560
599
|
index:
|
561
600
|
last_notable_change: Última alteração notável
|
562
601
|
new:
|
563
|
-
create:
|
602
|
+
create: Criar página
|
564
603
|
title: Nova página
|
604
|
+
topic:
|
605
|
+
destroy: Remover tópico
|
606
|
+
edit: Editar tópico
|
607
|
+
empty: Não há página sob este tópico
|
608
|
+
without_topic: Páginas sem tópico
|
565
609
|
update:
|
566
610
|
error: Ocorreu um erro ao atualizar esta página.
|
567
611
|
success: Página atualizada com sucesso
|
@@ -573,13 +617,16 @@ pt:
|
|
573
617
|
dashboard: painel de controle
|
574
618
|
impersonatable_users: Usuários impersonáveis
|
575
619
|
impersonations: Personagens
|
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 usuários
|
581
625
|
users: Utilizadores
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Ocorreu um erro ao ler o arquivo CSV.
|
629
|
+
success: O arquivo CSV foi enviado com sucesso, estamos verificando os grupos de usuários que correspondem aos critérios. Isso pode demorar um pouco.
|
583
630
|
reject:
|
584
631
|
invalid: Ocorreu um erro ao rejeitar esse grupo de usuários.
|
585
632
|
success: Grupo de usuários rejeitado com sucesso
|
@@ -599,6 +646,12 @@ pt:
|
|
599
646
|
pending: Pendente
|
600
647
|
rejected: Rejeitado
|
601
648
|
verified: Verificado
|
649
|
+
verify_via_csv: Verificar via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Envie seu arquivo CSV. Deve ter os e-mails oficiais dos grupos de usuários em sua organização na primeira coluna do arquivo, sem cabeçalhos. Somente grupos de usuários que confirmaram seus e-mails e que tenham um e-mail aparecendo no arquivo CSV serão validados.
|
653
|
+
title: Envie seu arquivo CSV
|
654
|
+
upload: Envio
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Ocorreu um erro ao convidar esse usuário.
|
data/config/locales/ru.yml
CHANGED
@@ -304,7 +304,6 @@ ru:
|
|
304
304
|
impersonations: Выступления в роли участника
|
305
305
|
newsletters: Рассылки новостей
|
306
306
|
oauth_applications: Приложения OAuth
|
307
|
-
officializations: Предоставления служебного статуса
|
308
307
|
scope_types: Виды охвата
|
309
308
|
scopes: Охваты
|
310
309
|
settings: Настройки
|
@@ -555,7 +554,6 @@ ru:
|
|
555
554
|
index:
|
556
555
|
last_notable_change: Последнее заметное изменение
|
557
556
|
new:
|
558
|
-
create: Создать
|
559
557
|
title: Создать страницу
|
560
558
|
update:
|
561
559
|
error: При попытке обновить эту страницу произошла ошибка.
|
@@ -568,7 +566,6 @@ ru:
|
|
568
566
|
dashboard: Панель управления
|
569
567
|
impersonatable_users: Участники, в роли которых можно выступить
|
570
568
|
impersonations: Выступления в роли участника
|
571
|
-
officializations: Предоставления служебного статуса
|
572
569
|
scope_types: Виды охвата
|
573
570
|
scopes: Охваты
|
574
571
|
static_pages: Страницы
|
data/config/locales/sv.yml
CHANGED
@@ -66,6 +66,7 @@ sv:
|
|
66
66
|
show_statistics: Visa statistik
|
67
67
|
tos_version: Version på användarvillkor
|
68
68
|
twitter_handler: Twitter-hanterare
|
69
|
+
user_groups_enabled: Aktivera användargrupper
|
69
70
|
youtube_handler: YouTube-hanterare
|
70
71
|
scope:
|
71
72
|
code: Kod
|
@@ -82,14 +83,29 @@ sv:
|
|
82
83
|
changed_notably: Det har förekommit märkbara förändringar.
|
83
84
|
content: Innehåll
|
84
85
|
organization: Organisation
|
86
|
+
show_in_footer: Visa i sidfoten
|
85
87
|
slug: URL slug
|
86
88
|
title: Titel
|
89
|
+
weight: Vikt
|
90
|
+
static_page_topic:
|
91
|
+
description: Beskrivning
|
92
|
+
show_in_footer: Visa i sidfoten
|
93
|
+
title: Titel
|
94
|
+
weight: Vikt
|
95
|
+
user_group_csv_verification:
|
96
|
+
file: Fil
|
87
97
|
errors:
|
88
98
|
models:
|
89
99
|
oauth_application:
|
90
100
|
attributes:
|
91
101
|
redirect_uri:
|
92
102
|
must_be_ssl: Omdirigerings-URI måste vara en SSL URI
|
103
|
+
organization:
|
104
|
+
attributes:
|
105
|
+
official_img_header:
|
106
|
+
allowed_file_content_types: Ogiltig bildfil
|
107
|
+
official_img_footer:
|
108
|
+
allowed_file_content_types: Ogiltig bildfil
|
93
109
|
activerecord:
|
94
110
|
attributes:
|
95
111
|
decidim/static_page:
|
@@ -248,6 +264,11 @@ sv:
|
|
248
264
|
exports:
|
249
265
|
export_as: "%{name} som %{export_format}"
|
250
266
|
notice: Din export är pågående. Du får ett mail när det är klart.
|
267
|
+
help_sections:
|
268
|
+
error: Det har uppstått ett fel vid uppdateringen av hjälpavsnitten
|
269
|
+
form:
|
270
|
+
save: Spara
|
271
|
+
success: Hjälpsektionerna uppdateras framgångsrikt
|
251
272
|
impersonatable_users:
|
252
273
|
index:
|
253
274
|
filter:
|
@@ -301,11 +322,12 @@ sv:
|
|
301
322
|
areas: Områden
|
302
323
|
configuration: Konfiguration
|
303
324
|
dashboard: Kontrollpanel
|
325
|
+
help_sections: Hjälpavsnitt
|
304
326
|
homepage: Hemsida
|
305
327
|
impersonations: impersonations
|
306
328
|
newsletters: Nyhetsbrev
|
307
329
|
oauth_applications: OAuth applikationer
|
308
|
-
|
330
|
+
participants: Deltagarna
|
309
331
|
scope_types: Omfattningstyper
|
310
332
|
scopes: Omfattningar
|
311
333
|
settings: inställningar
|
@@ -545,6 +567,21 @@ sv:
|
|
545
567
|
update:
|
546
568
|
error: Ett fel uppstod vid uppdatering av detta räckvidd.
|
547
569
|
success: Omfattning uppdateras framgångsrikt
|
570
|
+
static_page_topics:
|
571
|
+
create:
|
572
|
+
error: Det uppstod ett fel vid skapandet av ett nytt ämne.
|
573
|
+
success: Ämne skapades framgångsrikt.
|
574
|
+
destroy:
|
575
|
+
success: Ämne framgångsrikt förstört
|
576
|
+
edit:
|
577
|
+
title: Redigera ämne
|
578
|
+
update: Uppdatera ämne
|
579
|
+
new:
|
580
|
+
create: Skapa ämne
|
581
|
+
title: Nytt ämne
|
582
|
+
update:
|
583
|
+
error: Det uppstod ett fel vid uppdateringen av det här ämnet.
|
584
|
+
success: Ämnet uppdaterades framgångsrikt
|
548
585
|
static_pages:
|
549
586
|
actions:
|
550
587
|
view: Visa allmän sida
|
@@ -557,11 +594,18 @@ sv:
|
|
557
594
|
changed_notably_help: Om den är markerad kommer användarna att bli underrättad om att acceptera de nya villkoren.
|
558
595
|
title: Redigera sida
|
559
596
|
update: Uppdatera
|
597
|
+
form:
|
598
|
+
none: Ingen
|
560
599
|
index:
|
561
600
|
last_notable_change: Senast anmärkningsvärda förändring
|
562
601
|
new:
|
563
|
-
create: Skapa
|
602
|
+
create: Skapa sida
|
564
603
|
title: Ny sida
|
604
|
+
topic:
|
605
|
+
destroy: Ta bort ämne
|
606
|
+
edit: Redigera ämne
|
607
|
+
empty: Det finns ingen sida under det här ämnet
|
608
|
+
without_topic: Sidor utan ämne
|
565
609
|
update:
|
566
610
|
error: Det uppstod ett fel vid uppdateringen av den här sidan.
|
567
611
|
success: Sidan uppdaterad framgångsrikt
|
@@ -573,13 +617,16 @@ sv:
|
|
573
617
|
dashboard: Kontrollpanel
|
574
618
|
impersonatable_users: Impersonatable användare
|
575
619
|
impersonations: impersonations
|
576
|
-
|
620
|
+
participants: Deltagarna
|
577
621
|
scope_types: Omfattningstyper
|
578
622
|
scopes: Omfattningar
|
579
623
|
static_pages: Sidor
|
580
624
|
user_groups: Användargrupper
|
581
625
|
users: Användare
|
582
626
|
user_group:
|
627
|
+
csv_verify:
|
628
|
+
invalid: Det gick inte att läsa CSV-filen.
|
629
|
+
success: CSV-filen laddades upp, vi verifierar användargrupperna som matchar kriterierna. Det kan ta ett tag.
|
583
630
|
reject:
|
584
631
|
invalid: Det uppstod ett fel när du avvisade den här användargruppen.
|
585
632
|
success: Användargruppen avvisades framgångsrikt
|
@@ -599,6 +646,12 @@ sv:
|
|
599
646
|
pending: Väntande
|
600
647
|
rejected: avvisade
|
601
648
|
verified: Verifierad
|
649
|
+
verify_via_csv: Verifiera via CSV
|
650
|
+
user_groups_csv_verifications:
|
651
|
+
new:
|
652
|
+
explanation: Ladda upp din CSV-fil. Den måste ha de officiella e-postmeddelandena för användargrupperna i din organisation i den första kolumnen i filen, utan rubriker. Endast användargrupper som har bekräftat sitt e-postmeddelande och som har ett e-postmeddelande som visas i CSV-filen kommer att valideras.
|
653
|
+
title: Ladda upp din CSV-fil
|
654
|
+
upload: Ladda upp
|
602
655
|
users:
|
603
656
|
create:
|
604
657
|
error: Det uppstod ett fel vid inbjudan till den här användaren.
|