devise-bootstrap-views 0.0.1

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.
Files changed (42) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +51 -0
  6. data/Rakefile +2 -0
  7. data/Screenshot.png +0 -0
  8. data/app/assets/stylesheets/devise_bootstrap_views.scss +10 -0
  9. data/app/helpers/devise_bootstrap_views_helper.rb +20 -0
  10. data/app/views/devise/confirmations/new.html.erb +18 -0
  11. data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
  12. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  13. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  14. data/app/views/devise/passwords/edit.html.erb +24 -0
  15. data/app/views/devise/passwords/new.html.erb +17 -0
  16. data/app/views/devise/registrations/edit.html.erb +30 -0
  17. data/app/views/devise/registrations/new.html.erb +24 -0
  18. data/app/views/devise/sessions/new.html.erb +26 -0
  19. data/app/views/devise/shared/_links.erb +25 -0
  20. data/app/views/devise/unlocks/new.html.erb +16 -0
  21. data/devise-bootstrap-views.gemspec +23 -0
  22. data/lib/devise-bootstrap-views.rb +23 -0
  23. data/lib/generators/devise/views/bootstrap_templates/bootstrap_templates_generator.rb +10 -0
  24. data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
  25. data/lib/version.rb +3 -0
  26. data/locales/ca.yml +59 -0
  27. data/locales/de.yml +110 -0
  28. data/locales/en.yml +110 -0
  29. data/locales/es-AR.yml +51 -0
  30. data/locales/es-ES.yml +59 -0
  31. data/locales/es.yml +51 -0
  32. data/locales/fr.yml +51 -0
  33. data/locales/hu.yml +59 -0
  34. data/locales/it.yml +51 -0
  35. data/locales/nl.yml +59 -0
  36. data/locales/pl.yml +57 -0
  37. data/locales/pt-BR.yml +51 -0
  38. data/locales/ru.yml +56 -0
  39. data/locales/tr.yml +51 -0
  40. data/locales/zh-CN.yml +57 -0
  41. data/locales/zh-TW.yml +57 -0
  42. metadata +112 -0
@@ -0,0 +1,57 @@
1
+ zh-TW:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: '重新發送確認信'
6
+ mailer:
7
+ confirmation_instructions:
8
+ action: '確認帳號'
9
+ greeting: '%{recipient} 你好!'
10
+ instruction: ! '您可以利用下面的連結確認您的帳戶的電子郵件:'
11
+ subject: '確認帳號的說明'
12
+ reset_password_instructions:
13
+ action: '更改我的密碼'
14
+ greeting: '你好 %{recipient}!'
15
+ instruction: '有人要求更改密碼的連結,你可以利用下面的連結更改密碼。'
16
+ instruction_2: '如果你沒有要求,請忽略此電子郵件。'
17
+ instruction_3: '如果你沒有進入上面的連結,並建立新的密碼,你的密碼不會被改變。'
18
+ subject: '重設密碼的說明'
19
+ unlock_instructions:
20
+ action: '帳戶解鎖'
21
+ greeting: '你好 %{recipient}!'
22
+ instruction: ! '點擊下面的連結到您的帳戶進行解鎖:'
23
+ message: '由於多次的不成功的登入嘗試,您的帳戶已被鎖定。'
24
+ subject: '帳戶解鎖說明'
25
+ passwords:
26
+ new:
27
+ forgot_your_password: '忘記密碼?'
28
+ send_me_reset_password_instructions: '請寄重設密碼的說明信件給我'
29
+ edit:
30
+ change_your_password: '更改您的密碼'
31
+ new_password: '新密碼'
32
+ confirm_new_password: '確認新密碼'
33
+ change_my_password: '更改我的密碼'
34
+ registrations:
35
+ edit:
36
+ are_you_sure: '你確定嗎?'
37
+ cancel_my_account: '取消我的帳戶'
38
+ leave_blank_if_you_don_t_want_to_change_it: '不想修改的話就不需要填寫這個欄位'
39
+ title: '修改 %{resource}'
40
+ we_need_your_current_password_to_confirm_your_changes: '我們需要您的目前的密碼以確認您的更改'
41
+ update: '更新'
42
+ new:
43
+ sign_up: '註冊'
44
+ sessions:
45
+ new:
46
+ sign_in: '登入'
47
+ shared:
48
+ links:
49
+ didn_t_receive_confirmation_instructions: '沒有收到確認信件?'
50
+ didn_t_receive_unlock_instructions: '沒有收到解鎖信件?'
51
+ forgot_your_password: '忘記密碼?'
52
+ sign_in: '登入'
53
+ sign_in_with_provider: '用 %{provider} 登入'
54
+ sign_up: '註冊'
55
+ unlocks:
56
+ new:
57
+ resend_unlock_instructions: '重發解鎖說明信件'
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: devise-bootstrap-views
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Yinghai Zhao
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-13 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.6'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.6'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Devise Bootstrap views with i18n support.
42
+ email:
43
+ - zyinghai@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".gitignore"
49
+ - Gemfile
50
+ - LICENSE.txt
51
+ - README.md
52
+ - Rakefile
53
+ - Screenshot.png
54
+ - app/assets/stylesheets/devise_bootstrap_views.scss
55
+ - app/helpers/devise_bootstrap_views_helper.rb
56
+ - app/views/devise/confirmations/new.html.erb
57
+ - app/views/devise/mailer/confirmation_instructions.html.erb
58
+ - app/views/devise/mailer/reset_password_instructions.html.erb
59
+ - app/views/devise/mailer/unlock_instructions.html.erb
60
+ - app/views/devise/passwords/edit.html.erb
61
+ - app/views/devise/passwords/new.html.erb
62
+ - app/views/devise/registrations/edit.html.erb
63
+ - app/views/devise/registrations/new.html.erb
64
+ - app/views/devise/sessions/new.html.erb
65
+ - app/views/devise/shared/_links.erb
66
+ - app/views/devise/unlocks/new.html.erb
67
+ - devise-bootstrap-views.gemspec
68
+ - lib/devise-bootstrap-views.rb
69
+ - lib/generators/devise/views/bootstrap_templates/bootstrap_templates_generator.rb
70
+ - lib/generators/devise/views/locale/locale_generator.rb
71
+ - lib/version.rb
72
+ - locales/ca.yml
73
+ - locales/de.yml
74
+ - locales/en.yml
75
+ - locales/es-AR.yml
76
+ - locales/es-ES.yml
77
+ - locales/es.yml
78
+ - locales/fr.yml
79
+ - locales/hu.yml
80
+ - locales/it.yml
81
+ - locales/nl.yml
82
+ - locales/pl.yml
83
+ - locales/pt-BR.yml
84
+ - locales/ru.yml
85
+ - locales/tr.yml
86
+ - locales/zh-CN.yml
87
+ - locales/zh-TW.yml
88
+ homepage: ''
89
+ licenses:
90
+ - MIT
91
+ metadata: {}
92
+ post_install_message:
93
+ rdoc_options: []
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ requirements: []
107
+ rubyforge_project:
108
+ rubygems_version: 2.2.2
109
+ signing_key:
110
+ specification_version: 4
111
+ summary: Devise Bootstrap views with i18n support.
112
+ test_files: []