decidim-verifications 0.27.5 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/app/cells/decidim/verifications/revocations/show.erb +18 -16
- data/app/commands/decidim/verifications/authorize_user.rb +24 -3
- data/app/commands/decidim/verifications/confirm_user_authorization.rb +1 -1
- data/app/commands/decidim/verifications/csv_census/admin/create_census_data.rb +1 -1
- data/app/commands/decidim/verifications/id_documents/admin/confirm_user_offline_authorization.rb +1 -1
- data/app/commands/decidim/verifications/perform_authorization_step.rb +1 -1
- data/app/commands/decidim/verifications/revoke_all_authorizations.rb +2 -2
- data/app/commands/decidim/verifications/revoke_by_condition_authorizations.rb +3 -3
- data/app/controllers/concerns/decidim/verifications/renewable.rb +2 -2
- data/app/controllers/decidim/verifications/application_controller.rb +3 -0
- data/app/controllers/decidim/verifications/authorizations_controller.rb +20 -4
- data/app/controllers/decidim/verifications/id_documents/authorizations_controller.rb +6 -6
- data/app/controllers/decidim/verifications/sms/authorizations_controller.rb +7 -11
- data/app/events/decidim/verifications/managed_user_error_event.rb +3 -8
- data/app/forms/decidim/verifications/postal_letter/postage_form.rb +1 -1
- data/app/forms/decidim/verifications/sms/mobile_phone_form.rb +7 -3
- data/app/helpers/decidim/verifications/application_helper.rb +91 -0
- data/app/jobs/decidim/verifications/csv_census/application_job.rb +1 -1
- data/app/jobs/decidim/verifications/csv_census/remove_duplicates_job.rb +1 -1
- data/app/models/decidim/verifications/csv_census/data.rb +1 -1
- data/app/models/decidim/verifications/csv_datum.rb +3 -3
- data/app/packs/entrypoints/decidim_verifications.js +2 -0
- data/app/packs/stylesheets/verifications.scss +58 -0
- data/app/presenters/decidim/verifications/postal_letter/authorization_presenter.rb +1 -1
- data/app/queries/decidim/verifications/authorizations.rb +2 -2
- data/app/services/decidim/authorization_handler.rb +45 -13
- data/app/views/decidim/verifications/authorizations/_item.html.erb +31 -0
- data/app/views/decidim/verifications/authorizations/first_login.html.erb +20 -21
- data/app/views/decidim/verifications/authorizations/index.html.erb +28 -73
- data/app/views/decidim/verifications/authorizations/new.html.erb +27 -29
- data/app/views/decidim/verifications/authorizations/renew_modal.html.erb +23 -30
- data/app/views/decidim/verifications/csv_census/admin/census/index.html.erb +54 -39
- data/app/views/decidim/verifications/csv_census/admin/census/instructions.html.erb +3 -2
- data/app/views/decidim/verifications/id_documents/admin/config/edit.html.erb +30 -21
- data/app/views/decidim/verifications/id_documents/admin/confirmations/new.html.erb +38 -22
- data/app/views/decidim/verifications/id_documents/admin/offline_confirmations/new.html.erb +39 -21
- data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +4 -4
- data/app/views/decidim/verifications/id_documents/authorizations/_form.html.erb +4 -10
- data/app/views/decidim/verifications/id_documents/authorizations/choose.html.erb +10 -19
- data/app/views/decidim/verifications/id_documents/authorizations/edit.html.erb +32 -41
- data/app/views/decidim/verifications/id_documents/authorizations/new.html.erb +19 -25
- data/app/views/decidim/verifications/postal_letter/admin/pending_authorizations/index.html.erb +53 -48
- data/app/views/decidim/verifications/postal_letter/authorizations/edit.html.erb +32 -34
- data/app/views/decidim/verifications/postal_letter/authorizations/new.html.erb +20 -25
- data/app/views/decidim/verifications/sms/authorizations/edit.html.erb +25 -34
- data/app/views/decidim/verifications/sms/authorizations/new.html.erb +20 -25
- data/app/views/dummy_authorization/_form.html.erb +6 -16
- data/app/views/layouts/decidim/authorizations.html.erb +8 -0
- data/config/assets.rb +8 -0
- data/config/locales/ar.yml +1 -53
- data/config/locales/ca.yml +46 -40
- data/config/locales/cs.yml +48 -42
- data/config/locales/de.yml +44 -38
- data/config/locales/el.yml +1 -62
- data/config/locales/en.yml +52 -46
- data/config/locales/es-MX.yml +47 -41
- data/config/locales/es-PY.yml +47 -41
- data/config/locales/es.yml +46 -40
- data/config/locales/eu.yml +51 -45
- data/config/locales/fi-plain.yml +48 -42
- data/config/locales/fi.yml +45 -39
- data/config/locales/fr-CA.yml +50 -44
- data/config/locales/fr.yml +50 -44
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +1 -62
- data/config/locales/hu.yml +48 -45
- data/config/locales/id-ID.yml +1 -53
- data/config/locales/is-IS.yml +1 -24
- data/config/locales/it.yml +1 -62
- data/config/locales/ja.yml +50 -44
- data/config/locales/lt.yml +43 -37
- data/config/locales/lv.yml +1 -61
- data/config/locales/nl.yml +1 -62
- data/config/locales/no.yml +1 -62
- data/config/locales/pl.yml +1 -62
- data/config/locales/pt-BR.yml +1 -69
- data/config/locales/pt.yml +1 -62
- data/config/locales/ro-RO.yml +5 -62
- data/config/locales/ru.yml +1 -31
- data/config/locales/sk.yml +1 -61
- data/config/locales/sv.yml +3 -62
- data/config/locales/tr-TR.yml +1 -62
- data/config/locales/uk.yml +1 -31
- data/config/locales/zh-CN.yml +1 -62
- data/config/locales/zh-TW.yml +33 -27
- data/lib/decidim/verifications/adapter.rb +7 -7
- data/lib/decidim/verifications/csv_census/workflow.rb +1 -0
- data/lib/decidim/verifications/id_documents/workflow.rb +1 -0
- data/lib/decidim/verifications/postal_letter/workflow.rb +1 -0
- data/lib/decidim/verifications/sms/engine.rb +2 -1
- data/lib/decidim/verifications/sms/example_gateway.rb +3 -2
- data/lib/decidim/verifications/version.rb +1 -1
- data/lib/decidim/verifications/workflow_manifest.rb +2 -1
- data/lib/decidim/verifications/workflows.rb +2 -2
- metadata +25 -16
- data/app/views/decidim/verifications/authorizations/_granted_authorization.html.erb +0 -32
- data/config/environment.rb +0 -3
data/config/locales/en.yml
CHANGED
@@ -42,12 +42,12 @@ en:
|
|
42
42
|
button: Revoke all
|
43
43
|
button_before: Revoke before date
|
44
44
|
destroy:
|
45
|
-
confirm: Revoke before date authorizations
|
46
|
-
confirm_all: Revoke all the authorizations
|
47
|
-
destroy_nok: There
|
45
|
+
confirm: Revoke before date authorizations cannot be undone. Are you sure you want to continue?
|
46
|
+
confirm_all: Revoke all the authorizations cannot be undone. Are you sure you want to continue?
|
47
|
+
destroy_nok: There has been a problem while revoking authorizations.
|
48
48
|
destroy_ok: All matched authorizations have been revocated successfully.
|
49
49
|
info: There are a total of %{count} verified participants.
|
50
|
-
no_data: No verified participants
|
50
|
+
no_data: No verified participants.
|
51
51
|
title: Authorizations revocation
|
52
52
|
authorization_workflows: Authorizations
|
53
53
|
admin_log:
|
@@ -59,14 +59,14 @@ en:
|
|
59
59
|
admin:
|
60
60
|
csv_census:
|
61
61
|
help:
|
62
|
-
- Admins upload a CSV with the emails of the accepted participants
|
63
|
-
- Only participants with an email in that CSV file can get verified
|
62
|
+
- Admins upload a CSV with the emails of the accepted participants.
|
63
|
+
- Only participants with an email in that CSV file can get verified.
|
64
64
|
id_documents:
|
65
65
|
help:
|
66
66
|
- Users fill in their identity information and upload a copy of their document.
|
67
67
|
- You fill in the information present in the uploaded image.
|
68
68
|
- The information should match whatever the user filled in.
|
69
|
-
- If you
|
69
|
+
- If you cannot clearly see the information or you cannot get it verified, you can reject the request and the user will be able to fix it.
|
70
70
|
postal_letter:
|
71
71
|
help:
|
72
72
|
- Participants request a verification code to be sent to their address.
|
@@ -74,17 +74,17 @@ en:
|
|
74
74
|
- You mark the letter as sent.
|
75
75
|
- Once you mark the letter as sent, the participant will be able to introduce the code and get verified.
|
76
76
|
csv_census:
|
77
|
-
explanation: Get verified using the organization's census
|
77
|
+
explanation: Get verified using the organization's census.
|
78
78
|
name: Organization's census
|
79
79
|
direct: Direct
|
80
80
|
help: Help
|
81
81
|
id_documents:
|
82
|
-
explanation: Upload your identity documents so we can check your identity
|
82
|
+
explanation: Upload your identity documents so we can check your identity.
|
83
83
|
name: Identity documents
|
84
84
|
multistep: Multi-Step
|
85
85
|
name: Name
|
86
86
|
postal_letter:
|
87
|
-
explanation: We
|
87
|
+
explanation: We will send you a postal letter with a code that you will have to enter so we can verify your address.
|
88
88
|
name: Code by postal letter
|
89
89
|
events:
|
90
90
|
verifications:
|
@@ -100,11 +100,12 @@ en:
|
|
100
100
|
no_data_stored: No data stored.
|
101
101
|
create:
|
102
102
|
error: There was a problem creating the authorization.
|
103
|
-
success: You
|
103
|
+
success: You have been successfully authorized.
|
104
|
+
transferred: 'We have recovered the following participation data based on your authorization:'
|
104
105
|
unconfirmed: You need to confirm your email in order to authorize yourself.
|
105
106
|
destroy:
|
106
107
|
error: There was a problem deleting the authorization.
|
107
|
-
success: You
|
108
|
+
success: You have successfully deleted the authorization.
|
108
109
|
first_login:
|
109
110
|
actions:
|
110
111
|
another_dummy_authorization_handler: Verify against another example of authorization handler
|
@@ -118,17 +119,19 @@ en:
|
|
118
119
|
verify_with_these_options: 'These are the available options to verify your identity:'
|
119
120
|
index:
|
120
121
|
expired_verification: Verification expired
|
122
|
+
granted_verification: Granted verification
|
123
|
+
introduce_code: Introduce code
|
121
124
|
pending_verification: Pending verification
|
122
125
|
show_renew_info: Click to renew verification
|
123
|
-
|
126
|
+
subscribe: Subscribe
|
127
|
+
unauthorized_methods: Verification methods
|
124
128
|
new:
|
125
129
|
authorize: Send
|
126
130
|
authorize_with: Verify with %{authorizer}
|
127
131
|
renew_modal:
|
128
132
|
cancel: Cancel
|
129
|
-
close: close
|
130
133
|
continue: Continue
|
131
|
-
info_renew: If you want to update the data, continue with the renewal
|
134
|
+
info_renew: If you want to update the data, continue with the renewal.
|
132
135
|
title: Renew Verification
|
133
136
|
skip_verification: You can skip this for now and %{link}
|
134
137
|
start_exploring: start exploring
|
@@ -137,20 +140,23 @@ en:
|
|
137
140
|
census:
|
138
141
|
create:
|
139
142
|
error: There was an error importing census.
|
140
|
-
success: Successfully imported %{count} items (%{errors} errors)
|
143
|
+
success: Successfully imported %{count} items (%{errors} errors).
|
141
144
|
destroy_all:
|
142
|
-
success: All census data have been deleted
|
145
|
+
success: All census data have been deleted.
|
143
146
|
destroy:
|
144
|
-
confirm: Delete all the census
|
147
|
+
confirm: Delete all the census cannot be undone. Are you sure you want to continue?
|
145
148
|
title: Delete all census data
|
146
149
|
index:
|
147
|
-
data: There are %{count} records loaded in total. Last upload date was on %{due_date}
|
150
|
+
data: There are %{count} records loaded in total. Last upload date was on %{due_date}.
|
148
151
|
empty: There are no census data. Use the form below to import it using a CSV file.
|
149
152
|
title: Current census data
|
150
153
|
instructions:
|
151
154
|
body: To do this you must enter system administration and add the csv_census authorizations to the organization
|
152
155
|
title: You need to activate the CSV census for this organization
|
153
156
|
new:
|
157
|
+
example: |
|
158
|
+
john.doe@example.org
|
159
|
+
jane.doe@example.org
|
154
160
|
file: ".csv file with emails data"
|
155
161
|
info: 'Must be a file in CSV format with only one column with the email address:'
|
156
162
|
submit: Upload file
|
@@ -177,19 +183,19 @@ en:
|
|
177
183
|
update: Update
|
178
184
|
update:
|
179
185
|
error: There was a problem updating the configuration.
|
180
|
-
success: Configuration successfully updated
|
186
|
+
success: Configuration successfully updated.
|
181
187
|
confirmations:
|
182
188
|
create:
|
183
|
-
error: Verification
|
184
|
-
success: Participant successfully verified
|
189
|
+
error: Verification does not match. Please try again or reject the verification so the participant can amend it.
|
190
|
+
success: Participant successfully verified.
|
185
191
|
new:
|
186
192
|
introduce_user_data: Introduce the data in the picture
|
187
193
|
reject: Reject
|
188
194
|
verify: Verify
|
189
195
|
offline_confirmations:
|
190
196
|
create:
|
191
|
-
error: Verification
|
192
|
-
success: Participant successfully verified
|
197
|
+
error: Verification does not match. Please try again or tell the participant to amend it.
|
198
|
+
success: Participant successfully verified.
|
193
199
|
new:
|
194
200
|
cancel: Cancel
|
195
201
|
introduce_user_data: Introduce the participant email and the document data
|
@@ -202,7 +208,7 @@ en:
|
|
202
208
|
verification_number: 'Verification #%{n}'
|
203
209
|
rejections:
|
204
210
|
create:
|
205
|
-
success: Verification rejected. Participant will be prompted to amend their documents
|
211
|
+
success: Verification rejected. Participant will be prompted to amend their documents.
|
206
212
|
authorizations:
|
207
213
|
choose:
|
208
214
|
choose_a_type: 'Please select how you want to be verified:'
|
@@ -210,22 +216,22 @@ en:
|
|
210
216
|
online: Online
|
211
217
|
title: Verify yourself using your identity document
|
212
218
|
create:
|
213
|
-
error: There was a problem uploading your document
|
214
|
-
success: Document successfully uploaded
|
219
|
+
error: There was a problem uploading your document.
|
220
|
+
success: Document successfully uploaded.
|
215
221
|
edit:
|
216
|
-
being_reviewed: We
|
222
|
+
being_reviewed: We are reviewing your documents. You will be verified shortly.
|
217
223
|
offline: Use offline verification
|
218
224
|
online: Use online verification
|
219
|
-
rejection_clarity: Make sure the information is clearly visible in the uploaded image
|
220
|
-
rejection_correctness: Make sure the information entered is correct
|
221
|
-
rejection_notice: There was a problem with your verification. Please try again
|
225
|
+
rejection_clarity: Make sure the information is clearly visible in the uploaded image.
|
226
|
+
rejection_correctness: Make sure the information entered is correct.
|
227
|
+
rejection_notice: There was a problem with your verification. Please try again.
|
222
228
|
send: Request verification again
|
223
229
|
new:
|
224
230
|
send: Request verification
|
225
231
|
title: Upload your identity document
|
226
232
|
update:
|
227
|
-
error: There was a problem reuploading your document
|
228
|
-
success: Document successfully reuploaded
|
233
|
+
error: There was a problem reuploading your document.
|
234
|
+
success: Document successfully reuploaded.
|
229
235
|
dni: DNI
|
230
236
|
nie: NIE
|
231
237
|
passport: Passport
|
@@ -242,41 +248,41 @@ en:
|
|
242
248
|
verification_code: Verification code
|
243
249
|
postages:
|
244
250
|
create:
|
245
|
-
error: Error marking letter as sent
|
246
|
-
success: Letter successfully marked as sent
|
251
|
+
error: Error marking letter as sent.
|
252
|
+
success: Letter successfully marked as sent.
|
247
253
|
authorizations:
|
248
254
|
create:
|
249
|
-
error: There was a problem with your request
|
250
|
-
success: Thanks! We
|
255
|
+
error: There was a problem with your request.
|
256
|
+
success: Thanks! We will send a verification code to your address.
|
251
257
|
edit:
|
252
258
|
send: Confirm
|
253
|
-
title: Introduce the verification code you received
|
254
|
-
waiting_for_letter: We
|
259
|
+
title: Introduce the verification code you received.
|
260
|
+
waiting_for_letter: We will send a letter to your address with your verification code soon.
|
255
261
|
new:
|
256
262
|
send: Send me a letter
|
257
263
|
title: Request your verification code
|
258
264
|
update:
|
259
|
-
error: Your verification code
|
260
|
-
success: Congratulations. You
|
265
|
+
error: Your verification code does not match ours. Please double-check the letter we sent to you.
|
266
|
+
success: Congratulations. You have been successfully verified.
|
261
267
|
sms:
|
262
268
|
authorizations:
|
263
269
|
create:
|
264
|
-
error: There was a problem with your request
|
265
|
-
success: Thanks! We
|
270
|
+
error: There was a problem with your request.
|
271
|
+
success: Thanks! We have sent an SMS to your phone.
|
266
272
|
destroy:
|
267
273
|
success: Verification code sucessfully reset. Please re-enter your phone number.
|
268
274
|
edit:
|
269
275
|
confirm_destroy: Are you sure you want to reset the verification code?
|
270
276
|
destroy: Reset verification code
|
271
|
-
resend:
|
277
|
+
resend: Did not receive the verification code?
|
272
278
|
send: Confirm
|
273
279
|
title: Introduce the verification code you received
|
274
280
|
new:
|
275
281
|
send: Send me an SMS
|
276
282
|
title: Request your verification code
|
277
283
|
update:
|
278
|
-
error: Your verification code
|
279
|
-
success: Congratulations. You
|
284
|
+
error: Your verification code does not match ours. Please double-check the SMS we sent you.
|
285
|
+
success: Congratulations. You have been successfully verified.
|
280
286
|
errors:
|
281
287
|
messages:
|
282
288
|
uppercase_only_letters_numbers: must be all uppercase and contain only letters and/or numbers
|
data/config/locales/es-MX.yml
CHANGED
@@ -47,7 +47,7 @@ es-MX:
|
|
47
47
|
destroy_nok: Ha habido un problema al revocar las autorizaciones.
|
48
48
|
destroy_ok: Todas las autorizaciones coincidentes han sido revocadas con éxito.
|
49
49
|
info: Hay un total de %{count} participantes verificadas.
|
50
|
-
no_data: No hay participantes verificadas
|
50
|
+
no_data: No hay participantes verificadas.
|
51
51
|
title: Revocación de autorizaciones
|
52
52
|
authorization_workflows: Autorizaciones
|
53
53
|
admin_log:
|
@@ -59,14 +59,14 @@ es-MX:
|
|
59
59
|
admin:
|
60
60
|
csv_census:
|
61
61
|
help:
|
62
|
-
- Las administradoras cargan un CSV con los correos electrónicos de las participantes aceptadas
|
63
|
-
-
|
62
|
+
- Las administradoras cargan un CSV con los correos electrónicos de las participantes aceptadas.
|
63
|
+
- Solamente se puedan verificar las participantes con un correo electrónico que figure en este archivo CSV.
|
64
64
|
id_documents:
|
65
65
|
help:
|
66
66
|
- Los usuarios rellenan la información de su identidad y suben una copia de su documento.
|
67
67
|
- Rellenas la información presente en la imagen subida.
|
68
68
|
- La información debe coincidir con lo que el usuario envió.
|
69
|
-
- Si no puedes ver
|
69
|
+
- Si no puedes ver la información con claridad o no la puedes verificar, puedes rechazar la solicitud para que la participante la pueda corregir.
|
70
70
|
postal_letter:
|
71
71
|
help:
|
72
72
|
- Los usuarios solicitan que se envíe un código de verificación a su dirección.
|
@@ -74,17 +74,17 @@ es-MX:
|
|
74
74
|
- Marcas la carta como enviada.
|
75
75
|
- Una vez hayas marcado la carta como enviada, el usuario podrá introducir el código y ser verificado.
|
76
76
|
csv_census:
|
77
|
-
explanation:
|
77
|
+
explanation: Verifícate utilizando el censo de la organización.
|
78
78
|
name: Censo de la organización
|
79
79
|
direct: Directo
|
80
80
|
help: Ayuda
|
81
81
|
id_documents:
|
82
|
-
explanation: Sube tus documentos de identidad para que podamos
|
82
|
+
explanation: Sube tus documentos de identidad para que podamos verificarla.
|
83
83
|
name: Documentos de identidad
|
84
84
|
multistep: Con varios pasos
|
85
85
|
name: Nombre
|
86
86
|
postal_letter:
|
87
|
-
explanation: Te enviaremos una carta postal con un código que deberás
|
87
|
+
explanation: Te enviaremos una carta postal con un código que deberás introducir para que podamos verificar tu dirección.
|
88
88
|
name: Código por carta postal
|
89
89
|
events:
|
90
90
|
verifications:
|
@@ -100,11 +100,12 @@ es-MX:
|
|
100
100
|
no_data_stored: No hay datos almacenados.
|
101
101
|
create:
|
102
102
|
error: Hubo un error al crear la autorización.
|
103
|
-
success:
|
103
|
+
success: Se te ha autorizado correctamente.
|
104
|
+
transferred: 'Se han recuperado los siguientes datos de participación a partir de tu autorización:'
|
104
105
|
unconfirmed: Necesitas confirmar tu correo electrónico para autorizarte.
|
105
106
|
destroy:
|
106
107
|
error: Se ha producido un error al borrar la autorización.
|
107
|
-
success:
|
108
|
+
success: Has borrado la autorización correctamente.
|
108
109
|
first_login:
|
109
110
|
actions:
|
110
111
|
another_dummy_authorization_handler: Verificar contra otro ejemplo de controlador de autorización
|
@@ -118,17 +119,19 @@ es-MX:
|
|
118
119
|
verify_with_these_options: 'Estas son las opciones disponibles para verificar tu identidad:'
|
119
120
|
index:
|
120
121
|
expired_verification: La verificación ha caducado
|
122
|
+
granted_verification: Autorización concedida
|
123
|
+
introduce_code: Introduce el código
|
121
124
|
pending_verification: Pendiente de verificación
|
122
125
|
show_renew_info: Haz click aquí para renovar la verificación
|
123
|
-
|
126
|
+
subscribe: Suscribirse
|
127
|
+
unauthorized_methods: Metodos de verificación
|
124
128
|
new:
|
125
129
|
authorize: Enviar
|
126
130
|
authorize_with: Verificar con %{authorizer}
|
127
131
|
renew_modal:
|
128
132
|
cancel: Cancelar
|
129
|
-
close: cerrar
|
130
133
|
continue: Continuar
|
131
|
-
info_renew: Si quieres actualizar los datos, continua con la renovación
|
134
|
+
info_renew: Si quieres actualizar los datos, continua con la renovación.
|
132
135
|
title: Renovar la verificación
|
133
136
|
skip_verification: Puedes saltarte este paso por ahora y %{link}
|
134
137
|
start_exploring: empezar a explorar
|
@@ -137,20 +140,23 @@ es-MX:
|
|
137
140
|
census:
|
138
141
|
create:
|
139
142
|
error: Hubo un error al importar el censo.
|
140
|
-
success: '%{count}
|
143
|
+
success: '%{count} ítems importados correctamente (%{errors} errores).'
|
141
144
|
destroy_all:
|
142
|
-
success: Todos los datos del censo han sido eliminados
|
145
|
+
success: Todos los datos del censo han sido eliminados.
|
143
146
|
destroy:
|
144
|
-
confirm:
|
147
|
+
confirm: La eliminación de todo el censo no se puede deshacer. ¿Seguro que quieres continuar?
|
145
148
|
title: Borrar todos los datos del censo
|
146
149
|
index:
|
147
|
-
data: Hay %{count} registros cargados en total. La última fecha de carga fue en %{due_date}
|
150
|
+
data: Hay %{count} registros cargados en total. La última fecha de carga fue en %{due_date}.
|
148
151
|
empty: No hay datos del censo. Utilice el siguiente formulario para importarlo usando un archivo CSV.
|
149
152
|
title: Datos actuales del censo
|
150
153
|
instructions:
|
151
154
|
body: Para ello, debe ingresar a la administración del sistema y agregar las autorizaciones csv_census a la organización
|
152
155
|
title: Necesitas activar el CSV para esta organización
|
153
156
|
new:
|
157
|
+
example: |
|
158
|
+
john.doe@example.org
|
159
|
+
jane.doe@example.org
|
154
160
|
file: "archivo .csv con datos de correos electrónicos"
|
155
161
|
info: 'Debe ser un archivo en formato CSV con sólo una columna con la dirección de correo electrónico:'
|
156
162
|
submit: Subir archivo
|
@@ -177,19 +183,19 @@ es-MX:
|
|
177
183
|
update: Actualizar
|
178
184
|
update:
|
179
185
|
error: Se ha producido un error al actualizar la configuración.
|
180
|
-
success: Configuración actualizada correctamente
|
186
|
+
success: Configuración actualizada correctamente.
|
181
187
|
confirmations:
|
182
188
|
create:
|
183
|
-
error: La verificación no coincide.
|
184
|
-
success:
|
189
|
+
error: La verificación no coincide. Por favor inténtalo de nuevo o rechaza la verificación para que la participante pueda modificarla.
|
190
|
+
success: Participante verificada correctamente.
|
185
191
|
new:
|
186
192
|
introduce_user_data: Introduce los datos de la imagen
|
187
193
|
reject: Rechazar
|
188
194
|
verify: Verificar
|
189
195
|
offline_confirmations:
|
190
196
|
create:
|
191
|
-
error: La verificación no coincide.
|
192
|
-
success:
|
197
|
+
error: La verificación no coincide. Por favor inténtalo de nuevo o dile a la participante que la modifique.
|
198
|
+
success: Participante verificada correctamente.
|
193
199
|
new:
|
194
200
|
cancel: Cancelar
|
195
201
|
introduce_user_data: Introduce el correo electrónico del usuario y los datos del documento
|
@@ -202,7 +208,7 @@ es-MX:
|
|
202
208
|
verification_number: 'Verificación #%{n}'
|
203
209
|
rejections:
|
204
210
|
create:
|
205
|
-
success: Verificación rechazada. Se
|
211
|
+
success: Verificación rechazada. Se pedirá a la participante que modifique sus documentos.
|
206
212
|
authorizations:
|
207
213
|
choose:
|
208
214
|
choose_a_type: 'Por favor selecciona como quieres ser verificado:'
|
@@ -210,22 +216,22 @@ es-MX:
|
|
210
216
|
online: Online
|
211
217
|
title: Verifícate utilizando tu documento de identidad
|
212
218
|
create:
|
213
|
-
error: Hubo un problema al subir tu documento
|
214
|
-
success: El documento se ha
|
219
|
+
error: Hubo un problema al subir tu documento.
|
220
|
+
success: El documento se ha cargado correctamente.
|
215
221
|
edit:
|
216
|
-
being_reviewed: Estamos revisando tus documentos. Serás
|
222
|
+
being_reviewed: Estamos revisando tus documentos. Serás verificada en breve.
|
217
223
|
offline: Utiliza la verificación presencial
|
218
224
|
online: Utiliza la verificación online
|
219
|
-
rejection_clarity: Asegúrate de que la información sea claramente visible en la imagen
|
220
|
-
rejection_correctness: Asegúrate de que la información
|
221
|
-
rejection_notice: Hubo un problema con tu verificación.
|
225
|
+
rejection_clarity: Asegúrate de que la información sea claramente visible en la imagen cargada.
|
226
|
+
rejection_correctness: Asegúrate de que la información introducida sea correcta.
|
227
|
+
rejection_notice: Hubo un problema con tu verificación. Por favor, inténtalo de nuevo.
|
222
228
|
send: Solicitar verificación de nuevo
|
223
229
|
new:
|
224
230
|
send: Solicitar verificación
|
225
231
|
title: Sube tu documento de Identidad
|
226
232
|
update:
|
227
|
-
error:
|
228
|
-
success: El documento se ha
|
233
|
+
error: Se ha producido un error al volver a cargar tu documento.
|
234
|
+
success: El documento se ha vuelto a cargar correctamente.
|
229
235
|
dni: DNI
|
230
236
|
nie: NIE
|
231
237
|
passport: Pasaporte
|
@@ -242,26 +248,26 @@ es-MX:
|
|
242
248
|
verification_code: Código de verificación
|
243
249
|
postages:
|
244
250
|
create:
|
245
|
-
error:
|
246
|
-
success: Carta marcada como enviada
|
251
|
+
error: Se ha producido un error al marcar la carta como enviada.
|
252
|
+
success: Carta marcada correctamente como enviada.
|
247
253
|
authorizations:
|
248
254
|
create:
|
249
|
-
error:
|
250
|
-
success: '¡Gracias! Te enviaremos un código de verificación a tu dirección'
|
255
|
+
error: Se ha producido un problema con tu solicitud.
|
256
|
+
success: '¡Gracias! Te enviaremos un código de verificación a tu dirección.'
|
251
257
|
edit:
|
252
258
|
send: Confirmar
|
253
|
-
title: Introduce el código de verificación que has recibido
|
254
|
-
waiting_for_letter: Pronto enviaremos una carta a tu dirección con tu código de verificación
|
259
|
+
title: Introduce el código de verificación que has recibido.
|
260
|
+
waiting_for_letter: Pronto enviaremos una carta a tu dirección con tu código de verificación.
|
255
261
|
new:
|
256
262
|
send: Mándame una carta
|
257
263
|
title: Solicita tu código de verificación
|
258
264
|
update:
|
259
|
-
error: Tu código de verificación no coincide con el nuestro. Por favor, revisa la carta que te enviamos
|
260
|
-
success: Felicidades.
|
265
|
+
error: Tu código de verificación no coincide con el nuestro. Por favor, revisa la carta que te enviamos.
|
266
|
+
success: Felicidades. Te has verificado con éxito.
|
261
267
|
sms:
|
262
268
|
authorizations:
|
263
269
|
create:
|
264
|
-
error:
|
270
|
+
error: Se ha producido un problema con tu solicitud.
|
265
271
|
success: '¡Gracias! Hemos enviado un SMS a tu teléfono.'
|
266
272
|
destroy:
|
267
273
|
success: Código de verificación restablecido correctamente. Por favor vuelve a introducir tu número de teléfono.
|
@@ -275,8 +281,8 @@ es-MX:
|
|
275
281
|
send: Mándame un SMS
|
276
282
|
title: Solicita tu código de verificación
|
277
283
|
update:
|
278
|
-
error:
|
279
|
-
success: Felicidades.
|
284
|
+
error: El código de verificación no coincide con el nuestro. Por favor, vuelve a revisar el SMS que te enviamos.
|
285
|
+
success: Felicidades. Te has verificado con éxito.
|
280
286
|
errors:
|
281
287
|
messages:
|
282
288
|
uppercase_only_letters_numbers: debe ser todo en mayúsculas y contener solo letras y/o números
|