decidim-verifications 0.30.1 → 0.31.0.rc1
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/README.md +5 -5
- data/app/commands/decidim/verifications/csv_census/admin/create_census_data.rb +5 -4
- data/app/commands/decidim/verifications/csv_census/admin/create_census_record.rb +23 -0
- data/app/commands/decidim/verifications/csv_census/admin/update_census_record.rb +15 -0
- data/app/controllers/concerns/decidim/verifications/admin/filterable.rb +26 -0
- data/app/controllers/decidim/verifications/authorizations_controller.rb +1 -2
- data/app/controllers/decidim/verifications/csv_census/admin/census_controller.rb +58 -14
- data/app/controllers/decidim/verifications/csv_census/admin/census_records_controller.rb +63 -0
- data/app/controllers/decidim/verifications/id_documents/admin/config_controller.rb +1 -1
- data/app/controllers/decidim/verifications/id_documents/admin/confirmations_controller.rb +1 -1
- data/app/controllers/decidim/verifications/id_documents/admin/offline_confirmations_controller.rb +1 -1
- data/app/controllers/decidim/verifications/id_documents/authorizations_controller.rb +2 -2
- data/app/controllers/decidim/verifications/postal_letter/authorizations_controller.rb +2 -2
- data/app/controllers/decidim/verifications/sms/authorizations_controller.rb +2 -2
- data/app/forms/decidim/verifications/csv_census/admin/census_data_form.rb +29 -3
- data/app/forms/decidim/verifications/csv_census/admin/census_form.rb +29 -0
- data/app/forms/decidim/verifications/sms/mobile_phone_form.rb +2 -2
- data/app/jobs/decidim/verifications/csv_census/process_census_data_job.rb +49 -0
- data/app/models/decidim/verifications/csv_census/data.rb +13 -1
- data/app/models/decidim/verifications/csv_datum.rb +21 -0
- data/app/packs/entrypoints/decidim_verifications.js +3 -0
- data/app/packs/src/csv_census.js +47 -0
- data/app/presenters/decidim/verifications/admin_log/csv_datum_presenter.rb +45 -0
- data/app/services/decidim/authorization_handler.rb +1 -1
- data/app/views/decidim/verifications/authorizations/new.html.erb +1 -1
- data/app/views/decidim/verifications/authorizations/onboarding_pending.html.erb +1 -1
- data/app/views/decidim/verifications/csv_census/admin/census/_csv_census_drawer.html.erb +5 -0
- data/app/views/decidim/verifications/csv_census/admin/census/index.html.erb +73 -51
- data/app/views/decidim/verifications/csv_census/admin/census/new_import.html.erb +27 -0
- data/app/views/decidim/verifications/csv_census/admin/census_records/_form.html.erb +9 -0
- data/app/views/decidim/verifications/csv_census/admin/census_records/edit_record.html.erb +14 -0
- data/app/views/decidim/verifications/csv_census/admin/census_records/new_record.html.erb +14 -0
- data/app/views/decidim/verifications/postal_letter/admin/pending_authorizations/index.html.erb +33 -17
- data/config/assets.rb +2 -2
- data/config/locales/ar.yml +0 -5
- data/config/locales/bg.yml +0 -12
- data/config/locales/ca-IT.yml +62 -17
- data/config/locales/ca.yml +62 -17
- data/config/locales/cs.yml +42 -16
- data/config/locales/de.yml +61 -17
- data/config/locales/el.yml +0 -5
- data/config/locales/en.yml +62 -17
- data/config/locales/es-MX.yml +62 -17
- data/config/locales/es-PY.yml +62 -17
- data/config/locales/es.yml +62 -17
- data/config/locales/eu.yml +74 -29
- data/config/locales/fi-plain.yml +63 -11
- data/config/locales/fi.yml +63 -11
- data/config/locales/fr-CA.yml +5 -12
- data/config/locales/fr.yml +5 -12
- data/config/locales/gl.yml +0 -5
- data/config/locales/hu.yml +0 -12
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/it.yml +0 -5
- data/config/locales/ja.yml +62 -17
- data/config/locales/lt.yml +0 -12
- data/config/locales/lv.yml +0 -5
- data/config/locales/nl.yml +0 -5
- data/config/locales/no.yml +0 -5
- data/config/locales/pl.yml +0 -12
- data/config/locales/pt-BR.yml +0 -5
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +40 -8
- data/config/locales/sk.yml +0 -5
- data/config/locales/sv.yml +61 -17
- data/config/locales/tr-TR.yml +0 -5
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -12
- data/lib/decidim/verifications/csv_census/admin_engine.rb +10 -2
- data/lib/decidim/verifications/engine.rb +1 -1
- data/lib/decidim/verifications/version.rb +1 -1
- data/lib/decidim/verifications/workflows.rb +3 -58
- data/lib/decidim/verifications.rb +1 -1
- data/lib/tasks/revoke.rake +16 -0
- metadata +22 -10
- data/app/jobs/decidim/verifications/csv_census/remove_duplicates_job.rb +0 -30
- data/lib/decidim/verifications/registry.rb +0 -43
data/config/locales/es-PY.yml
CHANGED
@@ -4,6 +4,8 @@ es-PY:
|
|
4
4
|
attributes:
|
5
5
|
authorization:
|
6
6
|
verification_attachment: Archivo adjunto de la verificación
|
7
|
+
census_data:
|
8
|
+
file: Archivo
|
7
9
|
config:
|
8
10
|
available_methods: Metodos disponibles
|
9
11
|
offline: Desconectado
|
@@ -121,6 +123,12 @@ es-PY:
|
|
121
123
|
email_subject: Error al intentar verificarse contra otra participante
|
122
124
|
notification_title: La participante <a href="%{resource_path}">%{resource_title}</a> ha intentado verificarse con los datos de otra participante (<a href="%{managed_user_path}">%{managed_user_name}</a>).
|
123
125
|
verifications:
|
126
|
+
admin_log:
|
127
|
+
csv_datum:
|
128
|
+
create: "%{user_name} ha creado un nuevo registro de datos censales con email: %{resource_email}"
|
129
|
+
delete: "%{user_name} ha eliminat un nuevo registro de datos censales con email: %{resource_email}"
|
130
|
+
import: "%{user_name} ha importado: %{imported_count} registro(s) censal(es)"
|
131
|
+
update: "%{user_name} ha actualizado el registro de datos censales con email: %{resource_email}"
|
124
132
|
authorizations:
|
125
133
|
authorization_metadata:
|
126
134
|
info: 'Estos son los datos de la verificación actual:'
|
@@ -161,30 +169,62 @@ es-PY:
|
|
161
169
|
start_exploring: empezar a explorar
|
162
170
|
csv_census:
|
163
171
|
admin:
|
172
|
+
actions:
|
173
|
+
confirm_destroy: '¿Seguro que quieres borrar este registro de datos censales?'
|
174
|
+
destroy: Destruir
|
175
|
+
edit: Editar
|
164
176
|
census:
|
165
|
-
|
177
|
+
create_import:
|
166
178
|
error: Se ha producido un error al importar el censo.
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
179
|
+
no_user: No se encontró la usuaria
|
180
|
+
success: Se han Importado con éxito %{count} elementos. Se están procesando los datos. Actualiza la página en unos minutos para ver los cambios.
|
181
|
+
destroy:
|
182
|
+
success: Se ha eliminado el registro de datos censales.
|
183
|
+
index:
|
184
|
+
empty: No hay datos del censo. Utiliza %{import_csv} para importarlo usando un archivo CSV.
|
185
|
+
no_sign_in: Nunca ha iniciado sesión
|
186
|
+
no_user: No se ha encontrado ninguna usuaria
|
187
|
+
last_login:
|
188
|
+
no_sign_in: Nunca ha iniciado sesión
|
189
|
+
no_user: Ninguna usuaria
|
190
|
+
new_import:
|
191
|
+
errors:
|
192
|
+
email_exists: La dirección de correo electrónico %{email} ya existe en la organización %{organization}.
|
193
|
+
example: |
|
194
|
+
john.doe@example.org
|
195
|
+
jane.doe@example.org
|
196
|
+
info: 'Debe ser un archivo en formato CSV con una sola columna con la dirección de correo electrónico:'
|
197
|
+
submit: Subir archivo
|
198
|
+
title: Importar datos de censales
|
199
|
+
upload_new_census: Subir un nuevo censo
|
200
|
+
census_records:
|
201
|
+
create_record:
|
202
|
+
success: Registro de datos censales añadidos con éxito. Se están procesando los datos. Actualiza la página, en unos minutos, para ver los cambios.
|
203
|
+
edit_record:
|
204
|
+
save: Guardar
|
205
|
+
title: Editar el registro censal
|
206
|
+
form:
|
207
|
+
email: Correo electrónico
|
208
|
+
new_record:
|
209
|
+
save: Guardar
|
210
|
+
title: Añadir un nuevo registro censal
|
211
|
+
update_record:
|
212
|
+
invalid: Ha habido un problema al actualizar el registro de datos del censo.
|
213
|
+
success: Se ha actualizado correctamente el registro de datos censales.
|
173
214
|
index:
|
174
|
-
|
175
|
-
|
215
|
+
add_new_record_button: Añadir nuevo registro
|
216
|
+
authorized: Usuaria autorizada
|
217
|
+
fields:
|
218
|
+
actions: Acciones
|
219
|
+
created_at: Creado el
|
220
|
+
email: Correo electrónico
|
221
|
+
user_authorized: '¿Usuaria autorizada?'
|
222
|
+
import_csv: Importar CSV
|
223
|
+
no_authorized: Usuaria no autorizada
|
176
224
|
title: Datos actuales del censo
|
177
225
|
instructions:
|
178
226
|
body: Para ello, debe ingresar a la administración del sistema y agregar las autorizaciones csv_census a la organización
|
179
227
|
title: Necesitas activar el CSV para esta organización
|
180
|
-
new:
|
181
|
-
example: |
|
182
|
-
john.doe@example.org
|
183
|
-
jane.doe@example.org
|
184
|
-
file: "archivo .csv con datos de correos electrónicos"
|
185
|
-
info: 'Debe ser un archivo en formato CSV con una sola columna con la dirección de correo electrónico:'
|
186
|
-
submit: Subir archivo
|
187
|
-
title: Subir un nuevo censo
|
188
228
|
authorizations:
|
189
229
|
new:
|
190
230
|
error: No pudimos verificar su cuenta o usted no está en el censo de la organización.
|
@@ -197,6 +237,10 @@ es-PY:
|
|
197
237
|
user_postal_codes:
|
198
238
|
one: La participación está restringida a las participantes con el código postal %{postal_codes} y tu código postal es %{user_postal_code}.
|
199
239
|
other: 'La participación está restringida a las participantes con cualquiera de los siguientes códigos postales: %{postal_codes}. Tu código postal es %{user_postal_code}.'
|
240
|
+
errors:
|
241
|
+
invalid_emails: 'Las siguientes direcciones de correo electrónico no son válidas: %{invalid_emails}.'
|
242
|
+
no_emails: El archivo debe contener direcciones de correo electrónico
|
243
|
+
wrong_number_columns: "Se esperaba una columna %{expected}, pero se encontraron %{actual}."
|
200
244
|
id_documents:
|
201
245
|
admin:
|
202
246
|
config:
|
@@ -261,6 +305,7 @@ es-PY:
|
|
261
305
|
pending_authorizations:
|
262
306
|
index:
|
263
307
|
address: Dirección
|
308
|
+
already_sent: La carta postal ya se ha enviado y no se puede marcar de nuevo como enviada.
|
264
309
|
letter_sent_at: Carta enviada el
|
265
310
|
mark_as_sent: Marcar como enviada
|
266
311
|
not_yet_sent: Aún no se ha enviado
|
data/config/locales/es.yml
CHANGED
@@ -4,6 +4,8 @@ es:
|
|
4
4
|
attributes:
|
5
5
|
authorization:
|
6
6
|
verification_attachment: Archivo adjunto de la verificación
|
7
|
+
census_data:
|
8
|
+
file: Archivo
|
7
9
|
config:
|
8
10
|
available_methods: Metodos disponibles
|
9
11
|
offline: Sin conexión
|
@@ -121,6 +123,12 @@ es:
|
|
121
123
|
email_subject: Error al intentar verificarse contra otra participante
|
122
124
|
notification_title: La participante <a href="%{resource_path}">%{resource_title}</a> ha intentado verificarse con los datos de otra participante (<a href="%{managed_user_path}">%{managed_user_name}</a>).
|
123
125
|
verifications:
|
126
|
+
admin_log:
|
127
|
+
csv_datum:
|
128
|
+
create: "%{user_name} ha creado un nuevo registro de datos censales con email: %{resource_email}"
|
129
|
+
delete: "%{user_name} ha eliminat un nuevo registro de datos censales con email: %{resource_email}"
|
130
|
+
import: "%{user_name} ha importado: %{imported_count} registro(s) censal(es)"
|
131
|
+
update: "%{user_name} ha actualizado el registro de datos censales con email: %{resource_email}"
|
124
132
|
authorizations:
|
125
133
|
authorization_metadata:
|
126
134
|
info: 'Estos son los datos de la verificación actual:'
|
@@ -161,30 +169,62 @@ es:
|
|
161
169
|
start_exploring: empezar a explorar
|
162
170
|
csv_census:
|
163
171
|
admin:
|
172
|
+
actions:
|
173
|
+
confirm_destroy: '¿Seguro que quieres borrar este registro de datos censales?'
|
174
|
+
destroy: Destruir
|
175
|
+
edit: Editar
|
164
176
|
census:
|
165
|
-
|
177
|
+
create_import:
|
166
178
|
error: Se ha producido un error al importar el censo.
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
179
|
+
no_user: No se encontró la usuaria
|
180
|
+
success: Se han Importado con éxito %{count} elementos. Se están procesando los datos. Actualiza la página en unos minutos para ver los cambios.
|
181
|
+
destroy:
|
182
|
+
success: Se ha eliminado el registro de datos censales.
|
183
|
+
index:
|
184
|
+
empty: No hay datos del censo. Utiliza %{import_csv} para importarlo usando un archivo CSV.
|
185
|
+
no_sign_in: Nunca ha iniciado sesión
|
186
|
+
no_user: No se ha encontrado ninguna usuaria
|
187
|
+
last_login:
|
188
|
+
no_sign_in: Nunca ha iniciado sesión
|
189
|
+
no_user: Ninguna usuaria
|
190
|
+
new_import:
|
191
|
+
errors:
|
192
|
+
email_exists: La dirección de correo electrónico %{email} ya existe en la organización %{organization}.
|
193
|
+
example: |
|
194
|
+
john.doe@example.org
|
195
|
+
jane.doe@example.org
|
196
|
+
info: 'Debe ser un archivo en formato CSV con una sola columna con la dirección de correo electrónico:'
|
197
|
+
submit: Subir archivo
|
198
|
+
title: Importar datos de censales
|
199
|
+
upload_new_census: Subir un nuevo censo
|
200
|
+
census_records:
|
201
|
+
create_record:
|
202
|
+
success: Registro de datos censales añadidos con éxito. Se están procesando los datos. Actualiza la página, en unos minutos, para ver los cambios.
|
203
|
+
edit_record:
|
204
|
+
save: Guardar
|
205
|
+
title: Editar el registro censal
|
206
|
+
form:
|
207
|
+
email: Correo electrónico
|
208
|
+
new_record:
|
209
|
+
save: Guardar
|
210
|
+
title: Añadir un nuevo registro censal
|
211
|
+
update_record:
|
212
|
+
invalid: Ha habido un problema al actualizar el registro de datos del censo.
|
213
|
+
success: Se ha actualizado correctamente el registro de datos censales.
|
173
214
|
index:
|
174
|
-
|
175
|
-
|
215
|
+
add_new_record_button: Añadir nuevo registro
|
216
|
+
authorized: Usuaria autorizada
|
217
|
+
fields:
|
218
|
+
actions: Acciones
|
219
|
+
created_at: Creado el
|
220
|
+
email: Correo electrónico
|
221
|
+
user_authorized: '¿Usuaria autorizada?'
|
222
|
+
import_csv: Importar CSV
|
223
|
+
no_authorized: Usuaria no autorizada
|
176
224
|
title: Datos censales actuales
|
177
225
|
instructions:
|
178
226
|
body: Para ello, debes acceder a la administración del sistema y añadir las autorizaciones csv_census a la organización
|
179
227
|
title: Necesitas activar el CSV para esta organización
|
180
|
-
new:
|
181
|
-
example: |
|
182
|
-
john.doe@example.org
|
183
|
-
jane.doe@example.org
|
184
|
-
file: "archivo .csv con datos de correos electrónicos"
|
185
|
-
info: 'Debe ser un archivo en formato CSV con una sola columna con la dirección de correo electrónico:'
|
186
|
-
submit: Subir archivo
|
187
|
-
title: Subir un nuevo censo
|
188
228
|
authorizations:
|
189
229
|
new:
|
190
230
|
error: No pudimos verificar tu cuenta o no estás en el censo de la organización.
|
@@ -197,6 +237,10 @@ es:
|
|
197
237
|
user_postal_codes:
|
198
238
|
one: La participación está restringida a las participantes con el código postal %{postal_codes} y tu código postal es %{user_postal_code}.
|
199
239
|
other: 'La participación está restringida a las participantes con cualquiera de los siguientes códigos postales: %{postal_codes}. Tu código postal es %{user_postal_code}.'
|
240
|
+
errors:
|
241
|
+
invalid_emails: 'Las siguientes direcciones de correo electrónico no son válidas: %{invalid_emails}.'
|
242
|
+
no_emails: El archivo debe contener direcciones de correo electrónico
|
243
|
+
wrong_number_columns: "Se esperaba una columna %{expected}, pero se encontraron %{actual}."
|
200
244
|
id_documents:
|
201
245
|
admin:
|
202
246
|
config:
|
@@ -261,6 +305,7 @@ es:
|
|
261
305
|
pending_authorizations:
|
262
306
|
index:
|
263
307
|
address: Dirección
|
308
|
+
already_sent: La carta postal ya se ha enviado y no se puede marcar de nuevo como enviada.
|
264
309
|
letter_sent_at: Carta enviada el
|
265
310
|
mark_as_sent: Marcar como enviada
|
266
311
|
not_yet_sent: Aún no se ha enviado
|
data/config/locales/eu.yml
CHANGED
@@ -4,11 +4,13 @@ eu:
|
|
4
4
|
attributes:
|
5
5
|
authorization:
|
6
6
|
verification_attachment: Egiaztapen-eranskina
|
7
|
+
census_data:
|
8
|
+
file: Fitxategia
|
7
9
|
config:
|
8
10
|
available_methods: Metodo erabilgarriak
|
9
|
-
offline:
|
10
|
-
offline_explanation:
|
11
|
-
online:
|
11
|
+
offline: Off-line
|
12
|
+
offline_explanation: Off-line egiaztapenaren jarraibideak
|
13
|
+
online: On-line
|
12
14
|
confirmation:
|
13
15
|
verification_code: Egiaztapen kodea
|
14
16
|
id_document_information:
|
@@ -71,7 +73,7 @@ eu:
|
|
71
73
|
default:
|
72
74
|
help:
|
73
75
|
- Ez dago zehaztuta baimen-emailearen laguntza.
|
74
|
-
- Garatzaile batek laguntza zehaztu behar du "%
|
76
|
+
- Garatzaile batek laguntza zehaztu behar du "%{authorization_handler} "(i18n) itzulpen-gakoan
|
75
77
|
dummy_authorization_handler:
|
76
78
|
help:
|
77
79
|
- Baimen-emaile adibide bat garatzaileek uler dezaten nola funtzionatzen duen egiaztapen sinple batek.
|
@@ -121,6 +123,12 @@ eu:
|
|
121
123
|
email_subject: Errorea beste parte-hartzaile baten bidez egiaztatzean
|
122
124
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> parte-hartzailea saiatu da (<a href="%{managed_user_path}">%{managed_user_name}</a>) parte-hartzailearen datuekin egiaztatzen.
|
123
125
|
verifications:
|
126
|
+
admin_log:
|
127
|
+
csv_datum:
|
128
|
+
create: "%{user_name} -k sortu du errolda-datuen erregistro berria sortu du e-mail honekin: %{resource_email}"
|
129
|
+
delete: "%{user_name} -k ezabatu du errolda-datuen erregistro berria e-mail honekin: %{resource_email}"
|
130
|
+
import: "%{user_name} -k %{imported_count} errolda-erregistroak inportatu ditu"
|
131
|
+
update: "%{user_name} -k eguneratu du errolda-datuen erregistro berria e-mail honekin: %{resource_email}"
|
124
132
|
authorizations:
|
125
133
|
authorization_metadata:
|
126
134
|
info: 'Hauek dira oraingo egiaztapenaren datuak:'
|
@@ -144,14 +152,14 @@ eu:
|
|
144
152
|
new:
|
145
153
|
authorize: Bidali
|
146
154
|
authorize_with: Egiaztatu %{authorizer} rekin
|
147
|
-
tos_agreement: 'Zure nortasuna egiaztatzeko, onartu: %
|
155
|
+
tos_agreement: 'Zure nortasuna egiaztatzeko, onartu: %{link}.'
|
148
156
|
onboarding_pending:
|
149
157
|
completed_verifications: 'Bainema zuzen lortu duzu, orain zuk ahal duzu %{action} hemen: %{resource_name}'
|
150
158
|
granted_verifications: Emandako egiaztapenak
|
151
159
|
onboarding_message_html: 'Ia prest zaude %{action} ekintzarako hemen: <strong>%{resource_title}</strong> %{resource_name}. Mesedez, egiaztatu zure kontua baimen hauek betez.'
|
152
160
|
pending_admin_approval_verifications: Admin. onespenaren egiaztapenen zain
|
153
161
|
pending_verifications: Egiaztatzeke
|
154
|
-
unauthorized: Ez duzu baimenik %{
|
162
|
+
unauthorized: Ez duzu baimenik %{action} ekintzarako baliabide honetan
|
155
163
|
renew_modal:
|
156
164
|
cancel: Ezeztatu
|
157
165
|
continue: Jarraitu
|
@@ -161,30 +169,62 @@ eu:
|
|
161
169
|
start_exploring: Hasi esploratzen
|
162
170
|
csv_census:
|
163
171
|
admin:
|
172
|
+
actions:
|
173
|
+
confirm_destroy: Ziur zaude erroldako datuen erregistro hau ezabatu nahi duzula?
|
174
|
+
destroy: Suntsitu
|
175
|
+
edit: Editatu
|
164
176
|
census:
|
165
|
-
|
177
|
+
create_import:
|
166
178
|
error: Arazo bat izan da erroldak inportatzean.
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
179
|
+
no_user: Ez da aurkitu parte-hartzailea
|
180
|
+
success: Zuzen inportatu dira %{count} elementu. Datuak prozesatzen ari gara. Eguneratu orrialdea minutu batzuetan aldaketak ikusteko.
|
181
|
+
destroy:
|
182
|
+
success: Errolda-datuen erregistroa ezabatu da.
|
183
|
+
index:
|
184
|
+
empty: Ez dago errolda-daturik. Erabili %{import_csv} inportatzeko CSV fitxategi bat.
|
185
|
+
no_sign_in: Saioa inoiz ez hasia
|
186
|
+
no_user: Ez da aurkitu parte-hartzailerik
|
187
|
+
last_login:
|
188
|
+
no_sign_in: Inoiz ez sinatua
|
189
|
+
no_user: Parte-hartzailerik gabe
|
190
|
+
new_import:
|
191
|
+
errors:
|
192
|
+
email_exists: '%{email} helbide elektronikoa badago %{organization} elkartean.'
|
193
|
+
example: |
|
194
|
+
john.doe@example.org
|
195
|
+
jane.doe@example.org
|
196
|
+
info: 'CSV formatudun fitxategia izan behar da zutabe bakarra duena honako helbide elektroniko honekin:'
|
197
|
+
submit: Igo fitxategia
|
198
|
+
title: Inportatu errolda-datuak
|
199
|
+
upload_new_census: Igo beste errolda bat
|
200
|
+
census_records:
|
201
|
+
create_record:
|
202
|
+
success: Datuen erregistroa zuzen erantsita. Datuak prozesatzen ari gara. Eguneratu orrialdea minutu batzuetan aldaketak ikusteko.
|
203
|
+
edit_record:
|
204
|
+
save: Gorde
|
205
|
+
title: Editatu errolda-erregistroa
|
206
|
+
form:
|
207
|
+
email: Helbide elektronikoa
|
208
|
+
new_record:
|
209
|
+
save: Gorde
|
210
|
+
title: Gehitu beste errolda-erregistro bat
|
211
|
+
update_record:
|
212
|
+
invalid: Arazo bat egon da errolda-datuen erregistroa eguneratzean.
|
213
|
+
success: Zuzen eguneratu da errolda-datuen erregistroa.
|
173
214
|
index:
|
174
|
-
|
175
|
-
|
215
|
+
add_new_record_button: Erantsi beste erregistro bat
|
216
|
+
authorized: Parte-hartzailea baimendua
|
217
|
+
fields:
|
218
|
+
actions: Ekintzak
|
219
|
+
created_at: Noiz sortua
|
220
|
+
email: Helbide elektronikoa
|
221
|
+
user_authorized: Parte-hartzailea baimendua?
|
222
|
+
import_csv: Inportatu CSV
|
223
|
+
no_authorized: Parte-hartzailea ez baimendua
|
176
224
|
title: Erroldako oraingo datuak
|
177
225
|
instructions:
|
178
226
|
body: Horretarako, sistemaren administrazioa sartu behar duzu eta gehitu csv_census baimenak erakundeari
|
179
227
|
title: CSV errolda aktibatu behar duzu erakunde honetarako
|
180
|
-
new:
|
181
|
-
example: |
|
182
|
-
john.doe@example.org
|
183
|
-
jane.doe@example.org
|
184
|
-
file: ".csv fitxategia helbide elektronikoen datuekin"
|
185
|
-
info: 'CSV formatudun fitxategia izan behar da zutabe bakarra duena honako helbide elektroniko honekin:'
|
186
|
-
submit: Igo fitxategia
|
187
|
-
title: Igo beste errolda bat
|
188
228
|
authorizations:
|
189
229
|
new:
|
190
230
|
error: Ezin izan dugu zure kontua egiaztatu edo ez zaude erakundearen erroldan.
|
@@ -197,6 +237,10 @@ eu:
|
|
197
237
|
user_postal_codes:
|
198
238
|
one: Parte-hartzea mugatuta dago %{postal_codes} posta-kodea duten parte-hartzaileentzat eta zure posta-kodea hau da %{user_postal_code}.
|
199
239
|
other: 'Parte-hartzea mugatuta dago %{postal_codes} posta-kodea duten parte-hartzaileentzat eta zure posta-kodea hau da %{user_postal_code}.'
|
240
|
+
errors:
|
241
|
+
invalid_emails: 'Hurrengo helbide elektronikoak ez dira baliozkoak: %{invalid_emails}.'
|
242
|
+
no_emails: Fitxategiak helbide elektronikoak eduki behar ditu
|
243
|
+
wrong_number_columns: "%{expected} zutabe espero zen, baina %{actual} aurkitu zuten."
|
200
244
|
id_documents:
|
201
245
|
admin:
|
202
246
|
config:
|
@@ -225,8 +269,8 @@ eu:
|
|
225
269
|
pending_authorizations:
|
226
270
|
index:
|
227
271
|
config: config
|
228
|
-
offline_verification:
|
229
|
-
title:
|
272
|
+
offline_verification: Off-line egiaztapena
|
273
|
+
title: On-line egiaztapenak zain
|
230
274
|
verification_number: 'Egiaztapena # %{n}'
|
231
275
|
rejections:
|
232
276
|
create:
|
@@ -234,16 +278,16 @@ eu:
|
|
234
278
|
authorizations:
|
235
279
|
choose:
|
236
280
|
choose_a_type: 'Hautatu nola egiaztatu nahi duzun:'
|
237
|
-
offline:
|
238
|
-
online:
|
281
|
+
offline: Off-line
|
282
|
+
online: On-line
|
239
283
|
title: Egiaztatu zure identifikazio dokumentua erabiliz
|
240
284
|
create:
|
241
285
|
error: Arazo bat egon da zure dokumentua igotzean.
|
242
286
|
success: Dokumentua ondo igota.
|
243
287
|
edit:
|
244
288
|
being_reviewed: Zure dokumentuak berrikusten ari gara. Laster egiaztatuko zaituzte.
|
245
|
-
offline: Erabili
|
246
|
-
online: Erabili
|
289
|
+
offline: Erabili off-line egiaztapena
|
290
|
+
online: Erabili on-line egiaztapena
|
247
291
|
rejection_clarity: Ziurtatu informazioa argi eta garbi ageri dela kargatutako irudian.
|
248
292
|
rejection_correctness: Ziurtatu sartu duzun informazioa zuzena dela.
|
249
293
|
rejection_notice: Arazo bat egon da zure egiaztapenarekin. Mesedez, saiatu berriro.
|
@@ -261,6 +305,7 @@ eu:
|
|
261
305
|
pending_authorizations:
|
262
306
|
index:
|
263
307
|
address: Helbidea
|
308
|
+
already_sent: Posta-gutuna bidalita zegoen, eta ezin da berriro markatu bidalita bezala.
|
264
309
|
letter_sent_at: Gutuna bidali
|
265
310
|
mark_as_sent: Markatu bidali gisa
|
266
311
|
not_yet_sent: Ez da bidali oraindik
|
data/config/locales/fi-plain.yml
CHANGED
@@ -4,6 +4,8 @@ fi-pl:
|
|
4
4
|
attributes:
|
5
5
|
authorization:
|
6
6
|
verification_attachment: Vahvistuksen liitetiedosto
|
7
|
+
census_data:
|
8
|
+
file: Tiedosto
|
7
9
|
config:
|
8
10
|
available_methods: Käytettävissä olevat menetelmät
|
9
11
|
offline: Offline
|
@@ -121,6 +123,12 @@ fi-pl:
|
|
121
123
|
email_subject: Tunnistautumisyritys epäonnistui toisen osallistujan tietojen käytön takia
|
122
124
|
notification_title: Osallistuja <a href="%{resource_path}">%{resource_title}</a> yritti tunnistautua toisen osallistujan (<a href="%{managed_user_path}">%{managed_user_name}</a>) tiedoilla.
|
123
125
|
verifications:
|
126
|
+
admin_log:
|
127
|
+
csv_datum:
|
128
|
+
create: "%{user_name} loi uuden henkilötietorekisterin tietueen sähköpostiosoitteella %{resource_email}"
|
129
|
+
delete: "%{user_name} poisti henkilötietorekisterin tietueen sähköpostiosoitteella %{resource_email}"
|
130
|
+
import: "%{user_name} toi %{imported_count} tietuetta henkilötietorekisteriin"
|
131
|
+
update: "%{user_name} päivitti henkilötietorekisterin tietuetta sähköpostiosoitteella %{resource_email}"
|
124
132
|
authorizations:
|
125
133
|
authorization_metadata:
|
126
134
|
info: 'Tämänhetkisen vahvistustavan tiedot:'
|
@@ -161,23 +169,62 @@ fi-pl:
|
|
161
169
|
start_exploring: aloittaa palveluun tutustumisen
|
162
170
|
csv_census:
|
163
171
|
admin:
|
172
|
+
actions:
|
173
|
+
confirm_destroy: Haluatko varmasti poistaa tämän henkilötietorekisterin tietueen?
|
174
|
+
destroy: Poista
|
175
|
+
edit: Muokkaa
|
164
176
|
census:
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
success:
|
169
|
-
|
170
|
-
|
171
|
-
|
177
|
+
create_import:
|
178
|
+
error: Henkilötietorekisterin tuonti epäonnistui.
|
179
|
+
no_user: Käyttäjää ei löytynyt
|
180
|
+
success: '%{count} tietueen tuonti onnistui. Tietoja käsitellään parhaillaan. Päivitä tämä sivu muutaman minuutin kuluttua nähdäksesi muutokset.'
|
181
|
+
destroy:
|
182
|
+
success: Henkilötietorekisteriin tietue poistettiin.
|
183
|
+
index:
|
184
|
+
empty: Henkilötietorekisterissä ei ole tietoja. Käytä %{import_csv} -toimintoa tuodaksesi tiedot järjestelmään CSV-tiedostosta.
|
185
|
+
no_sign_in: Ei ole koskaan kirjautunut sisään
|
186
|
+
no_user: Käyttäjää ei löytynyt
|
187
|
+
last_login:
|
188
|
+
no_sign_in: Ei ole koskaan kirjautunut sisään
|
189
|
+
no_user: Ei käyttäjää
|
190
|
+
new_import:
|
191
|
+
errors:
|
192
|
+
email_exists: Sähköpostiosoite %{email} on jo olemassa organisaatiossa %{organization}.
|
193
|
+
example: |
|
194
|
+
matti.meikalainen@esimerkki.fi
|
195
|
+
minna.meikalainen@esimerkki.fi
|
196
|
+
info: 'On oltava CSV-tiedosto, jossa on vain yksi sarake sähköpostiosoitteille:'
|
197
|
+
submit: Lataa tiedosto
|
198
|
+
title: Tuo henkilötietorekisterin tiedot
|
199
|
+
upload_new_census: Lataa uusi henkilötietorekisteri
|
200
|
+
census_records:
|
201
|
+
create_record:
|
202
|
+
success: Henkilötietorekisterin tietueen lisäys onnistui. Tietoja käsitellään parhaillaan. Päivitä tämä sivu muutaman minuutin kuluttua nähdäksesi muutokset.
|
203
|
+
edit_record:
|
204
|
+
save: Tallenna
|
205
|
+
title: Muokkaa henkilötietorekisterin tietuetta
|
206
|
+
form:
|
207
|
+
email: Sähköpostiosoite
|
208
|
+
new_record:
|
209
|
+
save: Tallenna
|
210
|
+
title: Lisää uusi henkilötietorekisterin tietue
|
211
|
+
update_record:
|
212
|
+
invalid: Henkilötietorekisterin tietueen päivitys epäonnistui.
|
213
|
+
success: Henkilötietorekisterin tietueen päivitys onnistui.
|
172
214
|
index:
|
173
|
-
|
174
|
-
|
215
|
+
add_new_record_button: Lisää uusi tietue
|
216
|
+
authorized: Käyttäjän henkilöllisyys on vahvistettu
|
217
|
+
fields:
|
218
|
+
actions: Toiminnot
|
219
|
+
created_at: Luontihetki
|
220
|
+
email: Sähköpostiosoite
|
221
|
+
user_authorized: Onko käyttäjän henkilöllisyys on vahvistettu?
|
222
|
+
import_csv: Tuo CSV
|
223
|
+
no_authorized: Käyttäjän henkilöllisyyttä ei ole vahvistettu
|
175
224
|
title: Nykyiset rekisteritiedot
|
176
225
|
instructions:
|
177
226
|
body: Käyttääksesi tätä toimintoa sinun on kirjauduttava järjestelmähallintaosioon ja lisättävä csv_census-vahvistustapa organisaatiolle
|
178
227
|
title: Sinun on aktivoitava CSV-rekisteritiedot tälle organisaatiolle
|
179
|
-
new:
|
180
|
-
file: "sähköpostiosoitteet sisältävä .csv-tiedosto"
|
181
228
|
authorizations:
|
182
229
|
new:
|
183
230
|
error: Emme voineet vahvistaa tiliäsi, koska tietojasi ei löytynyt organisaation rekisteristä.
|
@@ -190,6 +237,10 @@ fi-pl:
|
|
190
237
|
user_postal_codes:
|
191
238
|
one: Osallistuminen on rajoitettu osallistujille, joilla on postinumero %{postal_codes}. Oma postinumerosi on %{user_postal_code}.
|
192
239
|
other: 'Osallistuminen on rajoitettu niille käyttäjille, joilla on jokin postinumeroista: %{postal_codes}. Oma postinumerosi on %{user_postal_code}.'
|
240
|
+
errors:
|
241
|
+
invalid_emails: 'Seuraavat sähköpostiosoitteet ovat virheellisiä: %{invalid_emails}.'
|
242
|
+
no_emails: Tiedoston on sisällettävä sähköpostiosoitteita
|
243
|
+
wrong_number_columns: "Tiedoston oletettiin sisältävän %{expected} -niminen sarake, mutta sen sijaan siitä löytyi sarake nimeltä %{actual}."
|
193
244
|
id_documents:
|
194
245
|
admin:
|
195
246
|
config:
|
@@ -254,6 +305,7 @@ fi-pl:
|
|
254
305
|
pending_authorizations:
|
255
306
|
index:
|
256
307
|
address: Osoite
|
308
|
+
already_sent: Tämä paperikirje on jo lähetetty, minkä takia sitä ei voida uudestaan merkitä lähetetyksi.
|
257
309
|
letter_sent_at: Kirje lähetetty osoitteeseen
|
258
310
|
mark_as_sent: Merkitse lähetetyksi
|
259
311
|
not_yet_sent: Ei vielä lähetetty
|
data/config/locales/fi.yml
CHANGED
@@ -4,6 +4,8 @@ fi:
|
|
4
4
|
attributes:
|
5
5
|
authorization:
|
6
6
|
verification_attachment: Vahvistuksen liitetiedosto
|
7
|
+
census_data:
|
8
|
+
file: Tiedosto
|
7
9
|
config:
|
8
10
|
available_methods: Käytettävissä olevat menetelmät
|
9
11
|
offline: Offline
|
@@ -121,6 +123,12 @@ fi:
|
|
121
123
|
email_subject: Tunnistautumisyritys epäonnistui toisen osallistujan tietojen käytön takia
|
122
124
|
notification_title: Osallistuja <a href="%{resource_path}">%{resource_title}</a> yritti tunnistautua toisen osallistujan (<a href="%{managed_user_path}">%{managed_user_name}</a>) tiedoilla.
|
123
125
|
verifications:
|
126
|
+
admin_log:
|
127
|
+
csv_datum:
|
128
|
+
create: "%{user_name} loi uuden henkilötietorekisterin tietueen sähköpostiosoitteella %{resource_email}"
|
129
|
+
delete: "%{user_name} poisti henkilötietorekisterin tietueen sähköpostiosoitteella %{resource_email}"
|
130
|
+
import: "%{user_name} toi %{imported_count} tietuetta henkilötietorekisteriin"
|
131
|
+
update: "%{user_name} päivitti henkilötietorekisterin tietuetta sähköpostiosoitteella %{resource_email}"
|
124
132
|
authorizations:
|
125
133
|
authorization_metadata:
|
126
134
|
info: 'Tämänhetkisen vahvistustavan tiedot:'
|
@@ -161,23 +169,62 @@ fi:
|
|
161
169
|
start_exploring: aloittaa palveluun tutustumisen
|
162
170
|
csv_census:
|
163
171
|
admin:
|
172
|
+
actions:
|
173
|
+
confirm_destroy: Haluatko varmasti poistaa tämän henkilötietorekisterin tietueen?
|
174
|
+
destroy: Poista
|
175
|
+
edit: Muokkaa
|
164
176
|
census:
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
success:
|
169
|
-
|
170
|
-
|
171
|
-
|
177
|
+
create_import:
|
178
|
+
error: Henkilötietorekisterin tuonti epäonnistui.
|
179
|
+
no_user: Käyttäjää ei löytynyt
|
180
|
+
success: '%{count} tietueen tuonti onnistui. Tietoja käsitellään parhaillaan. Päivitä tämä sivu muutaman minuutin kuluttua nähdäksesi muutokset.'
|
181
|
+
destroy:
|
182
|
+
success: Henkilötietorekisteriin tietue poistettiin.
|
183
|
+
index:
|
184
|
+
empty: Henkilötietorekisterissä ei ole tietoja. Käytä %{import_csv} -toimintoa tuodaksesi tiedot järjestelmään CSV-tiedostosta.
|
185
|
+
no_sign_in: Ei ole koskaan kirjautunut sisään
|
186
|
+
no_user: Käyttäjää ei löytynyt
|
187
|
+
last_login:
|
188
|
+
no_sign_in: Ei ole koskaan kirjautunut sisään
|
189
|
+
no_user: Ei käyttäjää
|
190
|
+
new_import:
|
191
|
+
errors:
|
192
|
+
email_exists: Sähköpostiosoite %{email} on jo olemassa organisaatiossa %{organization}.
|
193
|
+
example: |
|
194
|
+
matti.meikalainen@esimerkki.fi
|
195
|
+
minna.meikalainen@esimerkki.fi
|
196
|
+
info: 'On oltava CSV-tiedosto, jossa on vain yksi sarake sähköpostiosoitteille:'
|
197
|
+
submit: Lataa tiedosto
|
198
|
+
title: Tuo henkilötietorekisterin tiedot
|
199
|
+
upload_new_census: Lataa uusi henkilötietorekisteri
|
200
|
+
census_records:
|
201
|
+
create_record:
|
202
|
+
success: Henkilötietorekisterin tietueen lisäys onnistui. Tietoja käsitellään parhaillaan. Päivitä tämä sivu muutaman minuutin kuluttua nähdäksesi muutokset.
|
203
|
+
edit_record:
|
204
|
+
save: Tallenna
|
205
|
+
title: Muokkaa henkilötietorekisterin tietuetta
|
206
|
+
form:
|
207
|
+
email: Sähköpostiosoite
|
208
|
+
new_record:
|
209
|
+
save: Tallenna
|
210
|
+
title: Lisää uusi henkilötietorekisterin tietue
|
211
|
+
update_record:
|
212
|
+
invalid: Henkilötietorekisterin tietueen päivitys epäonnistui.
|
213
|
+
success: Henkilötietorekisterin tietueen päivitys onnistui.
|
172
214
|
index:
|
173
|
-
|
174
|
-
|
215
|
+
add_new_record_button: Lisää uusi tietue
|
216
|
+
authorized: Käyttäjän henkilöllisyys on vahvistettu
|
217
|
+
fields:
|
218
|
+
actions: Toiminnot
|
219
|
+
created_at: Luontihetki
|
220
|
+
email: Sähköpostiosoite
|
221
|
+
user_authorized: Onko käyttäjän henkilöllisyys on vahvistettu?
|
222
|
+
import_csv: Tuo CSV
|
223
|
+
no_authorized: Käyttäjän henkilöllisyyttä ei ole vahvistettu
|
175
224
|
title: Nykyiset rekisteritiedot
|
176
225
|
instructions:
|
177
226
|
body: Käyttääksesi tätä toimintoa sinun on kirjauduttava järjestelmähallintaosioon ja lisättävä csv_census-vahvistustapa organisaatiolle
|
178
227
|
title: Sinun on aktivoitava CSV-rekisteritiedot tälle organisaatiolle
|
179
|
-
new:
|
180
|
-
file: "sähköpostiosoitteet sisältävä .csv-tiedosto"
|
181
228
|
authorizations:
|
182
229
|
new:
|
183
230
|
error: Emme voineet vahvistaa tiliäsi, koska tietojasi ei löytynyt organisaation rekisteristä.
|
@@ -190,6 +237,10 @@ fi:
|
|
190
237
|
user_postal_codes:
|
191
238
|
one: Osallistuminen on rajoitettu osallistujille, joilla on postinumero %{postal_codes}. Oma postinumerosi on %{user_postal_code}.
|
192
239
|
other: 'Osallistuminen on rajoitettu niille käyttäjille, joilla on jokin postinumeroista: %{postal_codes}. Oma postinumerosi on %{user_postal_code}.'
|
240
|
+
errors:
|
241
|
+
invalid_emails: 'Seuraavat sähköpostiosoitteet ovat virheellisiä: %{invalid_emails}.'
|
242
|
+
no_emails: Tiedoston on sisällettävä sähköpostiosoitteita
|
243
|
+
wrong_number_columns: "Tiedoston oletettiin sisältävän %{expected} -niminen sarake, mutta sen sijaan siitä löytyi sarake nimeltä %{actual}."
|
193
244
|
id_documents:
|
194
245
|
admin:
|
195
246
|
config:
|
@@ -254,6 +305,7 @@ fi:
|
|
254
305
|
pending_authorizations:
|
255
306
|
index:
|
256
307
|
address: Osoite
|
308
|
+
already_sent: Tämä paperikirje on jo lähetetty, minkä takia sitä ei voida uudestaan merkitä lähetetyksi.
|
257
309
|
letter_sent_at: Kirje lähetetty osoitteeseen
|
258
310
|
mark_as_sent: Merkitse lähetetyksi
|
259
311
|
not_yet_sent: Ei vielä lähetetty
|