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/fr-CA.yml
    CHANGED
    
    | 
         @@ -4,6 +4,8 @@ fr-CA: 
     | 
|
| 
       4 
4 
     | 
    
         
             
                attributes:
         
     | 
| 
       5 
5 
     | 
    
         
             
                  authorization:
         
     | 
| 
       6 
6 
     | 
    
         
             
                    verification_attachment: Pièce jointe de vérification
         
     | 
| 
      
 7 
     | 
    
         
            +
                  census_data:
         
     | 
| 
      
 8 
     | 
    
         
            +
                    file: Fichier
         
     | 
| 
       7 
9 
     | 
    
         
             
                  config:
         
     | 
| 
       8 
10 
     | 
    
         
             
                    available_methods: Méthodes disponibles
         
     | 
| 
       9 
11 
     | 
    
         
             
                    offline: Hors ligne
         
     | 
| 
         @@ -161,23 +163,13 @@ fr-CA: 
     | 
|
| 
       161 
163 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       162 
164 
     | 
    
         
             
                    admin:
         
     | 
| 
       163 
165 
     | 
    
         
             
                      census:
         
     | 
| 
       164 
     | 
    
         
            -
                         
     | 
| 
       165 
     | 
    
         
            -
                           
     | 
| 
       166 
     | 
    
         
            -
                        destroy_all:
         
     | 
| 
       167 
     | 
    
         
            -
                          success: Toutes les données du recensement ont été supprimées.
         
     | 
| 
       168 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       169 
     | 
    
         
            -
                        confirm: La suppression du recensement est irréversible. Êtes-vous sûr de vouloir continuer ?
         
     | 
| 
       170 
     | 
    
         
            -
                        title: Supprimer toutes les données du recensement
         
     | 
| 
      
 166 
     | 
    
         
            +
                        new_import:
         
     | 
| 
      
 167 
     | 
    
         
            +
                          submit: Déposer un fichier
         
     | 
| 
       171 
168 
     | 
    
         
             
                      index:
         
     | 
| 
       172 
     | 
    
         
            -
                        data: Il y a %{count} enregistrements chargés au total. La dernière date de téléchargement était le %{due_date}.
         
     | 
| 
       173 
     | 
    
         
            -
                        empty: Il n'y a pas de données de recensement. Utilisez le formulaire ci-dessous pour l'importer à l'aide d'un fichier CSV.
         
     | 
| 
       174 
169 
     | 
    
         
             
                        title: Données de recensement actuelles
         
     | 
| 
       175 
170 
     | 
    
         
             
                      instructions:
         
     | 
| 
       176 
171 
     | 
    
         
             
                        body: Pour ce faire, vous devez entrer dans l’administration système et ajouter les autorisations csv_census à l’organisation.
         
     | 
| 
       177 
172 
     | 
    
         
             
                        title: Vous devez activer le recensement CSV pour cette organisation
         
     | 
| 
       178 
     | 
    
         
            -
                      new:
         
     | 
| 
       179 
     | 
    
         
            -
                        file: "Fichier .csv avec données de courrier électronique"
         
     | 
| 
       180 
     | 
    
         
            -
                        submit: Déposer un fichier
         
     | 
| 
       181 
173 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       182 
174 
     | 
    
         
             
                      new:
         
     | 
| 
       183 
175 
     | 
    
         
             
                        error: Nous n'avons pas pu vérifier votre compte ou vous n'êtes pas dans le recensement de l'organisation.
         
     | 
| 
         @@ -254,6 +246,7 @@ fr-CA: 
     | 
|
| 
       254 
246 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       255 
247 
     | 
    
         
             
                        index:
         
     | 
| 
       256 
248 
     | 
    
         
             
                          address: Adresse
         
     | 
| 
      
 249 
     | 
    
         
            +
                          already_sent: La lettre postale a déjà été envoyée et ne peut plus être marquée comme envoyée.
         
     | 
| 
       257 
250 
     | 
    
         
             
                          letter_sent_at: Lettre envoyée à
         
     | 
| 
       258 
251 
     | 
    
         
             
                          mark_as_sent: Marquer comme envoyé
         
     | 
| 
       259 
252 
     | 
    
         
             
                          not_yet_sent: Pas encore envoyé
         
     | 
    
        data/config/locales/fr.yml
    CHANGED
    
    | 
         @@ -4,6 +4,8 @@ fr: 
     | 
|
| 
       4 
4 
     | 
    
         
             
                attributes:
         
     | 
| 
       5 
5 
     | 
    
         
             
                  authorization:
         
     | 
| 
       6 
6 
     | 
    
         
             
                    verification_attachment: Pièce jointe de vérification
         
     | 
| 
      
 7 
     | 
    
         
            +
                  census_data:
         
     | 
| 
      
 8 
     | 
    
         
            +
                    file: Fichier
         
     | 
| 
       7 
9 
     | 
    
         
             
                  config:
         
     | 
| 
       8 
10 
     | 
    
         
             
                    available_methods: Méthodes disponibles
         
     | 
| 
       9 
11 
     | 
    
         
             
                    offline: Hors ligne
         
     | 
| 
         @@ -161,23 +163,13 @@ fr: 
     | 
|
| 
       161 
163 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       162 
164 
     | 
    
         
             
                    admin:
         
     | 
| 
       163 
165 
     | 
    
         
             
                      census:
         
     | 
| 
       164 
     | 
    
         
            -
                         
     | 
| 
       165 
     | 
    
         
            -
                           
     | 
| 
       166 
     | 
    
         
            -
                        destroy_all:
         
     | 
| 
       167 
     | 
    
         
            -
                          success: Toutes les données du recensement ont été supprimées.
         
     | 
| 
       168 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       169 
     | 
    
         
            -
                        confirm: La suppression du recensement est irréversible. Êtes-vous sûr de vouloir continuer ?
         
     | 
| 
       170 
     | 
    
         
            -
                        title: Supprimer toutes les données du recensement
         
     | 
| 
      
 166 
     | 
    
         
            +
                        new_import:
         
     | 
| 
      
 167 
     | 
    
         
            +
                          submit: Déposer un fichier
         
     | 
| 
       171 
168 
     | 
    
         
             
                      index:
         
     | 
| 
       172 
     | 
    
         
            -
                        data: Il y a %{count} enregistrements chargés au total. La dernière date de téléchargement était le %{due_date}.
         
     | 
| 
       173 
     | 
    
         
            -
                        empty: Il n'y a pas de données de recensement. Utilisez le formulaire ci-dessous pour l'importer à l'aide d'un fichier CSV.
         
     | 
| 
       174 
169 
     | 
    
         
             
                        title: Données de recensement actuelles
         
     | 
| 
       175 
170 
     | 
    
         
             
                      instructions:
         
     | 
| 
       176 
171 
     | 
    
         
             
                        body: Pour ce faire, vous devez entrer dans l’administration système et ajouter les autorisations csv_census à l’organisation.
         
     | 
| 
       177 
172 
     | 
    
         
             
                        title: Vous devez activer le recensement CSV pour cette organisation
         
     | 
| 
       178 
     | 
    
         
            -
                      new:
         
     | 
| 
       179 
     | 
    
         
            -
                        file: "Fichier .csv avec données de courrier électronique"
         
     | 
| 
       180 
     | 
    
         
            -
                        submit: Déposer un fichier
         
     | 
| 
       181 
173 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       182 
174 
     | 
    
         
             
                      new:
         
     | 
| 
       183 
175 
     | 
    
         
             
                        error: Nous n'avons pas pu vérifier votre compte ou vous n'êtes pas dans le recensement de l'organisation.
         
     | 
| 
         @@ -254,6 +246,7 @@ fr: 
     | 
|
| 
       254 
246 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       255 
247 
     | 
    
         
             
                        index:
         
     | 
| 
       256 
248 
     | 
    
         
             
                          address: Adresse
         
     | 
