devise-uikit-views 0.0.2

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 (45) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/Gemfile +4 -0
  4. data/README.md +57 -0
  5. data/Rakefile +2 -0
  6. data/app/assets/stylesheets/devise_uikit_views.scss +6 -0
  7. data/app/assets/stylesheets/devise_uikit_views_less.less +6 -0
  8. data/app/views/devise/confirmations/new.html.erb +19 -0
  9. data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
  10. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  11. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  12. data/app/views/devise/passwords/edit.html.erb +26 -0
  13. data/app/views/devise/passwords/new.html.erb +19 -0
  14. data/app/views/devise/registrations/edit.html.erb +32 -0
  15. data/app/views/devise/registrations/new.html.erb +29 -0
  16. data/app/views/devise/sessions/new.html.erb +29 -0
  17. data/app/views/devise/shared/_links.html.erb +25 -0
  18. data/app/views/devise/unlocks/new.html.erb +19 -0
  19. data/devise-uikit-views.gemspec +25 -0
  20. data/lib/devise-uikit-views.rb +26 -0
  21. data/lib/devise_uikit_views_helper.rb +22 -0
  22. data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
  23. data/lib/generators/devise/views/uikit_templates/uikit_templates_generator.rb +10 -0
  24. data/lib/version.rb +3 -0
  25. data/locales/ar.yml +157 -0
  26. data/locales/ca.yml +59 -0
  27. data/locales/cs.yml +132 -0
  28. data/locales/de.yml +138 -0
  29. data/locales/en.yml +141 -0
  30. data/locales/es-AR.yml +51 -0
  31. data/locales/es-ES.yml +59 -0
  32. data/locales/es.yml +51 -0
  33. data/locales/fr.yml +51 -0
  34. data/locales/hu.yml +59 -0
  35. data/locales/it.yml +51 -0
  36. data/locales/ja.yml +142 -0
  37. data/locales/nl.yml +59 -0
  38. data/locales/pl.yml +57 -0
  39. data/locales/pt-BR.yml +56 -0
  40. data/locales/ru.yml +133 -0
  41. data/locales/tr.yml +51 -0
  42. data/locales/uk.yml +56 -0
  43. data/locales/zh-CN.yml +58 -0
  44. data/locales/zh-TW.yml +57 -0
  45. metadata +115 -0
