decidim-verifications 0.21.0 → 0.23.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -3
- data/app/cells/decidim/verifications/authorization_metadata/show.erb +13 -0
- data/app/cells/decidim/verifications/authorization_metadata_cell.rb +22 -0
- data/app/cells/decidim/verifications/revocations/show.erb +40 -0
- data/app/cells/decidim/verifications/revocations_cell.rb +19 -0
- data/app/commands/decidim/verifications/confirm_user_authorization.rb +49 -9
- data/app/commands/decidim/verifications/destroy_user_authorization.rb +24 -0
- data/app/commands/decidim/verifications/revoke_all_authorizations.rb +48 -0
- data/app/commands/decidim/verifications/revoke_by_condition_authorizations.rb +68 -0
- data/app/controllers/concerns/decidim/verifications/renewable.rb +37 -0
- data/app/controllers/decidim/verifications/admin/verifications_controller.rb +40 -0
- data/app/controllers/decidim/verifications/application_controller.rb +5 -1
- data/app/controllers/decidim/verifications/authorizations_controller.rb +19 -2
- data/app/controllers/decidim/verifications/csv_census/authorizations_controller.rb +3 -1
- data/app/controllers/decidim/verifications/id_documents/admin/confirmations_controller.rb +1 -1
- data/app/controllers/decidim/verifications/id_documents/authorizations_controller.rb +2 -0
- data/app/controllers/decidim/verifications/postal_letter/authorizations_controller.rb +3 -1
- data/app/controllers/decidim/verifications/sms/authorizations_controller.rb +3 -1
- data/app/forms/decidim/verifications/admin/revocations_before_date_form.rb +16 -0
- data/app/forms/decidim/verifications/id_documents/upload_form.rb +1 -2
- data/app/queries/decidim/verifications/authorizations_before_date.rb +51 -0
- data/app/services/decidim/authorization_handler.rb +4 -0
- data/app/views/decidim/verifications/authorizations/_granted_authorization.html.erb +29 -24
- data/app/views/decidim/verifications/authorizations/first_login.html.erb +2 -2
- data/app/views/decidim/verifications/authorizations/index.html.erb +22 -12
- data/app/views/decidim/verifications/authorizations/new.html.erb +2 -2
- data/app/views/decidim/verifications/authorizations/renew_modal.html.erb +38 -0
- 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 +2 -0
- data/app/views/decidim/verifications/postal_letter/authorizations/edit.html.erb +2 -0
- data/app/views/decidim/verifications/postal_letter/authorizations/new.html.erb +2 -0
- data/app/views/decidim/verifications/sms/authorizations/edit.html.erb +2 -0
- data/app/views/decidim/verifications/sms/authorizations/new.html.erb +2 -0
- data/app/views/dummy_authorization/_form.html.erb +23 -4
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +9 -6
- data/config/locales/bg-BG.yml +18 -0
- data/config/locales/bg.yml +18 -0
- data/config/locales/ca.yml +34 -2
- data/config/locales/cs.yml +56 -24
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +36 -3
- data/config/locales/el.yml +258 -0
- data/config/locales/en.yml +34 -2
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +34 -2
- data/config/locales/es-PY.yml +34 -2
- data/config/locales/es.yml +34 -2
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +5 -2
- data/config/locales/fi-plain.yml +34 -2
- data/config/locales/fi.yml +44 -12
- data/config/locales/fr-CA.yml +260 -0
- data/config/locales/fr.yml +34 -2
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +43 -10
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +26 -2
- data/config/locales/id-ID.yml +4 -1
- data/config/locales/is.yml +120 -0
- data/config/locales/it.yml +34 -2
- data/config/locales/ja-JP.yml +259 -0
- data/config/locales/ja.yml +259 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +250 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +34 -2
- data/config/locales/no.yml +5 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +91 -58
- data/config/locales/pt-BR.yml +6 -3
- data/config/locales/pt.yml +127 -94
- data/config/locales/ro-RO.yml +261 -0
- data/config/locales/ru.yml +5 -4
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk-SK.yml +258 -0
- data/config/locales/sk.yml +259 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +34 -2
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +71 -38
- data/config/locales/uk.yml +5 -4
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +257 -0
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/verifications/adapter.rb +12 -0
- data/lib/decidim/verifications/csv_census/engine.rb +3 -1
- data/lib/decidim/verifications/engine.rb +13 -0
- data/lib/decidim/verifications/id_documents/engine.rb +1 -0
- data/lib/decidim/verifications/postal_letter/engine.rb +3 -1
- data/lib/decidim/verifications/sms/engine.rb +3 -1
- data/lib/decidim/verifications/version.rb +1 -1
- data/lib/decidim/verifications/workflow_manifest.rb +3 -0
- data/lib/decidim/verifications/workflows.rb +1 -1
- metadata +60 -12
@@ -11,6 +11,8 @@
|
|
11
11
|
<div class="card">
|
12
12
|
<div class="card__content">
|
13
13
|
<%= decidim_form_for(@form, url: authorization_path(redirect_url: redirect_url), method: :put) do |form| %>
|
14
|
+
<%= form_required_explanation %>
|
15
|
+
|
14
16
|
<div class="field">
|
15
17
|
<%= form.text_field :verification_code %>
|
16
18
|
</div>
|
@@ -11,6 +11,8 @@
|
|
11
11
|
<div class="card">
|
12
12
|
<div class="card__content">
|
13
13
|
<%= decidim_form_for(@form, url: authorization_path(redirect_url: redirect_url)) do |form| %>
|
14
|
+
<%= form_required_explanation %>
|
15
|
+
|
14
16
|
<div class="field">
|
15
17
|
<%= form.text_field :mobile_phone_number %>
|
16
18
|
</div>
|
@@ -1,8 +1,27 @@
|
|
1
|
-
<% if request["postal_codes"]
|
2
|
-
postal_codes = request["postal_codes"].split("
|
3
|
-
<p><%= t("extra_explanation", scope: "decidim.verifications.dummy_authorization", postal_codes: postal_codes.join(", "), count: postal_codes.count) %></p>
|
1
|
+
<% if request["postal_codes"].present?
|
2
|
+
postal_codes = request["postal_codes"].split(",") %>
|
3
|
+
<p><%= t("extra_explanation.postal_codes", scope: "decidim.verifications.dummy_authorization", postal_codes: postal_codes.join(", "), count: postal_codes.count) %></p>
|
4
|
+
<% end %>
|
5
|
+
|
6
|
+
<% if request["scope"] && (scope = Decidim::Scope.find(request["scope"]&.to_i)) %>
|
7
|
+
<p><%= t("extra_explanation.scope", scope: "decidim.verifications.dummy_authorization", scope_name: translated_attribute(scope.name)) %></p>
|
4
8
|
<% end %>
|
5
9
|
|
6
10
|
<div class="partial-demo">
|
7
|
-
<%= form.
|
11
|
+
<%= form.hidden_field :handler_name %>
|
12
|
+
<div class="field">
|
13
|
+
<%= form.text_field :document_number %>
|
14
|
+
</div>
|
15
|
+
<div class="field">
|
16
|
+
<%= form.text_field :postal_code %>
|
17
|
+
</div>
|
18
|
+
<div class="field">
|
19
|
+
<%= form.date_field :birthday %>
|
20
|
+
</div>
|
21
|
+
<div class="field">
|
22
|
+
<%= form.scopes_picker :scope_id, {} do |scope|
|
23
|
+
{ url: decidim.scopes_picker_path(root: nil, current: form.object.scope_id, field: form.label_for(:scope_id)),
|
24
|
+
text: scope_name_for_picker(form.object.scope, I18n.t("decidim.scopes.global")) }
|
25
|
+
end %>
|
26
|
+
</div>
|
8
27
|
</div>
|
@@ -0,0 +1 @@
|
|
1
|
+
am:
|
data/config/locales/ar.yml
CHANGED
@@ -82,6 +82,8 @@ ar:
|
|
82
82
|
new:
|
83
83
|
authorize: إرسال
|
84
84
|
authorize_with: تحقق مع %{authorizer}
|
85
|
+
renew_modal:
|
86
|
+
cancel: إلغاء
|
85
87
|
skip_verification: يمكنك تخطي هذا الآن و %{link}
|
86
88
|
start_exploring: البدء في استكشاف
|
87
89
|
csv_census:
|
@@ -112,12 +114,13 @@ ar:
|
|
112
114
|
success: تم التحقق من حسابك بنجاح.
|
113
115
|
dummy_authorization:
|
114
116
|
extra_explanation:
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
117
|
+
postal_codes:
|
118
|
+
zero: 'تقتصر المشاركة على المشاركين الذين لديهم أي من الرموز البريدية التالية: %{postal_codes}.'
|
119
|
+
one: تقتصر المشاركة على المشاركين الذين لديهم الرمز البريدي %{postal_codes}.
|
120
|
+
two: 'تقتصر المشاركة على المشاركين الذين لديهم أي من الرموز البريدية التالية: %{postal_codes}.'
|
121
|
+
few: 'تقتصر المشاركة على المشاركين الذين لديهم أي من الرموز البريدية التالية: %{postal_codes}.'
|
122
|
+
many: 'تقتصر المشاركة على المشاركين الذين لديهم أي من الرموز البريدية التالية: %{postal_codes}.'
|
123
|
+
other: 'تقتصر المشاركة على المشاركين الذين لديهم أي من الرموز البريدية التالية: %{postal_codes}.'
|
121
124
|
id_documents:
|
122
125
|
admin:
|
123
126
|
config:
|
@@ -0,0 +1,18 @@
|
|
1
|
+
bg:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
config:
|
5
|
+
available_methods: Достъпни методи
|
6
|
+
offline: Извън линия
|
7
|
+
offline_explanation: Инструкции за проверка извън линия
|
8
|
+
online: На линия
|
9
|
+
id_document_information:
|
10
|
+
document_number: Номер на документ (с буквите)
|
11
|
+
document_type: Тип на документа
|
12
|
+
decidim:
|
13
|
+
verifications:
|
14
|
+
dummy_authorization:
|
15
|
+
extra_explanation:
|
16
|
+
postal_codes:
|
17
|
+
one: Участието е ограничено до участници с пощенски код %{postal_codes}.
|
18
|
+
other: 'Участието е ограничено до участници с пощенски кодове %{postal_codes}.'
|
@@ -0,0 +1,18 @@
|
|
1
|
+
bg:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
config:
|
5
|
+
available_methods: Достъпни методи
|
6
|
+
offline: Извън линия
|
7
|
+
offline_explanation: Инструкции за проверка извън линия
|
8
|
+
online: На линия
|
9
|
+
id_document_information:
|
10
|
+
document_number: Номер на документ (с буквите)
|
11
|
+
document_type: Тип на документа
|
12
|
+
decidim:
|
13
|
+
verifications:
|
14
|
+
dummy_authorization:
|
15
|
+
extra_explanation:
|
16
|
+
postal_codes:
|
17
|
+
one: Участието е ограничено до участници с пощенски код %{postal_codes}.
|
18
|
+
other: 'Участието е ограничено до участници с пощенски кодове %{postal_codes}.'
|
data/config/locales/ca.yml
CHANGED
@@ -26,6 +26,18 @@ ca:
|
|
26
26
|
decidim:
|
27
27
|
admin:
|
28
28
|
menu:
|
29
|
+
authorization_revocation:
|
30
|
+
before_date_info: Útil si el procés ja ha començat i vols revocar els permisos del procés anterior.
|
31
|
+
button: Revocar tot
|
32
|
+
button_before: Revocar abans de la data
|
33
|
+
destroy:
|
34
|
+
confirm: La revocació d'autoritzacions anteriors a aquesta data no es pot desfer. Segur que vols continuar?
|
35
|
+
confirm_all: La revocació de totes les autoritzacions no es pot desfer. Segur que vols continuar?
|
36
|
+
destroy_nok: S'ha produït un error al revocar les autoritzacions.
|
37
|
+
destroy_ok: Totes les autoritzacions coincidents s'han revocat correctament!
|
38
|
+
info: Hi ha un total de %{count} participants verificades.
|
39
|
+
no_data: No hi ha participants verificades
|
40
|
+
title: Revocació de les autoritzacions
|
29
41
|
authorization_workflows: Verificacions
|
30
42
|
admin_log:
|
31
43
|
organization:
|
@@ -65,10 +77,16 @@ ca:
|
|
65
77
|
name: Codi per carta postal
|
66
78
|
verifications:
|
67
79
|
authorizations:
|
80
|
+
authorization_metadata:
|
81
|
+
info: 'Aquestes són les dades de la verificació actual:'
|
82
|
+
no_data_stored: No hi ha dades emmagatzemades.
|
68
83
|
create:
|
69
84
|
error: S'ha produït un error en crear l'autorització.
|
70
85
|
success: Has estat autoritzada amb correctament.
|
71
86
|
unconfirmed: Cal que confirmis el teu correu electrònic per a poder autoritzar-te.
|
87
|
+
destroy:
|
88
|
+
error: S'ha produït un error en esborrar la verificació.
|
89
|
+
success: Has esborrat correctament la verificació.
|
72
90
|
first_login:
|
73
91
|
actions:
|
74
92
|
another_dummy_authorization_handler: Verifica't un altre exemple de controlador d'autorització
|
@@ -77,11 +95,23 @@ ca:
|
|
77
95
|
dummy_authorization_workflow: Verifica't contra l'exemple de flux d'autorització
|
78
96
|
id_documents: Verifica't pujant el teu document d'identitat
|
79
97
|
postal_letter: Verifica't rebent un codi de verificació per correu postal
|
98
|
+
sms: Verifica't a través d'un codi enviat per SMS
|
80
99
|
title: Verifica la teva identitat
|
81
100
|
verify_with_these_options: 'Aquestes són les opcions disponibles per verificar la teva identitat:'
|
101
|
+
index:
|
102
|
+
expired_verification: La verificació ha caducat
|
103
|
+
pending_verification: Pendent de verificació
|
104
|
+
show_renew_info: Clica aquí per a renovar la verificació
|
105
|
+
unauthorized_verification: Nova verificació
|
82
106
|
new:
|
83
107
|
authorize: Enviar
|
84
108
|
authorize_with: Verifica amb %{authorizer}
|
109
|
+
renew_modal:
|
110
|
+
cancel: Cancel·lar
|
111
|
+
close: Tanca
|
112
|
+
continue: Continua
|
113
|
+
info_renew: Si vols actualitzar les dades, continua amb la renovació
|
114
|
+
title: Renova la verificació
|
85
115
|
skip_verification: Pots ometre-ho per ara i %{link}
|
86
116
|
start_exploring: comença a explorar
|
87
117
|
csv_census:
|
@@ -113,8 +143,10 @@ ca:
|
|
113
143
|
success: El teu compte s'ha verificat correctament.
|
114
144
|
dummy_authorization:
|
115
145
|
extra_explanation:
|
116
|
-
|
117
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participació està restringida a les persones adscrites al codi postal %{postal_codes}.
|
148
|
+
other: 'La participació està restringida a les persones adscrites a algun dels següents codis postals: %{postal_codes}.'
|
149
|
+
scope: La participació està restringida a les persones verificades en l'àmbit de %{scope_name}.
|
118
150
|
id_documents:
|
119
151
|
admin:
|
120
152
|
config:
|
data/config/locales/cs.yml
CHANGED
@@ -7,10 +7,10 @@ cs:
|
|
7
7
|
offline_explanation: Pokyny pro ověření offline
|
8
8
|
online: Online
|
9
9
|
id_document_information:
|
10
|
-
document_number: Číslo
|
10
|
+
document_number: Číslo dokladu (jen číslice)
|
11
11
|
document_type: Typ dokumentu
|
12
12
|
id_document_upload:
|
13
|
-
document_number: Číslo
|
13
|
+
document_number: Číslo dokladu (jen číslice)
|
14
14
|
document_type: Typ dokumentu
|
15
15
|
user: Uživatel
|
16
16
|
verification_attachment: Naskenovaná kopie dokumentu
|
@@ -26,6 +26,18 @@ cs:
|
|
26
26
|
decidim:
|
27
27
|
admin:
|
28
28
|
menu:
|
29
|
+
authorization_revocation:
|
30
|
+
before_date_info: Užitečné, pokud již proces začal a chcete zrušit oprávnění z předchozího procesu.
|
31
|
+
button: Zrušit vše
|
32
|
+
button_before: Zrušit před datem
|
33
|
+
destroy:
|
34
|
+
confirm: Zrušení před datem autorizace nelze vrátit zpět. Jste si jisti, že chcete pokračovat?
|
35
|
+
confirm_all: Zrušení všech autorizací nelze vrátit zpět. Jste si jisti, že chcete pokračovat?
|
36
|
+
destroy_nok: Při rušení autorizace došlo k chybě.
|
37
|
+
destroy_ok: Všechny odpovídající autorizace byly úspěšně zrušeny!
|
38
|
+
info: Celkem je %{count} ověřených účastníků.
|
39
|
+
no_data: Žádní ověření účastníci
|
40
|
+
title: Zrušení ověření
|
29
41
|
authorization_workflows: Ověření
|
30
42
|
admin_log:
|
31
43
|
organization:
|
@@ -51,8 +63,8 @@ cs:
|
|
51
63
|
- Označte písmeno jako odesláno.
|
52
64
|
- Jakmile označíte odeslané písmeno, uživatel bude schopen kód zadat a ověřit.
|
53
65
|
csv_census:
|
54
|
-
explanation: Získejte ověření pomocí
|
55
|
-
name:
|
66
|
+
explanation: Získejte ověření pomocí členů organizace
|
67
|
+
name: Členové organizace
|
56
68
|
direct: Přímo
|
57
69
|
help: Pomoc
|
58
70
|
id_documents:
|
@@ -62,61 +74,81 @@ cs:
|
|
62
74
|
name: název
|
63
75
|
postal_letter:
|
64
76
|
explanation: Pošleme vám poštovní dopis s kódem, který budete muset zadat, abychom mohli ověřit vaši adresu
|
65
|
-
name: Kód
|
77
|
+
name: Kód v listovní zásilce
|
66
78
|
verifications:
|
67
79
|
authorizations:
|
80
|
+
authorization_metadata:
|
81
|
+
info: 'To jsou údaje o aktuálním ověření:'
|
82
|
+
no_data_stored: Žádná data nebyla uložena.
|
68
83
|
create:
|
69
84
|
error: Při vytváření oprávnění došlo k chybě.
|
70
85
|
success: Byl jste úspěšně autorizován.
|
71
86
|
unconfirmed: Potřebujete potvrdit svůj e-mail, abyste se autorizovali.
|
87
|
+
destroy:
|
88
|
+
error: Při odstraňování autorizace došlo k chybě.
|
89
|
+
success: Autorizace byla úspěšně odstraněna.
|
72
90
|
first_login:
|
73
91
|
actions:
|
74
92
|
another_dummy_authorization_handler: Ověřte proti jinému příkladu pověření pro autorizaci
|
75
|
-
csv_census: Ověřte
|
93
|
+
csv_census: Ověřte prostřednictvím členů organizace
|
76
94
|
dummy_authorization_handler: Ověřte proti příkladu pověření autorizace
|
77
95
|
dummy_authorization_workflow: Ověřte proti pracovnímu postupu autorizace
|
78
96
|
id_documents: Získejte ověření odesláním dokladu totožnosti
|
79
97
|
postal_letter: Ověřte si, zda obdržíte ověřovací kód poštou
|
98
|
+
sms: Ověřit obdržením SMS ověřovacího kódu
|
80
99
|
title: Potvrďte vaši identitu
|
81
100
|
verify_with_these_options: 'Jsou to dostupné možnosti k ověření totožnosti:'
|
101
|
+
index:
|
102
|
+
expired_verification: Ověření vypršelo
|
103
|
+
pending_verification: Čekající na ověření
|
104
|
+
show_renew_info: Kliknutím obnovíte ověření
|
105
|
+
unauthorized_verification: Nové ověření
|
82
106
|
new:
|
83
107
|
authorize: Poslat
|
84
108
|
authorize_with: Ověřte pomocí %{authorizer}
|
109
|
+
renew_modal:
|
110
|
+
cancel: zrušení
|
111
|
+
close: zavřít
|
112
|
+
continue: Pokračovat
|
113
|
+
info_renew: Pokud chcete aktualizovat data, pokračujte obnovením
|
114
|
+
title: Obnovit ověření
|
85
115
|
skip_verification: Můžete to přeskočit nyní a %{link}
|
86
116
|
start_exploring: začít zkoumat
|
87
117
|
csv_census:
|
88
118
|
admin:
|
89
119
|
census:
|
90
120
|
create:
|
91
|
-
error: Při importu
|
121
|
+
error: Při importu členů organizace došlo k chybě.
|
92
122
|
success: Úspěšně importováno %{count} položek (%{errors} chyb)
|
93
123
|
destroy_all:
|
94
|
-
success: Všechna data
|
124
|
+
success: Všechna data členů organizace byly smazány
|
95
125
|
destroy:
|
96
|
-
confirm:
|
97
|
-
title: Smazat všechna data
|
126
|
+
confirm: Odstranění veškerých kontaktů členů organizace nelze vrátit zpět. Jste si jistý, že chcete pokračovat?
|
127
|
+
title: Smazat všechna data členů organizace
|
98
128
|
index:
|
99
129
|
data: Celkem bylo načteno celkem %{count} záznamů. Poslední nahraje datum %{due_date}
|
100
|
-
empty: Neexistují
|
101
|
-
title: Aktuální údaje o
|
130
|
+
empty: Neexistují data o členech organizace. Pomocí níže uvedeného formuláře je importujte souborem CSV.
|
131
|
+
title: Aktuální údaje o členech organizace
|
102
132
|
instructions:
|
103
|
-
body: Chcete-li to provést, musíte vstoupit do správy systému a přidat oprávnění
|
104
|
-
title: Pro tuto organizaci musíte aktivovat csv
|
133
|
+
body: Chcete-li to provést, musíte vstoupit do správy systému a přidat oprávnění prostřednictvím souboru csv s e-maily členů organizace
|
134
|
+
title: Pro tuto organizaci musíte aktivovat csv s emaily členů
|
105
135
|
new:
|
106
136
|
file: ".csv soubor s daty e-mailů"
|
107
|
-
info: 'Must být
|
137
|
+
info: 'Must být soubor ve formátu CSV s pouze jedním sloupcem s e-mailovou adresou:'
|
108
138
|
submit: Nahrát soubor
|
109
|
-
title: Nahrajte nové
|
139
|
+
title: Nahrajte nové členy organizace
|
110
140
|
authorizations:
|
111
141
|
new:
|
112
|
-
error: Váš účet nebyl ověřen, nebo nejste
|
142
|
+
error: Váš účet nebyl ověřen, nebo nejste členem organizace.
|
113
143
|
success: Účet byl úspěšně ověřen.
|
114
144
|
dummy_authorization:
|
115
145
|
extra_explanation:
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: Účast je omezena na uživatele s poštovním směrovacím číslem %{postal_codes}.
|
148
|
+
few: 'Účast je omezena na uživatele s některým z následujících poštovních směrovacích čísel: %{postal_codes}.'
|
149
|
+
many: 'Účast je omezena na uživatele s některým z následujících poštovních směrovacích čísel: %{postal_codes}.'
|
150
|
+
other: 'Účast je omezena na uživatele s některým z následujících poštovních směrovacích čísel: %{postal_codes}.'
|
151
|
+
scope: Účast je omezena na účastníky s rozsahem %{scope_name}.
|
120
152
|
id_documents:
|
121
153
|
admin:
|
122
154
|
config:
|
@@ -136,7 +168,7 @@ cs:
|
|
136
168
|
verify: Ověřte
|
137
169
|
offline_confirmations:
|
138
170
|
create:
|
139
|
-
error: Ověření
|
171
|
+
error: Ověření neodpovídá vloženým údajům. Zkuste to znovu, nebo řekněte uživateli, ať si je změní
|
140
172
|
success: Uživatel úspěšně ověřen
|
141
173
|
new:
|
142
174
|
cancel: zrušení
|
@@ -144,7 +176,7 @@ cs:
|
|
144
176
|
verify: Ověřte
|
145
177
|
pending_authorizations:
|
146
178
|
index:
|
147
|
-
config:
|
179
|
+
config: Konfigurace
|
148
180
|
offline_verification: Ověření offline
|
149
181
|
title: Čekající ověření online
|
150
182
|
verification_number: 'Ověření #%{n}'
|
@@ -175,7 +207,7 @@ cs:
|
|
175
207
|
error: Při načítání dokumentu došlo k problému
|
176
208
|
success: Dokument byl úspěšně obnoven
|
177
209
|
dni: DNI
|
178
|
-
nie:
|
210
|
+
nie: Občanský průkaz
|
179
211
|
passport: Cestovní pas
|
180
212
|
postal_letter:
|
181
213
|
admin:
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
data/config/locales/de.yml
CHANGED
@@ -26,6 +26,18 @@ de:
|
|
26
26
|
decidim:
|
27
27
|
admin:
|
28
28
|
menu:
|
29
|
+
authorization_revocation:
|
30
|
+
before_date_info: Das ist nützlich, wenn der Prozess bereits begonnen hat und Sie die Rechte des vorherigen Prozesses zurückziehen möchten.
|
31
|
+
button: Alle entziehen
|
32
|
+
button_before: Entziehen vor Datum
|
33
|
+
destroy:
|
34
|
+
confirm: Das Entziehen aller Berechtigungen vor einem Datum kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
|
35
|
+
confirm_all: Das Entziehen aller Berechtigungen nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
|
36
|
+
destroy_nok: Beim Entziehen von Berechtigungen ist ein Fehler aufgetreten.
|
37
|
+
destroy_ok: Alle passenden Berechtigungen wurden erfolgreich entzogen!
|
38
|
+
info: Es gibt insgesamt %{count} verifizierte Teilnehmer.
|
39
|
+
no_data: Keine verifizierten Teilnehmer
|
40
|
+
title: Entziehen von Verifizierungen
|
29
41
|
authorization_workflows: Überprüfungen
|
30
42
|
admin_log:
|
31
43
|
organization:
|
@@ -65,10 +77,16 @@ de:
|
|
65
77
|
name: Code per Post
|
66
78
|
verifications:
|
67
79
|
authorizations:
|
80
|
+
authorization_metadata:
|
81
|
+
info: 'Dies sind die Daten der aktuellen Verifizierung:'
|
82
|
+
no_data_stored: Keine gespeicherten Daten.
|
68
83
|
create:
|
69
84
|
error: Beim Erstellen der Autorisierung ist ein Fehler aufgetreten.
|
70
85
|
success: Sie wurden erfolgreich autorisiert.
|
71
86
|
unconfirmed: Sie müssen Ihre E-Mail bestätigen, um sich zu autorisieren.
|
87
|
+
destroy:
|
88
|
+
error: Beim Löschen der Berechtigung ist ein Fehler aufgetreten.
|
89
|
+
success: Sie haben die Berechtigung erfolgreich gelöscht.
|
72
90
|
first_login:
|
73
91
|
actions:
|
74
92
|
another_dummy_authorization_handler: Überprüfen Sie anhand eines anderen Beispiels des Autorisierungshandlers
|
@@ -77,11 +95,23 @@ de:
|
|
77
95
|
dummy_authorization_workflow: Überprüfen Sie anhand des beispielhaften Autorisierungsworkflows
|
78
96
|
id_documents: Bestätigen Sie, indem Sie Ihr Identitätsdokument hochladen
|
79
97
|
postal_letter: Bestätigen Sie, indem Sie einen Bestätigungscode per Post erhalten
|
98
|
+
sms: Lassen Sie sich über einen Bestätigungscode per SMS verifizieren
|
80
99
|
title: Bestätigen Sie Ihre Identität
|
81
100
|
verify_with_these_options: 'Mit diesen Optionen können Sie Ihre Identität überprüfen:'
|
101
|
+
index:
|
102
|
+
expired_verification: Verifizierung abgelaufen
|
103
|
+
pending_verification: Ausstehende Verifizierung
|
104
|
+
show_renew_info: Klicken Sie, um die Verifizierung zu erneuern
|
105
|
+
unauthorized_verification: Neue Verifizierung
|
82
106
|
new:
|
83
107
|
authorize: Senden
|
84
108
|
authorize_with: Bestätigen Sie mit %{authorizer}
|
109
|
+
renew_modal:
|
110
|
+
cancel: Stornieren
|
111
|
+
close: Schließen
|
112
|
+
continue: Weiter
|
113
|
+
info_renew: Fahren Sie mit der Erneuerung fort, wenn Sie die Daten aktualisieren möchten
|
114
|
+
title: Verifizierung erneuern
|
85
115
|
skip_verification: Sie können dies für jetzt und %{link}überspringen
|
86
116
|
start_exploring: Fang an zu erforschen
|
87
117
|
csv_census:
|
@@ -104,6 +134,7 @@ de:
|
|
104
134
|
title: Sie müssen die csv-Zählung für diese Organisation aktivieren
|
105
135
|
new:
|
106
136
|
file: "CSV-Datei mit E-Mail-Daten"
|
137
|
+
info: 'Muss eine Datei im CSV-Format sein, mit nur einer Spalte der E-Mail-Adresse:'
|
107
138
|
submit: Datei hochladen
|
108
139
|
title: Laden Sie eine neue Volkszählung hoch
|
109
140
|
authorizations:
|
@@ -112,8 +143,10 @@ de:
|
|
112
143
|
success: Ihr Konto wurde erfolgreich verifiziert.
|
113
144
|
dummy_authorization:
|
114
145
|
extra_explanation:
|
115
|
-
|
116
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: Die Teilnahme ist auf Benutzer mit der Postleitzahl %{postal_codes}.
|
148
|
+
other: 'Die Teilnahme ist auf Benutzer mit einer der folgenden Postleitzahlen beschränkt: %{postal_codes}.'
|
149
|
+
scope: Die Teilnahme ist auf Benutzer mit dem Umgang %{scope_name} begrenzt.
|
117
150
|
id_documents:
|
118
151
|
admin:
|
119
152
|
config:
|
@@ -171,7 +204,7 @@ de:
|
|
171
204
|
update:
|
172
205
|
error: Beim erneuten Laden Ihres Dokuments ist ein Problem aufgetreten
|
173
206
|
success: Das Dokument wurde erfolgreich neu geladen
|
174
|
-
dni:
|
207
|
+
dni: Personalausweis
|
175
208
|
nie: NIE
|
176
209
|
passport: Reisepass
|
177
210
|
postal_letter:
|