| 
      
 249 
     | 
    
         
            +
                          already_sent: La lettre postale a déjà été envoyée et ne peut plus être marquée comme envoyée.
         
     | 
| 
       257 
250 
     | 
    
         
             
                          letter_sent_at: Lettre envoyée à
         
     | 
| 
       258 
251 
     | 
    
         
             
                          mark_as_sent: Marquer comme envoyé
         
     | 
| 
       259 
252 
     | 
    
         
             
                          not_yet_sent: Pas encore envoyé
         
     | 
    
        data/config/locales/gl.yml
    CHANGED
    
    | 
         @@ -89,16 +89,11 @@ gl: 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    start_exploring: comezar a explorar
         
     | 
| 
       90 
90 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       91 
91 
     | 
    
         
             
                    admin:
         
     | 
| 
       92 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       93 
     | 
    
         
            -
                        title: Elimine todos os datos do censo
         
     | 
| 
       94 
92 
     | 
    
         
             
                      index:
         
     | 
| 
       95 
     | 
    
         
            -
                        empty: Non hai datos censuais. Usa o seguinte formulario para importalo usando un ficheiro CSV.
         
     | 
| 
       96 
93 
     | 
    
         
             
                        title: Datos censuais actuais
         
     | 
| 
       97 
94 
     | 
    
         
             
                      instructions:
         
     | 
| 
       98 
95 
     | 
    
         
             
                        body: Para iso debes ingresar na administración do sistema e engadir as autorizacións csv_census á organización
         
     | 
| 
       99 
96 
     | 
    
         
             
                        title: Precisas de activar o censo CSV desta organización
         
     | 
| 
       100 
     | 
    
         
            -
                      new:
         
     | 
| 
       101 
     | 
    
         
            -
                        file: "Ficheiro .csv con datos de correo electrónico"
         
     | 
| 
       102 
97 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       103 
98 
     | 
    
         
             
                      new:
         
     | 
| 
       104 
99 
     | 
    
         
             
                        error: Non puidemos verificar a túa conta ou non estás no censo da organización.
         
     | 
    
        data/config/locales/hu.yml
    CHANGED
    
    | 
         @@ -119,23 +119,11 @@ hu: 
     | 
|
| 
       119 
119 
     | 
    
         
             
                    start_exploring: felfedezés indul
         
     | 
| 
       120 
120 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       121 
121 
     | 
    
         
             
                    admin:
         
     | 
| 
       122 
     | 
    
         
            -
                      census:
         
     | 
| 
       123 
     | 
    
         
            -
                        create:
         
     | 
| 
       124 
     | 
    
         
            -
                          success: Sikeresen importált %{count} elemet (%{errors} hiba).
         
     | 
| 
       125 
     | 
    
         
            -
                        destroy_all:
         
     | 
| 
       126 
     | 
    
         
            -
                          success: Minden névjegyzéki adatot töröltek.
         
     | 
| 
       127 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       128 
     | 
    
         
            -
                        confirm: Az összes névjegyzék törlése nem vonható vissza. Biztos, hogy folytatni szeretné?
         
     | 
| 
       129 
     | 
    
         
            -
                        title: Törölje az összes névjegyzéki adatot
         
     | 
| 
       130 
122 
     | 
    
         
             
                      index:
         
     | 
| 
       131 
     | 
    
         
            -
                        data: Összesen %{count} rekord van betöltve. Az utolsó feltöltés dátuma %{due_date} volt.
         
     | 
| 
       132 
     | 
    
         
            -
                        empty: Nincsenek névjegyzéki adatok. Az alábbi űrlap segítségével importálhatja a CSV-fájlt.
         
     | 
| 
       133 
123 
     | 
    
         
             
                        title: Jelenlegi névjegyzéki adatok
         
     | 
| 
       134 
124 
     | 
    
         
             
                      instructions:
         
     | 
| 
       135 
125 
     | 
    
         
             
                        body: Ehhez be kell lépnie a rendszeradminisztrációba, és hozzá kell adnia a csv_census jogosultságokat a szervezethez
         
     | 
| 
       136 
126 
     | 
    
         
             
                        title: Aktiválnia kell a szervezet névjegyzéki CSV-állományadatait
         
     | 
| 
       137 
     | 
    
         
            -
                      new:
         
     | 
| 
       138 
     | 
    
         
            -
                        file: ".csv fájl e-mail adatokkal"
         
     | 
| 
       139 
127 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       140 
128 
     | 
    
         
             
                      new:
         
     | 
| 
       141 
129 
     | 
    
         
             
                        error: Nem tudtuk ellenőrizni fiókját, vagy nem szerepel a szervezet névjegyzékében.
         
     | 
    
        data/config/locales/id-ID.yml
    CHANGED
    
    | 
         @@ -63,15 +63,10 @@ id: 
     | 
|
| 
       63 
63 
     | 
    
         
             
                    start_exploring: mulai menjelajah
         
     | 
| 
       64 
64 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       65 
65 
     | 
    
         
             
                    admin:
         
     | 
| 
       66 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       67 
     | 
    
         
            -
                        title: Hapus semua data sensus
         
     | 
| 
       68 
66 
     | 
    
         
             
                      index:
         
     | 
| 
       69 
     | 
    
         
            -
                        empty: Tidak ada data sensus. Gunakan formulir di bawah ini untuk mengimpornya menggunakan file CSV.
         
     | 
| 
       70 
67 
     | 
    
         
             
                        title: Data sensus saat ini
         
     | 
| 
       71 
68 
     | 
    
         
             
                      instructions:
         
     | 
| 
       72 
69 
     | 
    
         
             
                        body: Untuk melakukan ini, Anda harus memasukkan administrasi sistem dan menambahkan otorisasi csv_census ke organisasi
         
     | 
| 
       73 
     | 
    
         
            -
                      new:
         
     | 
| 
       74 
     | 
    
         
            -
                        file: "File .csv dengan data email"
         
     | 
| 
       75 
70 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       76 
71 
     | 
    
         
             
                      new:
         
     | 
| 
       77 
72 
     | 
    
         
             
                        error: Kami tidak dapat memverifikasi akun Anda atau Anda tidak ada dalam sensus organisasi.
         
     | 
    
        data/config/locales/it.yml
    CHANGED
    
    | 
         @@ -89,16 +89,11 @@ it: 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    start_exploring: comincia ad esplorare
         
     | 
| 
       90 
90 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       91 
91 
     | 
    
         
             
                    admin:
         
     | 
| 
       92 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       93 
     | 
    
         
            -
                        title: Elimina tutti i dati del censimento
         
     | 
| 
       94 
92 
     | 
    
         
             
                      index:
         
     | 
| 
       95 
     | 
    
         
            -
                        empty: Non ci sono dati del censimento. Utilizza il modulo sottostante per importarlo utilizzando un file CSV.
         
     | 
| 
       96 
93 
     | 
    
         
             
                        title: Dati di censimento attuali
         
     | 
| 
       97 
94 
     | 
    
         
             
                      instructions:
         
     | 
| 
       98 
95 
     | 
    
         
             
                        body: Per fare ciò è necessario inserire l'amministrazione del sistema e aggiungere le autorizzazioni csv_census all'organizzazione
         
     | 
| 
       99 
96 
     | 
    
         
             
                        title: È necessario attivare il censimento CVS per questa organizzazione
         
     | 
| 
       100 
     | 
    
         
            -
                      new:
         
     | 
| 
       101 
     | 
    
         
            -
                        file: "file .csv con dati di posta elettronica"
         
     | 
| 
       102 
97 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       103 
98 
     | 
    
         
             
                      new:
         
     | 
| 
       104 
99 
     | 
    
         
             
                        error: Non è stato possibile verificare il tuo account o non ci si trova nel censimento dell'organizzazione.
         
     | 
    
        data/config/locales/ja.yml
    CHANGED
    
    | 
         @@ -4,6 +4,8 @@ ja: 
     | 