data/locales/tr.yml ADDED
@@ -0,0 +1,51 @@
1
+ tr:
2
+ devise:
3
+ confirmations:
4
+ new:
5
+ resend_confirmation_instructions: Onaylama talimatlarını tekrar gönder
6
+ mailer:
7
+ confirmation_instructions:
8
+ action: Hesabımı onayla
9
+ greeting: Hoşgeldiniz %{recipient}!
10
+ instruction: ! 'E-postanızı aşağıdaki bağlantıyı takip ederek onaylayabilirsiniz:'
11
+ subject: Onaylama talimatları
12
+ reset_password_instructions:
13
+ action: Parolamı değiştir
14
+ greeting: Merhaba %{recipient}!
15
+ instruction: Birisi parolanızı değiştirmek için bir istek gönderdi, aşağıdaki bağlantıyı kullanarak bunu yapabilirsiniz.
16
+ instruction_2: Eğer bu isteği siz yapmadıysanız, bu e-postayı görmezden gelebilirsiniz.
17
+ instruction_3: Parolanız yukarıdaki bağlantıyı kullanıp, yeni bir parola oluşturmadığınız sürece değişmeyecektir.
18
+ subject: Parola yenileme talimatları
19
+ unlock_instructions:
20
+ action: Hesabımı geri aç
21
+ greeting: Merhaba %{recipient}!
22
+ instruction: ! 'Hesabınızı geri açmak için aşağıdaki bağlantıyı tıklayınız:'
23
+ message: Hesabınız çok fazla başarısız giriş denemesinden dolayı kilitlenmiştir.
24
+ subject: Hesap geri açma talimatları
25
+ passwords:
26
+ new:
27
+ forgot_your_password: Parolanızı mı unuttunuz?
28
+ send_me_reset_password_instructions: Parola yenileme talimatlarını gönder
29
+ registrations:
30
+ edit:
31
+ are_you_sure: Emin misiniz?
32
+ cancel_my_account: Hesabımı iptal et
33
+ leave_blank_if_you_don_t_want_to_change_it: değiştirmek istemiyorsanız boş bırakın
34
+ title: ! '%{resource} düzenle'
35
+ we_need_your_current_password_to_confirm_your_changes: değişikleri onaylamak için şu anki parolanız gerekli
36
+ new:
37
+ sign_up: Kaydol
38
+ sessions:
39
+ new:
40
+ sign_in: Giriş yap
41
+ shared:
42
+ links:
43
+ didn_t_receive_confirmation_instructions: Onaylama talimatlarını almadınız mı?
44
+ didn_t_receive_unlock_instructions: Hesap geri açma talimatlarını almadınız mı?
45
+ forgot_your_password: Parolanızı mı unuttunuz?
46
+ sign_in: Giriş yap
47
+ sign_in_with_provider: ! '%{provider} ile giriş yap'
48
+ sign_up: Kaydol
49
+ unlocks:
50
+ new:
51
+ resend_unlock_instructions: Hesap geri açma talimatlarını tekrar gönder
data/locales/uk.yml ADDED
@@ -0,0 +1,56 @@
1
+ uk:
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
+ new:
42
+ sign_up: "Реєстрація"
43
+ sessions:
44
+ new:
45
+ sign_in: "Ввійти"
46
+ shared:
47
+ links:
48
+ didn_t_receive_confirmation_instructions: "Не отримали підтвердження?"
49
+ didn_t_receive_unlock_instructions: "Не отримали код для розблокування?"
50
+ forgot_your_password: "Забули пароль?"
51
+ sign_in: "Ввійти"
52
+ sign_in_with_provider: "Ввійти за допомогою: \"%{provider}\""
53
+ sign_up: "Реєстрація"
54
+ unlocks:
55
+ new:
56
+ resend_unlock_instructions: "Надіслати підтвердження ще раз"
data/locales/zh-CN.yml ADDED
@@ -0,0 +1,58 @@
1
+ zh-CN:
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
+ back: 返回
43
+ new:
44
+ sign_up: 注册
45
+ sessions:
46
+ new:
47
+ sign_in: 登录
48
+ shared:
49
+ links:
50
+ didn_t_receive_confirmation_instructions: 没有收到确认指令?
51
+ didn_t_receive_unlock_instructions: 没有收到解锁指令?
52
+ forgot_your_password: 忘记密码?
53
+ sign_in: 登录
54
+ sign_in_with_provider: 用 %{provider} 登录
55
+ sign_up: 注册
56
+ unlocks:
57
+ new:
58
+ resend_unlock_instructions: 重发解锁指示
data/locales/zh-TW.yml ADDED
@@ -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,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: devise-uikit-views
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - eskey
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-02-22 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.11'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: Devise UIkit views with i18n support.
42
+ email:
43
+ - esplants@outlook.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".gitignore"
49
+ - Gemfile
50
+ - README.md
51
+ - Rakefile
52
+ - app/assets/stylesheets/devise_uikit_views.scss
53
+ - app/assets/stylesheets/devise_uikit_views_less.less
54
+ - app/views/devise/confirmations/new.html.erb
55
+ - app/views/devise/mailer/confirmation_instructions.html.erb
56
+ - app/views/devise/mailer/reset_password_instructions.html.erb
57
+ - app/views/devise/mailer/unlock_instructions.html.erb
58
+ - app/views/devise/passwords/edit.html.erb
59
+ - app/views/devise/passwords/new.html.erb
60
+ - app/views/devise/registrations/edit.html.erb
61
+ - app/views/devise/registrations/new.html.erb
62
+ - app/views/devise/sessions/new.html.erb
63
+ - app/views/devise/shared/_links.html.erb
64
+ - app/views/devise/unlocks/new.html.erb
65
+ - devise-uikit-views.gemspec
66
+ - lib/devise-uikit-views.rb
67
+ - lib/devise_uikit_views_helper.rb
68
+ - lib/generators/devise/views/locale/locale_generator.rb
69
+ - lib/generators/devise/views/uikit_templates/uikit_templates_generator.rb
70
+ - lib/version.rb
71
+ - locales/ar.yml
72
+ - locales/ca.yml
73
+ - locales/cs.yml
74
+ - locales/de.yml
75
+ - locales/en.yml
76
+ - locales/es-AR.yml
77
+ - locales/es-ES.yml
78
+ - locales/es.yml
79
+ - locales/fr.yml
80
+ - locales/hu.yml
81
+ - locales/it.yml
82
+ - locales/ja.yml
83
+ - locales/nl.yml
84
+ - locales/pl.yml
85
+ - locales/pt-BR.yml
86
+ - locales/ru.yml
87
+ - locales/tr.yml
88
+ - locales/uk.yml
89
+ - locales/zh-CN.yml
90
+ - locales/zh-TW.yml
91
+ homepage: ''
92
+ licenses:
93
+ - MIT
94
+ metadata: {}
95
+ post_install_message:
96
+ rdoc_options: []
97
+ require_paths:
98
+ - lib
99
+ required_ruby_version: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ required_rubygems_version: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - ">="
107
+ - !ruby/object:Gem::Version
108
+ version: '0'
109
+ requirements: []
110
+ rubyforge_project:
111
+ rubygems_version: 2.4.8
112
+ signing_key:
113
+ specification_version: 4
114
+ summary: Devise UIkit views with i18n support.
115
+ test_files: []