decidim-action_delegator 0.4 → 0.4.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/ca.yml +5 -0
- data/config/locales/cs.yml +5 -0
- data/config/locales/es.yml +52 -47
- data/lib/decidim/action_delegator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c49c4f035221be196d24b71ff42164efc9df22276522bcfc551fb786cb6ec06f
|
|
4
|
+
data.tar.gz: e25c82f314a0aa80f42dfba62ecc9967bb5118accb0c270113b629a92ae79e1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40f9793f2b9448286f87a0444b17e782b91a8e8011b2c458ace651710ede9c4390682112654b9ea084589b200486b0c3c9a6816fc05363470b088f2d8b7d0f86
|
|
7
|
+
data.tar.gz: b5366fefda7cfef045fe1479d5c59e2fd3887d78c10844d0f9756e04a3c014b8299c717797ac49150415e37be1d45b4b65705da983faa66adc9214c52bb44a49
|
data/config/locales/ca.yml
CHANGED
|
@@ -54,6 +54,8 @@ ca:
|
|
|
54
54
|
new_setting: Nova delegació
|
|
55
55
|
consultation: Consulta
|
|
56
56
|
created_at: Creat el
|
|
57
|
+
delegations: Delegacions totals
|
|
58
|
+
max_grants: Màx. delegacions/persona
|
|
57
59
|
title: Delegacions
|
|
58
60
|
new:
|
|
59
61
|
form:
|
|
@@ -73,6 +75,9 @@ ca:
|
|
|
73
75
|
title: 'Consulta: delegacions atorgades'
|
|
74
76
|
name: Mòdul Decidim ActionDelegator per a cooperatives
|
|
75
77
|
sms_message: El teu codi de verificació és %{code}
|
|
78
|
+
user_delegations:
|
|
79
|
+
index:
|
|
80
|
+
vote_delegated: Pots votar en nom de %{name} en aquesta consulta
|
|
76
81
|
verification:
|
|
77
82
|
admin:
|
|
78
83
|
members:
|
data/config/locales/cs.yml
CHANGED
|
@@ -54,6 +54,8 @@ cs:
|
|
|
54
54
|
new_setting: Nová delegace
|
|
55
55
|
consultation: Konzultace
|
|
56
56
|
created_at: Vytvořeno v
|
|
57
|
+
delegations: Total delegations
|
|
58
|
+
max_grants: Max delegations/user
|
|
57
59
|
title: Delegace
|
|
58
60
|
new:
|
|
59
61
|
form:
|
|
@@ -73,6 +75,9 @@ cs:
|
|
|
73
75
|
title: 'Konzultace: udělené delegace'
|
|
74
76
|
name: Modul Decidim ActionDelegator cooperatives
|
|
75
77
|
sms_message: Váš ověřovací kód je %{code}
|
|
78
|
+
user_delegations:
|
|
79
|
+
index:
|
|
80
|
+
vote_delegated: You can vote on behalf of %{name} in this consultation
|
|
76
81
|
verification:
|
|
77
82
|
admin:
|
|
78
83
|
members:
|
data/config/locales/es.yml
CHANGED
|
@@ -4,85 +4,90 @@ es:
|
|
|
4
4
|
admin:
|
|
5
5
|
consultations:
|
|
6
6
|
results:
|
|
7
|
-
title:
|
|
7
|
+
title: Resultados por respuesta, tipo de membresía y peso
|
|
8
8
|
delegations:
|
|
9
9
|
create:
|
|
10
|
-
error:
|
|
11
|
-
error_granter_unique:
|
|
10
|
+
error: Se ha producido un error al crear la delegación
|
|
11
|
+
error_granter_unique: ya ha delegado su voto
|
|
12
12
|
error_max_grants: You reached the limit of allowed delegations
|
|
13
|
-
success:
|
|
13
|
+
success: Delegación creada correctamente
|
|
14
14
|
destroy:
|
|
15
|
-
error:
|
|
16
|
-
success:
|
|
15
|
+
error: Se ha producido un error al eliminar esta delegación
|
|
16
|
+
success: Delegación eliminada correctamente
|
|
17
17
|
index:
|
|
18
18
|
actions:
|
|
19
|
-
new_delegation:
|
|
20
|
-
consultation:
|
|
21
|
-
created_at:
|
|
22
|
-
delete:
|
|
23
|
-
grantee:
|
|
24
|
-
granter:
|
|
25
|
-
title:
|
|
19
|
+
new_delegation: Nueva participante
|
|
20
|
+
consultation: Consulta
|
|
21
|
+
created_at: Creado el
|
|
22
|
+
delete: Eliminar
|
|
23
|
+
grantee: Beneficiario
|
|
24
|
+
granter: Concedente
|
|
25
|
+
title: Participantes
|
|
26
26
|
new:
|
|
27
27
|
form:
|
|
28
|
-
title:
|
|
29
|
-
grantee:
|
|
30
|
-
granter:
|
|
31
|
-
save:
|
|
32
|
-
select_member:
|
|
33
|
-
title:
|
|
28
|
+
title: Información general
|
|
29
|
+
grantee: Beneficiario
|
|
30
|
+
granter: Concedente
|
|
31
|
+
save: Crear
|
|
32
|
+
select_member: Seleccionar miembro
|
|
33
|
+
title: Nueva delegación
|
|
34
34
|
menu:
|
|
35
35
|
consultations_submenu:
|
|
36
|
-
by_answer:
|
|
37
|
-
by_type_and_weight:
|
|
38
|
-
sum_of_weights:
|
|
39
|
-
delegations:
|
|
40
|
-
participants:
|
|
36
|
+
by_answer: Por respuesta
|
|
37
|
+
by_type_and_weight: Por tipo y peso
|
|
38
|
+
sum_of_weights: Por suma de pesos
|
|
39
|
+
delegations: Delegaciones de usuario
|
|
40
|
+
participants: Participantes
|
|
41
41
|
results:
|
|
42
42
|
sum_of_weights:
|
|
43
43
|
index:
|
|
44
|
-
title:
|
|
44
|
+
title: Resultados por respuesta sumando pesos por membresía
|
|
45
45
|
settings:
|
|
46
46
|
create:
|
|
47
|
-
error:
|
|
48
|
-
success:
|
|
47
|
+
error: Se ha producido un problema al crear la configuración
|
|
48
|
+
success: Configuración guardada correctamente
|
|
49
49
|
destroy:
|
|
50
|
-
error:
|
|
51
|
-
success:
|
|
50
|
+
error: Hubo un problema al destruir esta configuración
|
|
51
|
+
success: Configuración eliminada correctamente
|
|
52
52
|
index:
|
|
53
53
|
actions:
|
|
54
|
-
new_setting:
|
|
55
|
-
consultation:
|
|
56
|
-
created_at:
|
|
57
|
-
|
|
54
|
+
new_setting: Nueva delegación
|
|
55
|
+
consultation: Consulta
|
|
56
|
+
created_at: Creado el
|
|
57
|
+
delegations: Total de delegaciones
|
|
58
|
+
max_grants: Máx. delegaciones/persona
|
|
59
|
+
title: Delegaciones
|
|
58
60
|
new:
|
|
59
61
|
form:
|
|
60
|
-
title:
|
|
62
|
+
title: Información general
|
|
61
63
|
max_grants: Maximum delegations
|
|
62
|
-
save:
|
|
63
|
-
title:
|
|
64
|
+
save: Guardar
|
|
65
|
+
title: Configuración de la delegación
|
|
64
66
|
authorizations:
|
|
65
67
|
new:
|
|
66
|
-
missing_phone_error:
|
|
67
|
-
phone_warning:
|
|
68
|
+
missing_phone_error: Falta el teléfono de miembro
|
|
69
|
+
phone_warning: Este número de teléfono ha sido importado por el administrador. Por favor, contacta si no es correcto.
|
|
68
70
|
delegations:
|
|
69
|
-
link:
|
|
71
|
+
link: Tienes delegaciones concedidas
|
|
70
72
|
delegations_modal:
|
|
71
|
-
callout:
|
|
72
|
-
contextual_help: '
|
|
73
|
-
title: '
|
|
74
|
-
name:
|
|
75
|
-
sms_message:
|
|
73
|
+
callout: Recuerda, estás votando en nombre de
|
|
74
|
+
contextual_help: 'Se le ha concedido el voto de:'
|
|
75
|
+
title: 'Consulta: delegaciones concedidas'
|
|
76
|
+
name: Módulo Cooperativas - ActionDelegator para Decidim
|
|
77
|
+
sms_message: Su código de verificación es %{code}
|
|
78
|
+
user_delegations:
|
|
79
|
+
index:
|
|
80
|
+
vote_delegated: Puedes votar en nombre de %{name} en esta consulta
|
|
76
81
|
verification:
|
|
77
82
|
admin:
|
|
78
83
|
members:
|
|
79
84
|
index:
|
|
80
|
-
title:
|
|
85
|
+
title: Gestión de miembros
|
|
81
86
|
admin:
|
|
82
87
|
consultations:
|
|
83
88
|
results:
|
|
84
|
-
default_metadata: "(
|
|
85
|
-
export:
|
|
89
|
+
default_metadata: "(datos de afiliación no disponibles)"
|
|
90
|
+
export: Exportar
|
|
86
91
|
export_filename: consultation_results
|
|
87
92
|
membership_type: Membership type
|
|
88
93
|
membership_weight: Weight
|