|
| 
       4 
4 
     | 
    
         
             
                attributes:
         
     | 
| 
       5 
5 
     | 
    
         
             
                  authorization:
         
     | 
| 
       6 
6 
     | 
    
         
             
                    verification_attachment: 検証添付ファイル
         
     | 
| 
      
 7 
     | 
    
         
            +
                  census_data:
         
     | 
| 
      
 8 
     | 
    
         
            +
                    file: ファイル
         
     | 
| 
       7 
9 
     | 
    
         
             
                  config:
         
     | 
| 
       8 
10 
     | 
    
         
             
                    available_methods: 利用可能なメソッド
         
     | 
| 
       9 
11 
     | 
    
         
             
                    offline: オフライン
         
     | 
| 
         @@ -121,6 +123,12 @@ ja: 
     | 
|
| 
       121 
123 
     | 
    
         
             
                      email_subject: 他の参加者に対する検証の試みに失敗しました
         
     | 
| 
       122 
124 
     | 
    
         
             
                      notification_title: 参加者 <a href="%{resource_path}">%{resource_title}</a> は、別の参加者 (<a href="%{managed_user_path}">%{managed_user_name}</a>) のデータで自分自身を検証しようとしました。
         
     | 
| 
       123 
125 
     | 
    
         
             
                verifications:
         
     | 
| 
      
 126 
     | 
    
         
            +
                  admin_log:
         
     | 
| 
      
 127 
     | 
    
         
            +
                    csv_datum:
         
     | 
| 
      
 128 
     | 
    
         
            +
                      create: "%{user_name} が新しいセンサスデータレコードを作成しました(メールアドレス: %{resource_email})"
         
     | 
| 
      
 129 
     | 
    
         
            +
                      delete: "%{user_name} がメールアドレス %{resource_email} のセンサスデータの記録を削除しました"
         
     | 
| 
      
 130 
     | 
    
         
            +
                      import: "%{user_name} は %{imported_count} 件のセンサスの記録をインポートしました"
         
     | 
| 
      
 131 
     | 
    
         
            +
                      update: "%{user_name} がメールアドレス %{resource_email} のセンサスデータの記録を更新しました"
         
     | 
| 
       124 
132 
     | 
    
         
             
                  authorizations:
         
     | 
| 
       125 
133 
     | 
    
         
             
                    authorization_metadata:
         
     | 
| 
       126 
134 
     | 
    
         
             
                      info: 'これは現在の検証のデータです。'
         
     | 
| 
         @@ -161,30 +169,62 @@ ja: 
     | 
|
| 
       161 
169 
     | 
    
         
             
                    start_exploring: 探索を始めましょう
         
     | 
| 
       162 
170 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       163 
171 
     | 
    
         
             
                    admin:
         
     | 
| 
      
 172 
     | 
    
         
            +
                      actions:
         
     | 
| 
      
 173 
     | 
    
         
            +
                        confirm_destroy: このセンサスデータの記録を本当に削除してもよろしいですか?
         
     | 
| 
      
 174 
     | 
    
         
            +
                        destroy: 破棄
         
     | 
| 
      
 175 
     | 
    
         
            +
                        edit: 編集
         
     | 
| 
       164 
176 
     | 
    
         
             
                      census:
         
     | 
| 
       165 
     | 
    
         
            -
                         
     | 
| 
      
 177 
     | 
    
         
            +
                        create_import:
         
     | 
| 
       166 
178 
     | 
    
         
             
                          error: センサスのインポート中に問題が発生しました。
         
     | 
| 
       167 
     | 
    
         
            -
                           
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
                         
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
      
 179 
     | 
    
         
            +
                          no_user: ユーザーが見つかりません
         
     | 
| 
      
 180 
     | 
    
         
            +
                          success: '%{count} 件のアイテムを正常にインポートしました。データを処理中です。数分後にページを更新して、変更内容をご確認ください。'
         
     | 
| 
      
 181 
     | 
    
         
            +
                        destroy:
         
     | 
| 
      
 182 
     | 
    
         
            +
                          success: センサスデータレコードが削除されました。
         
     | 
| 
      
 183 
     | 
    
         
            +
                        index:
         
     | 
| 
      
 184 
     | 
    
         
            +
                          empty: センサスデータがありません。CSVファイルをインポートするには %{import_csv} を使用してください。
         
     | 
| 
      
 185 
     | 
    
         
            +
                          no_sign_in: ログインしたことがありません
         
     | 
| 
      
 186 
     | 
    
         
            +
                          no_user: ユーザーが見つかりません
         
     | 
| 
      
 187 
     | 
    
         
            +
                        last_login:
         
     | 
| 
      
 188 
     | 
    
         
            +
                          no_sign_in: ログインしたことがありません
         
     | 
| 
      
 189 
     | 
    
         
            +
                          no_user: ユーザーがいません
         
     | 
| 
      
 190 
     | 
    
         
            +
                        new_import:
         
     | 
| 
      
 191 
     | 
    
         
            +
                          errors:
         
     | 
| 
      
 192 
     | 
    
         
            +
                            email_exists: メールアドレス %{email} はすでに組織 %{organization}に存在します。
         
     | 
| 
      
 193 
     | 
    
         
            +
                          example: |
         
     | 
| 
      
 194 
     | 
    
         
            +
                            john.doe@example.org
         
     | 
| 
      
 195 
     | 
    
         
            +
                            jane.doe@example.org
         
     | 
| 
      
 196 
     | 
    
         
            +
                          info: 'メールアドレスの列が 1 つだけの CSV 形式のファイルである必要があります:'
         
     | 
| 
      
 197 
     | 
    
         
            +
                          submit: ファイルをアップロード
         
     | 
| 
      
 198 
     | 
    
         
            +
                          title: センサスデータのインポート
         
     | 
| 
      
 199 
     | 
    
         
            +
                          upload_new_census: 新しいセンサスをアップロード
         
     | 
| 
      
 200 
     | 
    
         
            +
                      census_records:
         
     | 
| 
      
 201 
     | 
    
         
            +
                        create_record:
         
     | 
| 
      
 202 
     | 
    
         
            +
                          success: センサスデータレコードを正常に追加しました。データを処理中です。数分後にページを更新して、変更内容をご確認ください。
         
     | 
| 
      
 203 
     | 
    
         
            +
                        edit_record:
         
     | 
| 
      
 204 
     | 
    
         
            +
                          save: 保存
         
     | 
| 
      
 205 
     | 
    
         
            +
                          title: センサスレコードを編集
         
     | 
| 
      
 206 
     | 
    
         
            +
                        form:
         
     | 
| 
      
 207 
     | 
    
         
            +
                          email: メールアドレス
         
     | 
| 
      
 208 
     | 
    
         
            +
                        new_record:
         
     | 
| 
      
 209 
     | 
    
         
            +
                          save: 保存
         
     | 
| 
      
 210 
     | 
    
         
            +
                          title: 新しいセンサスレコードを追加
         
     | 
| 
      
 211 
     | 
    
         
            +
                        update_record:
         
     | 
| 
      
 212 
     | 
    
         
            +
                          invalid: センサスデータのレコードを更新する際に問題が発生しました。
         
     | 
| 
      
 213 
     | 
    
         
            +
                          success: センサスデータのレコードを更新しました。
         
     | 
| 
       173 
214 
     | 
    
         
             
                      index:
         
     | 
| 
       174 
     | 
    
         
            -
                         
     | 
| 
       175 
     | 
    
         
            -
                         
     | 
| 
      
 215 
     | 
    
         
            +
                        add_new_record_button: 新しいレコードを追加
         
     | 
| 
      
 216 
     | 
    
         
            +
                        authorized: 承認されているユーザー
         
     | 
| 
      
 217 
     | 
    
         
            +
                        fields:
         
     | 
| 
      
 218 
     | 
    
         
            +
                          actions: アクション
         
     | 
