decidim-verifications 0.30.3 → 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 +66 -21
 - data/config/locales/fi-plain.yml +62 -17
 - data/config/locales/fi.yml +62 -17
 - 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/adapter.rb +3 -3
 - 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,6 +4,8 @@ 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 
11 
     | 
    
         
             
                    offline: Off-line
         
     | 
| 
         @@ -16,7 +18,7 @@ eu: 
     | 
|
| 
       16 
18 
     | 
    
         
             
                    document_type: Dokumentu mota
         
     | 
| 
       17 
19 
     | 
    
         
             
                  id_document_upload:
         
     | 
| 
       18 
20 
     | 
    
         
             
                    document_number: Dokumentuaren zenbakia (letraz)
         
     | 
| 
       19 
     | 
    
         
            -
                    document_type:  
     | 
| 
      
 21 
     | 
    
         
            +
                    document_type: Zure dokumentuaren mota
         
     | 
| 
       20 
22 
     | 
    
         
             
                    user: Parte-hartzaileak
         
     | 
| 
       21 
23 
     | 
    
         
             
                    verification_attachment: Zure dokumentuaren eskaneatutako kopia
         
     | 
| 
       22 
24 
     | 
    
         
             
                  mobile_phone:
         
     | 
| 
         @@ -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:'
         
     | 
| 
         @@ -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:
         
     | 
| 
         @@ -224,7 +268,7 @@ eu: 
     | 
|
| 
       224 
268 
     | 
    
         
             
                          verify: Ziurtatu
         
     | 
| 
       225 
269 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       226 
270 
     | 
    
         
             
                        index:
         
     | 
| 
       227 
     | 
    
         
            -
                          config:  
     | 
| 
      
 271 
     | 
    
         
            +
                          config: config
         
     | 
| 
       228 
272 
     | 
    
         
             
                          offline_verification: Off-line egiaztapena
         
     | 
| 
       229 
273 
     | 
    
         
             
                          title: On-line egiaztapenak zain
         
     | 
| 
       230 
274 
     | 
    
         
             
                          verification_number: 'Egiaztapena # %{n}'
         
     | 
| 
         @@ -249,7 +293,7 @@ eu: 
     | 
|
| 
       249 
293 
     | 
    
         
             
                        rejection_notice: Arazo bat egon da zure egiaztapenarekin. Mesedez, saiatu berriro.
         
     | 
| 
       250 
294 
     | 
    
         
             
                        send: Eskatu egiaztapena berriro
         
     | 
| 
       251 
295 
     | 
    
         
             
                      new:
         
     | 
| 
       252 
     | 
    
         
            -
                        send:  
     | 
| 
      
 296 
     | 
    
         
            +
                        send: Eskatu egiaztapena
         
     | 
| 
       253 
297 
     | 
    
         
             
                        title: Igo zure identifikazio agiria
         
     | 
| 
       254 
298 
     | 
    
         
             
                      update:
         
     | 
| 
       255 
299 
     | 
    
         
             
                        error: Arazo bat egon da zure dokumentua berriro igotzean.
         
     | 
| 
         @@ -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
         
     | 
| 
         @@ -281,7 +326,7 @@ eu: 
     | 
|
| 
       281 
326 
     | 
    
         
             
                        waiting_for_letter: Laster gutun bat bidaliko dugu zure helbidera zure egiaztapen-kodearekin.
         
     | 
| 
       282 
327 
     | 
    
         
             
                      new:
         
     | 
| 
       283 
328 
     | 
    
         
             
                        send: Bidali iezadazu gutun bat
         
     | 
| 
       284 
     | 
    
         
            -
                        title:  
     | 
| 
      
 329 
     | 
    
         
            +
                        title: Eskatu egiaztapen-kodea
         
     | 
| 
       285 
330 
     | 
    
         
             
                      update:
         
     | 
| 
       286 
331 
     | 
    
         
             
                        error: Zure egiaztapen-kodea ez dator bat gurearekin. Mesedez, begiratu berriro bidali dizugun gutuna.
         
     | 
