devise-i18n 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +8 -14
  2. data/VERSION +1 -1
  3. data/devise-i18n.gemspec +2 -2
  4. data/locales/cs.yml +17 -1
  5. metadata +13 -13
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/tigrish/devise-i18n.png)](http://travis-ci.org/tigrish/devise-i18n)
4
4
 
5
- Translations for the devise gem pulled from various sources.
5
+ Translations for [Devise](https://github.com/plataformatec/devise) pulled from various sources.
6
6
 
7
7
  These translations can be included automatically using the [Locale](http://www.localeapp.com) localization app.
8
8
 
@@ -14,18 +14,6 @@ The following translations are missing - if you can, contribute!
14
14
 
15
15
  - *MISSING* devise.registrations.update_needs_confirmation
16
16
 
17
- ### locales/cs.yml
18
-
19
- - *MISSING* devise.confirmations.send_paranoid_instructions
20
- - *MISSING* devise.passwords.send_paranoid_instructions
21
- - *MISSING* devise.passwords.updated_not_active
22
- - *MISSING* devise.registrations.reasons.inactive
23
- - *MISSING* devise.registrations.reasons.locked
24
- - *MISSING* devise.registrations.reasons.unconfirmed
25
- - *MISSING* devise.registrations.update_needs_confirmation
26
- - *MISSING* devise.unlocks.send_paranoid_instructions
27
- - *MISSING* errors.messages.expired
28
-
29
17
  ### locales/da.yml
30
18
 
31
19
  - *MISSING* devise.registrations.update_needs_confirmation
@@ -297,8 +285,14 @@ The following translations are missing - if you can, contribute!
297
285
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
298
286
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
299
287
 
288
+
289
+ ## You might also like:
290
+
291
+ * [rails-i18n](https://github.com/svenfuchs/rails-i18n)
292
+ * [will-paginate-i18n](https://github.com/tigrish/will-paginate-i18n)
293
+ * [Locale](http://www.localeapp.com)
294
+
300
295
  ## Copyright
301
296
 
302
297
  Copyright (c) 2011 Christopher Dell. See LICENSE.txt for
303
298
  further details.
304
-
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
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.1.0"
8
+ s.version = "0.1.1"
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-01-14}
12
+ s.date = %q{2012-01-26}
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/cs.yml CHANGED
@@ -4,8 +4,11 @@ cs:
4
4
  confirmed: Váš účet byl úspěšně potvrzen. Nyní jste přihlášen(a).
5
5
  send_instructions: Za několik minut obdržíte email s instrukcemi k potvrzení
6
6
  vašeho účtu.
7
+ send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik
8
+ minut obdržíte e-mail s pokyny o tom, jak potvrdit svůj účet.
7
9
  failure:
8
- already_authenticated: Přihlášení již proběhlo.
10
+ already_authenticated: ! 'Přihlášení již proběhlo. inactive: Váš účet ještě
11
+ nebyl aktivován.'
9
12
  inactive: Váš účet ještě nebyl aktivován.
10
13
  invalid: Neplatná identita nebo heslo.
11
14
  invalid_token: Neplatný ověřovací symbol.
@@ -26,12 +29,22 @@ cs:
26
29
  passwords:
27
30
  send_instructions: Za několik minut obdržíte email s instrukcemi k nastavení
28
31
  nového hesla.
32
+ send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik
33
+ minut obdržíte e-mail s instrukcemi k nastavení nového hesla.
29
34
  updated: Vaše heslo bylo úspěšně změněno. Nyní jste přihlášen(a).
35
+ updated_not_active: Vaše heslo bylo úspěšně změněno.
30
36
  registrations:
31
37
  destroyed: Nashle! Váš účet byl úspěšně zrušen. Doufáme, že se brzy opět uvidíme.
32
38
  inactive_signed_up: ! 'Registrace byla úspěšná. Nicméně, nemůžete se přihlásit,
33
39
  protože: "%{reason}".'
40
+ reasons:
41
+ inactive: je neaktivní
42
+ locked: je zamčený
43
+ unconfirmed: je nepotvrzený
34
44
  signed_up: Vítejte! Registrace byla úspěšná.
45
+ update_needs_confirmation: Úspěšně jste aktualizoval svů účet, ale ještě musíte
46
+ ověřit svou novou e-mailovou adresu. Zkontrolujte prosím svou schránku a klikněte
47
+ na odkaz pro dokončení ověření vaši nové e-mailové adresy.
35
48
  updated: Váš účet byl úspěšně aktualizován.
36
49
  sessions:
37
50
  signed_in: Přihlášení úspěšné.
@@ -39,10 +52,13 @@ cs:
39
52
  unlocks:
40
53
  send_instructions: Za několik minut obdržíte email s instrukcemi, jak odemknout
41
54
  svůj účet.
55
+ send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik
56
+ minut obdržíte e-mail s instrukcemi pro odemknutí účtu.
42
57
  unlocked: Váš účet byl úspěšně odemknut. Nyní jste přihlášen(a).
43
58
  errors:
44
59
  messages:
45
60
  already_confirmed: byl již potvrzen, prosím, zkuste se přihlásit
61
+ expired: vypršela, prosím, požádejte o nové
46
62
  not_found: nenalezen
47
63
  not_locked: nebyl uzamčen
48
64
  not_saved:
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.1.0
4
+ version: 0.1.1
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-01-14 00:00:00.000000000Z
12
+ date: 2012-01-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70231286991920 !ruby/object:Gem::Requirement
16
+ requirement: &70228508086760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 2.3.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70231286991920
24
+ version_requirements: *70228508086760
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &70231286991440 !ruby/object:Gem::Requirement
27
+ requirement: &70228508086240 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.10
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70231286991440
35
+ version_requirements: *70228508086240
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jeweler
38
- requirement: &70231286990620 !ruby/object:Gem::Requirement
38
+ requirement: &70228508085760 !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: *70231286990620
46
+ version_requirements: *70228508085760
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rcov
49
- requirement: &70231286990140 !ruby/object:Gem::Requirement
49
+ requirement: &70228508085240 !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: *70231286990140
57
+ version_requirements: *70228508085240
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: i18n-spec
60
- requirement: &70231286989640 !ruby/object:Gem::Requirement
60
+ requirement: &70228508084720 !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: *70231286989640
68
+ version_requirements: *70228508084720
69
69
  description: Translations for the devise gem
70
70
  email: chris@tigrish.com
71
71
  executables: []
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  segments:
135
135
  - 0
136
- hash: 3302086351811997730
136
+ hash: 3193974704471297032
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements: