decidim-verifications 0.27.3 → 0.27.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/verifications/csv_census/admin/census/index.html.erb +1 -0
- data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +1 -0
- data/app/views/decidim/verifications/postal_letter/admin/pending_authorizations/index.html.erb +1 -0
- data/config/environment.rb +0 -0
- data/config/locales/ca.yml +4 -0
- data/config/locales/cs.yml +4 -0
- data/config/locales/de.yml +28 -11
- data/config/locales/en.yml +4 -0
- data/config/locales/es-MX.yml +4 -0
- data/config/locales/es-PY.yml +4 -0
- data/config/locales/es.yml +4 -0
- data/config/locales/fi-plain.yml +4 -0
- data/config/locales/fi.yml +4 -0
- data/config/locales/fr-CA.yml +4 -0
- data/config/locales/fr.yml +4 -0
- data/config/locales/ja.yml +4 -0
- data/lib/decidim/verifications/version.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0876daacf5843de75e8bcc983e461321e8c4dda211240dbcfaf5b4b96a18f04e'
|
4
|
+
data.tar.gz: a64506d6ccb0a9f8ca061a6a00fcef017abd653d1a3e5f7206e43deaad7cffc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d20803a28557abc2527163c4a5c803b3a8a8176505a37ad0cb222e9b948d4510d4cfd9bc50eda42c777806eeed6035ef81ba4eed24e09695af54941a07ad178d
|
7
|
+
data.tar.gz: 8d72f0a369bd63461096a146f4d74f34b6b14575635a8311ec66d310845bca08a6a0be780a2889400a581985f5ac71d57631cc37313eb980fc7aecb69ec7a916
|
File without changes
|
data/config/locales/ca.yml
CHANGED
@@ -7,6 +7,8 @@ ca:
|
|
7
7
|
offline: Sense connexió
|
8
8
|
offline_explanation: Instruccions per a la verificació presencial
|
9
9
|
online: En línia
|
10
|
+
confirmation:
|
11
|
+
verification_code: Codi de verificació
|
10
12
|
id_document_information:
|
11
13
|
document_number: Número de document (amb lletra)
|
12
14
|
document_type: Tipus del document
|
@@ -15,6 +17,8 @@ ca:
|
|
15
17
|
document_type: Tipus del teu document
|
16
18
|
user: Participant
|
17
19
|
verification_attachment: Còpia escanejada del teu document
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Número de telèfon mòbil
|
18
22
|
offline_confirmation:
|
19
23
|
email: Correu electrònic de la participant
|
20
24
|
postal_letter_address:
|
data/config/locales/cs.yml
CHANGED
@@ -7,6 +7,8 @@ cs:
|
|
7
7
|
offline: Offline
|
8
8
|
offline_explanation: Pokyny pro ověření offline
|
9
9
|
online: Online
|
10
|
+
confirmation:
|
11
|
+
verification_code: Ověřovací kód
|
10
12
|
id_document_information:
|
11
13
|
document_number: Číslo dokladu (s písmeny)
|
12
14
|
document_type: Typ dokumentu
|
@@ -15,6 +17,8 @@ cs:
|
|
15
17
|
document_type: Typ dokumentu
|
16
18
|
user: Uživatel
|
17
19
|
verification_attachment: Naskenovaná kopie dokumentu
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Číslo mobilního telefonu
|
18
22
|
offline_confirmation:
|
19
23
|
email: Uživatelský e-mail
|
20
24
|
postal_letter_address:
|
data/config/locales/de.yml
CHANGED
@@ -7,6 +7,8 @@ de:
|
|
7
7
|
offline: Offline
|
8
8
|
offline_explanation: Anweisungen zur Offline-Verifizierung
|
9
9
|
online: Online
|
10
|
+
confirmation:
|
11
|
+
verification_code: Bestätigungscode
|
10
12
|
id_document_information:
|
11
13
|
document_number: Dokumentennummer (mit Buchstaben)
|
12
14
|
document_type: Art des Dokuments
|
@@ -15,6 +17,8 @@ de:
|
|
15
17
|
document_type: Art Ihres Dokuments
|
16
18
|
user: Benutzer
|
17
19
|
verification_attachment: Gescannte Kopie Ihres Dokuments
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Mobiltelefonnummer
|
18
22
|
offline_confirmation:
|
19
23
|
email: Benutzer Email
|
20
24
|
postal_letter_address:
|
@@ -24,6 +28,12 @@ de:
|
|
24
28
|
postal_letter_postage:
|
25
29
|
full_address: Vollständige Adresse
|
26
30
|
verification_code: Bestätigungscode
|
31
|
+
errors:
|
32
|
+
models:
|
33
|
+
census_data:
|
34
|
+
attributes:
|
35
|
+
file:
|
36
|
+
malformed: Fehlerhafte Importdatei. Bitte lesen Sie die Anweisungen sorgfältig durch und stellen Sie sicher, dass die Datei UTF-8 kodiert ist.
|
27
37
|
decidim:
|
28
38
|
admin:
|
29
39
|
menu:
|
@@ -65,7 +75,7 @@ de:
|
|
65
75
|
- Sobald Sie den Brief als gesendet markiert haben, kann der Benutzer den Code einführen und verifiziert werden.
|
66
76
|
csv_census:
|
67
77
|
explanation: Lassen Sie sich anhand der Volkszählung der Organisation überprüfen
|
68
|
-
name:
|
78
|
+
name: Zählung der Organisation
|
69
79
|
direct: Direkte
|
70
80
|
help: Hilfe
|
71
81
|
id_documents:
|
@@ -76,6 +86,13 @@ de:
|
|
76
86
|
postal_letter:
|
77
87
|
explanation: Wir senden Ihnen einen Brief mit einem Code, den Sie eingeben müssen, damit wir Ihre Adresse bestätigen können
|
78
88
|
name: Code per Post
|
89
|
+
events:
|
90
|
+
verifications:
|
91
|
+
verify_with_managed_user:
|
92
|
+
email_intro: Der Teilnehmer <a href="%{resource_url}">%{resource_title}</a> hat versucht, sich mit den Daten eines anderen Teilnehmers (<a href="%{managed_user_url}">%{managed_user_name}</a>) zu verifizieren.
|
93
|
+
email_outro: Prüfen Sie die <a href="%{conflicts_url}">Konfliktliste der Verifizierungsmethode</a> und wenden Sie sich an den Teilnehmer, um dessen Details zu überprüfen und das Problem zu lösen.
|
94
|
+
email_subject: Verifizierungsversuch gegenüber eines anderen Teilnehmers fehlgeschlagen
|
95
|
+
notification_title: Der Teilnehmer <a href="%{resource_path}">%{resource_title}</a> hat versucht, sich mit den Daten eines anderen Teilnehmers (<a href="%{managed_user_path}">%{managed_user_name}</a>) zu verifizieren.
|
79
96
|
verifications:
|
80
97
|
authorizations:
|
81
98
|
authorization_metadata:
|
@@ -91,7 +108,7 @@ de:
|
|
91
108
|
first_login:
|
92
109
|
actions:
|
93
110
|
another_dummy_authorization_handler: Überprüfen Sie anhand eines anderen Beispiels des Autorisierungshandlers
|
94
|
-
csv_census: Vergewissern Sie sich anhand der
|
111
|
+
csv_census: Vergewissern Sie sich anhand der Erhebung der Organisation
|
95
112
|
dummy_authorization_handler: Überprüfen Sie anhand des Beispielautorisierungshandlers
|
96
113
|
dummy_authorization_workflow: Überprüfen Sie anhand des beispielhaften Autorisierungsworkflows
|
97
114
|
id_documents: Bestätigen Sie, indem Sie Ihr Identitätsdokument hochladen
|
@@ -119,28 +136,28 @@ de:
|
|
119
136
|
admin:
|
120
137
|
census:
|
121
138
|
create:
|
122
|
-
error: Beim Import der
|
139
|
+
error: Beim Import der Erhebung ist ein Fehler aufgetreten.
|
123
140
|
success: Erfolgreich importiert %{count} Artikel (%{errors} Fehler)
|
124
141
|
destroy_all:
|
125
|
-
success: Alle
|
142
|
+
success: Alle Erhebungsdaten wurden gelöscht
|
126
143
|
destroy:
|
127
|
-
confirm:
|
128
|
-
title: Löschen Sie alle
|
144
|
+
confirm: '"Erhebung löschen" kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?'
|
145
|
+
title: Löschen Sie alle Erhebungsdaten
|
129
146
|
index:
|
130
147
|
data: Insgesamt wurden %{count} Datensätze geladen. Das letzte Upload-Datum war am %{due_date}
|
131
|
-
empty: Es gibt keine
|
132
|
-
title: Aktuelle
|
148
|
+
empty: Es gibt keine Daten in dieser Erhebung. Verwenden Sie das folgende Formular, um es mit einer CSV-Datei zu importieren.
|
149
|
+
title: Aktuelle Erhebungsdaten
|
133
150
|
instructions:
|
134
151
|
body: Dazu müssen Sie die Systemverwaltung eingeben und der Organisation die csv_census-Berechtigungen hinzufügen
|
135
|
-
title: Sie müssen die CSV
|
152
|
+
title: Sie müssen die CSV Erhebung für diese Organisation aktivieren
|
136
153
|
new:
|
137
154
|
file: "CSV-Datei mit E-Mail-Daten"
|
138
155
|
info: 'Muss eine Datei im CSV-Format sein, mit nur einer Spalte der E-Mail-Adresse:'
|
139
156
|
submit: Datei hochladen
|
140
|
-
title: Laden Sie eine neue
|
157
|
+
title: Laden Sie eine neue Erhebung hoch
|
141
158
|
authorizations:
|
142
159
|
new:
|
143
|
-
error: Wir konnten Ihr Konto nicht bestätigen oder Sie befinden sich nicht in der
|
160
|
+
error: Wir konnten Ihr Konto nicht bestätigen oder Sie befinden sich nicht in der Erhebung der Organisation.
|
144
161
|
success: Ihr Konto wurde erfolgreich verifiziert.
|
145
162
|
dummy_authorization:
|
146
163
|
extra_explanation:
|
data/config/locales/en.yml
CHANGED
@@ -7,6 +7,8 @@ en:
|
|
7
7
|
offline: Offline
|
8
8
|
offline_explanation: Instructions for offline verification
|
9
9
|
online: Online
|
10
|
+
confirmation:
|
11
|
+
verification_code: Verification code
|
10
12
|
id_document_information:
|
11
13
|
document_number: Document number (with letter)
|
12
14
|
document_type: Type of the document
|
@@ -15,6 +17,8 @@ en:
|
|
15
17
|
document_type: Type of your document
|
16
18
|
user: Participant
|
17
19
|
verification_attachment: Scanned copy of your document
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Mobile phone number
|
18
22
|
offline_confirmation:
|
19
23
|
email: Participant email
|
20
24
|
postal_letter_address:
|
data/config/locales/es-MX.yml
CHANGED
@@ -7,6 +7,8 @@ es-MX:
|
|
7
7
|
offline: Desconectado
|
8
8
|
offline_explanation: Instrucciones para la verificación fuera de línea
|
9
9
|
online: En línea
|
10
|
+
confirmation:
|
11
|
+
verification_code: Código de verificación
|
10
12
|
id_document_information:
|
11
13
|
document_number: Número de documento (con letra)
|
12
14
|
document_type: Tipo de documento
|
@@ -15,6 +17,8 @@ es-MX:
|
|
15
17
|
document_type: Tipo de tu documento
|
16
18
|
user: Usuario
|
17
19
|
verification_attachment: Copia escaneada de tu documento
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Número de teléfono móvil
|
18
22
|
offline_confirmation:
|
19
23
|
email: Email del usuario
|
20
24
|
postal_letter_address:
|
data/config/locales/es-PY.yml
CHANGED
@@ -7,6 +7,8 @@ es-PY:
|
|
7
7
|
offline: Desconectado
|
8
8
|
offline_explanation: Instrucciones para la verificación fuera de línea
|
9
9
|
online: En línea
|
10
|
+
confirmation:
|
11
|
+
verification_code: Código de verificación
|
10
12
|
id_document_information:
|
11
13
|
document_number: Número de documento (con letra)
|
12
14
|
document_type: Tipo de documento
|
@@ -15,6 +17,8 @@ es-PY:
|
|
15
17
|
document_type: Tipo de tu documento
|
16
18
|
user: Usuario
|
17
19
|
verification_attachment: Copia escaneada de tu documento
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Número de teléfono móvil
|
18
22
|
offline_confirmation:
|
19
23
|
email: Email del usuario
|
20
24
|
postal_letter_address:
|
data/config/locales/es.yml
CHANGED
@@ -7,6 +7,8 @@ es:
|
|
7
7
|
offline: Sin conexión
|
8
8
|
offline_explanation: Instrucciones para la verificación presencial
|
9
9
|
online: En línea
|
10
|
+
confirmation:
|
11
|
+
verification_code: Código de verificación
|
10
12
|
id_document_information:
|
11
13
|
document_number: Número de documento (con letra)
|
12
14
|
document_type: Tipo de documento
|
@@ -15,6 +17,8 @@ es:
|
|
15
17
|
document_type: Tipo de tu documento
|
16
18
|
user: Participante
|
17
19
|
verification_attachment: Copia escaneada de tu documento
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Número de teléfono móvil
|
18
22
|
offline_confirmation:
|
19
23
|
email: Correo electrónico de la participante
|
20
24
|
postal_letter_address:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -7,6 +7,8 @@ fi-pl:
|
|
7
7
|
offline: Offline
|
8
8
|
offline_explanation: Ohjeet offline-vahvistamiseen
|
9
9
|
online: Verkossa
|
10
|
+
confirmation:
|
11
|
+
verification_code: Vahvistuskoodi
|
10
12
|
id_document_information:
|
11
13
|
document_number: Asiakirjan numero (kirjeellä toimitettava)
|
12
14
|
document_type: Asiakirjan tyyppi
|
@@ -15,6 +17,8 @@ fi-pl:
|
|
15
17
|
document_type: Asiakirjan tyyppi
|
16
18
|
user: Käyttäjä
|
17
19
|
verification_attachment: Asiakirjan skannattu kopio
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Matkapuhelimen numero
|
18
22
|
offline_confirmation:
|
19
23
|
email: Käyttäjän sähköposti
|
20
24
|
postal_letter_address:
|
data/config/locales/fi.yml
CHANGED
@@ -7,6 +7,8 @@ fi:
|
|
7
7
|
offline: Offline
|
8
8
|
offline_explanation: Ohjeet offline-vahvistamiseen
|
9
9
|
online: Verkossa
|
10
|
+
confirmation:
|
11
|
+
verification_code: Vahvistuskoodi
|
10
12
|
id_document_information:
|
11
13
|
document_number: Asiakirjan numero (kirjeellä toimitettava)
|
12
14
|
document_type: Asiakirjan tyyppi
|
@@ -15,6 +17,8 @@ fi:
|
|
15
17
|
document_type: Asiakirjan tyyppi
|
16
18
|
user: Käyttäjä
|
17
19
|
verification_attachment: Asiakirjan skannattu kopio
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Matkapuhelimen numero
|
18
22
|
offline_confirmation:
|
19
23
|
email: Käyttäjän sähköposti
|
20
24
|
postal_letter_address:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -7,6 +7,8 @@ fr-CA:
|
|
7
7
|
offline: Hors ligne
|
8
8
|
offline_explanation: Instructions pour la vérification hors ligne
|
9
9
|
online: En ligne
|
10
|
+
confirmation:
|
11
|
+
verification_code: Code de vérification
|
10
12
|
id_document_information:
|
11
13
|
document_number: Numéro de document (avec lettre)
|
12
14
|
document_type: Type de document
|
@@ -15,6 +17,8 @@ fr-CA:
|
|
15
17
|
document_type: Type de votre document
|
16
18
|
user: Utilisateur
|
17
19
|
verification_attachment: Copie scannée du document
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Numéro de téléphone portable
|
18
22
|
offline_confirmation:
|
19
23
|
email: Email de l'utilisateur
|
20
24
|
postal_letter_address:
|
data/config/locales/fr.yml
CHANGED
@@ -7,6 +7,8 @@ fr:
|
|
7
7
|
offline: Hors ligne
|
8
8
|
offline_explanation: Instructions pour la vérification hors ligne
|
9
9
|
online: En ligne
|
10
|
+
confirmation:
|
11
|
+
verification_code: Code de vérification
|
10
12
|
id_document_information:
|
11
13
|
document_number: Numéro de document (avec lettre)
|
12
14
|
document_type: Type de document
|
@@ -15,6 +17,8 @@ fr:
|
|
15
17
|
document_type: Type de votre document
|
16
18
|
user: Utilisateur
|
17
19
|
verification_attachment: Copie scannée du document
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: Numéro de téléphone portable
|
18
22
|
offline_confirmation:
|
19
23
|
email: Email de l'utilisateur
|
20
24
|
postal_letter_address:
|
data/config/locales/ja.yml
CHANGED
@@ -7,6 +7,8 @@ ja:
|
|
7
7
|
offline: オフライン
|
8
8
|
offline_explanation: オフライン確認の手順
|
9
9
|
online: オンライン
|
10
|
+
confirmation:
|
11
|
+
verification_code: 確認コード
|
10
12
|
id_document_information:
|
11
13
|
document_number: ドキュメント番号(文字付き)
|
12
14
|
document_type: ドキュメントの種類
|
@@ -15,6 +17,8 @@ ja:
|
|
15
17
|
document_type: 書類の種類
|
16
18
|
user: 参加者
|
17
19
|
verification_attachment: スキャンされたドキュメントのコピー
|
20
|
+
mobile_phone:
|
21
|
+
mobile_phone_number: 携帯電話番号
|
18
22
|
offline_confirmation:
|
19
23
|
email: 参加者のメールアドレス
|
20
24
|
postal_letter_address:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-verifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.27.
|
4
|
+
version: 0.27.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Rodriguez
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-core
|
@@ -16,42 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.27.
|
19
|
+
version: 0.27.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.27.
|
26
|
+
version: 0.27.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-admin
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.27.
|
33
|
+
version: 0.27.4
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.27.
|
40
|
+
version: 0.27.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-dev
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.27.
|
47
|
+
version: 0.27.4
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.27.
|
54
|
+
version: 0.27.4
|
55
55
|
description: Several verification methods for your decidim instance
|
56
56
|
email:
|
57
57
|
- deivid.rodriguez@riseup.net
|
@@ -140,6 +140,7 @@ files:
|
|
140
140
|
- app/views/decidim/verifications/sms/authorizations/edit.html.erb
|
141
141
|
- app/views/decidim/verifications/sms/authorizations/new.html.erb
|
142
142
|
- app/views/dummy_authorization/_form.html.erb
|
143
|
+
- config/environment.rb
|
143
144
|
- config/locales/am-ET.yml
|
144
145
|
- config/locales/ar-SA.yml
|
145
146
|
- config/locales/ar.yml
|
@@ -251,7 +252,7 @@ homepage: https://github.com/decidim/decidim
|
|
251
252
|
licenses:
|
252
253
|
- AGPL-3.0
|
253
254
|
metadata: {}
|
254
|
-
post_install_message:
|
255
|
+
post_install_message:
|
255
256
|
rdoc_options: []
|
256
257
|
require_paths:
|
257
258
|
- lib
|
@@ -267,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
267
268
|
version: '0'
|
268
269
|
requirements: []
|
269
270
|
rubygems_version: 3.2.22
|
270
|
-
signing_key:
|
271
|
+
signing_key:
|
271
272
|
specification_version: 4
|
272
273
|
summary: Decidim verifications module
|
273
274
|
test_files: []
|