| 
       287 
332 
     | 
    
         
             
                        success: Zorionak! Zuzen egiaztatu zara.
         
     | 
    
        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,30 +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 
     | 
    
         
            -
                         
     | 
| 
      
 177 
     | 
    
         
            +
                        create_import:
         
     | 
| 
       166 
178 
     | 
    
         
             
                          error: Henkilötietorekisterin tuonti epäonnistui.
         
     | 
| 
       167 
     | 
    
         
            -
                           
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
                         
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
      
 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.
         
     | 
| 
       173 
214 
     | 
    
         
             
                      index:
         
     | 
| 
       174 
     | 
    
         
            -
                         
     | 
| 
       175 
     | 
    
         
            -
                         
     | 
| 
      
 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
         
     | 
| 
       176 
224 
     | 
    
         
             
                        title: Nykyiset rekisteritiedot
         
     | 
| 
       177 
225 
     | 
    
         
             
                      instructions:
         
     | 
| 
       178 
226 
     | 
    
         
             
                        body: Käyttääksesi tätä toimintoa sinun on kirjauduttava järjestelmähallintaosioon ja lisättävä csv_census-vahvistustapa organisaatiolle
         
     | 
| 
       179 
227 
     | 
    
         
             
                        title: Sinun on aktivoitava CSV-rekisteritiedot tälle organisaatiolle
         
     | 
| 
       180 
     | 
    
         
            -
                      new:
         
     | 
| 
       181 
     | 
    
         
            -
                        example: |
         
     | 
| 
       182 
     | 
    
         
            -
                          matti.meikalainen@esimerkki.fi
         
     | 
| 
       183 
     | 
    
         
            -
                          minna.meikalainen@esimerkki.fi
         
     | 
| 
       184 
     | 
    
         
            -
                        file: "sähköpostiosoitteet sisältävä .csv-tiedosto"
         
     | 
| 
       185 
     | 
    
         
            -
                        info: 'On oltava CSV-tiedosto, jossa on vain yksi sarake sähköpostiosoitteille:'
         
     | 
| 
       186 
     | 
    
         
            -
                        submit: Lataa tiedosto
         
     | 
| 
       187 
     | 
    
         
            -
                        title: Lataa uusi henkilötietorekisteri
         
     | 
| 
       188 
228 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       189 
229 
     | 
    
         
             
                      new:
         
     | 
| 
       190 
230 
     | 
    
         
             
                        error: Emme voineet vahvistaa tiliäsi, koska tietojasi ei löytynyt organisaation rekisteristä.
         
     | 
| 
         @@ -197,6 +237,10 @@ fi-pl: 
     | 
|
| 
       197 
237 
     | 
    
         
             
                      user_postal_codes:
         
     | 
| 
       198 
238 
     | 
    
         
             
                        one: Osallistuminen on rajoitettu osallistujille, joilla on postinumero %{postal_codes}. Oma postinumerosi on %{user_postal_code}.
         
     | 
| 
       199 
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}."
         
     | 
| 
       200 
244 
     | 
    
         
             
                  id_documents:
         
     | 
| 
       201 
245 
     | 
    
         
             
                    admin:
         
     | 
| 
       202 
246 
     | 
    
         
             
                      config:
         
     | 
| 
         @@ -261,6 +305,7 @@ fi-pl: 
     | 
|
| 
       261 
305 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       262 
306 
     | 
    
         
             
                        index:
         
     | 
| 
       263 
307 
     | 
    
         
             
                          address: Osoite
         
     | 
| 
      
 308 
     | 
    
         
            +
                          already_sent: Tämä paperikirje on jo lähetetty, minkä takia sitä ei voida uudestaan merkitä lähetetyksi.
         
     | 
| 
       264 
309 
     | 
    
         
             
                          letter_sent_at: Kirje lähetetty osoitteeseen
         
     | 
| 
       265 
310 
     | 
    
         
             
                          mark_as_sent: Merkitse lähetetyksi
         
     | 
