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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 763e2cc5694052ed0cdc3c68f1c787c54a4beb23ff9d591cc002997da9c69cbb
4
- data.tar.gz: 46c23e558e51a627430888c939d0311c669f71f60455cd8daaa597a71f9cc497
3
+ metadata.gz: c49c4f035221be196d24b71ff42164efc9df22276522bcfc551fb786cb6ec06f
4
+ data.tar.gz: e25c82f314a0aa80f42dfba62ecc9967bb5118accb0c270113b629a92ae79e1b
5
5
  SHA512:
6
- metadata.gz: 4fdd91d2ee95390715dbb3d74b0d2ed7bc1faae88df426be572e297d699dc5730ffa49ebfdf44b0612d910f7cb008bae1813912a5304fbf06599398a0d3a2b20
7
- data.tar.gz: 7847b151f69bb560b313f1f7f3219d29c1f81713bd4c03ca68e56cc881c1c67152f27fb94f77bf5d514d0101471e66d97576ab7dfb8496079a73d7a3426c7016
6
+ metadata.gz: 40f9793f2b9448286f87a0444b17e782b91a8e8011b2c458ace651710ede9c4390682112654b9ea084589b200486b0c3c9a6816fc05363470b088f2d8b7d0f86
7
+ data.tar.gz: b5366fefda7cfef045fe1479d5c59e2fd3887d78c10844d0f9756e04a3c014b8299c717797ac49150415e37be1d45b4b65705da983faa66adc9214c52bb44a49
@@ -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:
@@ -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:
@@ -4,85 +4,90 @@ es:
4
4
  admin:
5
5
  consultations:
6
6
  results:
7
- title: Results by answer, membership type and weight
7
+ title: Resultados por respuesta, tipo de membresía y peso
8
8
  delegations:
9
9
  create:
10
- error: There was a problem creating the delegation
11
- error_granter_unique: already delegated their vote
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: Delegation created successfully
13
+ success: Delegación creada correctamente
14
14
  destroy:
15
- error: There was a problem destroying this delegation
16
- success: Delegation successfully destroyed
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: New participant
20
- consultation: Consultation
21
- created_at: Created at
22
- delete: Delete
23
- grantee: Grantee
24
- granter: Granter
25
- title: Participants
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: General information
29
- grantee: Grantee
30
- granter: Granter
31
- save: Create
32
- select_member: Select member
33
- title: New delegation
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: By answer
37
- by_type_and_weight: By type and weight
38
- sum_of_weights: By sum of weights
39
- delegations: User delegations
40
- participants: 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: Results by answer summing membership weights
44
+ title: Resultados por respuesta sumando pesos por membresía
45
45
  settings:
46
46
  create:
47
- error: There was a problem creating the settings
48
- success: Settings saved successfully
47
+ error: Se ha producido un problema al crear la configuración
48
+ success: Configuración guardada correctamente
49
49
  destroy:
50
- error: There was a problem destroying this setting
51
- success: Setting successfully destroyed
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: New delegation
55
- consultation: Consultation
56
- created_at: Created at
57
- title: Delegations
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: General information
62
+ title: Información general
61
63
  max_grants: Maximum delegations
62
- save: Save
63
- title: Delegation settings
64
+ save: Guardar
65
+ title: Configuración de la delegación
64
66
  authorizations:
65
67
  new:
66
- missing_phone_error: Missing membership phone
67
- phone_warning: This phone number has been imported by the admin. Please, reach out if it's not correct.
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: You have delegations granted
71
+ link: Tienes delegaciones concedidas
70
72
  delegations_modal:
71
- callout: Remember, you are voting on behalf of
72
- contextual_help: 'You have been granted the vote from:'
73
- title: 'Consultation: granted delegations'
74
- name: Decidim ActionDelegator cooperatives module
75
- sms_message: Your verification code is %{code}
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: Members management
85
+ title: Gestión de miembros
81
86
  admin:
82
87
  consultations:
83
88
  results:
84
- default_metadata: "(membership data not available)"
85
- export: 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
@@ -5,6 +5,6 @@ module Decidim
5
5
  module ActionDelegator
6
6
  MIN_DECIDIM_VERSION = ">= 0.24.0"
7
7
  MAX_DECIDIM_VERSION = "<= 0.24.3"
8
- VERSION = "0.4"
8
+ VERSION = "0.4.1"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-action_delegator
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pau Pérez Fabregat