decidim-surveys 0.12.1 → 0.12.2
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.
- checksums.yaml +4 -4
- data/config/locales/fr.yml +6 -6
- data/lib/decidim/surveys/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c4130cb2242e39298d4bd0cc9f85592cab94aed51a384e086b2e561af7b5b15
|
|
4
|
+
data.tar.gz: 253920604579d5030019891ebbda3577194b08735d191651839d33ba2976087c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2efd3097fafb9396e6aaaed6cd71f7e6f6ad47376649b568c3fdcff34af0b6fbfd92fce23ec5c7a3bd9fdcaa43a2eeaca33461fe9edd19e6ce0352cd9b2a7052
|
|
7
|
+
data.tar.gz: 109687f4700d201e82f07a823f4165aa33f41bf9ac6722b16baf8fc7585936bf86ff8fdfd4f53395f8c3502b33daf31413c36e52836da9f6bc81f5260744d526
|
data/config/locales/fr.yml
CHANGED
|
@@ -41,12 +41,12 @@ fr:
|
|
|
41
41
|
surveys:
|
|
42
42
|
survey_closed:
|
|
43
43
|
email_intro: L'enquête %{resource_title} proposée dans %{participatory_space_title} est maintenant terminée.
|
|
44
|
-
email_outro: Vous
|
|
45
|
-
email_subject: L'enquête
|
|
46
|
-
notification_title: L'enquête <a href="%{resource_path}">%{resource_title}</a>
|
|
44
|
+
email_outro: Vous venez de recevoir une notification venant de %{participatory_space_title}. Vous pouvez à tout moment arrêter de recevoir des notifications en suivant le lien précédent.
|
|
45
|
+
email_subject: L'enquête de l'espace participatif %{participatory_space_title} est terminée
|
|
46
|
+
notification_title: L'enquête <a href="%{resource_path}">%{resource_title}</a> ouverte dans <a href="%{participatory_space_url}">%{participatory_space_title}</a> est terminée.
|
|
47
47
|
survey_opened:
|
|
48
|
-
email_intro: 'L''enquête %{resource_title} est désormais ouverte
|
|
49
|
-
email_outro: Vous avez reçu cette notification car vous suivez
|
|
48
|
+
email_intro: 'L''enquête %{resource_title} est désormais ouverte dans l''espace participatif %{participatory_space_title}. Vous pouvez y participer depuis la page suivante :'
|
|
49
|
+
email_outro: Vous avez reçu cette notification car vous suivez l'espace participatif %{participatory_space_title}. Vous pouvez arrêter de recevoir ces notifications à partir du lien précédent.
|
|
50
50
|
email_subject: Une nouvelle enquête a été créée dans %{participatory_space_title}
|
|
51
51
|
notification_title: 'L''enquête <a href="%{resource_path}">%{resource_title}</a> est ouverte. Vous pouvez y participer en vous rendant sur le lien suivant : <a href="%{participatory_space_url}">%{participatory_space_title}</a>.'
|
|
52
52
|
forms:
|
|
@@ -99,7 +99,7 @@ fr:
|
|
|
99
99
|
max_choices: 'Nombre de choix maximum : %{n}'
|
|
100
100
|
show:
|
|
101
101
|
answer_survey:
|
|
102
|
-
anonymous_user_message: Pour répondre à l'enquête<a href="%{sign_in_link}"> identifiez-vous avec votre compte</a> ou <a href="%{sign_up_link}">inscrivez-vous
|
|
102
|
+
anonymous_user_message: Pour répondre à l'enquête<a href="%{sign_in_link}"> identifiez-vous avec votre compte</a> ou <a href="%{sign_up_link}">inscrivez-vous</a>.
|
|
103
103
|
title: Participer à l'enquête
|
|
104
104
|
are_you_sure: Cette action ne peut pas être annulée et vous ne pourrez plus modifier vos réponses. Êtes-vous prêt à valider votre participation ?
|
|
105
105
|
submit: Envoyer
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-surveys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-
|
|
13
|
+
date: 2018-07-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,56 +18,56 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.12.
|
|
21
|
+
version: 0.12.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.12.
|
|
28
|
+
version: 0.12.2
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-admin
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.12.
|
|
35
|
+
version: 0.12.2
|
|
36
36
|
type: :development
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.12.
|
|
42
|
+
version: 0.12.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-dev
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.12.
|
|
49
|
+
version: 0.12.2
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.12.
|
|
56
|
+
version: 0.12.2
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: decidim-participatory_processes
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.12.
|
|
63
|
+
version: 0.12.2
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.12.
|
|
70
|
+
version: 0.12.2
|
|
71
71
|
description: A surveys component for decidim's participatory spaces.
|
|
72
72
|
email:
|
|
73
73
|
- josepjaume@gmail.com
|