| 
      
 219 
     | 
    
         
            +
                          created_at: 作成日時
         
     | 
| 
      
 220 
     | 
    
         
            +
                          email: メールアドレス
         
     | 
| 
      
 221 
     | 
    
         
            +
                          user_authorized: 承認済み?
         
     | 
| 
      
 222 
     | 
    
         
            +
                        import_csv: CSVをインポート
         
     | 
| 
      
 223 
     | 
    
         
            +
                        no_authorized: 承認されていないユーザー
         
     | 
| 
       176 
224 
     | 
    
         
             
                        title: 現在のセンサスデータ
         
     | 
| 
       177 
225 
     | 
    
         
             
                      instructions:
         
     | 
| 
       178 
226 
     | 
    
         
             
                        body: これを行うには、システム管理を入力し、csv_census の認証を組織に追加する必要があります。
         
     | 
| 
       179 
227 
     | 
    
         
             
                        title: この組織のCSVセンサス認証を有効にする必要があります
         
     | 
| 
       180 
     | 
    
         
            -
                      new:
         
     | 
| 
       181 
     | 
    
         
            -
                        example: |
         
     | 
| 
       182 
     | 
    
         
            -
                          john.doe@example.org
         
     | 
| 
       183 
     | 
    
         
            -
                          jane.doe@example.org
         
     | 
| 
       184 
     | 
    
         
            -
                        file: "電子メールデータを含む.csvファイル"
         
     | 
| 
       185 
     | 
    
         
            -
                        info: 'メールアドレスの列が 1 つだけの CSV 形式のファイルである必要があります:'
         
     | 
| 
       186 
     | 
    
         
            -
                        submit: ファイルをアップロード
         
     | 
| 
       187 
     | 
    
         
            -
                        title: 新しいセンサスをアップロード
         
     | 
| 
       188 
228 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       189 
229 
     | 
    
         
             
                      new:
         
     | 
| 
       190 
230 
     | 
    
         
             
                        error: お客様のアカウントを確認できませんでした。また、組織のセンサスに入っていない場合もあります。
         
     | 
| 
         @@ -195,6 +235,10 @@ ja: 
     | 
|
| 
       195 
235 
     | 
    
         
             
                        other: '参加者は次の郵便番号のいずれかを持つ参加者に制限されています: %{postal_codes}.'
         
     | 
| 
       196 
236 
     | 
    
         
             
                      user_postal_codes:
         
     | 
| 
       197 
237 
     | 
    
         
             
                        other: '参加者は次の郵便番号のいずれかを持つ参加者に制限されています: %{postal_codes}. あなたの郵便番号は %{user_postal_code} です。'
         
     | 
| 
      
 238 
     | 
    
         
            +
                  errors:
         
     | 
| 
      
 239 
     | 
    
         
            +
                    invalid_emails: '次のメールアドレスが無効です: %{invalid_emails}。'
         
     | 
| 
      
 240 
     | 
    
         
            +
                    no_emails: ファイルにはメールアドレスが含まれている必要があります
         
     | 
| 
      
 241 
     | 
    
         
            +
                    wrong_number_columns: "%{expected} 列が期待されていましたが、 %{actual} 列が見つかりました。"
         
     | 
| 
       198 
242 
     | 
    
         
             
                  id_documents:
         
     | 
| 
       199 
243 
     | 
    
         
             
                    admin:
         
     | 
| 
       200 
244 
     | 
    
         
             
                      config:
         
     | 
| 
         @@ -259,6 +303,7 @@ ja: 
     | 
|
| 
       259 
303 
     | 
    
         
             
                      pending_authorizations:
         
     | 
| 
       260 
304 
     | 
    
         
             
                        index:
         
     | 
| 
       261 
305 
     | 
    
         
             
                          address: 住所
         
     | 
| 
      
 306 
     | 
    
         
            +
                          already_sent: 郵送物は既に送信されており、送信済みとして再度マークすることはできません。
         
     | 
| 
       262 
307 
     | 
    
         
             
                          letter_sent_at: 送信日時
         
     | 
| 
       263 
308 
     | 
    
         
             
                          mark_as_sent: 送信済みにする
         
     | 
| 
       264 
309 
     | 
    
         
             
                          not_yet_sent: 送信されていません
         
     | 
    
        data/config/locales/lt.yml
    CHANGED
    
    | 
         @@ -123,23 +123,11 @@ lt: 
     | 
|
| 
       123 
123 
     | 
    
         
             
                    start_exploring: pradėti naršyti
         
     | 
| 
       124 
124 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       125 
125 
     | 
    
         
             
                    admin:
         
     | 
| 
       126 
     | 
    
         
            -
                      census:
         
     | 
| 
       127 
     | 
    
         
            -
                        create:
         
     | 
| 
       128 
     | 
    
         
            -
                          success: Sėkmingai importuota %{count} elementų (%{errors} klaidų).
         
     | 
| 
       129 
     | 
    
         
            -
                        destroy_all:
         
     | 
| 
       130 
     | 
    
         
            -
                          success: Visi surašymo duomenys pašalinti.
         
     | 
| 
       131 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       132 
     | 
    
         
            -
                        confirm: Pašalinus visus surašymo duomenis, veiksmo nebus galima anuliuoti. Ar tikrai norite tęsti?
         
     | 
| 
       133 
     | 
    
         
            -
                        title: Pašalinti visus surašymo duomenis
         
     | 
| 
       134 
126 
     | 
    
         
             
                      index:
         
     | 
| 
       135 
     | 
    
         
            -
                        data: Bendras įkeltų įrašų skaičius – %{count}. Paskutinį kartą įkelta %{due_date}.
         
     | 
| 
       136 
     | 
    
         
            -
                        empty: Surašymo duomenų nėra. Naudokite toliau pateikiamą formą, kad ją importuotumėte naudodami CSV rinkmeną.
         
     | 
| 
       137 
127 
     | 
    
         
             
                        title: Dabartiniai surašymo duomenys
         
     | 
| 
       138 
128 
     | 
    
         
             
                      instructions:
         
     | 
| 
       139 
129 
     | 
    
         
             
                        body: Kad tai padarytumėte, turite nueiti į sistemos administravimo laukelį ir organizacijai suteikti „csv_census“ leidimus
         
     | 
| 
       140 
130 
     | 
    
         
             
                        title: Turite įjungti „cvs_census“ šiai organizacijai
         
     | 
| 
       141 
     | 
    
         
            -
                      new:
         
     | 
| 
       142 
     | 
    
         
            -
                        file: ".csv rinkmena su el. pašto duomenimis"
         
     | 
| 
       143 
131 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       144 
132 
     | 
    
         
             
                      new:
         
     | 
| 
       145 
133 
     | 
    
         
             
                        error: Negalėjome patikrinti jūsų paskyros arba jūsų duomenys neįtraukti į organizacijos surašymo duomenis.
         
     | 
    
        data/config/locales/lv.yml
    CHANGED
    
    | 
         @@ -80,15 +80,10 @@ lv: 
     | 
|
| 
       80 
80 
     | 
    
         
             
                    start_exploring: sāciet izpētīt
         
     | 
| 
       81 
81 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       82 
82 
     | 
    
         
             
                    admin:
         
     | 
| 
       83 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       84 
     | 
    
         
            -
                        title: Dzēst visus skaitīšanas datus
         
     | 
| 
       85 
83 
     | 
    
         
             
                      index:
         
     | 
| 
       86 
     | 
    
         
            -
                        empty: Nav skaitīšanas datu. Izmantojiet turpmāk esošo veidlapu, lai tos importētu, lietojot CSV failu.
         
     | 
| 
       87 
84 
     | 
    
         
             
                        title: Pašreizējie skaitīšanas dati
         
     | 
| 
       88 
85 
     | 
    
         
             
                      instructions:
         
     | 
| 
       89 
