decidim-debates 0.10.0 → 0.10.1
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 +12 -12
- data/config/locales/sv.yml +14 -14
- data/lib/decidim/debates/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37c9964db5c710ebcc15aecbcad4be999246a1c27642fc6226ee246acb487e99
|
|
4
|
+
data.tar.gz: 2c1dc1fd5fb5ecfc063f4854c0757c6d8bf9241b6be990ca218b9e1792be4419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b09efb6a8b2e9022a055ef7420810ad30cfcccc551ae5384dcd05d080faf412d89e14f1c839bd81cea8a7dd3d0423fbd498f4802b6e91e5ee77b93ed733eb54
|
|
7
|
+
data.tar.gz: 257e300b383f1f9d55466b6e57a91f634a8183eda216abefa0511b9545a3342572fa1b4efd7b20041ea10c76d58684467ffa0db0d91a0f4133f0c2759b519fb0
|
data/config/locales/fr.yml
CHANGED
|
@@ -69,7 +69,7 @@ fr:
|
|
|
69
69
|
close_modal: Fermer
|
|
70
70
|
filter: Filtre
|
|
71
71
|
filter_by: Filtrer par
|
|
72
|
-
unfold:
|
|
72
|
+
unfold: Dérouler
|
|
73
73
|
index:
|
|
74
74
|
new_debate: Nouveau débat
|
|
75
75
|
new:
|
|
@@ -97,24 +97,24 @@ fr:
|
|
|
97
97
|
space_followers:
|
|
98
98
|
email_intro: |-
|
|
99
99
|
Bonjour, un nouveau débat a été créé sur l'espace participatif %{space_title}, consultez-le et contribuez :
|
|
100
|
-
email_outro: Vous avez reçu cette notification parce que vous suivez l'espace participatif %{space_title}. Vous pouvez cesser de recevoir des notifications
|
|
100
|
+
email_outro: Vous avez reçu cette notification parce que vous suivez l'espace participatif %{space_title}. Vous pouvez cesser de recevoir des notifications en suivant ce dernier lien.
|
|
101
101
|
email_subject: Nouveau débat sur %{space_title}
|
|
102
102
|
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé le <a href="%{space_path}">%{space_title}</a>.
|
|
103
103
|
user_followers:
|
|
104
104
|
email_intro: |-
|
|
105
105
|
Bonjour, %{author_name} %{author_nickname}, que vous suivez, a créé un nouveau débat, prenez-en connaissance et contribuez :
|
|
106
|
-
email_outro: Vous avez reçu cette notification, car vous suivez %{author_nickname}. Vous pouvez cesser de recevoir des notifications
|
|
106
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{author_nickname}. Vous pouvez cesser de recevoir des notifications en suivant ce dernier lien.
|
|
107
107
|
email_subject: Nouveau débat par %{author_nickname}
|
|
108
108
|
notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé par <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
|
109
109
|
creation_disabled:
|
|
110
|
-
email_intro: 'La création
|
|
111
|
-
email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant
|
|
112
|
-
email_subject: La création
|
|
113
|
-
notification_title: La création
|
|
110
|
+
email_intro: 'La création de débat n''est plus active dans %{participatory_space_title}. Vous pouvez toujours participer aux débats ouverts depuis cette page :'
|
|
111
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant ce dernier lien.
|
|
112
|
+
email_subject: La création de débats est désactivée dans %{participatory_space_title}
|
|
113
|
+
notification_title: La création de débats est maintenant désactivée dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
|
114
114
|
creation_enabled:
|
|
115
|
-
email_intro: 'Vous pouvez maintenant commencer de nouveaux débats dans %{participatory_space_title}! Commencez à participer
|
|
116
|
-
email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant
|
|
117
|
-
email_subject: Débats maintenant disponibles
|
|
115
|
+
email_intro: 'Vous pouvez maintenant commencer de nouveaux débats dans %{participatory_space_title}! Commencez à participer sur cette page :'
|
|
116
|
+
email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant ce dernier lien.
|
|
117
|
+
email_subject: Débats maintenant disponibles sur %{participatory_space_title}
|
|
118
118
|
notification_title: Vous pouvez maintenant démarrer <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
|
119
119
|
features:
|
|
120
120
|
debates:
|
|
@@ -124,8 +124,8 @@ fr:
|
|
|
124
124
|
settings:
|
|
125
125
|
global:
|
|
126
126
|
announcement: Annonce
|
|
127
|
-
comments_enabled:
|
|
127
|
+
comments_enabled: Activer le module de commentaire
|
|
128
128
|
step:
|
|
129
129
|
announcement: Annonce
|
|
130
|
-
comments_blocked:
|
|
130
|
+
comments_blocked: Bloquer la création de nouveaux commentaires
|
|
131
131
|
creation_enabled: Création de débats par les utilisateurs activés
|
data/config/locales/sv.yml
CHANGED
|
@@ -30,7 +30,7 @@ sv:
|
|
|
30
30
|
title: Redigera debatt
|
|
31
31
|
update: Uppdatera debatt
|
|
32
32
|
index:
|
|
33
|
-
title:
|
|
33
|
+
title: Debatter
|
|
34
34
|
new:
|
|
35
35
|
create: Skapa debatt
|
|
36
36
|
title: Ny debatt
|
|
@@ -55,18 +55,18 @@ sv:
|
|
|
55
55
|
debate:
|
|
56
56
|
comments:
|
|
57
57
|
one: Kommentar
|
|
58
|
-
other:
|
|
58
|
+
other: Kommentarer
|
|
59
59
|
participate: Delta
|
|
60
60
|
filters:
|
|
61
|
-
all:
|
|
61
|
+
all: Alla
|
|
62
62
|
category: Kategori
|
|
63
63
|
category_prompt: Välj en kategori
|
|
64
|
-
citizens:
|
|
64
|
+
citizens: Medborgare
|
|
65
65
|
official: Officiell
|
|
66
66
|
origin: Ursprung
|
|
67
67
|
search: Sök
|
|
68
68
|
filters_small_view:
|
|
69
|
-
close_modal: Stäng
|
|
69
|
+
close_modal: Stäng fönstret
|
|
70
70
|
filter: Filtrera
|
|
71
71
|
filter_by: Filtrera efter
|
|
72
72
|
unfold: Veckla ut
|
|
@@ -75,21 +75,21 @@ sv:
|
|
|
75
75
|
new:
|
|
76
76
|
back: Tillbaka
|
|
77
77
|
create: Skapa
|
|
78
|
-
select_a_category:
|
|
78
|
+
select_a_category: Välj en kategori
|
|
79
79
|
title: Ny debatt
|
|
80
80
|
share:
|
|
81
81
|
close_window: Stäng fönstret
|
|
82
|
-
share: Dela
|
|
82
|
+
share: Dela
|
|
83
83
|
share_link: Dela länk
|
|
84
84
|
show:
|
|
85
|
-
comments:
|
|
85
|
+
comments: Kommentarer
|
|
86
86
|
report: Rapportera
|
|
87
87
|
models:
|
|
88
88
|
debate:
|
|
89
89
|
fields:
|
|
90
90
|
end_time: Slutdatum
|
|
91
91
|
official_debate: Officiell debatt
|
|
92
|
-
start_time:
|
|
92
|
+
start_time: Startdatum
|
|
93
93
|
title: Titel
|
|
94
94
|
events:
|
|
95
95
|
debates:
|
|
@@ -99,13 +99,13 @@ sv:
|
|
|
99
99
|
Hej, En ny debatt har skapats på %{space_title} deltagande rymden, kolla in det och bidra:
|
|
100
100
|
email_outro: Du har fått den här meddelandet eftersom du följer %{space_title} deltagande rymden. Du kan sluta ta emot meddelanden efter föregående länk.
|
|
101
101
|
email_subject: Ny debatt om %{space_title}
|
|
102
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a>
|
|
102
|
+
notification_title: Debatten <a href="%{resource_path}">%{resource_title}</a> skapades på <a href="%{space_path}">%{space_title}</a>.
|
|
103
103
|
user_followers:
|
|
104
104
|
email_intro: |-
|
|
105
105
|
Hej, %{author_name} %{author_nickname}, vem du följer har skapat en ny debatt, kolla in den och bidra med:
|
|
106
106
|
email_outro: Du har fått den här meddelandet eftersom du följer %{author_nickname}. Du kan sluta ta emot meddelanden efter föregående länk.
|
|
107
107
|
email_subject: Ny debatt av %{author_nickname}
|
|
108
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a>
|
|
108
|
+
notification_title: Debatten <a href="%{resource_path}">%{resource_title}</a> skapades av <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
|
109
109
|
creation_disabled:
|
|
110
110
|
email_intro: 'Debatt skapande är inte längre aktiv i %{participatory_space_title}. Du kan fortfarande delta i öppna debatter från den här sidan:'
|
|
111
111
|
email_outro: Du har fått den här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta ta emot meddelanden efter föregående länk.
|
|
@@ -115,17 +115,17 @@ sv:
|
|
|
115
115
|
email_intro: 'Nu kan du starta nya debatter i %{participatory_space_title}! Börja delta på den här sidan:'
|
|
116
116
|
email_outro: Du har fått den här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta ta emot meddelanden efter föregående länk.
|
|
117
117
|
email_subject: Debatter finns nu i %{participatory_space_title}
|
|
118
|
-
notification_title:
|
|
118
|
+
notification_title: Nu kan du starta <a href="%{resource_path}">nya debatter</a> i <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
|
119
119
|
features:
|
|
120
120
|
debates:
|
|
121
121
|
actions:
|
|
122
122
|
create: Skapa
|
|
123
|
-
name:
|
|
123
|
+
name: Debatter
|
|
124
124
|
settings:
|
|
125
125
|
global:
|
|
126
126
|
announcement: Meddelande
|
|
127
127
|
comments_enabled: Kommentarer aktiverade
|
|
128
128
|
step:
|
|
129
129
|
announcement: Meddelande
|
|
130
|
-
comments_blocked: Kommentarer
|
|
130
|
+
comments_blocked: Kommentarer blockerade
|
|
131
131
|
creation_enabled: Debatt skapande av användare aktiverat
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-debates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2018-
|
|
14
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: decidim-comments
|
|
@@ -19,28 +19,28 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.10.
|
|
22
|
+
version: 0.10.1
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.10.
|
|
29
|
+
version: 0.10.1
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: decidim-core
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
33
|
requirements:
|
|
34
34
|
- - '='
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 0.10.
|
|
36
|
+
version: 0.10.1
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
41
|
- - '='
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.10.
|
|
43
|
+
version: 0.10.1
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
45
|
name: kaminari
|
|
46
46
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -75,28 +75,28 @@ dependencies:
|
|
|
75
75
|
requirements:
|
|
76
76
|
- - '='
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: 0.10.
|
|
78
|
+
version: 0.10.1
|
|
79
79
|
type: :development
|
|
80
80
|
prerelease: false
|
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
83
|
- - '='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.10.
|
|
85
|
+
version: 0.10.1
|
|
86
86
|
- !ruby/object:Gem::Dependency
|
|
87
87
|
name: decidim-dev
|
|
88
88
|
requirement: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
|
90
90
|
- - '='
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
|
-
version: 0.10.
|
|
92
|
+
version: 0.10.1
|
|
93
93
|
type: :development
|
|
94
94
|
prerelease: false
|
|
95
95
|
version_requirements: !ruby/object:Gem::Requirement
|
|
96
96
|
requirements:
|
|
97
97
|
- - '='
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: 0.10.
|
|
99
|
+
version: 0.10.1
|
|
100
100
|
description: A debates component for decidim's participatory spaces.
|
|
101
101
|
email:
|
|
102
102
|
- josepjaume@gmail.com
|
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
198
|
rubyforge_project:
|
|
199
|
-
rubygems_version: 2.7.
|
|
199
|
+
rubygems_version: 2.7.3
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: Decidim debates module
|