| 
       266 
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,30 +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 
     | 
    
         
            -
                         
     | 
| 
      
 177 
     | 
    
         
            +
                        create_import:
         
     | 
| 
       166 
178 
     | 
    
         
             
                          error: Henkilötietorekisterin tuonti epäonnistui.
         
     | 
| 
       167 
     | 
    
         
            -
                           
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
                         
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
      
 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.
         
     | 
| 
       173 
214 
     | 
    
         
             
                      index:
         
     | 
| 
       174 
     | 
    
         
            -
                         
     | 
| 
       175 
     | 
    
         
            -
                         
     | 
| 
      
 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
         
     | 
| 
       176 
224 
     | 
    
         
             
                        title: Nykyiset rekisteritiedot
         
     | 
| 
       177 
225 
     | 
    
         
             
                      instructions:
         
     | 
| 
       178 
226 
     | 
    
         
             
                        body: Käyttääksesi tätä toimintoa sinun on kirjauduttava järjestelmähallintaosioon ja lisättävä csv_census-vahvistustapa organisaatiolle
         
     | 
| 
       179 
227 
     | 
    
         
             
                        title: Sinun on aktivoitava CSV-rekisteritiedot tälle organisaatiolle
         
     | 
| 
       180 
     | 
    
         
            -
                      new:
         
     | 
| 
       181 
     | 
    
         
            -
                        example: |
         
     | 
| 
       182 
     | 
    
         
            -
                          matti.meikalainen@esimerkki.fi
         
     | 
| 
       183 
     | 
    
         
            -
                          minna.meikalainen@esimerkki.fi
         
     | 
| 
       184 
     | 
    
         
            -
                        file: "sähköpostiosoitteet sisältävä .csv-tiedosto"
         
     | 
| 
       185 
     | 
    
         
            -
                        info: 'On oltava CSV-tiedosto, jossa on vain yksi sarake sähköpostiosoitteille:'
         
     | 
| 
       186 
     | 
    
         
            -
                        submit: Lataa tiedosto
         
     | 
| 
       187 
     | 
    
         
            -
                        title: Lataa uusi henkilötietorekisteri
         
     | 
| 
       188 
228 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       189 
229 
     | 
    
         
             
                      new:
         
     | 
| 
       190 
230 
     | 
    
         
             
                        error: Emme voineet vahvistaa tiliäsi, koska tietojasi ei löytynyt organisaation rekisteristä.
         
     | 
| 
         @@ -197,6 +237,10 @@ fi: 
     | 
|
| 
       197 
237 
     | 
    
         
             
                      user_postal_codes:
         
     | 
| 
       198 
238 
     | 
    
         
             
                        one: Osallistuminen on rajoitettu osallistujille, joilla on postinumero %{postal_codes}. Oma postinumerosi on %{user_postal_code}.
         
     | 
| 
       199 
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}."
         
     | 
| 
       200 
244 
     | 
    
         
             
                  id_documents:
         
     | 
| 
       201 
245 
     | 
    
         
             
                    admin:
         
     | 
| 
       202 
246 
     | 
    
         
             
                      config:
         
     | 
| 
         @@ -261,6 +305,7 @@ fi: 
     | 
|
| 
       261 
305 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       262 
306 
     | 
    
         
             
                        index:
         
     | 
| 
       263 
307 
     | 
    
         
             
                          address: Osoite
         
     | 
| 
      
 308 
     | 
    
         
            +
                          already_sent: Tämä paperikirje on jo lähetetty, minkä takia sitä ei voida uudestaan merkitä lähetetyksi.
         
     | 
| 
       264 
309 
     | 
    
         
             
                          letter_sent_at: Kirje lähetetty osoitteeseen
         
     | 
| 
       265 
310 
     | 
    
         
             
                          mark_as_sent: Merkitse lähetetyksi
         
     | 
| 
       266 
311 
     | 
    
         
             
                          not_yet_sent: Ei vielä lähetetty
         
     |