86 
     | 
    
         
             
                        body: Lai to izdarītu, jums jāizmanto administratora pilnvaras un organizācijai jāpievieno csv_census pilnvaras
         
     | 
| 
       90 
     | 
    
         
            -
                      new:
         
     | 
| 
       91 
     | 
    
         
            -
                        file: ".csv fails ar e-pasta datiem"
         
     | 
| 
       92 
87 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       93 
88 
     | 
    
         
             
                      new:
         
     | 
| 
       94 
89 
     | 
    
         
             
                        error: Mēs nevarējām verificēt jūsu kontu, vai arī jūs nepiedalāties organizācijas skaitīšanā.
         
     | 
    
        data/config/locales/nl.yml
    CHANGED
    
    | 
         @@ -89,16 +89,11 @@ nl: 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    start_exploring: begin met verkennen
         
     | 
| 
       90 
90 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       91 
91 
     | 
    
         
             
                    admin:
         
     | 
| 
       92 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       93 
     | 
    
         
            -
                        title: Verwijder alle censusgegevens
         
     | 
| 
       94 
92 
     | 
    
         
             
                      index:
         
     | 
| 
       95 
     | 
    
         
            -
                        empty: Er zijn geen censusgegevens. Gebruik het onderstaande formulier om het te importeren met behulp van een CSV-bestand.
         
     | 
| 
       96 
93 
     | 
    
         
             
                        title: Huidige censusgegevens
         
     | 
| 
       97 
94 
     | 
    
         
             
                      instructions:
         
     | 
| 
       98 
95 
     | 
    
         
             
                        body: Hiervoor moet u het systeembeheer invoeren en de csv_census-autorisaties toevoegen aan de organisatie
         
     | 
| 
       99 
96 
     | 
    
         
             
                        title: Je moet de CSV-census voor deze organisatie activeren
         
     | 
| 
       100 
     | 
    
         
            -
                      new:
         
     | 
| 
       101 
     | 
    
         
            -
                        file: ".csv-bestand met e-mailgegevens"
         
     | 
| 
       102 
97 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       103 
98 
     | 
    
         
             
                      new:
         
     | 
| 
       104 
99 
     | 
    
         
             
                        error: We kunnen uw account niet verifiëren of u staat niet in de ledenadministratie van de organisatie.
         
     | 
    
        data/config/locales/no.yml
    CHANGED
    
    | 
         @@ -89,16 +89,11 @@ 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    start_exploring: begynn å utforske
         
     | 
| 
       90 
90 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       91 
91 
     | 
    
         
             
                    admin:
         
     | 
| 
       92 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       93 
     | 
    
         
            -
                        title: Slett alle folketellingsdata
         
     | 
| 
       94 
92 
     | 
    
         
             
                      index:
         
     | 
| 
       95 
     | 
    
         
            -
                        empty: Det er ingen data for folketellingen. Bruk skjemaet nedenfor for å importere det ved hjelp av en CSV-fil.
         
     | 
| 
       96 
93 
     | 
    
         
             
                        title: Nåværende folketelling data
         
     | 
| 
       97 
94 
     | 
    
         
             
                      instructions:
         
     | 
| 
       98 
95 
     | 
    
         
             
                        body: For å gjøre dette må du gå inn i systemadministrasjon og legge til cvs_census autoriseringen til organisasjonen
         
     | 
| 
       99 
96 
     | 
    
         
             
                        title: Du må aktivere CSV-tellingen for denne organisasjonen
         
     | 
| 
       100 
     | 
    
         
            -
                      new:
         
     | 
| 
       101 
     | 
    
         
            -
                        file: ".csv fil med e-postdata"
         
     | 
| 
       102 
97 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       103 
98 
     | 
    
         
             
                      new:
         
     | 
| 
       104 
99 
     | 
    
         
             
                        error: Vi kunne ikke bekrefte kontoen din, eller du er ikke i organisasjonens folketelling.
         
     | 
    
        data/config/locales/pl.yml
    CHANGED
    
    | 
         @@ -144,23 +144,11 @@ pl: 
     | 
|
| 
       144 
144 
     | 
    
         
             
                    start_exploring: zacznij odkrywać
         
     | 
| 
       145 
145 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       146 
146 
     | 
    
         
             
                    admin:
         
     | 
| 
       147 
     | 
    
         
            -
                      census:
         
     | 
| 
       148 
     | 
    
         
            -
                        create:
         
     | 
| 
       149 
     | 
    
         
            -
                          success: Pomyślnie zaimportowano %{count} elementów (%{errors} błędów).
         
     | 
| 
       150 
     | 
    
         
            -
                        destroy_all:
         
     | 
| 
       151 
     | 
    
         
            -
                          success: Wszystkie dane spisu zostały usunięte.
         
     | 
| 
       152 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       153 
     | 
    
         
            -
                        confirm: Operacji usunięcia całości spisu nie można cofnąć. Czy na pewno chcesz kontynuować?
         
     | 
| 
       154 
     | 
    
         
            -
                        title: Usuń wszystkie dane spisu
         
     | 
| 
       155 
147 
     | 
    
         
             
                      index:
         
     | 
| 
       156 
     | 
    
         
            -
                        data: Łącznie załadowano %{count} rekordów. Ostatnia data przesyłki to %{due_date}.
         
     | 
| 
       157 
     | 
    
         
            -
                        empty: Brak danych spisu. Użyj poniższego formularza, aby zaimportować spis za pomocą pliku CSV.
         
     | 
| 
       158 
148 
     | 
    
         
             
                        title: Aktualne dane spisu
         
     | 
| 
       159 
149 
     | 
    
         
             
                      instructions:
         
     | 
| 
       160 
150 
     | 
    
         
             
                        body: Aby to zrobić, musisz wejść do administracji systemem i dodać uprawnienia csv_census do organizacji
         
     | 
| 
       161 
151 
     | 
    
         
             
                        title: Musisz aktywować spis CSV dla tej organizacji
         
     | 
| 
       162 
     | 
    
         
            -
                      new:
         
     | 
| 
       163 
     | 
    
         
            -
                        file: "plik .csv z danymi e-maili"
         
     | 
| 
       164 
152 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       165 
153 
     | 
    
         
             
                      new:
         
     | 
| 
       166 
154 
     | 
    
         
             
                        error: Nie mogliśmy zweryfikować Twojego konta lub nie znajdujesz się w spisie organizacji.
         
     | 
    
        data/config/locales/pt-BR.yml
    CHANGED
    
    | 
         @@ -94,16 +94,11 @@ pt-BR: 
     | 
|
| 
       94 
94 
     | 
    
         
             
                    start_exploring: comece a explorar
         
     | 
| 
       95 
95 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       96 
96 
     | 
    
         
             
                    admin:
         
     | 
| 
       97 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       98 
     | 
    
         
            -
                        title: Excluir todos os dados do censo
         
     | 
| 
       99 
97 
     | 
    
         
             
                      index:
         
     | 
| 
       100 
     | 
    
         
            -
                        empty: Não há dados do censo. Use o formulário abaixo para importá-lo usando um arquivo CSV.
         
     | 
| 
       101 
98 
     | 
    
         
             
                        title: Dados do censo atual
         
     | 
| 
       102 
99 
     | 
    
         
             
                      instructions:
         
     | 
| 
       103 
100 
     | 
    
         
             
                        body: Para fazer isso, você deve entrar na administração do sistema e adicionar as autorizações csv_census à organização
         
     | 
| 
       104 
101 
     | 
    
         
             
                        title: Você precisa ativar o censo CSV para esta organização
         
     | 
| 
       105 
     | 
    
         
            -
                      new:
         
     | 
| 
       106 
     | 
    
         
            -
                        file: "arquivo .csv com dados de e-mails"
         
     | 
| 
       107 
102 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       108 
103 
     | 
    
         
             
                      new:
         
     | 
| 
       109 
