devise-i18n-views 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -5
- data/Gemfile.lock +69 -27
- data/README.md +23 -23
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/devise-i18n-views.gemspec +24 -23
- data/locales/ca.yml +1 -1
- data/locales/cs.yml +14 -14
- data/locales/es-MX.yml +67 -0
- data/locales/es.yml +15 -15
- data/locales/nl.yml +8 -8
- data/locales/pt-BR.yml +14 -14
- data/locales/sk.yml +18 -18
- metadata +32 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f30f0dcc91966473a01f360cb737c86113cf83e7
|
4
|
+
data.tar.gz: aab31a250a1448ef6f7116966339955cade45d71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ce30ee1fb3ff5843f17aa912c5ce0b11a94017785c2fbf9b95e3846ba86386a79d11fccdc3fbe134e0ce9c32584dac433ddd5744a26f4ce5f7431b1114dd79b
|
7
|
+
data.tar.gz: d2eae0fca4256df673957b0a084cc282454c2a06c3f5a6430de7f244bd05ded662fa230195da57659131e19aa3a2f9fe97727dbe8be407fdf2babe099a3e2940
|
data/Gemfile
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
source "http://rubygems.org"
|
2
2
|
|
3
3
|
group :development do
|
4
|
-
gem "rspec", "
|
5
|
-
gem "bundler"
|
6
|
-
gem "jeweler", "~>
|
7
|
-
gem 'i18n-spec'
|
8
|
-
gem 'localeapp'
|
4
|
+
gem "rspec", "~> 3.1"
|
5
|
+
gem "bundler", "~> 1.7"
|
6
|
+
gem "jeweler", "~> 2.0"
|
7
|
+
gem 'i18n-spec', "~> 0.6"
|
8
|
+
gem 'localeapp', "~> 0.8"
|
9
9
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,48 +1,90 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
addressable (2.3.6)
|
5
|
+
builder (3.2.2)
|
6
|
+
descendants_tracker (0.0.4)
|
7
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
8
|
+
diff-lcs (1.2.5)
|
9
|
+
faraday (0.9.0)
|
10
|
+
multipart-post (>= 1.2, < 3)
|
11
|
+
git (1.2.8)
|
12
|
+
github_api (0.12.2)
|
13
|
+
addressable (~> 2.3)
|
14
|
+
descendants_tracker (~> 0.0.4)
|
15
|
+
faraday (~> 0.8, < 0.10)
|
16
|
+
hashie (>= 3.3)
|
17
|
+
multi_json (>= 1.7.5, < 2.0)
|
18
|
+
nokogiri (~> 1.6.3)
|
19
|
+
oauth2
|
20
|
+
gli (2.12.2)
|
21
|
+
hashie (3.3.1)
|
22
|
+
highline (1.6.21)
|
23
|
+
i18n (0.6.11)
|
24
|
+
i18n-spec (0.6.0)
|
9
25
|
iso
|
10
|
-
iso (0.1
|
26
|
+
iso (0.2.1)
|
11
27
|
i18n
|
12
|
-
jeweler (
|
13
|
-
|
28
|
+
jeweler (2.0.1)
|
29
|
+
builder
|
30
|
+
bundler (>= 1.0)
|
14
31
|
git (>= 1.2.5)
|
32
|
+
github_api
|
33
|
+
highline (>= 1.6.15)
|
34
|
+
nokogiri (>= 1.5.10)
|
15
35
|
rake
|
16
36
|
rdoc
|
17
37
|
json (1.7.3)
|
18
|
-
|
38
|
+
jwt (1.0.0)
|
39
|
+
localeapp (0.9.0)
|
19
40
|
gli
|
20
41
|
i18n
|
21
42
|
json
|
43
|
+
rack
|
22
44
|
rest-client
|
23
45
|
ya2yaml
|
24
|
-
mime-types (
|
25
|
-
|
26
|
-
|
46
|
+
mime-types (2.4.3)
|
47
|
+
mini_portile (0.6.1)
|
48
|
+
multi_json (1.10.1)
|
49
|
+
multi_xml (0.5.5)
|
50
|
+
multipart-post (2.0.0)
|
51
|
+
netrc (0.8.0)
|
52
|
+
nokogiri (1.6.4)
|
53
|
+
mini_portile (~> 0.6.0)
|
54
|
+
oauth2 (1.0.0)
|
55
|
+
faraday (>= 0.8, < 0.10)
|
56
|
+
jwt (~> 1.0)
|
57
|
+
multi_json (~> 1.3)
|
58
|
+
multi_xml (~> 0.5)
|
59
|
+
rack (~> 1.2)
|
60
|
+
rack (1.5.2)
|
61
|
+
rake (10.3.2)
|
62
|
+
rdoc (4.1.2)
|
27
63
|
json (~> 1.4)
|
28
|
-
rest-client (1.
|
29
|
-
mime-types (>= 1.16)
|
30
|
-
|
31
|
-
|
32
|
-
rspec-
|
33
|
-
rspec-
|
34
|
-
|
35
|
-
rspec-
|
36
|
-
|
37
|
-
rspec-
|
64
|
+
rest-client (1.7.2)
|
65
|
+
mime-types (>= 1.16, < 3.0)
|
66
|
+
netrc (~> 0.7)
|
67
|
+
rspec (3.1.0)
|
68
|
+
rspec-core (~> 3.1.0)
|
69
|
+
rspec-expectations (~> 3.1.0)
|
70
|
+
rspec-mocks (~> 3.1.0)
|
71
|
+
rspec-core (3.1.7)
|
72
|
+
rspec-support (~> 3.1.0)
|
73
|
+
rspec-expectations (3.1.2)
|
74
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
75
|
+
rspec-support (~> 3.1.0)
|
76
|
+
rspec-mocks (3.1.3)
|
77
|
+
rspec-support (~> 3.1.0)
|
78
|
+
rspec-support (3.1.2)
|
79
|
+
thread_safe (0.3.4)
|
38
80
|
ya2yaml (0.31)
|
39
81
|
|
40
82
|
PLATFORMS
|
41
83
|
ruby
|
42
84
|
|
43
85
|
DEPENDENCIES
|
44
|
-
bundler
|
45
|
-
i18n-spec
|
46
|
-
jeweler (~>
|
47
|
-
localeapp
|
48
|
-
rspec (
|
86
|
+
bundler (~> 1.7)
|
87
|
+
i18n-spec (~> 0.6)
|
88
|
+
jeweler (~> 2.0)
|
89
|
+
localeapp (~> 0.8)
|
90
|
+
rspec (~> 3.1)
|
data/README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
# devise-i18n-views
|
2
2
|
|
3
|
-
|
3
|
+
If you're not familiar, [Devise](https://github.com/plataformatec/devise) "is a flexible authentication solution for Rails based on Warden". [Internationalization (aka i18n)](http://en.wikipedia.org/wiki/I18n) is a "means of adapting computer software to different languages, regional differences and technical requirements of a target market".
|
4
|
+
|
5
|
+
While Devise supports internationalization in controllers, models, and in other areas, [it does not support internationalization in its views](https://github.com/plataformatec/devise/issues/1699). [devise-i18n](https://github.com/tigrish/devise-i18n) adds translations for the things Devise has internationalized, but does not add support for internationalized views, either.
|
6
|
+
|
7
|
+
devise-i18n-views **does** add support for internationalization in views, and provides the translations too.
|
8
|
+
|
9
|
+
## Prerequisites
|
10
|
+
|
11
|
+
It would be senseless to use devise-i18n-views without [Devise](https://github.com/plataformatec/devise), so consider that a prerequisite. devise-i18n-views contains views compatible with Devise v2 and above.
|
12
|
+
|
13
|
+
Additionally, to have Devise fully translated, you will want [devise-i18n](https://github.com/tigrish/devise-i18n) as well.
|
4
14
|
|
5
15
|
## Install
|
6
16
|
|
@@ -10,42 +20,32 @@ Add the following line to your `Gemfile`
|
|
10
20
|
gem 'devise-i18n-views'
|
11
21
|
```
|
12
22
|
|
13
|
-
and run `bundle install`.
|
14
|
-
|
15
|
-
Then you need to install the required translations in your `config/locales`. You can do this either manually (downloading them from [devise-i18n-views/locales](https://github.com/mcasimir/devise-i18n-views/tree/master/locales)) or through the apposite generator `devise:views:locale`, eg.
|
16
|
-
|
17
|
-
``` sh
|
18
|
-
rails g devise:views:locale it
|
19
|
-
```
|
20
|
-
|
21
|
-
will generate `config/locales/devise.views.it.yml`.
|
23
|
+
and run `bundle install`. Assuming you *have not* previously generated Devise's views into your project, that's all you need to do. If you *have* previously done this, you will need to regenerate your views (see the next section) and then reapply whatever customizations that made you do this in the first place.
|
22
24
|
|
23
25
|
## Customizing Views
|
24
26
|
|
25
|
-
The `devise:views:i18n_templates` generator will copy all views to your application, so you can modify the files as you wish:
|
27
|
+
The `devise:views:i18n_templates` generator will copy all devise-i18n-views's views to your application, so you can modify the files as you wish:
|
26
28
|
|
27
29
|
``` sh
|
28
30
|
rails g devise:views:i18n_templates
|
29
31
|
```
|
32
|
+
You should only do this if you really need to, though, because doing this will make it so that you won't get the updated views should they change in a future version of `devise-i18n-views`. To "uncustomize" the views, just delete them, and your app will go back to grabbing devise-i18n-views's default views.
|
30
33
|
|
31
|
-
##
|
32
|
-
### with Localeapp
|
34
|
+
## Customizating Translations
|
33
35
|
|
34
|
-
|
35
|
-
- **That's it!**
|
36
|
-
- The maintainer will then pull translations from the Locale project and push to Github.
|
36
|
+
If, for whatever reason, you want to change devise-i18n-views's translations, you can generate the locale file into your project with
|
37
37
|
|
38
|
-
|
38
|
+
``` sh
|
39
|
+
rails g devise:views:locale it
|
40
|
+
```
|
39
41
|
|
40
|
-
|
41
|
-
* Create a translation file or edit an existing one under `locales`
|
42
|
-
* Make a pull request
|
42
|
+
which will generate `config/locales/devise.views.it.yml`. If you're doing this to add a missing translation or to improve an existing one, it'd be nice if you could share your suggestions with us!
|
43
43
|
|
44
|
-
|
44
|
+
## Contributing to devise-i18n-views
|
45
45
|
|
46
|
-
|
46
|
+
If you would like to submit a new or updated translation, you can do so on [the devise-i18n-views project on Locale](http://www.localeapp.com/projects/public?search=devise-i18n-views) or with a pull request on GitHub. These two places will be kept in sync.
|
47
47
|
|
48
|
-
|
48
|
+
[devise-i18n-views/locales/en.yml](https://github.com/mcasimir/devise-i18n-views/blob/master/locales/en.yml) is the original, and only, file that needs to be translated.
|
49
49
|
|
50
50
|
## Copyright
|
51
51
|
|
data/Rakefile
CHANGED
@@ -18,9 +18,9 @@ Jeweler::Tasks.new do |gem|
|
|
18
18
|
gem.homepage = "http://github.com/mcasimir/devise-i18n-views"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{I18n support for devise views}
|
21
|
-
gem.description = %Q{
|
22
|
-
gem.email = "
|
23
|
-
gem.authors = ["mcasimir"]
|
21
|
+
gem.description = %Q{Translatable views for devise and the translations that go with them}
|
22
|
+
gem.email = "jason.barnabe@gmail.com"
|
23
|
+
gem.authors = ["mcasimir", "Jason Barnabe"]
|
24
24
|
# dependencies defined in Gemfile
|
25
25
|
end
|
26
26
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
data/devise-i18n-views.gemspec
CHANGED
@@ -2,17 +2,18 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: devise-i18n-views 0.3.
|
5
|
+
# stub: devise-i18n-views 0.3.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "devise-i18n-views"
|
9
|
-
s.version = "0.3.
|
9
|
+
s.version = "0.3.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
-
s.
|
13
|
-
s.
|
14
|
-
s.
|
15
|
-
s.
|
12
|
+
s.require_paths = ["lib"]
|
13
|
+
s.authors = ["mcasimir", "Jason Barnabe"]
|
14
|
+
s.date = "2014-11-06"
|
15
|
+
s.description = "Translatable views for devise and the translations that go with them"
|
16
|
+
s.email = "jason.barnabe@gmail.com"
|
16
17
|
s.extra_rdoc_files = [
|
17
18
|
"LICENSE.txt",
|
18
19
|
"README.md"
|
@@ -51,6 +52,7 @@ Gem::Specification.new do |s|
|
|
51
52
|
"locales/en.yml",
|
52
53
|
"locales/es-AR.yml",
|
53
54
|
"locales/es-ES.yml",
|
55
|
+
"locales/es-MX.yml",
|
54
56
|
"locales/es.yml",
|
55
57
|
"locales/fi.yml",
|
56
58
|
"locales/fr.yml",
|
@@ -72,32 +74,31 @@ Gem::Specification.new do |s|
|
|
72
74
|
]
|
73
75
|
s.homepage = "http://github.com/mcasimir/devise-i18n-views"
|
74
76
|
s.licenses = ["MIT"]
|
75
|
-
s.
|
76
|
-
s.rubygems_version = "2.1.9"
|
77
|
+
s.rubygems_version = "2.4.2"
|
77
78
|
s.summary = "I18n support for devise views"
|
78
79
|
|
79
80
|
if s.respond_to? :specification_version then
|
80
81
|
s.specification_version = 4
|
81
82
|
|
82
83
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
83
|
-
s.add_development_dependency(%q<rspec>, ["
|
84
|
-
s.add_development_dependency(%q<bundler>, ["
|
85
|
-
s.add_development_dependency(%q<jeweler>, ["~>
|
86
|
-
s.add_development_dependency(%q<i18n-spec>, ["
|
87
|
-
s.add_development_dependency(%q<localeapp>, ["
|
84
|
+
s.add_development_dependency(%q<rspec>, ["~> 3.1"])
|
85
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.7"])
|
86
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
|
87
|
+
s.add_development_dependency(%q<i18n-spec>, ["~> 0.6"])
|
88
|
+
s.add_development_dependency(%q<localeapp>, ["~> 0.8"])
|
88
89
|
else
|
89
|
-
s.add_dependency(%q<rspec>, ["
|
90
|
-
s.add_dependency(%q<bundler>, ["
|
91
|
-
s.add_dependency(%q<jeweler>, ["~>
|
92
|
-
s.add_dependency(%q<i18n-spec>, ["
|
93
|
-
s.add_dependency(%q<localeapp>, ["
|
90
|
+
s.add_dependency(%q<rspec>, ["~> 3.1"])
|
91
|
+
s.add_dependency(%q<bundler>, ["~> 1.7"])
|
92
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
93
|
+
s.add_dependency(%q<i18n-spec>, ["~> 0.6"])
|
94
|
+
s.add_dependency(%q<localeapp>, ["~> 0.8"])
|
94
95
|
end
|
95
96
|
else
|
96
|
-
s.add_dependency(%q<rspec>, ["
|
97
|
-
s.add_dependency(%q<bundler>, ["
|
98
|
-
s.add_dependency(%q<jeweler>, ["~>
|
99
|
-
s.add_dependency(%q<i18n-spec>, ["
|
100
|
-
s.add_dependency(%q<localeapp>, ["
|
97
|
+
s.add_dependency(%q<rspec>, ["~> 3.1"])
|
98
|
+
s.add_dependency(%q<bundler>, ["~> 1.7"])
|
99
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
100
|
+
s.add_dependency(%q<i18n-spec>, ["~> 0.6"])
|
101
|
+
s.add_dependency(%q<localeapp>, ["~> 0.8"])
|
101
102
|
end
|
102
103
|
end
|
103
104
|
|
data/locales/ca.yml
CHANGED
data/locales/cs.yml
CHANGED
@@ -2,13 +2,13 @@ cs:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
5
|
+
current_password: Současné heslo
|
6
|
+
email: Email
|
7
|
+
password: Heslo
|
8
|
+
password_confirmation: Potvrzení hesla
|
9
|
+
remember_me: Zapamatuj si mě
|
10
10
|
models:
|
11
|
-
user:
|
11
|
+
user: Uživatel
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
@@ -31,10 +31,10 @@ cs:
|
|
31
31
|
message: Váš účet byl zablokován pro nadměrný počet neúspěšných pokusů o přihlášení.
|
32
32
|
passwords:
|
33
33
|
edit:
|
34
|
-
change_my_password:
|
35
|
-
change_your_password:
|
36
|
-
confirm_new_password:
|
37
|
-
new_password:
|
34
|
+
change_my_password: Změnit mé heslo
|
35
|
+
change_your_password: Změnit mé heslo
|
36
|
+
confirm_new_password: Potvrdit nové heslo
|
37
|
+
new_password: Nové heslo
|
38
38
|
new:
|
39
39
|
forgot_your_password: Zapomněl jste své heslo?
|
40
40
|
send_me_reset_password_instructions: Poslat instrukce pro obnovení hesla
|
@@ -42,11 +42,11 @@ cs:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: Jste si jistý?
|
44
44
|
cancel_my_account: Zrušit můj účet
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Momentálně čekám na potvrzení pro: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: nech prázdné, pokud to nechceš měnit
|
47
47
|
title: Upravit %{resource}
|
48
|
-
unhappy:
|
49
|
-
update:
|
48
|
+
unhappy: Nešťastný
|
49
|
+
update: Aktualizovat
|
50
50
|
we_need_your_current_password_to_confirm_your_changes: Potřebujeme vaše současné heslo pro potvrzení změn
|
51
51
|
new:
|
52
52
|
sign_up: Registrovat
|
@@ -55,7 +55,7 @@ cs:
|
|
55
55
|
sign_in: Přihlásit
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: Zpět
|
59
59
|
didn_t_receive_confirmation_instructions: Nedostali jste informace pro potvrzení?
|
60
60
|
didn_t_receive_unlock_instructions: Nedostali jste instrukce pro odblokování?
|
61
61
|
forgot_your_password: Zapomněli jste heslo?
|
data/locales/es-MX.yml
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
es-MX:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: Contraseña actual
|
6
|
+
email: Correo electrónico
|
7
|
+
password: Contraseña
|
8
|
+
password_confirmation: Confirmación de la contraseña
|
9
|
+
remember_me: Recuerdame
|
10
|
+
models:
|
11
|
+
user: Usuario
|
12
|
+
devise:
|
13
|
+
confirmations:
|
14
|
+
new:
|
15
|
+
resend_confirmation_instructions: Reenviar instrucciones de confirmación
|
16
|
+
mailer:
|
17
|
+
confirmation_instructions:
|
18
|
+
action: Confirmar mi cuenta
|
19
|
+
greeting: "¡Bienvenido %{recipient}!"
|
20
|
+
instruction: 'Usted puede confirmar el correo electrónico de su cuenta a través de este enlace:'
|
21
|
+
reset_password_instructions:
|
22
|
+
action: Cambiar mi contraseña
|
23
|
+
greeting: "¡Hola %{recipient}!"
|
24
|
+
instruction: Alguien ha solicitado una liga para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
|
25
|
+
instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
|
26
|
+
instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree una nueva contraseña.
|
27
|
+
unlock_instructions:
|
28
|
+
action: Desbloquear mi cuenta
|
29
|
+
greeting: "¡Hola %{recipient}!"
|
30
|
+
instruction: 'Haga click en el siguiente enlace para desbloquear su cuenta:'
|
31
|
+
message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
|
32
|
+
passwords:
|
33
|
+
edit:
|
34
|
+
change_my_password: Cambiar mi contraseña
|
35
|
+
change_your_password: Cambie su contraseña
|
36
|
+
confirm_new_password: Confirme la nueva contraseña
|
37
|
+
new_password: Nueva contraseña
|
38
|
+
new:
|
39
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
40
|
+
send_me_reset_password_instructions: Envíame las instrucciones para establecer mi nueva contraseña
|
41
|
+
registrations:
|
42
|
+
edit:
|
43
|
+
are_you_sure: "¿Está usted seguro?"
|
44
|
+
cancel_my_account: Eliminar mi cuenta
|
45
|
+
currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmacion de: %{email} '
|
46
|
+
leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
|
47
|
+
title: Editar %{resource}
|
48
|
+
unhappy: No se encuentra feliz
|
49
|
+
update: Actualizar
|
50
|
+
we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
|
51
|
+
new:
|
52
|
+
sign_up: Registrarse
|
53
|
+
sessions:
|
54
|
+
new:
|
55
|
+
sign_in: Iniciar sésion
|
56
|
+
shared:
|
57
|
+
links:
|
58
|
+
back: Regresar
|
59
|
+
didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
|
60
|
+
didn_t_receive_unlock_instructions: No ha recibido instrucciones para desbloquear?
|
61
|
+
forgot_your_password: "¿Ha olvidado su contraseña?"
|
62
|
+
sign_in: Iniciar sésion
|
63
|
+
sign_in_with_provider: Iniciar sésion con %{provider}
|
64
|
+
sign_up: Registrarse
|
65
|
+
unlocks:
|
66
|
+
new:
|
67
|
+
resend_unlock_instructions: Reenviar instrucciones para desbloquear
|
data/locales/es.yml
CHANGED
@@ -2,13 +2,13 @@ es:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
5
|
+
current_password: Contraseña actual
|
6
|
+
email: Correo electrónico
|
7
|
+
password: Contraseña
|
8
|
+
password_confirmation: Confirmación de la contraseña
|
9
|
+
remember_me: Recordarme
|
10
10
|
models:
|
11
|
-
user:
|
11
|
+
user: Usuario
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
@@ -21,7 +21,7 @@ es:
|
|
21
21
|
reset_password_instructions:
|
22
22
|
action: Cambiar mi contraseña
|
23
23
|
greeting: "¡Hola %{recipient}!"
|
24
|
-
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar
|
24
|
+
instruction: Alguien ha solicitado un enlace para cambiar su contraseña, lo que se puede realizar a través del siguiente enlace.
|
25
25
|
instruction_2: Si usted no lo ha solicitado, por favor ignore este correo electrónico.
|
26
26
|
instruction_3: Su contraseña no será cambiada hasta que usted acceda el enlace y cree uno nuevo.
|
27
27
|
unlock_instructions:
|
@@ -31,10 +31,10 @@ es:
|
|
31
31
|
message: Su cuenta ha sido bloqueada debido a una cantidad excesiva de intentos infructuosos para ingresar.
|
32
32
|
passwords:
|
33
33
|
edit:
|
34
|
-
change_my_password:
|
35
|
-
change_your_password:
|
36
|
-
confirm_new_password:
|
37
|
-
new_password:
|
34
|
+
change_my_password: Cambiar mi contraseña
|
35
|
+
change_your_password: Cambie su contraseña
|
36
|
+
confirm_new_password: Confirme la nueva contraseña
|
37
|
+
new_password: Nueva contraseña
|
38
38
|
new:
|
39
39
|
forgot_your_password: "¿Ha olvidado su contraseña?"
|
40
40
|
send_me_reset_password_instructions: Envíeme las instrucciones para resetear mi contraseña
|
@@ -42,11 +42,11 @@ es:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: "¿Está usted seguro?"
|
44
44
|
cancel_my_account: Anular mi cuenta
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Actualmente esperando la confirmacion de: %{email} '
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: dejar en blanco si no desea cambiarlo
|
47
47
|
title: Editar %{resource}
|
48
|
-
unhappy:
|
49
|
-
update:
|
48
|
+
unhappy: Infeliz
|
49
|
+
update: Actualizar
|
50
50
|
we_need_your_current_password_to_confirm_your_changes: necesitamos su contraseña actual para confirmar los cambios
|
51
51
|
new:
|
52
52
|
sign_up: Registrarse
|
@@ -55,7 +55,7 @@ es:
|
|
55
55
|
sign_in: Iniciar sésion
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: Atrás
|
59
59
|
didn_t_receive_confirmation_instructions: "¿No ha recibido las instrucciones de confirmación?"
|
60
60
|
didn_t_receive_unlock_instructions: No ha recibido instrucciones para desbloquear?
|
61
61
|
forgot_your_password: "¿Ha olvidado su contraseña?"
|
data/locales/nl.yml
CHANGED
@@ -2,13 +2,13 @@ nl:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
5
|
+
current_password: Huidig wachtwoord
|
6
|
+
email: Email
|
7
|
+
password: Wachtwoord
|
8
|
+
password_confirmation: Bevestig wachtwoord
|
9
|
+
remember_me: Ingelogd blijven
|
10
10
|
models:
|
11
|
-
user:
|
11
|
+
user: Gebruiker
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
@@ -42,7 +42,7 @@ nl:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: Weet u het zeker?
|
44
44
|
cancel_my_account: Annuleer mijn account
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Aan het wachten op de bevestiging voor: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: laat leeg als u het niet wilt wijzigen
|
47
47
|
title: Bewerk %{resource}
|
48
48
|
unhappy: Niet blij
|
@@ -55,7 +55,7 @@ nl:
|
|
55
55
|
sign_in: Inloggen
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: Terug
|
59
59
|
didn_t_receive_confirmation_instructions: Geen bevestigingsmail ontvangen?
|
60
60
|
didn_t_receive_unlock_instructions: Geen ontgrendel-instructies ontvangen?
|
61
61
|
forgot_your_password: Wachtwoord vergeten?
|
data/locales/pt-BR.yml
CHANGED
@@ -2,13 +2,13 @@ pt-BR:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
5
|
+
current_password: Senha atual
|
6
|
+
email: Email
|
7
|
+
password: Senha
|
8
|
+
password_confirmation: Confirme sua senha
|
9
|
+
remember_me: Lembre-se de mim
|
10
10
|
models:
|
11
|
-
user:
|
11
|
+
user: Usuário
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
@@ -31,10 +31,10 @@ pt-BR:
|
|
31
31
|
message: Sua conta foi bloqueada devido ao excessivo número de tentativas acesso inválidas.
|
32
32
|
passwords:
|
33
33
|
edit:
|
34
|
-
change_my_password:
|
35
|
-
change_your_password:
|
36
|
-
confirm_new_password:
|
37
|
-
new_password:
|
34
|
+
change_my_password: Alterar minha senha
|
35
|
+
change_your_password: Alterar sua senha
|
36
|
+
confirm_new_password: Confirme sua nova senha
|
37
|
+
new_password: Nova senha
|
38
38
|
new:
|
39
39
|
forgot_your_password: Esqueceu sua senha?
|
40
40
|
send_me_reset_password_instructions: Enviar instruções para redefinição da senha
|
@@ -42,11 +42,11 @@ pt-BR:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: Você tem certeza?
|
44
44
|
cancel_my_account: Cancelar minha conta
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'No momento esperando por: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: deixe em branco caso não queira alterá-la
|
47
47
|
title: Editar %{resource}
|
48
|
-
unhappy:
|
49
|
-
update:
|
48
|
+
unhappy: Não está contente
|
49
|
+
update: Autalizar
|
50
50
|
we_need_your_current_password_to_confirm_your_changes: precisamos da sua senha atual para confirmar suas mudanças
|
51
51
|
new:
|
52
52
|
sign_up: Inscrever-se
|
@@ -55,7 +55,7 @@ pt-BR:
|
|
55
55
|
sign_in: Login
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: Voltar
|
59
59
|
didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
|
60
60
|
didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
|
61
61
|
forgot_your_password: Equeceu sua senha?
|
data/locales/sk.yml
CHANGED
@@ -2,22 +2,22 @@ sk:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
5
|
+
current_password: Súčasné heslo
|
6
|
+
email: Email
|
7
|
+
password: Heslo
|
8
|
+
password_confirmation: Potvrdenie hesla
|
9
|
+
remember_me: Zapamätať si ma
|
10
10
|
models:
|
11
|
-
user:
|
11
|
+
user: Používateľ
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
15
|
-
resend_confirmation_instructions:
|
15
|
+
resend_confirmation_instructions: Preposlať potvrdzovacie inštrukcie
|
16
16
|
mailer:
|
17
17
|
confirmation_instructions:
|
18
18
|
action: Potvrdiť môj účet
|
19
19
|
greeting: Vitaj %{recipient}!
|
20
|
-
instruction: 'Môžete potvrdiť emailovú adresu
|
20
|
+
instruction: 'Môžete potvrdiť emailovú adresu vášho účtu pomocou odkazu nižšie:'
|
21
21
|
reset_password_instructions:
|
22
22
|
action: Zmeniť moje heslo
|
23
23
|
greeting: Ahoj %{recipient}!
|
@@ -27,26 +27,26 @@ sk:
|
|
27
27
|
unlock_instructions:
|
28
28
|
action: Odomknúť môj účet
|
29
29
|
greeting: Ahoj %{recipient}!
|
30
|
-
instruction: '
|
30
|
+
instruction: 'Pre odomknutie vášho účtu kliknite na odkaz nižšie:'
|
31
31
|
message: Vaše konto bolo zamknuté kvôli nadmernému počtu neúspešných prihlásení.
|
32
32
|
passwords:
|
33
33
|
edit:
|
34
|
-
change_my_password:
|
35
|
-
change_your_password:
|
36
|
-
confirm_new_password:
|
37
|
-
new_password:
|
34
|
+
change_my_password: Zmeniť moje heslo
|
35
|
+
change_your_password: Zmeniť vaše heslo
|
36
|
+
confirm_new_password: Potvrdiť nové heslo
|
37
|
+
new_password: Nové heslo
|
38
38
|
new:
|
39
39
|
forgot_your_password: Zabudli ste heslo?
|
40
40
|
send_me_reset_password_instructions: Pošlite mi inštrukcie na obnovu hesla
|
41
41
|
registrations:
|
42
42
|
edit:
|
43
|
-
are_you_sure: Ste si ist
|
43
|
+
are_you_sure: Ste si istý?
|
44
44
|
cancel_my_account: Zrušiť môj účet
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Momentálne sa čaká na potvrdenie pre: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: nechajte prázdne ak to nechcete zmeniť
|
47
47
|
title: Upraviť %{resource}
|
48
|
-
unhappy:
|
49
|
-
update:
|
48
|
+
unhappy: Nešťastný
|
49
|
+
update: Aktualizovať
|
50
50
|
we_need_your_current_password_to_confirm_your_changes: na potvrdenie vašich zmien potrebujeme vaše súčasné heslo
|
51
51
|
new:
|
52
52
|
sign_up: Zaregistrovať sa
|
@@ -55,7 +55,7 @@ sk:
|
|
55
55
|
sign_in: Prihlásiť sa
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: Späť
|
59
59
|
didn_t_receive_confirmation_instructions: Nedostali ste potvrdzovacie inštrukcie?
|
60
60
|
didn_t_receive_unlock_instructions: Nedostali ste inštrukcie na odomknutie účtu?
|
61
61
|
forgot_your_password: Zabudli ste heslo?
|
metadata
CHANGED
@@ -1,96 +1,97 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-i18n-views
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mcasimir
|
8
|
+
- Jason Barnabe
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-11-06 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: rspec
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
16
17
|
requirements:
|
17
|
-
- -
|
18
|
+
- - "~>"
|
18
19
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
+
version: '3.1'
|
20
21
|
type: :development
|
21
22
|
prerelease: false
|
22
23
|
version_requirements: !ruby/object:Gem::Requirement
|
23
24
|
requirements:
|
24
|
-
- -
|
25
|
+
- - "~>"
|
25
26
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
27
|
+
version: '3.1'
|
27
28
|
- !ruby/object:Gem::Dependency
|
28
29
|
name: bundler
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
30
31
|
requirements:
|
31
|
-
- -
|
32
|
+
- - "~>"
|
32
33
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
34
|
+
version: '1.7'
|
34
35
|
type: :development
|
35
36
|
prerelease: false
|
36
37
|
version_requirements: !ruby/object:Gem::Requirement
|
37
38
|
requirements:
|
38
|
-
- -
|
39
|
+
- - "~>"
|
39
40
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
41
|
+
version: '1.7'
|
41
42
|
- !ruby/object:Gem::Dependency
|
42
43
|
name: jeweler
|
43
44
|
requirement: !ruby/object:Gem::Requirement
|
44
45
|
requirements:
|
45
|
-
- - ~>
|
46
|
+
- - "~>"
|
46
47
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
48
|
+
version: '2.0'
|
48
49
|
type: :development
|
49
50
|
prerelease: false
|
50
51
|
version_requirements: !ruby/object:Gem::Requirement
|
51
52
|
requirements:
|
52
|
-
- - ~>
|
53
|
+
- - "~>"
|
53
54
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
55
|
+
version: '2.0'
|
55
56
|
- !ruby/object:Gem::Dependency
|
56
57
|
name: i18n-spec
|
57
58
|
requirement: !ruby/object:Gem::Requirement
|
58
59
|
requirements:
|
59
|
-
- -
|
60
|
+
- - "~>"
|
60
61
|
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
+
version: '0.6'
|
62
63
|
type: :development
|
63
64
|
prerelease: false
|
64
65
|
version_requirements: !ruby/object:Gem::Requirement
|
65
66
|
requirements:
|
66
|
-
- -
|
67
|
+
- - "~>"
|
67
68
|
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
69
|
+
version: '0.6'
|
69
70
|
- !ruby/object:Gem::Dependency
|
70
71
|
name: localeapp
|
71
72
|
requirement: !ruby/object:Gem::Requirement
|
72
73
|
requirements:
|
73
|
-
- -
|
74
|
+
- - "~>"
|
74
75
|
- !ruby/object:Gem::Version
|
75
|
-
version: '0'
|
76
|
+
version: '0.8'
|
76
77
|
type: :development
|
77
78
|
prerelease: false
|
78
79
|
version_requirements: !ruby/object:Gem::Requirement
|
79
80
|
requirements:
|
80
|
-
- -
|
81
|
+
- - "~>"
|
81
82
|
- !ruby/object:Gem::Version
|
82
|
-
version: '0'
|
83
|
-
description:
|
84
|
-
email:
|
83
|
+
version: '0.8'
|
84
|
+
description: Translatable views for devise and the translations that go with them
|
85
|
+
email: jason.barnabe@gmail.com
|
85
86
|
executables: []
|
86
87
|
extensions: []
|
87
88
|
extra_rdoc_files:
|
88
89
|
- LICENSE.txt
|
89
90
|
- README.md
|
90
91
|
files:
|
91
|
-
- .document
|
92
|
-
- .project
|
93
|
-
- .rspec
|
92
|
+
- ".document"
|
93
|
+
- ".project"
|
94
|
+
- ".rspec"
|
94
95
|
- Gemfile
|
95
96
|
- Gemfile.lock
|
96
97
|
- LICENSE.txt
|
@@ -121,6 +122,7 @@ files:
|
|
121
122
|
- locales/en.yml
|
122
123
|
- locales/es-AR.yml
|
123
124
|
- locales/es-ES.yml
|
125
|
+
- locales/es-MX.yml
|
124
126
|
- locales/es.yml
|
125
127
|
- locales/fi.yml
|
126
128
|
- locales/fr.yml
|
@@ -149,17 +151,17 @@ require_paths:
|
|
149
151
|
- lib
|
150
152
|
required_ruby_version: !ruby/object:Gem::Requirement
|
151
153
|
requirements:
|
152
|
-
- -
|
154
|
+
- - ">="
|
153
155
|
- !ruby/object:Gem::Version
|
154
156
|
version: '0'
|
155
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
156
158
|
requirements:
|
157
|
-
- -
|
159
|
+
- - ">="
|
158
160
|
- !ruby/object:Gem::Version
|
159
161
|
version: '0'
|
160
162
|
requirements: []
|
161
163
|
rubyforge_project:
|
162
|
-
rubygems_version: 2.
|
164
|
+
rubygems_version: 2.4.2
|
163
165
|
signing_key:
|
164
166
|
specification_version: 4
|
165
167
|
summary: I18n support for devise views
|