decidim-verifications 0.22.0 → 0.23.3
Sign up to get free protection for your applications and to get access to all the features.
- 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 +26 -24
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +5 -3
- 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 +41 -10
- 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/si-LK.yml +1 -0
- 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/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +70 -39
- 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 +34 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '085414f0a7434a9a7d3f04c181e7cdc3a6bbd534834bb805c21da01e2e46fec1'
|
4
|
+
data.tar.gz: e1a87b80dbbe653b2936245c8340e0ca28b180d0335a18e63365f0ec7f22f27d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce9e0a32a8fd57222105d2c85cb2c9901c3033ab6d630ae4733ce8472f7218230e8112a4dbe3fa775c829147b39189ef780086d0f3ddb62fad5da53ab6592226
|
7
|
+
data.tar.gz: 0cf9cc26b5c144bbbdedcb8e7aaa29ddfc1493ff12127ac69c189624882ef6da4de63251c1f850f4e39cbf3f0c649a25ec03fdd3ef926fffd0b3f85df13027d4
|
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
@@ -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
|
@@ -63,8 +63,8 @@ cs:
|
|
63
63
|
- Označte písmeno jako odesláno.
|
64
64
|
- Jakmile označíte odeslané písmeno, uživatel bude schopen kód zadat a ověřit.
|
65
65
|
csv_census:
|
66
|
-
explanation: Získejte ověření pomocí
|
67
|
-
name:
|
66
|
+
explanation: Získejte ověření pomocí členů organizace
|
67
|
+
name: Členové organizace
|
68
68
|
direct: Přímo
|
69
69
|
help: Pomoc
|
70
70
|
id_documents:
|
@@ -74,7 +74,7 @@ cs:
|
|
74
74
|
name: název
|
75
75
|
postal_letter:
|
76
76
|
explanation: Pošleme vám poštovní dopis s kódem, který budete muset zadat, abychom mohli ověřit vaši adresu
|
77
|
-
name: Kód
|
77
|
+
name: Kód v listovní zásilce
|
78
78
|
verifications:
|
79
79
|
authorizations:
|
80
80
|
authorization_metadata:
|
@@ -90,7 +90,7 @@ cs:
|
|
90
90
|
first_login:
|
91
91
|
actions:
|
92
92
|
another_dummy_authorization_handler: Ověřte proti jinému příkladu pověření pro autorizaci
|
93
|
-
csv_census: Ověřte
|
93
|
+
csv_census: Ověřte prostřednictvím členů organizace
|
94
94
|
dummy_authorization_handler: Ověřte proti příkladu pověření autorizace
|
95
95
|
dummy_authorization_workflow: Ověřte proti pracovnímu postupu autorizace
|
96
96
|
id_documents: Získejte ověření odesláním dokladu totožnosti
|
@@ -118,35 +118,37 @@ cs:
|
|
118
118
|
admin:
|
119
119
|
census:
|
120
120
|
create:
|
121
|
-
error: Při importu
|
121
|
+
error: Při importu členů organizace došlo k chybě.
|
122
122
|
success: Úspěšně importováno %{count} položek (%{errors} chyb)
|
123
123
|
destroy_all:
|
124
|
-
success: Všechna data
|
124
|
+
success: Všechna data členů organizace byly smazány
|
125
125
|
destroy:
|
126
|
-
confirm:
|
127
|
-
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
|
128
128
|
index:
|
129
129
|
data: Celkem bylo načteno celkem %{count} záznamů. Poslední nahraje datum %{due_date}
|
130
|
-
empty: Neexistují
|
131
|
-
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
|
132
132
|
instructions:
|
133
|
-
body: Chcete-li to provést, musíte vstoupit do správy systému a přidat oprávnění
|
134
|
-
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ů
|
135
135
|
new:
|
136
136
|
file: ".csv soubor s daty e-mailů"
|
137
|
-
info: 'Must být
|
137
|
+
info: 'Must být soubor ve formátu CSV s pouze jedním sloupcem s e-mailovou adresou:'
|
138
138
|
submit: Nahrát soubor
|
139
|
-
title: Nahrajte nové
|
139
|
+
title: Nahrajte nové členy organizace
|
140
140
|
authorizations:
|
141
141
|
new:
|
142
|
-
error: Váš účet nebyl ověřen, nebo nejste
|
142
|
+
error: Váš účet nebyl ověřen, nebo nejste členem organizace.
|
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:
|
@@ -166,7 +168,7 @@ cs:
|
|
166
168
|
verify: Ověřte
|
167
169
|
offline_confirmations:
|
168
170
|
create:
|
169
|
-
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í
|
170
172
|
success: Uživatel úspěšně ověřen
|
171
173
|
new:
|
172
174
|
cancel: zrušení
|
@@ -174,7 +176,7 @@ cs:
|
|
174
176
|
verify: Ověřte
|
175
177
|
pending_authorizations:
|
176
178
|
index:
|
177
|
-
config:
|
179
|
+
config: Konfigurace
|
178
180
|
offline_verification: Ověření offline
|
179
181
|
title: Čekající ověření online
|
180
182
|
verification_number: 'Ověření #%{n}'
|
@@ -205,7 +207,7 @@ cs:
|
|
205
207
|
error: Při načítání dokumentu došlo k problému
|
206
208
|
success: Dokument byl úspěšně obnoven
|
207
209
|
dni: DNI
|
208
|
-
nie:
|
210
|
+
nie: Občanský průkaz
|
209
211
|
passport: Cestovní pas
|
210
212
|
postal_letter:
|
211
213
|
admin:
|
@@ -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:
|
@@ -202,7 +204,7 @@ de:
|
|
202
204
|
update:
|
203
205
|
error: Beim erneuten Laden Ihres Dokuments ist ein Problem aufgetreten
|
204
206
|
success: Das Dokument wurde erfolgreich neu geladen
|
205
|
-
dni:
|
207
|
+
dni: Personalausweis
|
206
208
|
nie: NIE
|
207
209
|
passport: Reisepass
|
208
210
|
postal_letter:
|
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:
|