ecm_user_area2 3.0.2 → 3.0.3
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/de.yml +15 -3
- data/config/locales/en.yml +52 -8
- data/lib/ecm/user_area/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4698646a5a36f73c3fbcd5414a70032a206aa6d
|
|
4
|
+
data.tar.gz: b557e7362c5c18839a67953b8ca38210ddbda3fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64fcad49fc6ddf24bb0e8ca393e7e3815444d013fde0b90c6360a1a9c530312c175f2779ad7c33e263df936782a605258d4a961b1cd0d8131e7782376ea39407
|
|
7
|
+
data.tar.gz: 7fb95e9e86e26cabf6df94d5eb2ee8dd7a817d2f99109a31bd0636957297971fa6d235b0c55198b971de81ef0013b4b0872f8dbd6bcb2b589a67e54089d1e817
|
data/config/locales/de.yml
CHANGED
|
@@ -5,12 +5,27 @@ de:
|
|
|
5
5
|
email: E-Mail
|
|
6
6
|
user: Benutzer
|
|
7
7
|
ecm/user_area/user:
|
|
8
|
+
id: ID
|
|
8
9
|
active: Aktiv
|
|
9
10
|
approved: Genehmigt
|
|
10
11
|
confirmed: Bestätigt
|
|
12
|
+
crypted_password: Verschlüsseltes Passwort
|
|
13
|
+
current_login_at: Aktueller Login am
|
|
14
|
+
current_login_ip: Aktuelle IP Adresse
|
|
11
15
|
email: E-Mail
|
|
16
|
+
failed_login_count: Fehlgeschlagene Logins
|
|
17
|
+
last_login_at: Zuletzt eingeloggt am
|
|
18
|
+
last_login_ip: Letzte IP Adresse
|
|
19
|
+
last_request_at: Letzte Anfrage am
|
|
20
|
+
login_count: Logins
|
|
12
21
|
password: Passwort
|
|
13
22
|
password_confirmation: Passwort wiederholen
|
|
23
|
+
password_salt: Passwort Salt
|
|
24
|
+
perishable_token: Vergänglicher Token
|
|
25
|
+
persistence_token: Persistenztoken
|
|
26
|
+
single_access_token: One-Time Token
|
|
27
|
+
created_at: Erstellt am
|
|
28
|
+
updated_at: Aktualisiert am
|
|
14
29
|
models:
|
|
15
30
|
ecm/user_area/user_password_reset_request:
|
|
16
31
|
one: Passwort
|
|
@@ -91,9 +106,6 @@ de:
|
|
|
91
106
|
create: 'Weiter'
|
|
92
107
|
user_session:
|
|
93
108
|
create: 'Einloggen'
|
|
94
|
-
# user:
|
|
95
|
-
# create: 'Registrieren'
|
|
96
|
-
# update: 'Aktualisieren'
|
|
97
109
|
messages:
|
|
98
110
|
confirmations:
|
|
99
111
|
ecm_user_area:
|
data/config/locales/en.yml
CHANGED
|
@@ -1,17 +1,44 @@
|
|
|
1
1
|
en:
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
|
+
ecm/user_area/user_password_reset_request:
|
|
5
|
+
email: E-Mail
|
|
6
|
+
user: Benutzer
|
|
4
7
|
ecm/user_area/user:
|
|
8
|
+
id: ID
|
|
5
9
|
active: Active
|
|
6
10
|
approved: Approved
|
|
7
11
|
confirmed: Confirmed
|
|
12
|
+
crypted_password: Crypted password
|
|
13
|
+
current_login_at: Current login at
|
|
14
|
+
current_login_ip: Current login IP
|
|
8
15
|
email: E-Mail
|
|
16
|
+
failed_login_count: Failed logins
|
|
17
|
+
last_login_at: Last login at
|
|
18
|
+
last_login_ip: Last login IP
|
|
19
|
+
last_request_at: Last request at
|
|
20
|
+
login_count: Logins
|
|
9
21
|
password: Password
|
|
10
22
|
password_confirmation: Confirm password
|
|
23
|
+
password_salt: Password Salt
|
|
24
|
+
perishable_token: Perishable token
|
|
25
|
+
persistence_token: Persistence token
|
|
26
|
+
single_access_token: Single access token
|
|
27
|
+
created_at: Created at
|
|
28
|
+
updated_at: Updated at
|
|
11
29
|
models:
|
|
12
30
|
ecm/user_area/user:
|
|
13
31
|
one: User
|
|
14
32
|
other: Users
|
|
33
|
+
errors:
|
|
34
|
+
ecm/user_area/user_password_reset_request:
|
|
35
|
+
one: Password
|
|
36
|
+
other: Passwordd
|
|
37
|
+
models:
|
|
38
|
+
ecm/user_area/user_password_reset_request:
|
|
39
|
+
attributes:
|
|
40
|
+
user:
|
|
41
|
+
blank: 'unknown'
|
|
15
42
|
classes:
|
|
16
43
|
ecm/user_area/create_default_user_service: 'Create Default User Service'
|
|
17
44
|
ecm:
|
|
@@ -22,15 +49,27 @@ en:
|
|
|
22
49
|
not_signed_in: Not signed in
|
|
23
50
|
sign_in: Sign in
|
|
24
51
|
sign_out: Sign out
|
|
25
|
-
navigation_dropdown:
|
|
26
|
-
|
|
52
|
+
navigation_dropdown:
|
|
53
|
+
bootstrap3:
|
|
54
|
+
<<: *navigation
|
|
55
|
+
bootstrap4:
|
|
56
|
+
<<: *navigation
|
|
27
57
|
password_reset_requests:
|
|
28
58
|
base:
|
|
29
59
|
new:
|
|
30
60
|
back: Back
|
|
31
61
|
title: 'Reset password'
|
|
62
|
+
password_resets:
|
|
63
|
+
base:
|
|
64
|
+
edit:
|
|
65
|
+
back: Back
|
|
66
|
+
title: 'Reset password for %{resource}'
|
|
32
67
|
sessions:
|
|
33
68
|
base:
|
|
69
|
+
form_errors:
|
|
70
|
+
errors:
|
|
71
|
+
template:
|
|
72
|
+
header: 'Login failed'
|
|
34
73
|
new:
|
|
35
74
|
back: Back
|
|
36
75
|
title: Sign in
|
|
@@ -53,16 +92,20 @@ en:
|
|
|
53
92
|
base:
|
|
54
93
|
show:
|
|
55
94
|
sign_out: Sign out
|
|
95
|
+
ecm:
|
|
96
|
+
user_area:
|
|
97
|
+
user_password_resets:
|
|
98
|
+
update:
|
|
99
|
+
notice: 'Updated password'
|
|
100
|
+
user_password_reset_requests:
|
|
101
|
+
create:
|
|
102
|
+
notice: 'You will receive an email with instructions for how to reset your password in a few minutes.'
|
|
56
103
|
helpers:
|
|
57
104
|
submit:
|
|
105
|
+
user_password_reset_request:
|
|
106
|
+
create: 'Proceed'
|
|
58
107
|
user_session:
|
|
59
108
|
create: 'Sign in'
|
|
60
|
-
# user:
|
|
61
|
-
# create: 'Create Account'
|
|
62
|
-
# update: 'Update Account'
|
|
63
|
-
locales:
|
|
64
|
-
de: Deutsch
|
|
65
|
-
en: English
|
|
66
109
|
messages:
|
|
67
110
|
confirmations:
|
|
68
111
|
ecm_user_area:
|
|
@@ -74,6 +117,7 @@ en:
|
|
|
74
117
|
failures:
|
|
75
118
|
ecm_user_area:
|
|
76
119
|
authentication_failed: 'You need to sign in or sign up before continuing.'
|
|
120
|
+
perishable_token_invalid: 'Could not find user for the given token or the token is too old.'
|
|
77
121
|
routes:
|
|
78
122
|
ecm_user_area_engine: user
|
|
79
123
|
current_user: profile
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecm_user_area2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|