104 
     | 
    
         
             
                        error: Não foi possível confirmar sua conta ou você não está no censo da organização.
         
     | 
    
        data/config/locales/pt.yml
    CHANGED
    
    | 
         @@ -89,16 +89,11 @@ pt: 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    start_exploring: comece a explorar
         
     | 
| 
       90 
90 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       91 
91 
     | 
    
         
             
                    admin:
         
     | 
| 
       92 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       93 
     | 
    
         
            -
                        title: Eliminar todos os dados do censo
         
     | 
| 
       94 
92 
     | 
    
         
             
                      index:
         
     | 
| 
       95 
     | 
    
         
            -
                        empty: Não há dados do censo. Use o formulário abaixo para importá-los usando um ficheiro CSV.
         
     | 
| 
       96 
93 
     | 
    
         
             
                        title: Dados do censo atual
         
     | 
| 
       97 
94 
     | 
    
         
             
                      instructions:
         
     | 
| 
       98 
95 
     | 
    
         
             
                        body: Para fazer isto, deverá entrar na administração do sistema e adicionar as autorizações csv_census à organização
         
     | 
| 
       99 
96 
     | 
    
         
             
                        title: Você precisa ativar o recenseamento CSV para esta organização
         
     | 
| 
       100 
     | 
    
         
            -
                      new:
         
     | 
| 
       101 
     | 
    
         
            -
                        file: "ficheiro .csv com dados de e-mails"
         
     | 
| 
       102 
97 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       103 
98 
     | 
    
         
             
                      new:
         
     | 
| 
       104 
99 
     | 
    
         
             
                        error: Não foi possível verificar a sua conta ou não está no censo da organização.
         
     | 
    
        data/config/locales/ro-RO.yml
    CHANGED
    
    | 
         @@ -2,6 +2,8 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            ro:
         
     | 
| 
       3 
3 
     | 
    
         
             
              activemodel:
         
     | 
| 
       4 
4 
     | 
    
         
             
                attributes:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  census_data:
         
     | 
| 
      
 6 
     | 
    
         
            +
                    file: Fișier
         
     | 
| 
       5 
7 
     | 
    
         
             
                  config:
         
     | 
| 
       6 
8 
     | 
    
         
             
                    available_methods: Metode disponibile
         
     | 
| 
       7 
9 
     | 
    
         
             
                    offline: Offline
         
     | 
| 
         @@ -99,21 +101,48 @@ ro: 
     | 
|
| 
       99 
101 
     | 
    
         
             
                    start_exploring: să începeți să explorați
         
     | 
| 
       100 
102 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       101 
103 
     | 
    
         
             
                    admin:
         
     | 
| 
      
 104 
     | 
    
         
            +
                      actions:
         
     | 
| 
      
 105 
     | 
    
         
            +
                        edit: Modificați
         
     | 
| 
       102 
106 
     | 
    
         
             
                      census:
         
     | 
| 
       103 
     | 
    
         
            -
                         
     | 
| 
      
 107 
     | 
    
         
            +
                        create_import:
         
     | 
| 
       104 
108 
     | 
    
         
             
                          error: A apărut o eroare la importarea datelor recensământului.
         
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
      
 109 
     | 
    
         
            +
                          no_user: Niciun utilizator găsit
         
     | 
| 
      
 110 
     | 
    
         
            +
                          success: S-au importat cu succes %{count} elemente. Noi procesăm datele. Reîmprospătați pagina în câteva minute pentru a vedea modificările.
         
     | 
| 
      
 111 
     | 
    
         
            +
                        index:
         
     | 
| 
      
 112 
     | 
    
         
            +
                          no_sign_in: Niciodată conectat
         
     | 
| 
      
 113 
     | 
    
         
            +
                          no_user: Niciun utilizator găsit
         
     | 
| 
      
 114 
     | 
    
         
            +
                        last_login:
         
     | 
| 
      
 115 
     | 
    
         
            +
                          no_sign_in: Niciodată conectat
         
     | 
| 
      
 116 
     | 
    
         
            +
                          no_user: Nu există utilizator
         
     | 
| 
      
 117 
     | 
    
         
            +
                        new_import:
         
     | 
| 
      
 118 
     | 
    
         
            +
                          submit: Încărcați fișierul
         
     | 
| 
      
 119 
     | 
    
         
            +
                          upload_new_census: Încărcați un nou recensământ
         
     | 
| 
      
 120 
     | 
    
         
            +
                      census_records:
         
     | 
| 
      
 121 
     | 
    
         
            +
                        create_record:
         
     | 
| 
      
 122 
     | 
    
         
            +
                          success: S-au importat cu succes înregistrări. Noi procesăm datele. Reîmprospătați pagina în câteva minute pentru a vedea modificările.
         
     | 
| 
      
 123 
     | 
    
         
            +
                        edit_record:
         
     | 
| 
      
 124 
     | 
    
         
            +
                          save: Salvați
         
     | 
| 
      
 125 
     | 
    
         
            +
                          title: Editați înregistrarea recensământului
         
     | 
| 
      
 126 
     | 
    
         
            +
                        form:
         
     | 
| 
      
 127 
     | 
    
         
            +
                          email: Email
         
     | 
| 
      
 128 
     | 
    
         
            +
                        new_record:
         
     | 
| 
      
 129 
     | 
    
         
            +
                          save: Salvați
         
     | 
| 
      
 130 
     | 
    
         
            +
                          title: Adaugați o nouă înregistrare de recensământ
         
     | 
| 
      
 131 
     | 
    
         
            +
                        update_record:
         
     | 
| 
      
 132 
     | 
    
         
            +
                          success: Înregistrare date recensământ actualizată cu succes.
         
     | 
| 
       107 
133 
     | 
    
         
             
                      index:
         
     | 
| 
       108 
     | 
    
         
            -
                         
     | 
| 
      
 134 
     | 
    
         
            +
                        add_new_record_button: Adaugați înregistrare nouă
         
     | 
| 
      
 135 
     | 
    
         
            +
                        authorized: Utilizator autorizat
         
     | 
| 
      
 136 
     | 
    
         
            +
                        fields:
         
     | 
| 
      
 137 
     | 
    
         
            +
                          actions: Acțiuni
         
     | 
| 
      
 138 
     | 
    
         
            +
                          created_at: Creat la
         
     | 
| 
      
 139 
     | 
    
         
            +
                          email: Email
         
     | 
| 
      
 140 
     | 
    
         
            +
                          user_authorized: Utilizator autorizat?
         
     | 
| 
      
 141 
     | 
    
         
            +
                        no_authorized: Utilizator neautorizat
         
     | 
| 
       109 
142 
     | 
    
         
             
                        title: Date de recensământ curente
         
     | 
| 
       110 
143 
     | 
    
         
             
                      instructions:
         
     | 
| 
       111 
144 
     | 
    
         
             
                        body: Pentru a face acest lucru, trebuie să introduci administrarea sistemului şi să adaugi autorizaţiile csv_recensământ în organizaţie
         
     | 
| 
       112 
145 
     | 
    
         
             
                        title: Trebuie să activezi recensământul CSV pentru această organizație
         
     | 
| 
       113 
     | 
    
         
            -
                      new:
         
     | 
| 
       114 
     | 
    
         
            -
                        file: "fișier .csv cu date de e-mail"
         
     | 
| 
       115 
     | 
    
         
            -
                        submit: Încărcați fișierul
         
     | 
| 
       116 
     | 
    
         
            -
                        title: Încărcați un nou recensământ
         
     | 
| 
       117 
146 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       118 
147 
     | 
    
         
             
                      new:
         
     | 
| 
       119 
148 
     | 
    
         
             
                        error: Nu am putut verifica contul tău sau nu ești în recensământul organizației.
         
     | 
| 
         @@ -128,6 +157,9 @@ ro: 
     | 
|
| 
       128 
157 
     | 
    
         
             
                        one: Participarea este limitată la cei cu codul poștal %{postal_codes}, iar codul poștal tău este %{user_postal_code}.
         
     | 
| 
       129 
158 
     | 
    
         
             
                        few: 'Participarea este limitată la cei cu oricare dintre codurile poștale %{postal_codes}, iar codul tău poștal este %{user_postal_code}.'
         
     | 
| 
       130 
159 
     | 
    
         
             
                        other: 'Participarea este limitată la cei cu oricare dintre următoarele coduri poștale: %{postal_codes}. Codul tău poștal este %{user_postal_code}.'
         
     | 
| 
      
 160 
     | 
    
         
            +
                  errors:
         
     | 
| 
      
 161 
     | 
    
         
            +
                    invalid_emails: 'Următoarele adrese de e-mail sunt incorecte: %{invalid_emails}.'
         
     | 
| 
      
 162 
     | 
    
         
            +
                    no_emails: Fișierul trebuie să conțină adrese de e-mail
         
     | 
| 
       131 
163 
     | 
    
         
             
                  id_documents:
         
     | 
| 
       132 
164 
     | 
    
         
             
                    admin:
         
     | 
| 
       133 
165 
     | 
    
         
             
                      config:
         
     | 
    
        data/config/locales/sk.yml
    CHANGED
    
    | 
         @@ -80,15 +80,10 @@ sk: 
     | 
|
| 
       80 
80 
     | 
    
         
             
                    start_exploring: začať skúmať
         
     | 
| 
       81 
81 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       82 
82 
     | 
    
         
             
                    admin:
         
     | 
| 
       83 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       84 
     | 
    
         
            -
                        title: Zmazať všetky dáta sčítania
         
     | 
| 
       85 
83 
     | 
    
         
             
                      index:
         
     | 
| 
       86 
     | 
    
         
            -
                        empty: Neexistujú údaje o sčítaní. Pomocou nižšie uvedeného formulára ho importujte pomocou súboru CSV.
         
     | 
| 
       87 
84 
     | 
    
         
             
                        title: Aktuálne údaje o sčítaní
         
     | 
| 
       88 
85 
     | 
    
         
             
                      instructions:
         
     | 
| 
       89 
86 
     | 
    
         
             
                        body: Ak chcete urobiť, musíte vstúpiť do správy systému a pridať oprávnenia csv_census organizáciu
         
     | 
| 
       90 
     | 
    
         
            -
                      new:
         
     | 
| 
       91 
     | 
    
         
            -
                        file: ".CSV súbor s dátami e-mailov"
         
     | 
| 
       92 
87 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       93 
88 
     | 
    
         
             
                      new:
         
     | 
| 
       94 
89 
     | 
    
         
             
                        error: Váš účet nebol overený, alebo nie ste v sčítanie organizácie.
         
     | 
    
        data/config/locales/sv.yml
    CHANGED
    
    | 
         @@ -2,6 +2,8 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            sv:
         
     | 
| 
       3 
3 
     | 
    
         
             
              activemodel:
         
     | 
| 
       4 
4 
     | 
    
         
             
                attributes:
         
     | 
| 
      
 5 
     | 
    
         
            +
                  census_data:
         
     | 
| 
      
 6 
     | 
    
         
            +
                    file: Fil
         
     | 
| 
       5 
7 
     | 
    
         
             
                  config:
         
     | 
| 
       6 
8 
     | 
    
         
             
                    available_methods: Tillgängliga alternativ
         
     | 
| 
       7 
9 
     | 
    
         
             
                    offline: Offline
         
     | 
| 
         @@ -113,6 +115,12 @@ sv: 
     | 
|
| 
       113 
115 
     | 
    
         
             
                      email_subject: Kunde inte verifiera försök mot en annan deltagare
         
     | 
| 
       114 
116 
     | 
    
         
             
                      notification_title: Deltagaren <a href="%{resource_path}">%{resource_title}</a> har försökt verifiera sig själva med data från en annan deltagare (<a href="%{managed_user_path}">%{managed_user_name}</a>).
         
     | 
| 
       115 
117 
     | 
    
         
             
                verifications:
         
     | 
| 
      
 118 
     | 
    
         
            +
                  admin_log:
         
     | 
| 
      
 119 
     | 
    
         
            +
                    csv_datum:
         
     | 
| 
      
 120 
     | 
    
         
            +
                      create: "%{user_name} Skapade en ny folkräkning med e-post %{resource_email}"
         
     | 
| 
      
 121 
     | 
    
         
            +
                      delete: "%{user_name} Raderade folkräkningen med e-post %{resource_email}"
         
     | 
| 
      
 122 
     | 
    
         
            +
                      import: "%{user_name} Importerade %{imported_count} folkräkningar"
         
     | 
| 
      
 123 
     | 
    
         
            +
                      update: "%{user_name} Uppdaterade folkräkningen med e-post %{resource_email}"
         
     | 
| 
       116 
124 
     | 
    
         
             
                  authorizations:
         
     | 
| 
       117 
125 
     | 
    
         
             
                    authorization_metadata:
         
     | 
| 
       118 
126 
     | 
    
         
             
                      info: 'Följande är uppgifter för den aktuella verifieringen:'
         
     | 
| 
         @@ -145,30 +153,62 @@ sv: 
     | 
|
| 
       145 
153 
     | 
    
         
             
                    start_exploring: börja utforska
         
     | 
| 
       146 
154 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       147 
155 
     | 
    
         
             
                    admin:
         
     | 
| 
      
 156 
     | 
    
         
            +
                      actions:
         
     | 
| 
      
 157 
     | 
    
         
            +
                        confirm_destroy: Är du säker på att du vill ta bort denna folkräkningsdata?
         
     | 
| 
      
 158 
     | 
    
         
            +
                        destroy: Ta bort
         
     | 
| 
      
 159 
     | 
    
         
            +
                        edit: Redigera
         
     | 
| 
       148 
160 
     | 
    
         
             
                      census:
         
     | 
| 
       149 
     | 
    
         
            -
                         
     | 
| 
      
 161 
     | 
    
         
            +
                        create_import:
         
     | 
| 
       150 
162 
     | 
    
         
             
                          error: Det gick inte att importera folkbokföringen.
         
     | 
| 
       151 
     | 
    
         
            -
                           
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
                         
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
      
 163 
     | 
    
         
            +
                          no_user: Ingen användare hittad
         
     | 
| 
      
 164 
     | 
    
         
            +
                          success: Importerade %{count} objekt. Vi behandlar data. Uppdatera sidan om några minuter för att se ändringarna.
         
     | 
| 
      
 165 
     | 
    
         
            +
                        destroy:
         
     | 
| 
      
 166 
     | 
    
         
            +
                          success: Folkräkningsdata har tagits bort.
         
     | 
| 
      
 167 
     | 
    
         
            +
                        index:
         
     | 
| 
      
 168 
     | 
    
         
            +
                          empty: Det finns inga folkräkningsdata. Använd %{import_csv} för att importera en CSV-fil.
         
     | 
| 
      
 169 
     | 
    
         
            +
                          no_sign_in: Aldrig inloggad
         
     | 
| 
      
 170 
     | 
    
         
            +
                          no_user: Ingen användare hittad
         
     | 
| 
      
 171 
     | 
    
         
            +
                        last_login:
         
     | 
| 
      
 172 
     | 
    
         
            +
                          no_sign_in: Aldrig loggat in
         
     | 
| 
      
 173 
     | 
    
         
            +
                          no_user: Ingen användare
         
     | 
| 
      
 174 
     | 
    
         
            +
                        new_import:
         
     | 
| 
      
 175 
     | 
    
         
            +
                          errors:
         
     | 
| 
      
 176 
     | 
    
         
            +
                            email_exists: E-postadressen %{email} finns redan i organisationen %{organization}.
         
     | 
| 
      
 177 
     | 
    
         
            +
                          example: |
         
     | 
| 
      
 178 
     | 
    
         
            +
                            john.doe@example.org
         
     | 
