devise-i18n 0.4.3 → 0.4.4
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.
- data/README.md +1 -8
- data/VERSION +1 -1
- data/devise-i18n.gemspec +2 -2
- data/locales/ru.yml +11 -0
- metadata +13 -13
data/README.md
CHANGED
|
@@ -172,13 +172,6 @@ The following translations are missing - if you can, contribute!
|
|
|
172
172
|
- *MISSING* devise.registrations.signed_up_but_unconfirmed
|
|
173
173
|
- *MISSING* devise.registrations.update_needs_confirmation
|
|
174
174
|
|
|
175
|
-
### locales/ru.yml
|
|
176
|
-
|
|
177
|
-
- *MISSING* devise.registrations.signed_up_but_inactive
|
|
178
|
-
- *MISSING* devise.registrations.signed_up_but_locked
|
|
179
|
-
- *MISSING* devise.registrations.signed_up_but_unconfirmed
|
|
180
|
-
- *MISSING* devise.registrations.update_needs_confirmation
|
|
181
|
-
|
|
182
175
|
### locales/sk.yml
|
|
183
176
|
|
|
184
177
|
- *MISSING* devise.registrations.signed_up_but_inactive
|
|
@@ -197,7 +190,7 @@ The following translations are missing - if you can, contribute!
|
|
|
197
190
|
----
|
|
198
191
|
|
|
199
192
|
## Contributing to devise-i18n
|
|
200
|
-
|
|
193
|
+
|
|
201
194
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
|
|
202
195
|
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
|
|
203
196
|
* Fork the project
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|
data/devise-i18n.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{devise-i18n}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = [%q{Christopher Dell}]
|
|
12
|
-
s.date = %q{2012-05-
|
|
12
|
+
s.date = %q{2012-05-21}
|
|
13
13
|
s.description = %q{Translations for the devise gem}
|
|
14
14
|
s.email = %q{chris@tigrish.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/locales/ru.yml
CHANGED
|
@@ -39,6 +39,17 @@ ru:
|
|
|
39
39
|
вас.
|
|
40
40
|
signed_up: Добро пожаловать! Вы успешно зарегистрировались.
|
|
41
41
|
updated: Ваша учётная запись изменена.
|
|
42
|
+
signed_up_but_inactive: Вы успешно зарегистрированы. Однако, вы не можете войти
|
|
43
|
+
в систему, потому что ваша учетная запись не активирована.
|
|
44
|
+
signed_up_but_locked: Вы успешно зарегистрированы. Однако, вы не можете войти
|
|
45
|
+
в систему, потому что ваша учетная запись заблокирована.
|
|
46
|
+
signed_up_but_unconfirmed: Письмо со ссылкой для подтверждения было отправлено
|
|
47
|
+
на ваш e-mail. Пожалуйста, перейдите по ссылке, чтобы подтвердить вашу учетную
|
|
48
|
+
запись.
|
|
49
|
+
update_needs_confirmation: Вы успешно обновили данные вашей учетной записи,
|
|
50
|
+
но нам нужно проверить ваш новый адрес e-mail. Пожалуйста, проверьте ваш почтовый
|
|
51
|
+
ящик и перейдите по ссылке, чтобы закончить процедуру проверки вашего нового
|
|
52
|
+
адреса e-mail.
|
|
42
53
|
sessions:
|
|
43
54
|
signed_in: Вход в систему выполнен.
|
|
44
55
|
signed_out: Выход из системы выполнен.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-
|
|
12
|
+
date: 2012-05-21 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70277913385980 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 2.4.0
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70277913385980
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: bundler
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70277913385020 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: 1.1.2
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70277913385020
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: jeweler
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70277913384420 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>'
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: 1.6.4
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70277913384420
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: i18n-spec
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &70277913383640 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,10 +54,10 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70277913383640
|
|
58
58
|
- !ruby/object:Gem::Dependency
|
|
59
59
|
name: localeapp
|
|
60
|
-
requirement: &
|
|
60
|
+
requirement: &70277913383140 !ruby/object:Gem::Requirement
|
|
61
61
|
none: false
|
|
62
62
|
requirements:
|
|
63
63
|
- - ! '>='
|
|
@@ -65,7 +65,7 @@ dependencies:
|
|
|
65
65
|
version: '0'
|
|
66
66
|
type: :development
|
|
67
67
|
prerelease: false
|
|
68
|
-
version_requirements: *
|
|
68
|
+
version_requirements: *70277913383140
|
|
69
69
|
description: Translations for the devise gem
|
|
70
70
|
email: chris@tigrish.com
|
|
71
71
|
executables: []
|
|
@@ -134,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
134
134
|
version: '0'
|
|
135
135
|
segments:
|
|
136
136
|
- 0
|
|
137
|
-
hash:
|
|
137
|
+
hash: 1585092367898144983
|
|
138
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
none: false
|
|
140
140
|
requirements:
|