decidim-verifications 0.27.10 → 0.28.0.rc4
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 +4 -26
- data/app/cells/decidim/verifications/revocations/show.erb +18 -16
- data/app/commands/decidim/verifications/authorize_user.rb +24 -3
- data/app/commands/decidim/verifications/confirm_user_authorization.rb +1 -1
- data/app/commands/decidim/verifications/csv_census/admin/create_census_data.rb +1 -1
- data/app/commands/decidim/verifications/id_documents/admin/confirm_user_offline_authorization.rb +1 -1
- data/app/commands/decidim/verifications/perform_authorization_step.rb +1 -1
- data/app/commands/decidim/verifications/revoke_all_authorizations.rb +2 -2
- data/app/commands/decidim/verifications/revoke_by_condition_authorizations.rb +3 -3
- data/app/controllers/concerns/decidim/verifications/renewable.rb +2 -2
- data/app/controllers/decidim/verifications/application_controller.rb +3 -0
- data/app/controllers/decidim/verifications/authorizations_controller.rb +20 -4
- data/app/controllers/decidim/verifications/id_documents/authorizations_controller.rb +6 -6
- data/app/controllers/decidim/verifications/sms/authorizations_controller.rb +7 -11
- data/app/events/decidim/verifications/managed_user_error_event.rb +3 -8
- data/app/forms/decidim/verifications/id_documents/information_form.rb +4 -8
- data/app/forms/decidim/verifications/postal_letter/postage_form.rb +1 -1
- data/app/forms/decidim/verifications/sms/mobile_phone_form.rb +7 -3
- data/app/helpers/decidim/verifications/application_helper.rb +91 -0
- data/app/jobs/decidim/verifications/csv_census/application_job.rb +1 -1
- data/app/jobs/decidim/verifications/csv_census/remove_duplicates_job.rb +1 -1
- data/app/models/decidim/verifications/csv_census/data.rb +1 -1
- data/app/models/decidim/verifications/csv_datum.rb +3 -3
- data/app/packs/entrypoints/decidim_verifications.js +2 -0
- data/app/packs/stylesheets/verifications.scss +58 -0
- data/app/presenters/decidim/verifications/postal_letter/authorization_presenter.rb +1 -1
- data/app/queries/decidim/verifications/authorizations.rb +2 -2
- data/app/services/decidim/authorization_handler.rb +45 -13
- data/app/views/decidim/verifications/authorizations/_item.html.erb +31 -0
- data/app/views/decidim/verifications/authorizations/first_login.html.erb +20 -21
- data/app/views/decidim/verifications/authorizations/index.html.erb +28 -73
- data/app/views/decidim/verifications/authorizations/new.html.erb +27 -29
- data/app/views/decidim/verifications/authorizations/renew_modal.html.erb +23 -30
- data/app/views/decidim/verifications/csv_census/admin/census/index.html.erb +54 -39
- data/app/views/decidim/verifications/csv_census/admin/census/instructions.html.erb +3 -2
- data/app/views/decidim/verifications/id_documents/admin/config/edit.html.erb +30 -21
- data/app/views/decidim/verifications/id_documents/admin/confirmations/new.html.erb +38 -22
- data/app/views/decidim/verifications/id_documents/admin/offline_confirmations/new.html.erb +39 -21
- data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +4 -4
- data/app/views/decidim/verifications/id_documents/authorizations/_form.html.erb +4 -10
- data/app/views/decidim/verifications/id_documents/authorizations/choose.html.erb +10 -19
- data/app/views/decidim/verifications/id_documents/authorizations/edit.html.erb +32 -41
- data/app/views/decidim/verifications/id_documents/authorizations/new.html.erb +19 -25
- data/app/views/decidim/verifications/postal_letter/admin/pending_authorizations/index.html.erb +53 -48
- data/app/views/decidim/verifications/postal_letter/authorizations/edit.html.erb +32 -34
- data/app/views/decidim/verifications/postal_letter/authorizations/new.html.erb +20 -25
- data/app/views/decidim/verifications/sms/authorizations/edit.html.erb +25 -34
- data/app/views/decidim/verifications/sms/authorizations/new.html.erb +20 -25
- data/app/views/dummy_authorization/_form.html.erb +6 -16
- data/app/views/layouts/decidim/authorizations.html.erb +8 -0
- data/config/assets.rb +8 -0
- data/config/locales/ar.yml +3 -50
- data/config/locales/bg.yml +4 -266
- data/config/locales/ca.yml +46 -39
- data/config/locales/cs.yml +48 -41
- data/config/locales/de.yml +44 -37
- data/config/locales/el.yml +3 -59
- data/config/locales/en.yml +52 -45
- data/config/locales/es-MX.yml +47 -40
- data/config/locales/es-PY.yml +47 -40
- data/config/locales/es.yml +46 -39
- data/config/locales/eu.yml +51 -44
- data/config/locales/fi-plain.yml +48 -41
- data/config/locales/fi.yml +48 -41
- data/config/locales/fr-CA.yml +50 -43
- data/config/locales/fr.yml +50 -43
- data/config/locales/ga-IE.yml +2 -1
- data/config/locales/gl.yml +3 -59
- data/config/locales/hu.yml +48 -43
- data/config/locales/id-ID.yml +3 -50
- data/config/locales/is-IS.yml +3 -22
- data/config/locales/it.yml +3 -59
- data/config/locales/ja.yml +50 -43
- data/config/locales/lt.yml +43 -35
- data/config/locales/lv.yml +1 -58
- data/config/locales/nl.yml +3 -59
- data/config/locales/no.yml +3 -59
- data/config/locales/pl.yml +3 -80
- data/config/locales/pt-BR.yml +3 -66
- data/config/locales/pt.yml +3 -59
- data/config/locales/ro-RO.yml +7 -59
- data/config/locales/ru.yml +3 -28
- data/config/locales/sk.yml +3 -58
- data/config/locales/sv.yml +7 -62
- data/config/locales/tr-TR.yml +3 -60
- data/config/locales/uk.yml +3 -28
- data/config/locales/zh-CN.yml +3 -59
- data/config/locales/zh-TW.yml +33 -25
- data/lib/decidim/verifications/adapter.rb +7 -7
- data/lib/decidim/verifications/csv_census/workflow.rb +1 -0
- data/lib/decidim/verifications/id_documents/workflow.rb +1 -0
- data/lib/decidim/verifications/postal_letter/workflow.rb +1 -0
- data/lib/decidim/verifications/sms/engine.rb +2 -1
- data/lib/decidim/verifications/sms/example_gateway.rb +3 -2
- data/lib/decidim/verifications/test/factories.rb +2 -8
- data/lib/decidim/verifications/version.rb +1 -1
- data/lib/decidim/verifications/workflow_manifest.rb +2 -1
- data/lib/decidim/verifications/workflows.rb +2 -2
- data/lib/decidim/verifications.rb +0 -7
- metadata +26 -18
- data/app/views/decidim/verifications/authorizations/_granted_authorization.html.erb +0 -32
- data/config/locales/he-IL.yml +0 -1
- data/decidim-verifications.gemspec +0 -30
data/config/locales/de.yml
CHANGED
@@ -44,10 +44,10 @@ de:
|
|
44
44
|
destroy:
|
45
45
|
confirm: Das Entziehen aller Berechtigungen vor einem Datum kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
|
46
46
|
confirm_all: Das Entziehen aller Berechtigungen nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
|
47
|
-
destroy_nok: Beim Entziehen
|
47
|
+
destroy_nok: Beim Entziehen der Berechtigungen ist ein Fehler aufgetreten.
|
48
48
|
destroy_ok: Alle übereinstimmenden Berechtigungen wurden erfolgreich entzogen.
|
49
49
|
info: Es gibt insgesamt %{count} verifizierte Teilnehmer.
|
50
|
-
no_data: Keine verifizierten Teilnehmer
|
50
|
+
no_data: Keine verifizierten Teilnehmer.
|
51
51
|
title: Berechtigungen widerrufen
|
52
52
|
authorization_workflows: Berechtigungen
|
53
53
|
admin_log:
|
@@ -59,8 +59,8 @@ de:
|
|
59
59
|
admin:
|
60
60
|
csv_census:
|
61
61
|
help:
|
62
|
-
- Admins laden ein CSV mit den E-Mails der akzeptierten Teilnehmer hoch
|
63
|
-
- Nur Teilnehmer mit einer E-Mail in dieser CSV-Datei können überprüft werden
|
62
|
+
- Admins laden ein CSV mit den E-Mails der akzeptierten Teilnehmer hoch.
|
63
|
+
- Nur Teilnehmer mit einer E-Mail in dieser CSV-Datei können überprüft werden.
|
64
64
|
id_documents:
|
65
65
|
help:
|
66
66
|
- Benutzer geben ihre Identitätsinformationen ein und laden eine Kopie ihres Dokuments hoch.
|
@@ -74,17 +74,17 @@ de:
|
|
74
74
|
- Sie markieren den Brief als gesendet.
|
75
75
|
- Sobald Sie den Brief als gesendet markiert haben, kann der Benutzer den Code einführen und verifiziert werden.
|
76
76
|
csv_census:
|
77
|
-
explanation: Lassen Sie sich anhand der
|
77
|
+
explanation: Lassen Sie sich anhand der Erhebung der Organisation überprüfen.
|
78
78
|
name: Zählung der Organisation
|
79
79
|
direct: Direkte
|
80
80
|
help: Hilfe
|
81
81
|
id_documents:
|
82
|
-
explanation: Laden Sie Ihre Identitätsdokumente hoch, damit wir Ihre Identität überprüfen können
|
82
|
+
explanation: Laden Sie Ihre Identitätsdokumente hoch, damit wir Ihre Identität überprüfen können.
|
83
83
|
name: Identitätsdokumente
|
84
84
|
multistep: Mehrschritt
|
85
85
|
name: Name
|
86
86
|
postal_letter:
|
87
|
-
explanation: Wir senden Ihnen einen Brief mit einem Code, den Sie eingeben müssen, damit wir Ihre Adresse bestätigen können
|
87
|
+
explanation: Wir senden Ihnen einen Brief mit einem Code, den Sie eingeben müssen, damit wir Ihre Adresse bestätigen können.
|
88
88
|
name: Code per Post
|
89
89
|
events:
|
90
90
|
verifications:
|
@@ -101,6 +101,7 @@ de:
|
|
101
101
|
create:
|
102
102
|
error: Beim Erstellen der Autorisierung ist ein Fehler aufgetreten.
|
103
103
|
success: Sie wurden erfolgreich autorisiert.
|
104
|
+
transferred: 'Wir haben die folgenden Mitwirkungsdaten basierend auf Ihrer Autorisierung wiederhergestellt:'
|
104
105
|
unconfirmed: Sie müssen Ihre E-Mail bestätigen, um sich zu autorisieren.
|
105
106
|
destroy:
|
106
107
|
error: Beim Löschen der Berechtigung ist ein Fehler aufgetreten.
|
@@ -118,17 +119,19 @@ de:
|
|
118
119
|
verify_with_these_options: 'Mit diesen Optionen können Sie Ihre Identität überprüfen:'
|
119
120
|
index:
|
120
121
|
expired_verification: Verifizierung abgelaufen
|
122
|
+
granted_verification: Verifizierung erfolgeich
|
123
|
+
introduce_code: Code einfügen
|
121
124
|
pending_verification: Ausstehende Verifizierung
|
122
125
|
show_renew_info: Klicken Sie, um die Verifizierung zu erneuern
|
123
|
-
|
126
|
+
subscribe: Abonnieren
|
127
|
+
unauthorized_methods: Verifizierungsmethoden
|
124
128
|
new:
|
125
129
|
authorize: Senden
|
126
130
|
authorize_with: Bestätigen Sie mit %{authorizer}
|
127
131
|
renew_modal:
|
128
132
|
cancel: Abbrechen
|
129
|
-
close: Schließen
|
130
133
|
continue: Weiter
|
131
|
-
info_renew:
|
134
|
+
info_renew: Wenn Sie die Daten aktualisieren möchten, fahren Sie mit der Erneuerung fort.
|
132
135
|
title: Verifizierung erneuern
|
133
136
|
skip_verification: Sie können dies für jetzt und %{link}überspringen
|
134
137
|
start_exploring: Fang an zu erforschen
|
@@ -137,20 +140,23 @@ de:
|
|
137
140
|
census:
|
138
141
|
create:
|
139
142
|
error: Beim Import der Erhebung ist ein Fehler aufgetreten.
|
140
|
-
success:
|
143
|
+
success: '%{count} Elemente erfolgreich hinzugefügt (%{errors} Fehler).'
|
141
144
|
destroy_all:
|
142
|
-
success: Alle Erhebungsdaten wurden gelöscht
|
145
|
+
success: Alle Erhebungsdaten wurden gelöscht.
|
143
146
|
destroy:
|
144
|
-
confirm:
|
147
|
+
confirm: Das Löschen der Erhebungsdaten kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
|
145
148
|
title: Löschen Sie alle Erhebungsdaten
|
146
149
|
index:
|
147
|
-
data: Insgesamt wurden %{count} Datensätze geladen. Das letzte Upload-Datum war am %{due_date}
|
150
|
+
data: Insgesamt wurden %{count} Datensätze geladen. Das letzte Upload-Datum war am %{due_date}.
|
148
151
|
empty: Es gibt keine Daten in dieser Erhebung. Verwenden Sie das folgende Formular, um es mit einer CSV-Datei zu importieren.
|
149
152
|
title: Aktuelle Erhebungsdaten
|
150
153
|
instructions:
|
151
154
|
body: Dazu müssen Sie die Systemverwaltung eingeben und der Organisation die csv_census-Berechtigungen hinzufügen
|
152
155
|
title: Sie müssen die CSV Erhebung für diese Organisation aktivieren
|
153
156
|
new:
|
157
|
+
example: |
|
158
|
+
john.doe@example.org
|
159
|
+
jane.doe@example.org
|
154
160
|
file: "CSV-Datei mit E-Mail-Daten"
|
155
161
|
info: 'Muss eine Datei im CSV-Format sein, mit nur einer Spalte der E-Mail-Adresse:'
|
156
162
|
submit: Datei hochladen
|
@@ -177,19 +183,19 @@ de:
|
|
177
183
|
update: Aktualisieren
|
178
184
|
update:
|
179
185
|
error: Beim Aktualisieren der Konfiguration ist ein Fehler aufgetreten.
|
180
|
-
success: Konfiguration erfolgreich aktualisiert
|
186
|
+
success: Konfiguration erfolgreich aktualisiert.
|
181
187
|
confirmations:
|
182
188
|
create:
|
183
|
-
error: Überprüfung stimmt nicht überein. Versuchen Sie es erneut oder lehnen Sie die Überprüfung ab, damit der
|
184
|
-
success:
|
189
|
+
error: Überprüfung stimmt nicht überein. Versuchen Sie es erneut oder lehnen Sie die Überprüfung ab, damit der Teilnehmer sie ändern kann.
|
190
|
+
success: Teilnehmer erfolgreich überprüft.
|
185
191
|
new:
|
186
192
|
introduce_user_data: Stellen Sie die Daten in das Bild ein
|
187
193
|
reject: Ablehnen
|
188
194
|
verify: Überprüfen
|
189
195
|
offline_confirmations:
|
190
196
|
create:
|
191
|
-
error:
|
192
|
-
success: Benutzer erfolgreich
|
197
|
+
error: Überprüfung stimmt nicht überein. Versuchen Sie es erneut oder teilen Sie dem Teilnehmer mit, sie angepasst werden muss.
|
198
|
+
success: Benutzer erfolgreich überprüft.
|
193
199
|
new:
|
194
200
|
cancel: Abbrechen
|
195
201
|
introduce_user_data: Geben Sie die Benutzer-E-Mail und die Dokumentdaten ein
|
@@ -202,7 +208,7 @@ de:
|
|
202
208
|
verification_number: 'Überprüfung #%{n}'
|
203
209
|
rejections:
|
204
210
|
create:
|
205
|
-
success: Überprüfung abgelehnt
|
211
|
+
success: Überprüfung abgelehnt. Teilnehmer wird aufgefordert, seine/ihre Dokumente zu ändern.
|
206
212
|
authorizations:
|
207
213
|
choose:
|
208
214
|
choose_a_type: 'Bitte wählen Sie aus, wie Sie verifiziert werden möchten:'
|
@@ -210,15 +216,15 @@ de:
|
|
210
216
|
online: Online
|
211
217
|
title: Überprüfen Sie sich anhand Ihres Ausweisdokuments
|
212
218
|
create:
|
213
|
-
error: Beim Hochladen Ihres Dokuments ist ein Problem aufgetreten
|
214
|
-
success: Dokument erfolgreich hochgeladen
|
219
|
+
error: Beim Hochladen Ihres Dokuments ist ein Problem aufgetreten.
|
220
|
+
success: Dokument erfolgreich hochgeladen.
|
215
221
|
edit:
|
216
|
-
being_reviewed: Wir überprüfen Ihre Dokumente. Sie werden in Kürze bestätigt
|
222
|
+
being_reviewed: Wir überprüfen Ihre Dokumente. Sie werden in Kürze bestätigt.
|
217
223
|
offline: Offline-Bestätigung verwenden
|
218
224
|
online: Online-Bestätigung verwenden
|
219
|
-
rejection_clarity: Stellen Sie sicher, dass die Informationen im hochgeladenen Bild deutlich sichtbar sind
|
220
|
-
rejection_correctness: Stellen Sie sicher, dass die eingegebenen Informationen korrekt sind
|
221
|
-
rejection_notice: Bei der Überprüfung ist ein Problem aufgetreten. Bitte
|
225
|
+
rejection_clarity: Stellen Sie sicher, dass die Informationen im hochgeladenen Bild deutlich sichtbar sind.
|
226
|
+
rejection_correctness: Stellen Sie sicher, dass die eingegebenen Informationen korrekt sind.
|
227
|
+
rejection_notice: Bei der Überprüfung ist ein Problem aufgetreten. Bitte versuchen Sie es erneut.
|
222
228
|
send: Überprüfung erneut anfordern
|
223
229
|
new:
|
224
230
|
send: Überprüfung anfordern
|
@@ -226,7 +232,8 @@ de:
|
|
226
232
|
update:
|
227
233
|
error: Beim erneuten Hochladen Ihres Dokuments ist ein Problem aufgetreten.
|
228
234
|
success: Das Dokument wurde erfolgreich erneut hochgeladen.
|
229
|
-
|
235
|
+
dni: Personalausweis
|
236
|
+
nie: NIE
|
230
237
|
passport: Reisepass
|
231
238
|
postal_letter:
|
232
239
|
admin:
|
@@ -241,26 +248,26 @@ de:
|
|
241
248
|
verification_code: Bestätigungscode
|
242
249
|
postages:
|
243
250
|
create:
|
244
|
-
error: Fehler beim Markieren des Briefes als gesendet
|
245
|
-
success: Brief erfolgreich als gesendet markiert
|
251
|
+
error: Fehler beim Markieren des Briefes als gesendet.
|
252
|
+
success: Brief erfolgreich als gesendet markiert.
|
246
253
|
authorizations:
|
247
254
|
create:
|
248
|
-
error: Es gab ein Problem mit
|
249
|
-
success: Vielen Dank! Wir senden einen Bestätigungscode an Ihre Adresse
|
255
|
+
error: Es gab ein Problem mit Ihrer Anfrage.
|
256
|
+
success: Vielen Dank! Wir senden einen Bestätigungscode an Ihre Adresse.
|
250
257
|
edit:
|
251
258
|
send: Bestätigen
|
252
|
-
title: Geben Sie den Bestätigungscode ein, den Sie erhalten haben
|
253
|
-
waiting_for_letter: Wir senden Ihnen bald einen Brief mit Ihrem Bestätigungscode an Ihre Adresse
|
259
|
+
title: Geben Sie den Bestätigungscode ein, den Sie erhalten haben.
|
260
|
+
waiting_for_letter: Wir senden Ihnen bald einen Brief mit Ihrem Bestätigungscode an Ihre Adresse.
|
254
261
|
new:
|
255
262
|
send: Schick mir einen Brief
|
256
263
|
title: Fordern Sie Ihren Bestätigungscode an
|
257
264
|
update:
|
258
|
-
error: Ihr Bestätigungscode stimmt nicht mit unserem überein. Bitte überprüfen Sie den Brief, den wir Ihnen geschickt haben
|
259
|
-
success: Herzliche Glückwünsche
|
265
|
+
error: Ihr Bestätigungscode stimmt nicht mit unserem überein. Bitte überprüfen Sie den Brief, den wir Ihnen geschickt haben.
|
266
|
+
success: Herzliche Glückwünsche! Sie wurden erfolgreich verifiziert.
|
260
267
|
sms:
|
261
268
|
authorizations:
|
262
269
|
create:
|
263
|
-
error: Es gab ein Problem mit
|
270
|
+
error: Es gab ein Problem mit Ihrer Anfrage.
|
264
271
|
success: Vielen Dank! Wir haben eine SMS an Ihr Telefon gesendet.
|
265
272
|
destroy:
|
266
273
|
success: Der Bestätigungscode wurde erfolgreich zurückgesetzt. Bitte geben Sie Ihre Telefonnummer erneut ein.
|
@@ -275,7 +282,7 @@ de:
|
|
275
282
|
title: Fordern Sie Ihren Bestätigungscode an
|
276
283
|
update:
|
277
284
|
error: Ihr Bestätigungscode stimmt nicht mit unserem überein. Bitte überprüfen Sie die SMS, die wir Ihnen gesendet haben.
|
278
|
-
success: Herzliche Glückwünsche
|
285
|
+
success: Herzliche Glückwünsche! Sie wurden erfolgreich verifiziert.
|
279
286
|
errors:
|
280
287
|
messages:
|
281
288
|
uppercase_only_letters_numbers: muss groß geschrieben sein und darf nur Buchstaben und / oder Zahlen enthalten
|
data/config/locales/el.yml
CHANGED
@@ -31,24 +31,15 @@ el:
|
|
31
31
|
before_date_info: Χρήσιμο εάν η διαδικασία έχει ήδη ξεκινήσει και θέλετε να ανακαλέσετε τα δικαιώματα της προηγούμενης διαδικασίας.
|
32
32
|
button: Ανάκληση όλων
|
33
33
|
button_before: Ανάκληση πριν από την ημερομηνία
|
34
|
-
destroy:
|
35
|
-
confirm: Η ανάκληση εξουσιοδοτήσεων πριν από την ημερομηνία δεν μπορεί να αναιρεθεί. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;
|
36
|
-
confirm_all: Η ανάκληση όλων των εξουσιοδοτήσεων δεν μπορεί να αναιρεθεί. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;
|
37
|
-
destroy_nok: Υπήρξε ένα πρόβλημα κατά την ανάκληση εξουσιοδοτήσεων.
|
38
34
|
info: Υπάρχουν συνολικά %{count} επαληθευμένοι συμμετέχοντες.
|
39
|
-
no_data: Δεν υπάρχουν επαληθευμένοι συμμετέχοντες
|
40
35
|
authorization_handlers:
|
41
36
|
admin:
|
42
|
-
csv_census:
|
43
|
-
help:
|
44
|
-
- Οι διαχειριστές πραγματοποιούν αποστολή ενός αρχείου CSV με τις διευθύνσεις email των συμμετεχόντων που έγιναν δεκτοί
|
45
|
-
- Μόνο οι συμμετέχοντες με διευθύνσεις email που περιλαμβάνονται σε αυτό το αρχείο CSV μπορούν να επαληθευτούν
|
46
37
|
id_documents:
|
47
38
|
help:
|
48
39
|
- Οι χρήστες συμπληρώνουν τα στοιχεία της ταυτότητάς τους και πραγματοποιούν αποστολή ενός αντιγράφου του εγγράφου τους.
|
49
40
|
- Συμπληρώνετε τις πληροφορίες που υπάρχουν στη μεταφορτωμένη εικόνα.
|
50
41
|
- Οι πληροφορίες πρέπει να ταιριάζουν με τα στοιχεία που έχει συμπληρώσει ο χρήστης.
|
51
|
-
-
|
42
|
+
-
|
52
43
|
postal_letter:
|
53
44
|
help:
|
54
45
|
- Οι συμμετέχοντες ζητούν να σταλεί ένας κωδικός επαλήθευσης στη διεύθυνσή τους.
|
@@ -56,17 +47,14 @@ el:
|
|
56
47
|
- Επισημαίνετε την επιστολή ως απεσταλμένη.
|
57
48
|
- Μόλις επισημάνετε την επιστολή ως απεσταλμένη, ο συμμετέχων θα μπορεί να εισαγάγει τον κωδικό και να επαληθευτεί.
|
58
49
|
csv_census:
|
59
|
-
explanation: Επαληθευτείτε χρησιμοποιώντας την απογραφή του οργανισμού
|
60
50
|
name: Απογραφή οργανισμού
|
61
51
|
direct: Άμεση
|
62
52
|
help: Βοήθεια
|
63
53
|
id_documents:
|
64
|
-
explanation: Αποστείλετε τα έγγραφα ταυτότητας, για να ελέγξουμε την ταυτότητά σας
|
65
54
|
name: Έγγραφα ταυτότητας
|
66
55
|
multistep: Πολλαπλά βήματα
|
67
56
|
name: Όνομα
|
68
57
|
postal_letter:
|
69
|
-
explanation: Θα σας στείλουμε μια ταχυδρομική επιστολή με έναν κωδικό, τον οποίο θα πρέπει να εισαγάγετε ώστε να μπορέσουμε να επαληθεύσουμε τη διεύθυνσή σας
|
70
58
|
name: Κωδικός μέσω ταχυδρομικής επιστολής
|
71
59
|
verifications:
|
72
60
|
authorizations:
|
@@ -75,11 +63,9 @@ el:
|
|
75
63
|
no_data_stored: Δεν υπάρχουν αποθηκευμένα δεδομένα.
|
76
64
|
create:
|
77
65
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία της εξουσιοδότησης.
|
78
|
-
success: Εξουσιοδοτηθήκατε με επιτυχία.
|
79
66
|
unconfirmed: Πρέπει να επιβεβαιώσετε τη διεύθυνση email σας για να εξουσιοδοτήσετε τον εαυτό σας.
|
80
67
|
destroy:
|
81
68
|
error: Υπήρξε ένα πρόβλημα κατά τη διαγραφή της εξουσιοδότησης.
|
82
|
-
success: Διαγράψατε με επιτυχία την εξουσιοδότηση.
|
83
69
|
first_login:
|
84
70
|
actions:
|
85
71
|
another_dummy_authorization_handler: Επαλήθευση έναντι άλλου παραδείγματος προγράμματος χειρισμού εξουσιοδότησης
|
@@ -95,15 +81,12 @@ el:
|
|
95
81
|
expired_verification: Η επαλήθευση έληξε
|
96
82
|
pending_verification: Εκκρεμεί επαλήθευση
|
97
83
|
show_renew_info: Κάντε κλικ για ανανέωση της επαλήθευσης
|
98
|
-
unauthorized_verification: Νέα επαλήθευση
|
99
84
|
new:
|
100
85
|
authorize: Αποστολή
|
101
86
|
authorize_with: Επαλήθευση με %{authorizer}
|
102
87
|
renew_modal:
|
103
88
|
cancel: Ακύρωση
|
104
|
-
close: κλείσιμο
|
105
89
|
continue: Συνέχεια
|
106
|
-
info_renew: Εάν θέλετε να ενημερώσετε τα δεδομένα, συνεχίστε με την ανανέωση
|
107
90
|
title: Ανανέωση επαλήθευσης
|
108
91
|
skip_verification: Μπορείτε να την παραλείψετε για τώρα και %{link}
|
109
92
|
start_exploring: ξεκινήστε την εξερεύνηση
|
@@ -112,14 +95,9 @@ el:
|
|
112
95
|
census:
|
113
96
|
create:
|
114
97
|
error: Παρουσιάστηκε σφάλμα κατά την εισαγωγή απογραφής.
|
115
|
-
success: Επιτυχής εισαγωγή %{count} στοιχείων (%{errors} σφάλματα)
|
116
|
-
destroy_all:
|
117
|
-
success: Όλα τα δεδομένα απογραφής έχουν διαγραφεί
|
118
98
|
destroy:
|
119
|
-
confirm: Η διαγραφή όλων των απογραφών δεν μπορεί να αναιρεθεί. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;
|
120
99
|
title: Διαγραφή όλων των δεδομένων απογραφής
|
121
100
|
index:
|
122
|
-
data: Φορτώθηκαν συνολικά %{count} εγγραφές. Η τελευταία ημερομηνία αποστολής ήταν στις %{due_date}
|
123
101
|
empty: Δεν υπάρχουν δεδομένα απογραφής. Χρησιμοποιήστε την παρακάτω φόρμα για να τα εισαγάγετε χρησιμοποιώντας ένα αρχείο CSV.
|
124
102
|
title: Τρέχοντα δεδομένα απογραφής
|
125
103
|
instructions:
|
@@ -146,19 +124,12 @@ el:
|
|
146
124
|
update: Ενημέρωση
|
147
125
|
update:
|
148
126
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση της διαμόρφωσης.
|
149
|
-
success: Η διαμόρφωση ενημερώθηκε με επιτυχία
|
150
127
|
confirmations:
|
151
|
-
create:
|
152
|
-
error: Η επαλήθευση δεν ταιριάζει. Δοκιμάστε ξανά ή απορρίψτε την επαλήθευση, ώστε ο συμμετέχων να μπορεί να την τροποποιήσει
|
153
|
-
success: Ο συμμετέχων επαληθεύτηκε με επιτυχία
|
154
128
|
new:
|
155
129
|
introduce_user_data: Εισαγάγετε τα δεδομένα στην εικόνα
|
156
130
|
reject: Απόρριψη
|
157
131
|
verify: Επαλήθευση
|
158
132
|
offline_confirmations:
|
159
|
-
create:
|
160
|
-
error: Η επαλήθευση δεν ταιριάζει. Δοκιμάστε ξανά ή πείτε στον συμμετέχοντα να την τροποποιήσει
|
161
|
-
success: Ο συμμετέχων επαληθεύτηκε με επιτυχία
|
162
133
|
new:
|
163
134
|
cancel: Ακύρωση
|
164
135
|
introduce_user_data: Εισαγάγετε τη διεύθυνση email του συμμετέχοντα και τα δεδομένα εγγράφου
|
@@ -169,29 +140,21 @@ el:
|
|
169
140
|
offline_verification: Επαλήθευση εκτός σύνδεσης
|
170
141
|
title: Ηλεκτρονικές επαληθεύσεις που εκκρεμούν
|
171
142
|
verification_number: 'Αρ. επαλήθευσης %{n}'
|
172
|
-
rejections:
|
173
|
-
create:
|
174
|
-
success: Η επαλήθευση απορρίφθηκε. Η συμμετέχουσα θα κληθεί να τροποποιήσει τα έγγραφά της
|
175
143
|
authorizations:
|
176
144
|
choose:
|
177
145
|
choose_a_type: 'Επιλέξτε τον τρόπο επαλήθευσης:'
|
178
146
|
offline: Εκτός σύνδεσης
|
179
147
|
online: Ηλεκτρονική
|
180
148
|
title: Επαληθεύστε τον εαυτό σας χρησιμοποιώντας το έγγραφο ταυτότητάς σας
|
181
|
-
create:
|
182
|
-
error: Υπήρξε ένα πρόβλημα κατά την αποστολή του εγγράφου σας
|
183
|
-
success: Το έγγραφο μεταφορτώθηκε με επιτυχία
|
184
149
|
edit:
|
185
|
-
being_reviewed: Ελέγχουμε τα έγγραφά σας. Θα επαληθευτείτε σύντομα
|
186
150
|
offline: Χρήση επαλήθευσης εκτός σύνδεσης
|
187
151
|
online: Χρήση ηλεκτρονικής επαλήθευσης
|
188
|
-
rejection_clarity: Βεβαιωθείτε ότι οι πληροφορίες είναι σαφώς ορατές στη μεταφορτωμένη εικόνα
|
189
|
-
rejection_correctness: Βεβαιωθείτε ότι οι πληροφορίες που καταχωρίσατε είναι σωστές
|
190
|
-
rejection_notice: Υπήρξε ένα πρόβλημα με την επαλήθευσή σας. Δοκιμάστε ξανά
|
191
152
|
send: Ζητήστε ξανά επαλήθευση
|
192
153
|
new:
|
193
154
|
send: Αίτημα επαλήθευσης
|
194
155
|
title: Πραγματοποιήστε αποστολή του εγγράφου ταυτότητάς σας
|
156
|
+
dni: DNI
|
157
|
+
nie: NIE
|
195
158
|
passport: Διαβατήριο
|
196
159
|
postal_letter:
|
197
160
|
admin:
|
@@ -204,43 +167,24 @@ el:
|
|
204
167
|
title: Επαληθεύσεις σε εξέλιξη
|
205
168
|
username: Ψευδώνυμο
|
206
169
|
verification_code: Κωδικός επαλήθευσης
|
207
|
-
postages:
|
208
|
-
create:
|
209
|
-
error: Σφάλμα κατά τη σήμανση της επιστολής ως απεσταλμένης
|
210
|
-
success: Η επιστολή επισημάνθηκε επιτυχώς ως απεσταλμένη
|
211
170
|
authorizations:
|
212
|
-
create:
|
213
|
-
error: Υπήρξε ένα πρόβλημα με το αίτημά σας
|
214
|
-
success: Σας ευχαριστούμε! Θα στείλουμε έναν κωδικό επαλήθευσης στη διεύθυνσή σας
|
215
171
|
edit:
|
216
172
|
send: Επιβεβαίωση
|
217
|
-
title: Εισαγάγετε τον κωδικό επαλήθευσης που λάβατε
|
218
|
-
waiting_for_letter: Θα στείλουμε σύντομα μια επιστολή στη διεύθυνσή σας με τον κωδικό επαλήθευσης
|
219
173
|
new:
|
220
174
|
send: Στείλτε μου επιστολή
|
221
175
|
title: Ζητήστε τον κωδικό επαλήθευσής σας
|
222
|
-
update:
|
223
|
-
error: Ο κωδικός επαλήθευσής σας δεν ταιριάζει με τον δικό μας. Ελέγξτε ξανά την επιστολή που σας στείλαμε
|
224
|
-
success: Συγχαρητήρια. Επαληθευτήκατε με επιτυχία
|
225
176
|
sms:
|
226
177
|
authorizations:
|
227
|
-
create:
|
228
|
-
error: Υπήρξε ένα πρόβλημα με το αίτημά σας
|
229
|
-
success: Σας ευχαριστούμε! Στείλαμε ένα SMS στο τηλέφωνό σας.
|
230
178
|
destroy:
|
231
179
|
success: Έγινε επαναφορά του κωδικού επαλήθευσης με επιτυχία. Εισαγάγετε ξανά τον αριθμό τηλεφώνου σας.
|
232
180
|
edit:
|
233
181
|
confirm_destroy: Είστε βέβαιοι ότι θέλετε να επαναφέρετε τον κωδικό επαλήθευσης;
|
234
182
|
destroy: Επαναφορά κωδικού επαλήθευσης
|
235
|
-
resend: Δεν λάβατε τον κωδικό επαλήθευσης;
|
236
183
|
send: Επιβεβαίωση
|
237
184
|
title: Εισαγάγετε τον κωδικό επαλήθευσης που λάβατε
|
238
185
|
new:
|
239
186
|
send: Αποστολή SMS σε μένα
|
240
187
|
title: Ζητήστε τον κωδικό επαλήθευσής σας
|
241
|
-
update:
|
242
|
-
error: Ο κωδικός επαλήθευσής σας δεν ταιριάζει με τον δικό μας. Ελέγξτε ξανά το SMS που σας στείλαμε.
|
243
|
-
success: Συγχαρητήρια. Επαληθευτήκατε με επιτυχία.
|
244
188
|
errors:
|
245
189
|
messages:
|
246
190
|
uppercase_only_letters_numbers: πρέπει να είναι όλα κεφαλαία και να περιέχει μόνο γράμματα ή/και αριθμούς
|
data/config/locales/en.yml
CHANGED
@@ -42,12 +42,12 @@ en:
|
|
42
42
|
button: Revoke all
|
43
43
|
button_before: Revoke before date
|
44
44
|
destroy:
|
45
|
-
confirm: Revoke before date authorizations
|
46
|
-
confirm_all: Revoke all the authorizations
|
47
|
-
destroy_nok: There
|
45
|
+
confirm: Revoke before date authorizations cannot be undone. Are you sure you want to continue?
|
46
|
+
confirm_all: Revoke all the authorizations cannot be undone. Are you sure you want to continue?
|
47
|
+
destroy_nok: There has been a problem while revoking authorizations.
|
48
48
|
destroy_ok: All matched authorizations have been revocated successfully.
|
49
49
|
info: There are a total of %{count} verified participants.
|
50
|
-
no_data: No verified participants
|
50
|
+
no_data: No verified participants.
|
51
51
|
title: Authorizations revocation
|
52
52
|
authorization_workflows: Authorizations
|
53
53
|
admin_log:
|
@@ -59,14 +59,14 @@ en:
|
|
59
59
|
admin:
|
60
60
|
csv_census:
|
61
61
|
help:
|
62
|
-
- Admins upload a CSV with the emails of the accepted participants
|
63
|
-
- Only participants with an email in that CSV file can get verified
|
62
|
+
- Admins upload a CSV with the emails of the accepted participants.
|
63
|
+
- Only participants with an email in that CSV file can get verified.
|
64
64
|
id_documents:
|
65
65
|
help:
|
66
66
|
- Users fill in their identity information and upload a copy of their document.
|
67
67
|
- You fill in the information present in the uploaded image.
|
68
68
|
- The information should match whatever the user filled in.
|
69
|
-
- If you
|
69
|
+
- If you cannot clearly see the information or you cannot get it verified, you can reject the request and the user will be able to fix it.
|
70
70
|
postal_letter:
|
71
71
|
help:
|
72
72
|
- Participants request a verification code to be sent to their address.
|
@@ -74,17 +74,17 @@ en:
|
|
74
74
|
- You mark the letter as sent.
|
75
75
|
- Once you mark the letter as sent, the participant will be able to introduce the code and get verified.
|
76
76
|
csv_census:
|
77
|
-
explanation: Get verified using the organization's census
|
77
|
+
explanation: Get verified using the organization's census.
|
78
78
|
name: Organization's census
|
79
79
|
direct: Direct
|
80
80
|
help: Help
|
81
81
|
id_documents:
|
82
|
-
explanation: Upload your identity documents so we can check your identity
|
82
|
+
explanation: Upload your identity documents so we can check your identity.
|
83
83
|
name: Identity documents
|
84
84
|
multistep: Multi-Step
|
85
85
|
name: Name
|
86
86
|
postal_letter:
|
87
|
-
explanation: We
|
87
|
+
explanation: We will send you a postal letter with a code that you will have to enter so we can verify your address.
|
88
88
|
name: Code by postal letter
|
89
89
|
events:
|
90
90
|
verifications:
|
@@ -100,11 +100,12 @@ en:
|
|
100
100
|
no_data_stored: No data stored.
|
101
101
|
create:
|
102
102
|
error: There was a problem creating the authorization.
|
103
|
-
success: You
|
103
|
+
success: You have been successfully authorized.
|
104
|
+
transferred: 'We have recovered the following participation data based on your authorization:'
|
104
105
|
unconfirmed: You need to confirm your email in order to authorize yourself.
|
105
106
|
destroy:
|
106
107
|
error: There was a problem deleting the authorization.
|
107
|
-
success: You
|
108
|
+
success: You have successfully deleted the authorization.
|
108
109
|
first_login:
|
109
110
|
actions:
|
110
111
|
another_dummy_authorization_handler: Verify against another example of authorization handler
|
@@ -118,17 +119,19 @@ en:
|
|
118
119
|
verify_with_these_options: 'These are the available options to verify your identity:'
|
119
120
|
index:
|
120
121
|
expired_verification: Verification expired
|
122
|
+
granted_verification: Granted verification
|
123
|
+
introduce_code: Introduce code
|
121
124
|
pending_verification: Pending verification
|
122
125
|
show_renew_info: Click to renew verification
|
123
|
-
|
126
|
+
subscribe: Subscribe
|
127
|
+
unauthorized_methods: Verification methods
|
124
128
|
new:
|
125
129
|
authorize: Send
|
126
130
|
authorize_with: Verify with %{authorizer}
|
127
131
|
renew_modal:
|
128
132
|
cancel: Cancel
|
129
|
-
close: close
|
130
133
|
continue: Continue
|
131
|
-
info_renew: If you want to update the data, continue with the renewal
|
134
|
+
info_renew: If you want to update the data, continue with the renewal.
|
132
135
|
title: Renew Verification
|
133
136
|
skip_verification: You can skip this for now and %{link}
|
134
137
|
start_exploring: start exploring
|
@@ -137,20 +140,23 @@ en:
|
|
137
140
|
census:
|
138
141
|
create:
|
139
142
|
error: There was an error importing census.
|
140
|
-
success: Successfully imported %{count} items (%{errors} errors)
|
143
|
+
success: Successfully imported %{count} items (%{errors} errors).
|
141
144
|
destroy_all:
|
142
|
-
success: All census data have been deleted
|
145
|
+
success: All census data have been deleted.
|
143
146
|
destroy:
|
144
|
-
confirm: Delete all the census
|
147
|
+
confirm: Delete all the census cannot be undone. Are you sure you want to continue?
|
145
148
|
title: Delete all census data
|
146
149
|
index:
|
147
|
-
data: There are %{count} records loaded in total. Last upload date was on %{due_date}
|
150
|
+
data: There are %{count} records loaded in total. Last upload date was on %{due_date}.
|
148
151
|
empty: There are no census data. Use the form below to import it using a CSV file.
|
149
152
|
title: Current census data
|
150
153
|
instructions:
|
151
154
|
body: To do this you must enter system administration and add the csv_census authorizations to the organization
|
152
155
|
title: You need to activate the CSV census for this organization
|
153
156
|
new:
|
157
|
+
example: |
|
158
|
+
john.doe@example.org
|
159
|
+
jane.doe@example.org
|
154
160
|
file: ".csv file with emails data"
|
155
161
|
info: 'Must be a file in CSV format with only one column with the email address:'
|
156
162
|
submit: Upload file
|
@@ -177,19 +183,19 @@ en:
|
|
177
183
|
update: Update
|
178
184
|
update:
|
179
185
|
error: There was a problem updating the configuration.
|
180
|
-
success: Configuration successfully updated
|
186
|
+
success: Configuration successfully updated.
|
181
187
|
confirmations:
|
182
188
|
create:
|
183
|
-
error: Verification
|
184
|
-
success: Participant successfully verified
|
189
|
+
error: Verification does not match. Please try again or reject the verification so the participant can amend it.
|
190
|
+
success: Participant successfully verified.
|
185
191
|
new:
|
186
192
|
introduce_user_data: Introduce the data in the picture
|
187
193
|
reject: Reject
|
188
194
|
verify: Verify
|
189
195
|
offline_confirmations:
|
190
196
|
create:
|
191
|
-
error: Verification
|
192
|
-
success: Participant successfully verified
|
197
|
+
error: Verification does not match. Please try again or tell the participant to amend it.
|
198
|
+
success: Participant successfully verified.
|
193
199
|
new:
|
194
200
|
cancel: Cancel
|
195
201
|
introduce_user_data: Introduce the participant email and the document data
|
@@ -202,7 +208,7 @@ en:
|
|
202
208
|
verification_number: 'Verification #%{n}'
|
203
209
|
rejections:
|
204
210
|
create:
|
205
|
-
success: Verification rejected. Participant will be prompted to amend their documents
|
211
|
+
success: Verification rejected. Participant will be prompted to amend their documents.
|
206
212
|
authorizations:
|
207
213
|
choose:
|
208
214
|
choose_a_type: 'Please select how you want to be verified:'
|
@@ -210,15 +216,15 @@ en:
|
|
210
216
|
online: Online
|
211
217
|
title: Verify yourself using your identity document
|
212
218
|
create:
|
213
|
-
error: There was a problem uploading your document
|
214
|
-
success: Document successfully uploaded
|
219
|
+
error: There was a problem uploading your document.
|
220
|
+
success: Document successfully uploaded.
|
215
221
|
edit:
|
216
|
-
being_reviewed: We
|
222
|
+
being_reviewed: We are reviewing your documents. You will be verified shortly.
|
217
223
|
offline: Use offline verification
|
218
224
|
online: Use online verification
|
219
|
-
rejection_clarity: Make sure the information is clearly visible in the uploaded image
|
220
|
-
rejection_correctness: Make sure the information entered is correct
|
221
|
-
rejection_notice: There was a problem with your verification. Please try again
|
225
|
+
rejection_clarity: Make sure the information is clearly visible in the uploaded image.
|
226
|
+
rejection_correctness: Make sure the information entered is correct.
|
227
|
+
rejection_notice: There was a problem with your verification. Please try again.
|
222
228
|
send: Request verification again
|
223
229
|
new:
|
224
230
|
send: Request verification
|
@@ -226,7 +232,8 @@ en:
|
|
226
232
|
update:
|
227
233
|
error: There was a problem reuploading your document.
|
228
234
|
success: Document successfully reuploaded.
|
229
|
-
|
235
|
+
dni: DNI
|
236
|
+
nie: NIE
|
230
237
|
passport: Passport
|
231
238
|
postal_letter:
|
232
239
|
admin:
|
@@ -241,41 +248,41 @@ en:
|
|
241
248
|
verification_code: Verification code
|
242
249
|
postages:
|
243
250
|
create:
|
244
|
-
error: Error marking letter as sent
|
245
|
-
success: Letter successfully marked as sent
|
251
|
+
error: Error marking letter as sent.
|
252
|
+
success: Letter successfully marked as sent.
|
246
253
|
authorizations:
|
247
254
|
create:
|
248
|
-
error: There was a problem with your request
|
249
|
-
success: Thanks! We
|
255
|
+
error: There was a problem with your request.
|
256
|
+
success: Thanks! We will send a verification code to your address.
|
250
257
|
edit:
|
251
258
|
send: Confirm
|
252
|
-
title: Introduce the verification code you received
|
253
|
-
waiting_for_letter: We
|
259
|
+
title: Introduce the verification code you received.
|
260
|
+
waiting_for_letter: We will send a letter to your address with your verification code soon.
|
254
261
|
new:
|
255
262
|
send: Send me a letter
|
256
263
|
title: Request your verification code
|
257
264
|
update:
|
258
|
-
error: Your verification code
|
259
|
-
success: Congratulations. You
|
265
|
+
error: Your verification code does not match ours. Please double-check the letter we sent to you.
|
266
|
+
success: Congratulations. You have been successfully verified.
|
260
267
|
sms:
|
261
268
|
authorizations:
|
262
269
|
create:
|
263
|
-
error: There was a problem with your request
|
264
|
-
success: Thanks! We
|
270
|
+
error: There was a problem with your request.
|
271
|
+
success: Thanks! We have sent an SMS to your phone.
|
265
272
|
destroy:
|
266
273
|
success: Verification code sucessfully reset. Please re-enter your phone number.
|
267
274
|
edit:
|
268
275
|
confirm_destroy: Are you sure you want to reset the verification code?
|
269
276
|
destroy: Reset verification code
|
270
|
-
resend:
|
277
|
+
resend: Did not receive the verification code?
|
271
278
|
send: Confirm
|
272
279
|
title: Introduce the verification code you received
|
273
280
|
new:
|
274
281
|
send: Send me an SMS
|
275
282
|
title: Request your verification code
|
276
283
|
update:
|
277
|
-
error: Your verification code
|
278
|
-
success: Congratulations. You
|
284
|
+
error: Your verification code does not match ours. Please double-check the SMS we sent you.
|
285
|
+
success: Congratulations. You have been successfully verified.
|
279
286
|
errors:
|
280
287
|
messages:
|
281
288
|
uppercase_only_letters_numbers: must be all uppercase and contain only letters and/or numbers
|