decidim-verifications-members_picker 0.0.7 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/i18n-tasks.yml +1 -0
- data/config/locales/ca.yml +4 -0
- data/config/locales/en.yml +4 -0
- data/config/locales/es.yml +4 -0
- data/lib/decidim/verifications/members_picker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2322833c11c71609478a5cc70d38f69c2ceb9b9e5fd6a100e3b8bf42edf3a557
|
4
|
+
data.tar.gz: 4a1b091df13bb29292f57da7e2e2d8f594f14cca8710dd381d72515d95b602a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8059e46887c5815957b92570fb71d8c429206a98e40dcb91ce0cf0de1253690b0f43e79780ccd3772ecff3fbcd6b147929a11ea23b525303782958bf76fba33b
|
7
|
+
data.tar.gz: ba57c6a3098151638072153d0d63f7ad1c9a7f27f36c08736a244bfcc30141807ebcb1e5cec3a5913b7d0f43f8d55beecfa59137f7db09a69ccfc84aeb647d72
|
data/config/i18n-tasks.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -9,6 +9,10 @@ ca:
|
|
9
9
|
members_picker_help: "(separats per comes)"
|
10
10
|
name: Tria quins correus electrònics poden participar al component
|
11
11
|
verifications:
|
12
|
+
authorizations:
|
13
|
+
first_login:
|
14
|
+
actions:
|
15
|
+
members_picker_authorization_handler: Elecció de membres
|
12
16
|
members_picker_authorization:
|
13
17
|
extra_explanation: La participació està restringida a només uns participants
|
14
18
|
amb permís.
|
data/config/locales/en.yml
CHANGED
@@ -11,6 +11,10 @@ en:
|
|
11
11
|
name: Pick the emails of the users that will be able to participate in the
|
12
12
|
current component
|
13
13
|
verifications:
|
14
|
+
authorizations:
|
15
|
+
first_login:
|
16
|
+
actions:
|
17
|
+
members_picker_authorization_handler: Members picker
|
14
18
|
members_picker_authorization:
|
15
19
|
extra_explanation: Participation is restricted to participants with the permitted
|
16
20
|
email.
|
data/config/locales/es.yml
CHANGED
@@ -9,6 +9,10 @@ es:
|
|
9
9
|
members_picker_help: "(separado por comas)"
|
10
10
|
name: Elige qué correos electrónicos pueden participar en el componente
|
11
11
|
verifications:
|
12
|
+
authorizations:
|
13
|
+
first_login:
|
14
|
+
actions:
|
15
|
+
members_picker_authorization_handler: Elección de miembros
|
12
16
|
members_picker_authorization:
|
13
17
|
extra_explanation: La participación está restringida a sólo unos participantes
|
14
18
|
con permiso
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-verifications-members_picker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Agusti B.R.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|