devise-i18n-views 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/devise-i18n-views.gemspec +3 -3
- data/locales/es.yml +1 -1
- data/locales/tr.yml +2 -2
- data/locales/zh-CN.yml +1 -1
- data/locales/zh-TW.yml +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d0097c02d698df2772c3b8b83c448ec21fce06c
|
4
|
+
data.tar.gz: 38f885f694d88e4eedb3656cb9ee9ad51e9799a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d2b34f749ffa8126a6f8191df16777004b447c8825e335fdacd63621ac31b20b5be54de472f4423acea3f6dcbcf8b58cf4f03d0c0b8100421c9a63f3c9313db
|
7
|
+
data.tar.gz: 6cbf58e1801f640c5c3986dc9b2f7bb6aa9942c2dacda73890a4594e318f54eb3b0925b25aeba4e1e803df3d5b86e423b0845b7d965f10d49cff5891098af3a2
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.7
|
data/devise-i18n-views.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
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.7 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.7"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["mcasimir", "Jason Barnabe"]
|
14
|
-
s.date = "2015-
|
14
|
+
s.date = "2015-11-29"
|
15
15
|
s.description = "Translatable views for devise and the translations that go with them"
|
16
16
|
s.email = "jason.barnabe@gmail.com"
|
17
17
|
s.extra_rdoc_files = [
|
data/locales/es.yml
CHANGED
data/locales/tr.yml
CHANGED
@@ -34,7 +34,7 @@ tr:
|
|
34
34
|
change_my_password: "Şifremi değiştir"
|
35
35
|
change_your_password: "Şifreni değiştir"
|
36
36
|
confirm_new_password: Yeni parolanı doğrula
|
37
|
-
new_password:
|
37
|
+
new_password: Yeni Parola
|
38
38
|
new:
|
39
39
|
forgot_your_password: Parolanızı mı unuttunuz?
|
40
40
|
send_me_reset_password_instructions: Parola yenileme talimatlarını gönder
|
@@ -42,7 +42,7 @@ tr:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: Emin misiniz?
|
44
44
|
cancel_my_account: Hesabımı iptal et
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Doğrulama için bekleniyor : %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: değiştirmek istemiyorsanız boş bırakın
|
47
47
|
title: "%{resource} düzenle"
|
48
48
|
unhappy: Mutsuz
|
data/locales/zh-CN.yml
CHANGED
data/locales/zh-TW.yml
CHANGED
@@ -42,10 +42,10 @@ zh-TW:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: "你確定嗎?"
|
44
44
|
cancel_my_account: "取消我的帳戶"
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: "等待 %{email} 的確認"
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: "不想修改的話就不需要填寫這個欄位"
|
47
47
|
title: "修改 %{resource}"
|
48
|
-
unhappy:
|
48
|
+
unhappy: "不喜歡"
|
49
49
|
update: "更新"
|
50
50
|
we_need_your_current_password_to_confirm_your_changes: "我們需要您的目前的密碼以確認您的更改"
|
51
51
|
new:
|
@@ -55,7 +55,7 @@ zh-TW:
|
|
55
55
|
sign_in: "登入"
|
56
56
|
shared:
|
57
57
|
links:
|
58
|
-
back:
|
58
|
+
back: "返回"
|
59
59
|
didn_t_receive_confirmation_instructions: "沒有收到確認信件?"
|
60
60
|
didn_t_receive_unlock_instructions: "沒有收到解鎖信件?"
|
61
61
|
forgot_your_password: "忘記密碼?"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mcasimir
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-11-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|