| 
      
 179 
     | 
    
         
            +
                            jane.doe@example.org
         
     | 
| 
      
 180 
     | 
    
         
            +
                          info: 'Filen måste i formatet CSV med endast en kolumn med e-postadress:'
         
     | 
| 
      
 181 
     | 
    
         
            +
                          submit: Ladda upp fil
         
     | 
| 
      
 182 
     | 
    
         
            +
                          title: Importera folkräkningsdata
         
     | 
| 
      
 183 
     | 
    
         
            +
                          upload_new_census: Ladda upp en ny folkräkning
         
     | 
| 
      
 184 
     | 
    
         
            +
                      census_records:
         
     | 
| 
      
 185 
     | 
    
         
            +
                        create_record:
         
     | 
| 
      
 186 
     | 
    
         
            +
                          success: Folkräkningsdata har framgångsrikt lagts till. Vi behandlar data. Uppdatera sidan om några minuter för att se ändringarna.
         
     | 
| 
      
 187 
     | 
    
         
            +
                        edit_record:
         
     | 
| 
      
 188 
     | 
    
         
            +
                          save: Spara
         
     | 
| 
      
 189 
     | 
    
         
            +
                          title: Redigera folkräkning
         
     | 
| 
      
 190 
     | 
    
         
            +
                        form:
         
     | 
| 
      
 191 
     | 
    
         
            +
                          email: E-post
         
     | 
| 
      
 192 
     | 
    
         
            +
                        new_record:
         
     | 
| 
      
 193 
     | 
    
         
            +
                          save: Spara
         
     | 
| 
      
 194 
     | 
    
         
            +
                          title: Lägg till ny folkräkning
         
     | 
| 
      
 195 
     | 
    
         
            +
                        update_record:
         
     | 
| 
      
 196 
     | 
    
         
            +
                          invalid: Det gick inte att uppdatera folkräkningen.
         
     | 
| 
      
 197 
     | 
    
         
            +
                          success: Folkräkningen är uppdaterad.
         
     | 
| 
       157 
198 
     | 
    
         
             
                      index:
         
     | 
| 
       158 
     | 
    
         
            -
                         
     | 
| 
       159 
     | 
    
         
            -
                         
     | 
| 
      
 199 
     | 
    
         
            +
                        add_new_record_button: Lägg till ny post
         
     | 
| 
      
 200 
     | 
    
         
            +
                        authorized: Användaren är behörig
         
     | 
| 
      
 201 
     | 
    
         
            +
                        fields:
         
     | 
| 
      
 202 
     | 
    
         
            +
                          actions: Handlingar
         
     | 
| 
      
 203 
     | 
    
         
            +
                          created_at: Skapad
         
     | 
| 
      
 204 
     | 
    
         
            +
                          email: E-post
         
     | 
| 
      
 205 
     | 
    
         
            +
                          user_authorized: Användare behörig?
         
     | 
| 
      
 206 
     | 
    
         
            +
                        import_csv: Importera CSV
         
     | 
| 
      
 207 
     | 
    
         
            +
                        no_authorized: Användare obehörig
         
     | 
| 
       160 
208 
     | 
    
         
             
                        title: Aktuella medlemsuppgifter
         
     | 
| 
       161 
209 
     | 
    
         
             
                      instructions:
         
     | 
| 
       162 
210 
     | 
    
         
             
                        body: För att göra detta måste du öppna systemadministrationen och lägga till godkännande via csv_census till organisationen
         
     | 
| 
       163 
211 
     | 
    
         
             
                        title: Du måste aktivera medlemsregister via CSV för organisationen
         
     | 
| 
       164 
     | 
    
         
            -
                      new:
         
     | 
| 
       165 
     | 
    
         
            -
                        example: |
         
     | 
| 
       166 
     | 
    
         
            -
                          john.doe@example.org
         
     | 
| 
       167 
     | 
    
         
            -
                          jane.doe@example.org
         
     | 
| 
       168 
     | 
    
         
            -
                        file: ".csv-fil med e-postadresser"
         
     | 
| 
       169 
     | 
    
         
            -
                        info: 'Filen måste i formatet CSV med endast en kolumn med e-postadress:'
         
     | 
| 
       170 
     | 
    
         
            -
                        submit: Ladda upp fil
         
     | 
| 
       171 
     | 
    
         
            -
                        title: Ladda upp en ny folkräkning
         
     | 
| 
       172 
212 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       173 
213 
     | 
    
         
             
                      new:
         
     | 
| 
       174 
214 
     | 
    
         
             
                        error: Vi kunde inte verifiera ditt konto, eller så finns du inte i organisationens medlemsuppgifter.
         
     | 
| 
         @@ -181,6 +221,10 @@ sv: 
     | 
|
| 
       181 
221 
     | 
    
         
             
                      user_postal_codes:
         
     | 
| 
       182 
222 
     | 
    
         
             
                        one: Deltagandet är begränsat till deltagare med postnumret %{postal_codes} och ditt postnummer är %{user_postal_code}.
         
     | 
| 
       183 
223 
     | 
    
         
             
                        other: 'Deltagandet är begränsat till deltagare med något av följande postnummer: %{postal_codes}. Ditt postnummer är %{user_postal_code}.'
         
     | 
| 
      
 224 
     | 
    
         
            +
                  errors:
         
     | 
| 
      
 225 
     | 
    
         
            +
                    invalid_emails: 'Följande e-postadresser är ogiltiga: %{invalid_emails}.'
         
     | 
| 
      
 226 
     | 
    
         
            +
                    no_emails: Filen måste innehålla e-post
         
     | 
| 
      
 227 
     | 
    
         
            +
                    wrong_number_columns: "Kolumnen %{expected} förväntades, men %{actual} hittades."
         
     | 
| 
       184 
228 
     | 
    
         
             
                  id_documents:
         
     | 
| 
       185 
229 
     | 
    
         
             
                    admin:
         
     | 
| 
       186 
230 
     | 
    
         
             
                      config:
         
     | 
    
        data/config/locales/tr-TR.yml
    CHANGED
    
    | 
         @@ -81,16 +81,11 @@ tr: 
     | 
|
| 
       81 
81 
     | 
    
         
             
                    start_exploring: keşfetmeye başla
         
     | 
| 
       82 
82 
     | 
    
         
             
                  csv_census:
         
     | 
| 
       83 
83 
     | 
    
         
             
                    admin:
         
     | 
| 
       84 
     | 
    
         
            -
                      destroy:
         
     | 
| 
       85 
     | 
    
         
            -
                        title: Tüm sayım verilerini sil
         
     | 
| 
       86 
84 
     | 
    
         
             
                      index:
         
     | 
| 
       87 
     | 
    
         
            -
                        empty: Sayım verileri yok. Bir CSV dosyası kullanarak almak için aşağıdaki formu kullanın.
         
     | 
| 
       88 
85 
     | 
    
         
             
                        title: Geçerli kayıt verisi
         
     | 
| 
       89 
86 
     | 
    
         
             
                      instructions:
         
     | 
| 
       90 
87 
     | 
    
         
             
                        body: Bunu yapmak için sistem yönetimine girmeli ve csv_census yetkilerini kuruluşa eklemelisiniz.
         
     | 
| 
       91 
88 
     | 
    
         
             
                        title: Bu kuruluş için CSV sayımını etkinleştirmeniz gerekiyor
         
     | 
| 
       92 
     | 
    
         
            -
                      new:
         
     | 
| 
       93 
     | 
    
         
            -
                        file: "e-posta verileri içeren .csv dosyası"
         
     | 
| 
       94 
89 
     | 
    
         
             
                    authorizations:
         
     | 
| 
       95 
90 
     | 
    
         
             
                      new:
         
     | 
| 
       96 
91 
     | 
    
         
             
                        error: Hesabınızı doğrulayamadık veya kuruluşun sayımına girmediniz.
         
     |