decidim-verifications 0.22.0 → 0.23.0
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 +3 -3
- data/app/controllers/decidim/verifications/authorizations_controller.rb +1 -0
- data/app/forms/decidim/verifications/id_documents/upload_form.rb +1 -2
- data/app/views/decidim/verifications/authorizations/index.html.erb +4 -3
- data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +4 -4
- data/app/views/dummy_authorization/_form.html.erb +23 -4
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -6
- data/config/locales/bg-BG.yml +3 -2
- data/config/locales/bg.yml +18 -0
- data/config/locales/ca.yml +5 -3
- data/config/locales/cs.yml +6 -4
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +4 -2
- data/config/locales/el.yml +3 -2
- data/config/locales/en.yml +4 -2
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +4 -2
- data/config/locales/es-PY.yml +4 -2
- data/config/locales/es.yml +5 -3
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +3 -2
- data/config/locales/fi-plain.yml +4 -2
- data/config/locales/fi.yml +4 -2
- data/config/locales/fr-CA.yml +4 -2
- data/config/locales/fr.yml +4 -2
- data/config/locales/gl.yml +3 -2
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +3 -2
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/is.yml +120 -0
- data/config/locales/it.yml +4 -2
- data/config/locales/ja-JP.yml +4 -2
- 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.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +4 -2
- data/config/locales/no.yml +3 -2
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +69 -67
- data/config/locales/pt-BR.yml +3 -2
- data/config/locales/pt.yml +4 -2
- data/config/locales/ro-RO.yml +5 -3
- data/config/locales/ru.yml +5 -4
- data/config/locales/sk.yml +5 -4
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +4 -2
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +3 -2
- 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/version.rb +1 -1
- metadata +29 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 900cd69a4b633ddc14fa6511b44a85d06f11705d33948ffed831ca09c295aa30
|
4
|
+
data.tar.gz: fb2a8d1b836f312109e79d3c76c9a9e006c1b13d12d954ac40fe1c29a2b6b6c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68cdf7e402bf5c6be48b43e2c9f79663497b4cc4748b8d273c24921744d9059d1ee0b8f622cf16eb62e056af9ebabe7455b31eff4dd7095be9dd9f7ba935f2f3
|
7
|
+
data.tar.gz: f7e4024f26baf957c646631a965bbf78eecb6ad47d8778872de5bf4b2a4264ac324faecf34a279f971ac69a778c8fa9c242beab65f9566f8683742a9fd527155
|
data/README.md
CHANGED
@@ -97,7 +97,7 @@ Decidim implements two type of authorization methods:
|
|
97
97
|
* `edit_authorization_path`: This is the entry point to resume an existing
|
98
98
|
authorization process.
|
99
99
|
|
100
|
-
* _Renewable authorizations_.
|
100
|
+
* _Renewable authorizations_.
|
101
101
|
By default a participant can't renew its authorization, but this can be enabled when registering the workflow, the time between renewals can be configured (one day by default).
|
102
102
|
|
103
103
|
Optionally to change the renew modal content part of the data stored, you can set a new value for the cell used to render the metadata.
|
@@ -169,8 +169,8 @@ process, and also restrict it to users with postal codes 12345 and 12346. The
|
|
169
169
|
[example authorization handler](https://github.com/decidim/decidim/blob/master/decidim-generators/lib/decidim/generators/app_templates/dummy_authorization_handler.rb)
|
170
170
|
included in this module allows to do that. As an admin user, you should visit
|
171
171
|
the proposals componenent permissions screen, choose the `Example authorization`
|
172
|
-
as the authorization handler name for the `vote` action and
|
173
|
-
|
172
|
+
as the authorization handler name for the `vote` action and enter "12345, 12346"
|
173
|
+
in the `Allowed postal codes` field placed below.
|
174
174
|
|
175
175
|
You can override default behavior implementing a class that inherits form
|
176
176
|
`Decidim::Verifications::DefaultActionAuthorizer` and override some methods or that
|
@@ -11,8 +11,7 @@ module Decidim
|
|
11
11
|
attribute :verification_attachment, String
|
12
12
|
|
13
13
|
validates :verification_attachment,
|
14
|
-
|
15
|
-
file_content_type: { allow: ["image/jpeg", "image/png"] },
|
14
|
+
passthru: { to: Decidim::Authorization },
|
16
15
|
presence: true,
|
17
16
|
if: :uses_online_method?
|
18
17
|
end
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% add_decidim_page_title(t("authorizations", scope: "layouts.decidim.user_profile")) %>
|
2
2
|
<% content_for(:subtitle) { t("authorizations", scope: "layouts.decidim.user_profile") } %>
|
3
|
+
<% url_params = (redirect_url.present? ? { redirect_url: redirect_url } : {}) %>
|
3
4
|
|
4
5
|
<div class="row column authorizations-list">
|
5
6
|
<section class="section">
|
@@ -7,7 +8,7 @@
|
|
7
8
|
<div class="card card--list">
|
8
9
|
<% @granted_authorizations.each do |authorization| %>
|
9
10
|
<% if authorization.expired? %>
|
10
|
-
<%= link_to authorization_method(authorization).root_path, title: t(".expired_verification"), class: "card--list__item" do %>
|
11
|
+
<%= link_to authorization_method(authorization).root_path(url_params), title: t(".expired_verification"), class: "card--list__item" do %>
|
11
12
|
<% render partial: "granted_authorization", locals: { authorization: authorization } %>
|
12
13
|
<% end %>
|
13
14
|
<% elsif authorization.renewable? %>
|
@@ -28,7 +29,7 @@
|
|
28
29
|
<% if @pending_authorizations.any? %>
|
29
30
|
<div class="card card--list">
|
30
31
|
<% @pending_authorizations.each do |authorization| %>
|
31
|
-
<%= link_to authorization_method(authorization).resume_authorization_path do %>
|
32
|
+
<%= link_to authorization_method(authorization).resume_authorization_path(url_params) do %>
|
32
33
|
<div class="card--list__item">
|
33
34
|
<div class="card--list__text">
|
34
35
|
<%= icon "reload", class: "card--list__icon", aria_label: t(".pending_verification"), role: "img" %>
|
@@ -55,7 +56,7 @@
|
|
55
56
|
<% if unauthorized_methods.any? %>
|
56
57
|
<div class="card card--list">
|
57
58
|
<% unauthorized_methods.each do |unauthorized_method| %>
|
58
|
-
<%= link_to unauthorized_method.root_path do %>
|
59
|
+
<%= link_to unauthorized_method.root_path(url_params) do %>
|
59
60
|
<div class="card--list__item">
|
60
61
|
<div class="card--list__text">
|
61
62
|
<%= icon "lock-unlocked", class: "card--list__icon", aria_label: t(".unauthorized_verification"), role: "img" %>
|
data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb
CHANGED
@@ -15,8 +15,8 @@
|
|
15
15
|
</tr>
|
16
16
|
</thead>
|
17
17
|
<tbody>
|
18
|
-
|
19
|
-
|
18
|
+
<% @pending_online_authorizations.each do |authorization| %>
|
19
|
+
<tr>
|
20
20
|
<td>
|
21
21
|
<%= link_to t(".verification_number", n: authorization.id),
|
22
22
|
new_pending_authorization_confirmation_path(authorization.id) %>
|
@@ -26,8 +26,8 @@
|
|
26
26
|
<%= image_tag authorization.verification_attachment.url(:thumbnail), class: "thumbnail-list" %>
|
27
27
|
<% end %>
|
28
28
|
</td>
|
29
|
-
|
30
|
-
|
29
|
+
</tr>
|
30
|
+
<% end %>
|
31
31
|
</tbody>
|
32
32
|
</table>
|
33
33
|
</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
@@ -114,12 +114,13 @@ ar:
|
|
114
114
|
success: تم التحقق من حسابك بنجاح.
|
115
115
|
dummy_authorization:
|
116
116
|
extra_explanation:
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
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}.'
|
123
124
|
id_documents:
|
124
125
|
admin:
|
125
126
|
config:
|
data/config/locales/bg-BG.yml
CHANGED
@@ -13,5 +13,6 @@ bg:
|
|
13
13
|
verifications:
|
14
14
|
dummy_authorization:
|
15
15
|
extra_explanation:
|
16
|
-
|
17
|
-
|
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
@@ -110,7 +110,7 @@ ca:
|
|
110
110
|
cancel: Cancel·lar
|
111
111
|
close: Tanca
|
112
112
|
continue: Continua
|
113
|
-
info_renew: Si vols actualitzar les dades,
|
113
|
+
info_renew: Si vols actualitzar les dades, continua amb la renovació
|
114
114
|
title: Renova la verificació
|
115
115
|
skip_verification: Pots ometre-ho per ara i %{link}
|
116
116
|
start_exploring: comença a explorar
|
@@ -143,8 +143,10 @@ ca:
|
|
143
143
|
success: El teu compte s'ha verificat correctament.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
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}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/cs.yml
CHANGED
@@ -143,10 +143,12 @@ cs:
|
|
143
143
|
success: Účet byl úspěšně ověřen.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
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}.
|
150
152
|
id_documents:
|
151
153
|
admin:
|
152
154
|
config:
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
data/config/locales/de.yml
CHANGED
@@ -143,8 +143,10 @@ de:
|
|
143
143
|
success: Ihr Konto wurde erfolgreich verifiziert.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
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.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/el.yml
CHANGED
@@ -143,8 +143,9 @@ el:
|
|
143
143
|
success: Ο λογαριασμός σας επαληθεύτηκε με επιτυχία.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: Participation is restricted to participants with the postal code %{postal_codes}.
|
148
|
+
other: 'Participation is restricted to participants with any of the following postal codes: %{postal_codes}.'
|
148
149
|
id_documents:
|
149
150
|
admin:
|
150
151
|
config:
|
data/config/locales/en.yml
CHANGED
@@ -144,8 +144,10 @@ en:
|
|
144
144
|
success: Your account has been successfully verified.
|
145
145
|
dummy_authorization:
|
146
146
|
extra_explanation:
|
147
|
-
|
148
|
-
|
147
|
+
postal_codes:
|
148
|
+
one: Participation is restricted to participants with the postal code %{postal_codes}.
|
149
|
+
other: 'Participation is restricted to participants with any of the following postal codes: %{postal_codes}.'
|
150
|
+
scope: Participation is restricted to participants with the scope %{scope_name}.
|
149
151
|
id_documents:
|
150
152
|
admin:
|
151
153
|
config:
|
@@ -0,0 +1 @@
|
|
1
|
+
eo:
|
data/config/locales/es-MX.yml
CHANGED
@@ -143,8 +143,10 @@ es-MX:
|
|
143
143
|
success: Su cuenta ha sido verificada con éxito.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participación está restringida a usuarios con el código postal %{postal_codes}.
|
148
|
+
other: 'La participación está restringida a usuarios con cualquiera de los siguientes códigos postales: %{postal_codes}.'
|
149
|
+
scope: La participación está restringida a las personas verificadas en el ámbito de %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/es-PY.yml
CHANGED
@@ -143,8 +143,10 @@ es-PY:
|
|
143
143
|
success: Su cuenta ha sido verificada con éxito.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participación está restringida a usuarios con el código postal %{postal_codes}.
|
148
|
+
other: 'La participación está restringida a usuarios con cualquiera de los siguientes códigos postales: %{postal_codes}.'
|
149
|
+
scope: La participación está restringida a las personas verificadas en el ámbito de %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/es.yml
CHANGED
@@ -86,7 +86,7 @@ es:
|
|
86
86
|
unconfirmed: Necesitas confirmar tu correo electrónico para poder autorizarte.
|
87
87
|
destroy:
|
88
88
|
error: Se ha producido un error al borrar la autorización.
|
89
|
-
success:
|
89
|
+
success: Has eliminado correctamente la autorización.
|
90
90
|
first_login:
|
91
91
|
actions:
|
92
92
|
another_dummy_authorization_handler: Verificar contra otro ejemplo de controlador de autorización
|
@@ -143,8 +143,10 @@ es:
|
|
143
143
|
success: Tu cuenta se ha verificado correctamente.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participación está restringida a las personas adscritas al código postal %{postal_codes}.
|
148
|
+
other: 'La participación está restringida a personas adscritas a cualquiera de los siguientes códigos postales: %{postal_codes}.'
|
149
|
+
scope: La participación está restringida a las personas verificadas en el ámbito de %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
@@ -0,0 +1 @@
|
|
1
|
+
et:
|
data/config/locales/eu.yml
CHANGED
@@ -114,8 +114,9 @@ eu:
|
|
114
114
|
success: Zure kontua ondo egiaztatu da.
|
115
115
|
dummy_authorization:
|
116
116
|
extra_explanation:
|
117
|
-
|
118
|
-
|
117
|
+
postal_codes:
|
118
|
+
one: Partehartzea mugatua da %{postal_codes} kode postalarekin duten erabiltzaileentzat.
|
119
|
+
other: 'Parte-hartzea honako posta-kode hauetakoren bat duten erabiltzaileentzat mugatuta dago: %{postal_codes}.'
|
119
120
|
id_documents:
|
120
121
|
admin:
|
121
122
|
config:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -143,8 +143,10 @@ fi-pl:
|
|
143
143
|
success: Tilisi on vahvistettu onnistuneesti.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: Osallistuminen on rajoitettu niille käyttäjille, joilla on postinumero %{postal_codes}.
|
148
|
+
other: 'Osallistuminen on rajoitettu niille käyttäjille, joilla on jokin postinumeroista: %{postal_codes}.'
|
149
|
+
scope: Osallistuminen on rajoitettu niille käyttäjille, joilla on teema %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/fi.yml
CHANGED
@@ -143,8 +143,10 @@ fi:
|
|
143
143
|
success: Tilisi vahvistaminen onnistui.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: Osallistuminen on rajoitettu niille käyttäjille, joilla on postinumero %{postal_codes}.
|
148
|
+
other: 'Osallistuminen on rajoitettu niille käyttäjille, joilla on jokin postinumeroista: %{postal_codes}.'
|
149
|
+
scope: Osallistuminen on rajoitettu niille käyttäjille, joilla on teema %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -143,8 +143,10 @@ fr-CA:
|
|
143
143
|
success: Votre compte a été vérifié avec succès.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participation est réservée aux utilisateurs avec le code postal %{postal_codes}.
|
148
|
+
other: 'La participation est réservée aux utilisateurs avec l''un des codes postaux suivants: %{postal_codes}.'
|
149
|
+
scope: La participation est réservée aux participants ayant la portée %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/fr.yml
CHANGED
@@ -143,8 +143,10 @@ fr:
|
|
143
143
|
success: Votre compte a été vérifié avec succès.
|
144
144
|
dummy_authorization:
|
145
145
|
extra_explanation:
|
146
|
-
|
147
|
-
|
146
|
+
postal_codes:
|
147
|
+
one: La participation est réservée aux utilisateurs avec le code postal %{postal_codes}.
|
148
|
+
other: 'La participation est réservée aux utilisateurs avec l''un des codes postaux suivants: %{postal_codes}.'
|
149
|
+
scope: La participation est réservée aux participants avec le secteur %{scope_name}.
|
148
150
|
id_documents:
|
149
151
|
admin:
|
150
152
|
config:
|
data/config/locales/gl.yml
CHANGED
@@ -114,8 +114,9 @@ gl:
|
|
114
114
|
success: Verificouse correctamente a túa conta.
|
115
115
|
dummy_authorization:
|
116
116
|
extra_explanation:
|
117
|
-
|
118
|
-
|
117
|
+
postal_codes:
|
118
|
+
one: A participación está restrinxida aos usuarios co código postal %{postal_codes}.
|
119
|
+
other: 'A participación está restrinxida aos usuarios que conteñan algún dos seguintes códigos postais: %{postal_codes}.'
|
119
120
|
id_documents:
|
120
121
|
admin:
|
121
122
|
config:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -136,8 +136,9 @@ hu:
|
|
136
136
|
success: Fiókját sikeresen ellenőrizték.
|
137
137
|
dummy_authorization:
|
138
138
|
extra_explanation:
|
139
|
-
|
140
|
-
|
139
|
+
postal_codes:
|
140
|
+
one: A részvétel %{postal_codes} irányítószámú felhasználókra korlátozódik.
|
141
|
+
other: 'A részvétel %{postal_codes} irányítószámú felhasználókra korlátozódik.'
|
141
142
|
id_documents:
|
142
143
|
admin:
|
143
144
|
config:
|
data/config/locales/id-ID.yml
CHANGED
@@ -114,7 +114,8 @@ id:
|
|
114
114
|
success: Akun Anda telah berhasil diverifikasi.
|
115
115
|
dummy_authorization:
|
116
116
|
extra_explanation:
|
117
|
-
|
117
|
+
postal_codes:
|
118
|
+
other: 'Partisipasi dibatasi untuk pengguna dengan salah satu kode pos berikut: %{postal_codes}.'
|
118
119
|
id_documents:
|
119
120
|
admin:
|
120
121
|
config:
|
@@ -0,0 +1,120 @@
|
|
1
|
+
is:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
id_document_information:
|
5
|
+
document_number: Skjalnúmer (með bréfi)
|
6
|
+
document_type: Tegund skjalsins
|
7
|
+
id_document_upload:
|
8
|
+
document_number: Skjalnúmer (með bréfi)
|
9
|
+
document_type: Gerðu skjalið þitt
|
10
|
+
verification_attachment: Skannaður afrit af skjalinu þínu
|
11
|
+
postal_letter_address:
|
12
|
+
full_address: Fullt heimilisfang
|
13
|
+
postal_letter_confirmation:
|
14
|
+
verification_code: Staðfestingarkóði
|
15
|
+
postal_letter_postage:
|
16
|
+
full_address: Fullt heimilisfang
|
17
|
+
verification_code: Staðfestingarkóði
|
18
|
+
decidim:
|
19
|
+
admin:
|
20
|
+
menu:
|
21
|
+
authorization_workflows: Staðfestingar
|
22
|
+
authorization_handlers:
|
23
|
+
admin:
|
24
|
+
id_documents:
|
25
|
+
help:
|
26
|
+
- Notendur fylla inn upplýsingar um auðkenni þeirra og senda afrit af skjalinu sínu.
|
27
|
+
- Þú fyllir inn upplýsingar sem eru til staðar í myndinni sem hlaðið var upp.
|
28
|
+
- Upplýsingarnar ættu að passa hvað sem notandinn hefur fyllt inn.
|
29
|
+
- Ef þú getur ekki séð upplýsingarnar greinilega eða þú getur ekki staðfest það, geturðu hafnað beiðninni og notandinn mun geta lagað það.
|
30
|
+
postal_letter:
|
31
|
+
help:
|
32
|
+
- Participants request a verification code to be sent to their address.
|
33
|
+
- Þú sendir bréfið á heimilisfangið með staðfestingarkóðanum.
|
34
|
+
- Þú merkir stafinn sem sendur er.
|
35
|
+
- Once you mark the letter as sent, the participant will be able to introduce the code and get verified.
|
36
|
+
direct: Bein
|
37
|
+
help: Hjálp
|
38
|
+
id_documents:
|
39
|
+
explanation: Hladdu upp skjölin þín svo að við getum athugað auðkenni þitt
|
40
|
+
name: Kennimark
|
41
|
+
multistep: Fjölþrep
|
42
|
+
name: Nafn
|
43
|
+
postal_letter:
|
44
|
+
explanation: Við sendum þér póstbréf með kóða sem þú verður að slá inn svo við getum staðfesta netfangið þitt
|
45
|
+
name: Kóði með póstbréfi
|
46
|
+
verifications:
|
47
|
+
authorizations:
|
48
|
+
create:
|
49
|
+
success: Þú hefur verið samþykkt með góðum árangri.
|
50
|
+
first_login:
|
51
|
+
actions:
|
52
|
+
dummy_authorization_handler: Staðfestu á móti heimildarmyndinni
|
53
|
+
dummy_authorization_workflow: Staðfestu gegn verkflæðinu fyrir heimildir fyrir heimildir
|
54
|
+
id_documents: Fáðu staðfestinguna með því að hlaða upp skjalið þitt
|
55
|
+
postal_letter: Fáðu staðfestingu með því að fá staðfestingarkóða með pósti
|
56
|
+
title: Staðfestu auðkenni þitt
|
57
|
+
verify_with_these_options: 'Þetta eru tiltækar valkostir til að staðfesta auðkenni þitt:'
|
58
|
+
new:
|
59
|
+
authorize: Senda
|
60
|
+
authorize_with: Staðfestu með %{authorizer}
|
61
|
+
skip_verification: Þú getur sleppt þessu nú og %{link}
|
62
|
+
start_exploring: byrja að kanna
|
63
|
+
id_documents:
|
64
|
+
admin:
|
65
|
+
confirmations:
|
66
|
+
new:
|
67
|
+
introduce_user_data: Kynntu gögnin á myndinni
|
68
|
+
reject: Hafna
|
69
|
+
verify: Staðfestu
|
70
|
+
pending_authorizations:
|
71
|
+
index:
|
72
|
+
verification_number: 'Staðfesting #%{n}'
|
73
|
+
authorizations:
|
74
|
+
create:
|
75
|
+
error: Vandamál kom upp við að hlaða upp skjalinu þínu
|
76
|
+
edit:
|
77
|
+
being_reviewed: Við erum að skoða skjölin þín. Þú verður staðfest innan skamms
|
78
|
+
rejection_clarity: Gakktu úr skugga um að upplýsingarnar séu greinilega sýnilegar í myndinni sem hlaðið var upp
|
79
|
+
rejection_correctness: Gakktu úr skugga um að innsláttarupplýsingar séu réttar
|
80
|
+
rejection_notice: Vandamál kom upp við staðfestingu þína. Vinsamlegast reyndu aftur
|
81
|
+
send: Beiðni um staðfestingu aftur
|
82
|
+
new:
|
83
|
+
send: Beiðni um staðfestingu
|
84
|
+
title: Hladdu upp skjalið þitt
|
85
|
+
update:
|
86
|
+
error: Vandamál kom upp við að endurheimta skjalið þitt
|
87
|
+
dni: DNI
|
88
|
+
nie: NIE
|
89
|
+
passport: Vegabréf
|
90
|
+
postal_letter:
|
91
|
+
admin:
|
92
|
+
pending_authorizations:
|
93
|
+
index:
|
94
|
+
address: Heimilisfang
|
95
|
+
letter_sent_at: Bréf sendur á
|
96
|
+
mark_as_sent: Merktu sem send
|
97
|
+
not_yet_sent: Ekki enn sendur
|
98
|
+
title: Áframhaldandi sannprófanir
|
99
|
+
verification_code: Staðfestingarkóði
|
100
|
+
postages:
|
101
|
+
create:
|
102
|
+
error: Villa merkja bréf sem send var
|
103
|
+
success: Bréf með góðum árangri merkt sem send
|
104
|
+
authorizations:
|
105
|
+
create:
|
106
|
+
error: Vandamál kom upp við beiðni þína
|
107
|
+
success: Takk! Við sendum staðfestingarkóða á netfangið þitt
|
108
|
+
edit:
|
109
|
+
send: Staðfesta
|
110
|
+
title: Kynntu staðfestingarkóðann sem þú fékkst
|
111
|
+
waiting_for_letter: Við sendum bréf til heimilisfangsins með staðfestingarkóðanum þínum fljótlega
|
112
|
+
new:
|
113
|
+
send: Sendu mér bréf
|
114
|
+
title: Biðja um staðfestingarkóðann þinn
|
115
|
+
update:
|
116
|
+
error: Staðfestingarkóðinn þinn passar ekki við okkar. Vinsamlegast tvíttu athugaðu bréfið sem við sendum til þín
|
117
|
+
success: Til hamingju. Þú hefur verið staðfest með staðfestingu
|
118
|
+
errors:
|
119
|
+
messages:
|
120
|
+
uppercase_only_letters_numbers: verður að vera allt hástafi og innihalda aðeins stafi og / eða númer
|