decidim-direct_verifications 0.17.5 → 0.17.6
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/config/locales/ca.yml +6 -1
- data/config/locales/en.yml +5 -1
- data/config/locales/es.yml +6 -1
- data/lib/decidim/direct_verifications/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baa520a6dc6b5d727bc233c5076a6dd0d042cfcd3fdd0ff4cdde46f7f1837cec
|
|
4
|
+
data.tar.gz: 94f879f2b21bfaf542d1820c4d65c84e6769f6e32b9e06ba8930f979dcebc02a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2aaa64f6b10b225353285a58f70c44d91c6ab0ac50051f6a82bf5dd63ed73a12f8c5df4e09230a3a5d5d535c5a6303af5c1f64d2c4908a7d37adbbe32632575
|
|
7
|
+
data.tar.gz: 9248e063925c40870f2ada644dd55b6a3efd8f5034d4c870945ef0f017277f1cbc256d88911559cd03c1bf1f43a250aeb385a75b4003e6e59191b6eaf428fa76
|
data/config/locales/ca.yml
CHANGED
|
@@ -26,7 +26,8 @@ ca:
|
|
|
26
26
|
authorized: S'han verificat correctament %{authorized} usuaris utilitzant
|
|
27
27
|
[%{handler}] (%{count} detectats, %{errors} errors)
|
|
28
28
|
info: S'han detectat %{count} usuaris, dels quals %{registered} estan
|
|
29
|
-
registrats, %{authorized} autoritzats utilitzant [%{handler}] (%{unconfirmed}
|
|
29
|
+
registrats, %{authorized} autoritzats utilitzant [%{handler}] (%{unconfirmed}
|
|
30
|
+
sense confirmar)
|
|
30
31
|
registered: S'han registrat correctament %{registered} usuaris (%{count}
|
|
31
32
|
detectats, %{errors} errors)
|
|
32
33
|
revoked: S'ha revocat correctament la verificació de %{revoked} usuaris
|
|
@@ -46,3 +47,7 @@ ca:
|
|
|
46
47
|
authorizations:
|
|
47
48
|
new:
|
|
48
49
|
no_action: Aquest mètode requereix que un administrador us verifiqui
|
|
50
|
+
devise:
|
|
51
|
+
mailer:
|
|
52
|
+
direct_invite:
|
|
53
|
+
subject: Instruccions d'invitació
|
data/config/locales/en.yml
CHANGED
|
@@ -26,7 +26,7 @@ en:
|
|
|
26
26
|
authorized: "%{authorized} users have been successfully verified using
|
|
27
27
|
[%{handler}] (%{count} detected, %{errors} errors)"
|
|
28
28
|
info: "%{count} users detected, of which %{registered} are registered,
|
|
29
|
-
|
|
29
|
+
%{authorized} authorized using [%{handler}] (%{unconfirmed} unconfirmed)"
|
|
30
30
|
registered: "%{registered} users have been successfully registered (%{count}
|
|
31
31
|
detected, %{errors} errors) "
|
|
32
32
|
revoked: Verification from %{revoked} users have been revoked using
|
|
@@ -46,3 +46,7 @@ en:
|
|
|
46
46
|
authorizations:
|
|
47
47
|
new:
|
|
48
48
|
no_action: This method requires an administrator that verifies you
|
|
49
|
+
devise:
|
|
50
|
+
mailer:
|
|
51
|
+
direct_invite:
|
|
52
|
+
subject: Invitation instructions
|
data/config/locales/es.yml
CHANGED
|
@@ -26,7 +26,8 @@ es:
|
|
|
26
26
|
authorized: Se han verificado correctamente %{authorized} usuarios usando
|
|
27
27
|
[%{handler}] (%{count} detectados, %{errors} errores)
|
|
28
28
|
info: Se han detectado %{count} usuarios, de los cuales %{registered}
|
|
29
|
-
están registrados, %{authorized} autorizados usando [%{handler}] (%{unconfirmed}
|
|
29
|
+
están registrados, %{authorized} autorizados usando [%{handler}] (%{unconfirmed}
|
|
30
|
+
sin confirmar)
|
|
30
31
|
registered: Se han registrado correctamente %{registered} usuarios (%{count}
|
|
31
32
|
detectados, %{errors} errores)
|
|
32
33
|
revoked: Se ha revocado correctament la verificación de %{revoked} usuarios
|
|
@@ -46,3 +47,7 @@ es:
|
|
|
46
47
|
authorizations:
|
|
47
48
|
new:
|
|
48
49
|
no_action: Este método requiere que un administrador os verifique
|
|
50
|
+
devise:
|
|
51
|
+
mailer:
|
|
52
|
+
direct_invite:
|
|
53
|
+
subject: Instrucciones de invitación
|