decidim-verifications 0.26.3 → 0.26.5
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/eu.yml +8 -1
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/lo-LA.yml +1 -0
- data/lib/decidim/verifications/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bf98edc0bb4ea01d227098cf5a3c98c40385a097d39811fa30428b65ea35bd0
|
|
4
|
+
data.tar.gz: 49d970bb1ec381aafed2f57e2d6f452d5ac7c72150411b1a16257db3cf1896b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7cc0443bbb64cd1f7e1a99cea090a9f35fdbc978f57209c14fc1de43367d22a04df6bb49efb6310df7d5191c98734cf16a059d3601596c4594f2973f3236e0a
|
|
7
|
+
data.tar.gz: 35c06d87def57c29e63d06d9832b51edfd2aa4200fd2abd1b6c0b8770abbbbdd476f613f1a24c9efe33ee3b891a112c63feee1a42bfa0ec715371c40c5e0a29a
|
data/config/locales/eu.yml
CHANGED
|
@@ -75,6 +75,13 @@ eu:
|
|
|
75
75
|
postal_letter:
|
|
76
76
|
explanation: Posta-gutun bat bidaliko dizugu, sartu behar duzun kode batekin, beraz, zure helbidea egiaztatu ahal izango dugu
|
|
77
77
|
name: Kodea posta bidez
|
|
78
|
+
events:
|
|
79
|
+
verifications:
|
|
80
|
+
verify_with_managed_user:
|
|
81
|
+
email_intro: <a href="%{resource_url}">%{resource_title}</a> parte-hartzailea (<a href="%{managed_user_url}">%{managed_user_name}</a>) parte-hartzaileaen datuekin egiaztatzen saiatu da.
|
|
82
|
+
email_outro: Egiaztau <a href="%{conflicts_url}">gatazken zerrenda </a> eta jarri harremanetan parte-hartzailearekin bere datuak egiaztatu eta arazoa konpontzeko.
|
|
83
|
+
email_subject: Errorea beste parte-hartzaile baten bidez egiaztatzeagatik
|
|
84
|
+
notification_title: <a href="%{resource_url}">%{resource_title}</a> parte-hartzailea (<a href="%{managed_user_url}">%{managed_user_name}</a>) parte-hartzaileaen datuekin egiaztatzen saiatu da.
|
|
78
85
|
verifications:
|
|
79
86
|
authorizations:
|
|
80
87
|
authorization_metadata:
|
|
@@ -181,7 +188,7 @@ eu:
|
|
|
181
188
|
verification_number: 'Egiaztapena # %{n}'
|
|
182
189
|
rejections:
|
|
183
190
|
create:
|
|
184
|
-
success:
|
|
191
|
+
success: Egiaztapena atzera bota da. Erabiltzailea bere dokumentuak aldatzeko eskatuko zaio
|
|
185
192
|
authorizations:
|
|
186
193
|
choose:
|
|
187
194
|
choose_a_type: 'Hautatu nola egiaztatu nahi duzun:'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gn:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ka:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lo:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-verifications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Rodriguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.26.
|
|
19
|
+
version: 0.26.5
|
|
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.26.
|
|
26
|
+
version: 0.26.5
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-admin
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.26.
|
|
33
|
+
version: 0.26.5
|
|
34
34
|
type: :development
|
|
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.26.
|
|
40
|
+
version: 0.26.5
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-dev
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.26.
|
|
47
|
+
version: 0.26.5
|
|
48
48
|
type: :development
|
|
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.26.
|
|
54
|
+
version: 0.26.5
|
|
55
55
|
description: Several verification methods for your decidim instance
|
|
56
56
|
email:
|
|
57
57
|
- deivid.rodriguez@riseup.net
|
|
@@ -170,6 +170,7 @@ files:
|
|
|
170
170
|
- config/locales/fr.yml
|
|
171
171
|
- config/locales/ga-IE.yml
|
|
172
172
|
- config/locales/gl.yml
|
|
173
|
+
- config/locales/gn-PY.yml
|
|
173
174
|
- config/locales/hr-HR.yml
|
|
174
175
|
- config/locales/hr.yml
|
|
175
176
|
- config/locales/hu.yml
|
|
@@ -178,10 +179,12 @@ files:
|
|
|
178
179
|
- config/locales/is.yml
|
|
179
180
|
- config/locales/it.yml
|
|
180
181
|
- config/locales/ja.yml
|
|
182
|
+
- config/locales/ka-GE.yml
|
|
181
183
|
- config/locales/ko-KR.yml
|
|
182
184
|
- config/locales/ko.yml
|
|
183
185
|
- config/locales/lb-LU.yml
|
|
184
186
|
- config/locales/lb.yml
|
|
187
|
+
- config/locales/lo-LA.yml
|
|
185
188
|
- config/locales/lt-LT.yml
|
|
186
189
|
- config/locales/lt.yml
|
|
187
190
|
- config/locales/lv.yml
|