decidim-admin 0.18.1 → 0.19.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/javascripts/decidim/admin/form.js.es6 +24 -8
- data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +8 -0
- data/app/assets/stylesheets/decidim/admin/modules/_modules.scss +1 -0
- data/app/commands/decidim/admin/create_component.rb +4 -7
- data/app/commands/decidim/admin/create_participatory_space_private_user.rb +4 -2
- data/app/commands/decidim/admin/destroy_newsletter.rb +1 -0
- data/app/commands/decidim/admin/process_participatory_space_private_user_import_csv.rb +41 -0
- data/app/commands/decidim/admin/process_user_group_verification_csv.rb +1 -0
- data/app/commands/decidim/admin/reject_user_group.rb +1 -0
- data/app/commands/decidim/admin/remove_admin.rb +1 -1
- data/app/commands/decidim/admin/update_component_permissions.rb +1 -1
- data/app/commands/decidim/admin/update_organization.rb +1 -0
- data/app/commands/decidim/admin/verify_user_group.rb +1 -0
- data/app/controllers/decidim/admin/areas_controller.rb +1 -0
- data/app/controllers/decidim/admin/components_controller.rb +29 -5
- data/app/controllers/decidim/admin/concerns/has_private_users_csv_import.rb +58 -0
- data/app/controllers/decidim/admin/impersonations_controller.rb +19 -2
- data/app/controllers/decidim/admin/resource_permissions_controller.rb +4 -1
- data/app/controllers/decidim/admin/scopes_controller.rb +2 -0
- data/app/forms/decidim/admin/component_form.rb +41 -16
- data/app/forms/decidim/admin/managed_user_promotion_form.rb +1 -0
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +13 -0
- data/app/forms/decidim/admin/selective_newsletter_form.rb +1 -0
- data/app/helpers/decidim/admin/application_helper.rb +1 -1
- data/app/helpers/decidim/admin/attributes_display_helper.rb +2 -0
- data/app/helpers/decidim/admin/newsletters_helper.rb +6 -0
- data/app/helpers/decidim/admin/resource_permissions_helper.rb +1 -1
- data/app/helpers/decidim/admin/settings_helper.rb +52 -10
- data/app/jobs/decidim/admin/expire_impersonation_job.rb +1 -0
- data/app/jobs/decidim/admin/import_participatory_space_private_user_csv_job.rb +27 -0
- data/app/jobs/decidim/admin/newsletter_job.rb +1 -0
- data/app/jobs/decidim/admin/verify_user_group_from_csv_job.rb +1 -0
- data/app/permissions/decidim/admin/permissions.rb +4 -0
- data/app/permissions/decidim/admin/user_manager_permissions.rb +2 -0
- data/app/queries/decidim/admin/newsletter_recipients.rb +3 -0
- data/app/queries/decidim/admin/user_filter.rb +1 -0
- data/app/queries/decidim/admin/user_groups_evaluation.rb +1 -0
- data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -1
- data/app/views/decidim/admin/attachment_collections/show.html.erb +1 -1
- data/app/views/decidim/admin/attachments/index.html.erb +1 -1
- data/app/views/decidim/admin/attachments/show.html.erb +1 -1
- data/app/views/decidim/admin/categories/index.html.erb +2 -2
- data/app/views/decidim/admin/categories/show.html.erb +1 -1
- data/app/views/decidim/admin/components/_form.html.erb +6 -6
- data/app/views/decidim/admin/components/_settings_fields.html.erb +6 -5
- data/app/views/decidim/admin/impersonations/_form.html.erb +1 -3
- data/app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb +1 -1
- data/app/views/decidim/admin/organization_appearance/_form.html.erb +0 -7
- data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +4 -3
- data/app/views/decidim/admin/participatory_space_private_users_csv_imports/new.html.erb +19 -0
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/_topic.html.erb +1 -1
- data/app/views/decidim/admin/static_pages/show.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_application.html.erb +6 -6
- data/app/views/layouts/decidim/admin/_header.html.erb +1 -1
- data/config/locales/ar.yml +7 -1
- data/config/locales/ca.yml +23 -11
- data/config/locales/cs.yml +13 -2
- data/config/locales/de.yml +9 -0
- data/config/locales/en.yml +14 -2
- data/config/locales/es-MX.yml +13 -2
- data/config/locales/es-PY.yml +13 -2
- data/config/locales/es.yml +13 -1
- data/config/locales/fi-plain.yml +13 -2
- data/config/locales/fi.yml +14 -2
- data/config/locales/fr.yml +13 -2
- data/config/locales/hu.yml +13 -1
- data/config/locales/it.yml +12 -2
- data/config/locales/nl.yml +13 -1
- data/config/locales/sv.yml +0 -1
- data/config/locales/tr-TR.yml +0 -2
- data/lib/decidim/admin/test/manage_attachments_examples.rb +1 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +14 -9
@@ -1,9 +1,10 @@
|
|
1
|
-
<%
|
1
|
+
<% manifest.settings(settings_name).attributes.each do |field_name, settings_attribute| %>
|
2
2
|
<%= settings_attribute_input(
|
3
3
|
form,
|
4
|
-
|
5
|
-
|
6
|
-
label: t("decidim.components.#{
|
7
|
-
tabs_prefix: tabs_prefix
|
4
|
+
settings_attribute,
|
5
|
+
field_name,
|
6
|
+
label: t("decidim.components.#{manifest.name}.settings.#{settings_name}.#{field_name}"),
|
7
|
+
tabs_prefix: tabs_prefix,
|
8
|
+
help_text: help_text_for_component_setting(field_name, settings_name, manifest.name)
|
8
9
|
) %>
|
9
10
|
<% end %>
|
@@ -1,7 +1,5 @@
|
|
1
1
|
<div class="row column">
|
2
|
-
|
3
|
-
<%= form.text_field :reason, label: t(".reason") %>
|
4
|
-
<% end %>
|
2
|
+
<%= form.text_field :reason, label: t(".reason") %>
|
5
3
|
|
6
4
|
<% if creating_managed_user? %>
|
7
5
|
<%= form.text_field :name, label: t(".name") %>
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<p class="help-text"><%= t ".all_users_help" %></p>
|
23
23
|
</div>
|
24
24
|
</div>
|
25
|
-
<hr class="reset mt-s mb-s"
|
25
|
+
<hr class="reset mt-s mb-s">
|
26
26
|
<% end %>
|
27
27
|
<div class="grid-x grid-padding-x">
|
28
28
|
<div class="cell small-12 medium-6" id="send_newsletter_to_followers">
|
@@ -117,13 +117,6 @@
|
|
117
117
|
<%= form.text_field :official_url %>
|
118
118
|
</div>
|
119
119
|
</div>
|
120
|
-
|
121
|
-
<% if Decidim.enable_html_header_snippets %>
|
122
|
-
<div class="row column">
|
123
|
-
<%= form.text_area :header_snippets %>
|
124
|
-
<p class="help-text"><%= t(".header_snippets_help") %></p>
|
125
|
-
</div>
|
126
|
-
<% end %>
|
127
120
|
</div>
|
128
121
|
</div>
|
129
122
|
|
@@ -3,7 +3,8 @@
|
|
3
3
|
<h2 class="card-title">
|
4
4
|
<%= t(".title") %>
|
5
5
|
<% if allowed_to? :create, :space_private_user %>
|
6
|
-
|
6
|
+
<%= link_to t(".import_via_csv"), new_participatory_space_private_users_csv_import_path, class: "button tiny button--title import" %>
|
7
|
+
<%= link_to t("actions.new", scope: "decidim.admin", name: t("models.participatory_space_private_user.name", scope: "decidim.admin")), url_for(action: :new), class: "button tiny button--title new" %>
|
7
8
|
<% end %>
|
8
9
|
</h2>
|
9
10
|
</div>
|
@@ -25,10 +26,10 @@
|
|
25
26
|
<% collection.each do |private_user| %>
|
26
27
|
<tr>
|
27
28
|
<td>
|
28
|
-
<%= private_user.user.name %><br
|
29
|
+
<%= private_user.user.name %><br>
|
29
30
|
</td>
|
30
31
|
<td>
|
31
|
-
<%= private_user.user.email %><br
|
32
|
+
<%= private_user.user.email %><br>
|
32
33
|
</td>
|
33
34
|
<td>
|
34
35
|
<% if private_user.user.invitation_sent_at %>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<div class="card" id='user-groups'>
|
2
|
+
<div class="card-divider">
|
3
|
+
<h2 class="card-title">
|
4
|
+
<%= t ".title" %>
|
5
|
+
</h2>
|
6
|
+
</div>
|
7
|
+
<div class="card-section">
|
8
|
+
<%= decidim_form_for(@form, url: participatory_space_private_users_csv_import_path, html: { class: "form" }) do |form| %>
|
9
|
+
<p><%= t(".explanation") %></p>
|
10
|
+
<div class="row column">
|
11
|
+
<%= form.upload :file, optional: false %>
|
12
|
+
</div>
|
13
|
+
|
14
|
+
<div class="button--double form-general-submit">
|
15
|
+
<%= form.submit t(".upload") %>
|
16
|
+
</div>
|
17
|
+
<% end %>
|
18
|
+
</div>
|
19
|
+
</div>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<!doctype html>
|
2
2
|
<html lang="<%= I18n.locale %>">
|
3
3
|
<head>
|
4
|
-
<meta charset="utf-8"
|
5
|
-
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"
|
6
|
-
<meta name="author" content=""
|
7
|
-
<meta name="copyright" content=""
|
8
|
-
<meta name="description" content=""
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0"
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
6
|
+
<meta name="author" content="">
|
7
|
+
<meta name="copyright" content="">
|
8
|
+
<meta name="description" content="">
|
9
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10
10
|
<title><%= title %></title>
|
11
11
|
<%= render partial: "layouts/decidim/admin/header" %>
|
12
12
|
<%= foundation_datepicker_locale_tag %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
1
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2
2
|
<%= csrf_meta_tags %>
|
3
3
|
<%= stylesheet_link_tag "decidim/admin/application", media: "all" %>
|
4
4
|
<%= javascript_include_tag "decidim/admin/application" %>
|
data/config/locales/ar.yml
CHANGED
@@ -41,6 +41,7 @@ ar:
|
|
41
41
|
badges_enabled: تمكين الشارات
|
42
42
|
cta_button_path: دعوة إلى العمل مسار زر
|
43
43
|
cta_button_text: نص زر Call To Action
|
44
|
+
customize_welcome_notification: تخصيص إشعار الترحيب
|
44
45
|
default_locale: اللغة الافتراضية
|
45
46
|
description: الوصف
|
46
47
|
enable_omnipresent_banner: عرض لافتة في كل مكان
|
@@ -77,6 +78,7 @@ ar:
|
|
77
78
|
user_groups_enabled: تمكين المجموعات
|
78
79
|
user_name: اسم المستخدم
|
79
80
|
warning_color: تحذير
|
81
|
+
welcome_notification_subject: موضوع إشعار الترحيب
|
80
82
|
youtube_handler: مُعرّف حساب يوتيوب
|
81
83
|
scope:
|
82
84
|
code: الشفرة
|
@@ -245,7 +247,6 @@ ar:
|
|
245
247
|
form:
|
246
248
|
default_step_settings: إعدادات الخطوة الافتراضية
|
247
249
|
global_settings: الاعدادات العامة
|
248
|
-
participatory_texts_enabled_help: لا يمكن التفاعل مع هذا الإعداد إذا كان هناك اقتراحات موجودة. الرجاء إنشاء "مكون مقترحات" جديد إذا كنت ترغب في تمكين هذه الميزة أو تجاهل كافة المقترحات المستوردة في قائمه "النصوص التشاركية" إذا كنت ترغب في تعطيلها.
|
249
250
|
step_settings: إعدادات الخطوة
|
250
251
|
index:
|
251
252
|
add: إضافة عنصر
|
@@ -555,10 +556,15 @@ ar:
|
|
555
556
|
error: حدثت مشكلة في حذف مشارك خاص لهذه المساحة التشاركية.
|
556
557
|
success: المشاركة الفضاء الفضاء وصول المشاركين دمرت بنجاح.
|
557
558
|
index:
|
559
|
+
import_via_csv: استيراد عبر ملف csv
|
558
560
|
title: المشاركة الفضاء المشارك الخاص
|
559
561
|
new:
|
560
562
|
create: إنشاء
|
561
563
|
title: مشارك جديد الفضاء الخاص المشارك.
|
564
|
+
participatory_space_private_users_csv_imports:
|
565
|
+
new:
|
566
|
+
title: حمّل ملف CSV الخاص بك
|
567
|
+
upload: حمّل
|
562
568
|
resource_permissions:
|
563
569
|
edit:
|
564
570
|
submit: خضع
|
data/config/locales/ca.yml
CHANGED
@@ -38,15 +38,16 @@ ca:
|
|
38
38
|
organization:
|
39
39
|
address: Nom del servidor SMTP
|
40
40
|
alert_color: Alerta
|
41
|
-
badges_enabled: Habilitar
|
41
|
+
badges_enabled: Habilitar les ensenyes
|
42
42
|
cta_button_path: URL del botó d'acció
|
43
43
|
cta_button_text: Text del botó d'acció
|
44
|
+
customize_welcome_notification: Personalitza la notificació de benvinguda
|
44
45
|
default_locale: Idioma per defecte
|
45
46
|
description: Descripció
|
46
|
-
enable_omnipresent_banner: Mostrar banner omnipresent
|
47
|
+
enable_omnipresent_banner: Mostrar el banner omnipresent
|
47
48
|
facebook_handler: Nom d'usuari de Facebook
|
48
49
|
favicon: Icona
|
49
|
-
from:
|
50
|
+
from: Adreça des d'on s'enviaran els correus electrònics
|
50
51
|
github_handler: Nom d'usuari de GitHub
|
51
52
|
header_snippets: Codi personalitzat a la capçalera
|
52
53
|
highlighted_content_banner_action_subtitle: Subtítol del botó d'acció
|
@@ -54,7 +55,7 @@ ca:
|
|
54
55
|
highlighted_content_banner_action_url: URL del botó d'acció
|
55
56
|
highlighted_content_banner_enabled: Mostrar el banner de contingut destacat
|
56
57
|
highlighted_content_banner_image: Imatge
|
57
|
-
highlighted_content_banner_short_description:
|
58
|
+
highlighted_content_banner_short_description: Breu descripció
|
58
59
|
highlighted_content_banner_title: Títol
|
59
60
|
instagram_handler: Nom d'usuari a Instagram
|
60
61
|
logo: Logotip
|
@@ -62,22 +63,25 @@ ca:
|
|
62
63
|
official_img_footer: Logotip oficial al peu de pàgina
|
63
64
|
official_img_header: Logotip oficial a la capçalera
|
64
65
|
official_url: Pàgina web oficial de l'organització
|
65
|
-
omnipresent_banner_short_description:
|
66
|
+
omnipresent_banner_short_description: Breu descripció
|
66
67
|
omnipresent_banner_title: Títol
|
67
68
|
omnipresent_banner_url: URL
|
68
69
|
password: Contrasenya
|
69
70
|
port: Port
|
70
71
|
primary_color: Primària
|
71
|
-
reference_prefix:
|
72
|
+
reference_prefix: prefix de referència
|
72
73
|
secondary_color: Secundari
|
74
|
+
send_welcome_notification: Envia la notificació de benvinguda
|
73
75
|
show_statistics: Mostrar estadístiques
|
74
76
|
success_color: Èxit
|
75
|
-
tos_version: Versió
|
76
|
-
twitter_handler: Nom d'
|
77
|
+
tos_version: Versió dels Termes de Servei
|
78
|
+
twitter_handler: Nom d'usuària de Twitter
|
77
79
|
user_groups_enabled: Habilitar grups
|
78
80
|
user_name: Àlies
|
79
81
|
warning_color: Avís
|
80
|
-
|
82
|
+
welcome_notification_body: Cos de la notificació de benvinguda
|
83
|
+
welcome_notification_subject: Assumpte de la notificació de benvinguda
|
84
|
+
youtube_handler: Nom d'usuària de YouTube
|
81
85
|
scope:
|
82
86
|
code: Codi
|
83
87
|
name: Nom
|
@@ -246,7 +250,6 @@ ca:
|
|
246
250
|
form:
|
247
251
|
default_step_settings: Configuració per defecte
|
248
252
|
global_settings: Configuració global
|
249
|
-
participatory_texts_enabled_help: No es pot interactuar amb aquesta configuració si hi ha propostes existents. Si us plau, creeu un nou 'component de propostes' si voleu habilitar aquesta característica o descarteu totes les propostes importades al menú "textos participatius" si voleu deshabilitar-lo.
|
250
253
|
step_settings: Configuració de fase
|
251
254
|
index:
|
252
255
|
add: Afegeix un component
|
@@ -471,7 +474,7 @@ ca:
|
|
471
474
|
send_to_followers: Envia a totes les seguidores
|
472
475
|
send_to_participants: Envia a totes les participants
|
473
476
|
title: Selecciona les destinatàries a lliurar
|
474
|
-
warning: "<strong>Atenció:</strong> Aquest butlletí només s'enviarà
|
477
|
+
warning: "<strong>Atenció:</strong> Aquest butlletí només s'enviarà a les participants que hagin activat <em>Vull rebre butlletins</em> a la configuració de les notificacions."
|
475
478
|
send:
|
476
479
|
no_recipients: No hi ha destinatàries per a aquesta selecció
|
477
480
|
show:
|
@@ -569,10 +572,19 @@ ca:
|
|
569
572
|
error: S'ha produït un error en eliminar una participant participada d'aquest espai participatiu.
|
570
573
|
success: L'accés de la participant a l'espai de participació privat s'ha eliminat correctament.
|
571
574
|
index:
|
575
|
+
import_via_csv: Importar via csv
|
572
576
|
title: Participant de l'espai participatiu privat
|
573
577
|
new:
|
574
578
|
create: Crear
|
575
579
|
title: Nova participant de l'espai de participació privat.
|
580
|
+
participatory_space_private_users_csv_imports:
|
581
|
+
create:
|
582
|
+
invalid: S'ha produït un error en llegir el fitxer CSV.
|
583
|
+
success: Arxiu CSV carregat correctament, s'està enviant un missatge de correu electrònic d'invitació als participants. Pot tardar una mica.
|
584
|
+
new:
|
585
|
+
explanation: Carrega el teu arxiu CSV. Ha de tenir dues columnes amb l'adreça de correu electrònic a la primera columna i el nom a la segona (adreça electrònica, nom) dels usuaris que vulguis afegir a l'espai de participació, sense capçaleres.
|
586
|
+
title: Puja el fitxer CSV
|
587
|
+
upload: Carrega
|
576
588
|
resource_permissions:
|
577
589
|
edit:
|
578
590
|
submit: Enviar
|
data/config/locales/cs.yml
CHANGED
@@ -41,6 +41,7 @@ cs:
|
|
41
41
|
badges_enabled: Povolit odznaky
|
42
42
|
cta_button_path: Cesta tlačítka Výzvy k akci
|
43
43
|
cta_button_text: Text tlačítka Výzvy k akci
|
44
|
+
customize_welcome_notification: Přizpůsobit uvítací oznámení
|
44
45
|
default_locale: Výchozí jazyk
|
45
46
|
description: Popis
|
46
47
|
enable_omnipresent_banner: Zobrazit všudypřítomný banner
|
@@ -70,6 +71,7 @@ cs:
|
|
70
71
|
primary_color: Hlavní
|
71
72
|
reference_prefix: Referenční předpona
|
72
73
|
secondary_color: Sekundární
|
74
|
+
send_welcome_notification: Odeslat uvítací oznámení
|
73
75
|
show_statistics: Zobrazit statistiky
|
74
76
|
success_color: Úspěch
|
75
77
|
tos_version: Verze podmínek služby
|
@@ -77,6 +79,8 @@ cs:
|
|
77
79
|
user_groups_enabled: Povolit skupiny
|
78
80
|
user_name: Uživatelské jméno
|
79
81
|
warning_color: Varování
|
82
|
+
welcome_notification_body: Tělo uvítacího oznámení
|
83
|
+
welcome_notification_subject: Předmět uvítacího oznámení
|
80
84
|
youtube_handler: YouTube handler
|
81
85
|
scope:
|
82
86
|
code: Kód
|
@@ -246,7 +250,6 @@ cs:
|
|
246
250
|
form:
|
247
251
|
default_step_settings: Výchozí nastavení kroku
|
248
252
|
global_settings: Globální nastavení
|
249
|
-
participatory_texts_enabled_help: Pokud existují stávající návrhy, nelze toto nastavení měnit. Pokud chcete tuto vlastnost povolit nebo vyhodit všechny importované návrhy v menu "participativní texty" prosím vytvořte novou složku "Návrhy", pokud ji chcete zakázat.
|
250
253
|
step_settings: Nastavení kroku
|
251
254
|
index:
|
252
255
|
add: Přidat komponentu
|
@@ -471,7 +474,6 @@ cs:
|
|
471
474
|
send_to_followers: Odeslat sledujícím
|
472
475
|
send_to_participants: Odeslat účastníkům
|
473
476
|
title: Vybrat příjemce k doručení
|
474
|
-
warning: "<strong> Pozor: </strong> Tento zpravodaj bude zasílán pouze uživatelům, kteří si aktivovali <em> chci dostávat zpravodaj </em> v nastavení oznámení."
|
475
477
|
send:
|
476
478
|
no_recipients: Žádný příjemce pro tento výběr
|
477
479
|
show:
|
@@ -569,10 +571,19 @@ cs:
|
|
569
571
|
error: Při odstraňování soukromého uživatele tohoto participačního prostoru došlo k chybě.
|
570
572
|
success: Úspěšně zničen soukromý uživatelský prostor účastníka.
|
571
573
|
index:
|
574
|
+
import_via_csv: Importovat přes csv
|
572
575
|
title: Účastní prostor soukromý uživatel
|
573
576
|
new:
|
574
577
|
create: Vytvořit
|
575
578
|
title: Nový účastník soukromého prostoru.
|
579
|
+
participatory_space_private_users_csv_imports:
|
580
|
+
create:
|
581
|
+
invalid: Při čtení souboru CSV došlo k chybě.
|
582
|
+
success: CSV soubor byl úspěšně nahrán, posíláme e-maily na účastníky. To může trvat nějakou dobu.
|
583
|
+
new:
|
584
|
+
explanation: 'Nahrávejte soubor CSV bez záhlaví, který musí mít dva sloupce: email v prvním sloupci a jméno uživatele v posledním sloupci (e-mail, jméno), které chcete přidat do participačního prostoru.'
|
585
|
+
title: Nahrajte Váš CSV soubor
|
586
|
+
upload: Nahrát
|
576
587
|
resource_permissions:
|
577
588
|
edit:
|
578
589
|
submit: Předložit
|
data/config/locales/de.yml
CHANGED
@@ -41,6 +41,7 @@ de:
|
|
41
41
|
badges_enabled: Abzeichen aktivieren
|
42
42
|
cta_button_path: Call To Action Schaltfläche Pfad
|
43
43
|
cta_button_text: Call To Action Schaltfläche Text
|
44
|
+
customize_welcome_notification: Willkommens-Benachrichtigung anpassen
|
44
45
|
default_locale: Standardgebietsschema
|
45
46
|
description: Beschreibung
|
46
47
|
enable_omnipresent_banner: Zeige allgegenwärtiges Banner
|
@@ -70,6 +71,7 @@ de:
|
|
70
71
|
primary_color: Primär
|
71
72
|
reference_prefix: Referenzpräfix
|
72
73
|
secondary_color: Sekundär
|
74
|
+
send_welcome_notification: Willkommens-Benachrichtigung senden
|
73
75
|
show_statistics: Zeige Statistiken
|
74
76
|
success_color: Erfolg
|
75
77
|
tos_version: Nutzungsbedingungen Version
|
@@ -77,6 +79,8 @@ de:
|
|
77
79
|
user_groups_enabled: Benutzergruppen aktivieren
|
78
80
|
user_name: Benutzername
|
79
81
|
warning_color: Warnung
|
82
|
+
welcome_notification_body: Text der Willkommens-Benachrichtigung
|
83
|
+
welcome_notification_subject: Betreff der Willkommens-Benachrichtigung
|
80
84
|
youtube_handler: YouTube-Handler
|
81
85
|
scope:
|
82
86
|
code: Code
|
@@ -554,10 +558,15 @@ de:
|
|
554
558
|
error: Beim Löschen eines privaten Benutzers für diesen partizipativen Bereich ist ein Fehler aufgetreten.
|
555
559
|
success: Participatory Space Privater Benutzerzugriff wurde erfolgreich zerstört.
|
556
560
|
index:
|
561
|
+
import_via_csv: Import via CSV
|
557
562
|
title: Participatory Space privater Benutzer
|
558
563
|
new:
|
559
564
|
create: Erstellen
|
560
565
|
title: Neuer privater Benutzer des Participatory Space.
|
566
|
+
participatory_space_private_users_csv_imports:
|
567
|
+
new:
|
568
|
+
title: CSV-Datei hochladen
|
569
|
+
upload: Hochladen
|
561
570
|
resource_permissions:
|
562
571
|
edit:
|
563
572
|
submit: einreichen
|
data/config/locales/en.yml
CHANGED
@@ -42,6 +42,7 @@ en:
|
|
42
42
|
badges_enabled: Enable badges
|
43
43
|
cta_button_path: Call To Action button path
|
44
44
|
cta_button_text: Call To Action button text
|
45
|
+
customize_welcome_notification: Customize welcome notification
|
45
46
|
default_locale: Default locale
|
46
47
|
description: Description
|
47
48
|
enable_omnipresent_banner: Show omnipresent banner
|
@@ -71,6 +72,7 @@ en:
|
|
71
72
|
primary_color: Primary
|
72
73
|
reference_prefix: Reference prefix
|
73
74
|
secondary_color: Secondary
|
75
|
+
send_welcome_notification: Send welcome notification
|
74
76
|
show_statistics: Show statistics
|
75
77
|
success_color: Success
|
76
78
|
tos_version: Terms of service version
|
@@ -78,6 +80,8 @@ en:
|
|
78
80
|
user_groups_enabled: Enable groups
|
79
81
|
user_name: Username
|
80
82
|
warning_color: Warning
|
83
|
+
welcome_notification_body: Welcome notification body
|
84
|
+
welcome_notification_subject: Welcome notification subject
|
81
85
|
youtube_handler: YouTube handler
|
82
86
|
scope:
|
83
87
|
code: Code
|
@@ -247,7 +251,6 @@ en:
|
|
247
251
|
form:
|
248
252
|
default_step_settings: Default step settings
|
249
253
|
global_settings: Global settings
|
250
|
-
participatory_texts_enabled_help: Cannot interact with this setting if there are existing proposals. Please, create a new `Proposals component` if you want to enable this feature or discard all imported proposals in the `Participatory Texts` menu if you want to disable it.
|
251
254
|
step_settings: Step settings
|
252
255
|
index:
|
253
256
|
add: Add component
|
@@ -472,7 +475,7 @@ en:
|
|
472
475
|
send_to_followers: Send to followers
|
473
476
|
send_to_participants: Send to participants
|
474
477
|
title: Select recipients to deliver
|
475
|
-
warning: "<strong>Attention:</strong> This newsletter will only be send to users that have activated <em>I want to
|
478
|
+
warning: "<strong>Attention:</strong> This newsletter will only be send to users that have activated <em>I want to receive newsletters</em> in their notifications settings."
|
476
479
|
send:
|
477
480
|
no_recipients: No recipients for this selection
|
478
481
|
show:
|
@@ -570,10 +573,19 @@ en:
|
|
570
573
|
error: There was a problem deleting a private participant for this participatory space.
|
571
574
|
success: Participatory space private participant access successfully destroyed.
|
572
575
|
index:
|
576
|
+
import_via_csv: Import via csv
|
573
577
|
title: Participatory space private participant
|
574
578
|
new:
|
575
579
|
create: Create
|
576
580
|
title: New Participatory Space private participant.
|
581
|
+
participatory_space_private_users_csv_imports:
|
582
|
+
create:
|
583
|
+
invalid: There was a problem reading the CSV file.
|
584
|
+
success: CSV file uploaded successfully, we're sending an invitation email to participants. This might take a while.
|
585
|
+
new:
|
586
|
+
explanation: Upload your CSV file. It must have two columns with email in the first column of the file and name in the last column of the file (email, name) of the users that you want to add to the participatory space, without headers.
|
587
|
+
title: Upload your CSV file
|
588
|
+
upload: Upload
|
577
589
|
resource_permissions:
|
578
590
|
edit:
|
579
591
|
submit: Submit
|
data/config/locales/es-MX.yml
CHANGED
@@ -41,6 +41,7 @@ es-MX:
|
|
41
41
|
badges_enabled: Habilitar insignias
|
42
42
|
cta_button_path: Ruta del botón de acción principal
|
43
43
|
cta_button_text: Texto del botón de acción principal
|
44
|
+
customize_welcome_notification: Personalizar notificación de bienvenida
|
44
45
|
default_locale: Idioma predeterminado
|
45
46
|
description: Descripción
|
46
47
|
enable_omnipresent_banner: Mostrar banner omnipresente
|
@@ -70,6 +71,7 @@ es-MX:
|
|
70
71
|
primary_color: Primario
|
71
72
|
reference_prefix: Prefijo de la referencia
|
72
73
|
secondary_color: Secundario
|
74
|
+
send_welcome_notification: Enviar notificación de bienvenida
|
73
75
|
show_statistics: Mostrar estadísticas
|
74
76
|
success_color: Éxito
|
75
77
|
tos_version: Versión de los Términos de Servicio
|
@@ -77,6 +79,8 @@ es-MX:
|
|
77
79
|
user_groups_enabled: Habilitar grupos de usuarios
|
78
80
|
user_name: Nombre de usuario
|
79
81
|
warning_color: Advertencia
|
82
|
+
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
83
|
+
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
80
84
|
youtube_handler: Nombre de YouTube
|
81
85
|
scope:
|
82
86
|
code: Código
|
@@ -246,7 +250,6 @@ es-MX:
|
|
246
250
|
form:
|
247
251
|
default_step_settings: Configuraciones de paso predeterminadas
|
248
252
|
global_settings: Ajustes globales
|
249
|
-
participatory_texts_enabled_help: No se puede interactuar con esta configuración si hay propuestas existentes. Por favor, crea un nuevo componente de propuesta si quieres activar esta característica o descartar todas las propuestas importadas en el menú "Textos Participativos" si quieres desactivarla.
|
250
253
|
step_settings: Configuración de paso
|
251
254
|
index:
|
252
255
|
add: Agregar componente
|
@@ -471,7 +474,6 @@ es-MX:
|
|
471
474
|
send_to_followers: Enviar a los seguidores
|
472
475
|
send_to_participants: Enviar a los participantes
|
473
476
|
title: Selecciona los destinatarios
|
474
|
-
warning: "<strong>Atención:</strong> Este boletín sólo será enviado a participantes que hayan activado <em>Quiero recibir boletines de noticias</em> en sus ajustes de notificaciones."
|
475
477
|
send:
|
476
478
|
no_recipients: No hay destinatarios para esta selección
|
477
479
|
show:
|
@@ -569,10 +571,19 @@ es-MX:
|
|
569
571
|
error: Se ha producido un error al eliminar un usuario privado para este espacio participativo.
|
570
572
|
success: El acceso de usuarios privados del espacio participativo se eliminado con éxito.
|
571
573
|
index:
|
574
|
+
import_via_csv: Importar vía csv
|
572
575
|
title: Usuario privado de espacio participativo.
|
573
576
|
new:
|
574
577
|
create: Crear
|
575
578
|
title: Nuevo usuario privado en el espacio participativo.
|
579
|
+
participatory_space_private_users_csv_imports:
|
580
|
+
create:
|
581
|
+
invalid: Se ha producido un error al leer el archivo CSV.
|
582
|
+
success: Archivo CSV subido correctamente, estamos enviando un correo electrónico de invitación a las participantes. Esto puede tardar un tiempo.
|
583
|
+
new:
|
584
|
+
explanation: Sube tu archivo CSV. Debe tener dos columnas con correo electrónico en la primera columna del archivo y nombre en la última columna del archivo (correo electrónico, nombre) de las participantes que quieras añadir al espacio participativo, sin cabeceras.
|
585
|
+
title: Sube tu archivo CSV
|
586
|
+
upload: Subir
|
576
587
|
resource_permissions:
|
577
588
|
edit:
|
578
589
|
submit: Enviar
|