decidim-sortitions 0.25.0.rc1 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/ca.yml +2 -0
- data/config/locales/cs.yml +2 -0
- data/config/locales/es-MX.yml +2 -0
- data/config/locales/es-PY.yml +2 -0
- data/config/locales/es.yml +2 -0
- data/config/locales/eu.yml +6 -0
- data/config/locales/fi-plain.yml +2 -0
- data/config/locales/fi.yml +2 -0
- data/config/locales/fr-CA.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/ga-IE.yml +40 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +2 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/pt.yml +4 -0
- data/lib/decidim/sortitions/version.rb +1 -1
- metadata +16 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d01b027daba70a6e9d71cc5462bc6d8a9f6990e4d1607e414ce37dca9007b2b
|
4
|
+
data.tar.gz: 23d12fa36ee2ced43ea28a8eae963f74ea6ff161f4e6f80097266b183d519c6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e81583597c01f74dccce332cc49c3335e3ed65730bbfafc518bd79a62849311d7ad9ba3e44fe076dce5d303a63767153232af346dc11620d102d851a3deaf2e
|
7
|
+
data.tar.gz: 9395e1f9aeb29c0b1d69a8f7fa628e6db68bd298a3de921b13bd0e277412b8a6ffd10e313cfce727cf5c841737545f1b32847886b67e568282de72d85ffb5936
|
data/config/locales/ca.yml
CHANGED
data/config/locales/cs.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
data/config/locales/es-PY.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -19,10 +19,13 @@ eu:
|
|
19
19
|
decidim:
|
20
20
|
components:
|
21
21
|
sortitions:
|
22
|
+
actions:
|
23
|
+
comment: Egin iruzkina
|
22
24
|
name: Sortitions
|
23
25
|
settings:
|
24
26
|
global:
|
25
27
|
comments_enabled: Iruzkinak gaituta
|
28
|
+
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 lehenetsita konfigurazioa mantendu nahi baduzu)
|
26
29
|
events:
|
27
30
|
sortitions:
|
28
31
|
sortition_created:
|
@@ -117,6 +120,7 @@ eu:
|
|
117
120
|
show:
|
118
121
|
algorithm: Sortzeko algoritmoaren kodea
|
119
122
|
any_category: kategoria guztietan
|
123
|
+
back: Itzuli zerrendara
|
120
124
|
cancelled: Ezeztatuta sortzea
|
121
125
|
candidate_proposal_ids: Ordenatzeko proposamenen ordena eta IDak
|
122
126
|
candidate_proposals_info: 'Hurrengo proposamenen artean (%{category_label}) honako idazketa hauek egin dira (hautatutako proposamenetan lodia) '
|
@@ -142,3 +146,5 @@ eu:
|
|
142
146
|
count:
|
143
147
|
one: 1 sortion
|
144
148
|
other: "%{count} sortapenak"
|
149
|
+
statistics:
|
150
|
+
sortitions_count: Zozketak
|
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
data/config/locales/fr-CA.yml
CHANGED
data/config/locales/fr.yml
CHANGED
data/config/locales/ga-IE.yml
CHANGED
@@ -1 +1,41 @@
|
|
1
1
|
ga:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
sortition:
|
5
|
+
title: Teideal
|
6
|
+
decidim:
|
7
|
+
components:
|
8
|
+
sortitions:
|
9
|
+
actions:
|
10
|
+
comment: Tabhair Trácht
|
11
|
+
sortitions:
|
12
|
+
admin:
|
13
|
+
actions:
|
14
|
+
edit: Eagar
|
15
|
+
models:
|
16
|
+
sortition:
|
17
|
+
fields:
|
18
|
+
category: Catagóir
|
19
|
+
dice: Dísle
|
20
|
+
seed: Síol
|
21
|
+
title: Teideal
|
22
|
+
sortitions:
|
23
|
+
edit:
|
24
|
+
update: Nuashonraigh
|
25
|
+
new:
|
26
|
+
create: Cruthaigh
|
27
|
+
sortitions:
|
28
|
+
filters:
|
29
|
+
active: Gníomhach
|
30
|
+
all: Uile
|
31
|
+
category: Catagóir
|
32
|
+
search: Cuardaigh
|
33
|
+
state: Stádas
|
34
|
+
filters_small_view:
|
35
|
+
filter: Scagaire
|
36
|
+
unfold: Oscail
|
37
|
+
orders:
|
38
|
+
random: Randamach
|
39
|
+
recent: Is Déanaí
|
40
|
+
sortition:
|
41
|
+
view: Amharc
|
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
lb:
|
data/config/locales/pt.yml
CHANGED
@@ -19,6 +19,8 @@ pt:
|
|
19
19
|
decidim:
|
20
20
|
components:
|
21
21
|
sortitions:
|
22
|
+
actions:
|
23
|
+
comment: Comentários
|
22
24
|
name: Sorteios
|
23
25
|
settings:
|
24
26
|
global:
|
@@ -144,3 +146,5 @@ pt:
|
|
144
146
|
count:
|
145
147
|
one: 1 sorteio
|
146
148
|
other: "%{count} sorteios"
|
149
|
+
statistics:
|
150
|
+
sortitions_count: Sorteios
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-sortitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.25.0
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Salvador Perez Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07
|
11
|
+
date: 2021-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,70 +16,70 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.25.0
|
19
|
+
version: 0.25.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.25.0
|
26
|
+
version: 0.25.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-comments
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.25.0
|
33
|
+
version: 0.25.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.25.0
|
40
|
+
version: 0.25.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.25.0
|
47
|
+
version: 0.25.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.25.0
|
54
|
+
version: 0.25.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-proposals
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.25.0
|
61
|
+
version: 0.25.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.25.0
|
68
|
+
version: 0.25.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: decidim-dev
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.25.0
|
75
|
+
version: 0.25.0
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.25.0
|
82
|
+
version: 0.25.0
|
83
83
|
description: This module makes possible to select amont a set of proposal by sortition
|
84
84
|
email:
|
85
85
|
- jsperezg@gmail.com
|
@@ -186,6 +186,7 @@ files:
|
|
186
186
|
- config/locales/ko-KR.yml
|
187
187
|
- config/locales/ko.yml
|
188
188
|
- config/locales/lb-LU.yml
|
189
|
+
- config/locales/lb.yml
|
189
190
|
- config/locales/lt-LT.yml
|
190
191
|
- config/locales/lt.yml
|
191
192
|
- config/locales/lv.yml
|
@@ -255,11 +256,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
255
256
|
version: '2.7'
|
256
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
257
258
|
requirements:
|
258
|
-
- - "
|
259
|
+
- - ">="
|
259
260
|
- !ruby/object:Gem::Version
|
260
|
-
version:
|
261
|
+
version: '0'
|
261
262
|
requirements: []
|
262
|
-
rubygems_version: 3.1.
|
263
|
+
rubygems_version: 3.1.2
|
263
264
|
signing_key:
|
264
265
|
specification_version: 4
|
265
266
|
summary: Decidim sortitions module
|