devise-i18n-views 0.3.3 → 0.3.4
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/devise-i18n-views.gemspec +3 -3
- data/locales/ca.yml +1 -1
- data/locales/el.yml +18 -18
- data/locales/es-ES.yml +1 -1
- data/locales/zh-CN.yml +12 -12
- 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: 3083bb86435d29df75614e573c5c15c92bf0c69a
|
4
|
+
data.tar.gz: 9418928ace82b57c4a06e8919a184ca070c8629b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba2aa06b9a427715d9dedbab70a87af9d82171b5c39542410875b08318dfb63f769cf45840830e33e6f35b3c5f91dadc5b5b3adc9a2b633edc290af640114814
|
7
|
+
data.tar.gz: c9675e6971571ab78ae1ca029fa9e1ee6f91e36b0c5f8e25295412bd3a57d6ba6e5ee2eeb9b66f57c36e2a3dfd307adcbdf8889c8ee0d57da23322416665f391
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.4
|
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.4 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.4"
|
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 = "
|
14
|
+
s.date = "2015-02-08"
|
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/ca.yml
CHANGED
@@ -42,7 +42,7 @@ ca:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: Estàs segur?
|
44
44
|
cancel_my_account: Cancel·lar el meu compte
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Esperant confirmació de: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: deixa'l en blanc si no el vols canviar
|
47
47
|
title: Editar %{resource}
|
48
48
|
unhappy: Descontent
|
data/locales/el.yml
CHANGED
@@ -1,4 +1,14 @@
|
|
1
1
|
el:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: "Τρέχων κωδικός πρόσβασης"
|
6
|
+
email: "Ηλεκτρονική διεύθυνση"
|
7
|
+
password: "Κωδικός πρόσβασης"
|
8
|
+
password_confirmation: "Επιβεβαίωση κωδικού πρόσβασης"
|
9
|
+
remember_me: "Απομνημόνευση"
|
10
|
+
models:
|
11
|
+
user: "Χρήστης"
|
2
12
|
devise:
|
3
13
|
confirmations:
|
4
14
|
new:
|
@@ -20,24 +30,24 @@ el:
|
|
20
30
|
instruction: "Πατήστε το σύνδεσμο παρακάτω για ξεκλείδωμα του λογαριασμού σας:"
|
21
31
|
message: "Ο λογαριασμός σας έχει κλειδώσει λόγω μεγάλου αριθμού ανεπιτυχών προσθαθειών σύνδεσης."
|
22
32
|
passwords:
|
23
|
-
new:
|
24
|
-
forgot_your_password: "Ξεχάσατε τον κωδικό σας;"
|
25
|
-
send_me_reset_password_instructions: "Στείλτε μου οδηγίες επαναφοράς κωδικού πρόσβασης"
|
26
33
|
edit:
|
34
|
+
change_my_password: "Αλλαγή του κωδικού πρόσβασής μου"
|
27
35
|
change_your_password: "Αλλάξτε τον κωδικό πρόσβασής σας"
|
28
|
-
new_password: "Νέος κωδικός πρόσβασης"
|
29
36
|
confirm_new_password: "Επιβεβαίωση νέου κωδικού πρόσβασης"
|
30
|
-
|
37
|
+
new_password: "Νέος κωδικός πρόσβασης"
|
38
|
+
new:
|
39
|
+
forgot_your_password: "Ξεχάσατε τον κωδικό σας;"
|
40
|
+
send_me_reset_password_instructions: "Στείλτε μου οδηγίες επαναφοράς κωδικού πρόσβασης"
|
31
41
|
registrations:
|
32
42
|
edit:
|
33
43
|
are_you_sure: "Είστε σίγουρος/η;"
|
34
44
|
cancel_my_account: "Ακύρωση του λογαρισμού μου"
|
35
|
-
leave_blank_if_you_don_t_want_to_change_it: "αφήστε το κενό, αν δεν θέλετε να το αλλάξετε"
|
36
45
|
currently_waiting_confirmation_for_email: "Αναμένεται επιβεβαίωση για: %{email}"
|
46
|
+
leave_blank_if_you_don_t_want_to_change_it: "αφήστε το κενό, αν δεν θέλετε να το αλλάξετε"
|
37
47
|
title: "Επεξεργασία %{resource}"
|
38
|
-
we_need_your_current_password_to_confirm_your_changes: "χρειαζόμαστε τον τρέχων κωδικό πρόσβασής σας για να επιβεβαιώσουμε τις αλλαγές σας"
|
39
|
-
update: "Ενημέρωση"
|
40
48
|
unhappy: "Δυστυχής"
|
49
|
+
update: "Ενημέρωση"
|
50
|
+
we_need_your_current_password_to_confirm_your_changes: "χρειαζόμαστε τον τρέχων κωδικό πρόσβασής σας για να επιβεβαιώσουμε τις αλλαγές σας"
|
41
51
|
new:
|
42
52
|
sign_up: "Εγγραφή"
|
43
53
|
sessions:
|
@@ -55,13 +65,3 @@ el:
|
|
55
65
|
unlocks:
|
56
66
|
new:
|
57
67
|
resend_unlock_instructions: "Επανάληψη αποστολής οδηγιών ξεκλειδώματος"
|
58
|
-
activerecord:
|
59
|
-
models:
|
60
|
-
user: "Χρήστης"
|
61
|
-
attributes:
|
62
|
-
user:
|
63
|
-
email: "Ηλεκτρονική διεύθυνση"
|
64
|
-
password: "Κωδικός πρόσβασης"
|
65
|
-
password_confirmation: "Επιβεβαίωση κωδικού πρόσβασης"
|
66
|
-
current_password: "Τρέχων κωδικός πρόσβασης"
|
67
|
-
remember_me: "Απομνημόνευση"
|
data/locales/es-ES.yml
CHANGED
@@ -42,7 +42,7 @@ es-ES:
|
|
42
42
|
edit:
|
43
43
|
are_you_sure: "¿Estás segur@?"
|
44
44
|
cancel_my_account: Cancelar mi cuenta
|
45
|
-
currently_waiting_confirmation_for_email:
|
45
|
+
currently_waiting_confirmation_for_email: 'Esperando confirmación de: %{email}'
|
46
46
|
leave_blank_if_you_don_t_want_to_change_it: déjalo en blanco si no lo quieres cambiar
|
47
47
|
title: Editar %{resource}
|
48
48
|
unhappy: Descontento
|
data/locales/zh-CN.yml
CHANGED
@@ -2,17 +2,17 @@ zh-CN:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password: "
|
6
|
-
email: "
|
5
|
+
current_password: "当前密码"
|
6
|
+
email: "电子邮箱"
|
7
7
|
password: "密码"
|
8
|
-
password_confirmation: "
|
8
|
+
password_confirmation: "密码确认"
|
9
9
|
remember_me: "记住我"
|
10
10
|
models:
|
11
11
|
user: "用户"
|
12
12
|
devise:
|
13
13
|
confirmations:
|
14
14
|
new:
|
15
|
-
resend_confirmation_instructions: "
|
15
|
+
resend_confirmation_instructions: "重新发送确认邮件"
|
16
16
|
mailer:
|
17
17
|
confirmation_instructions:
|
18
18
|
action: "确认我的帐户"
|
@@ -21,14 +21,14 @@ zh-CN:
|
|
21
21
|
reset_password_instructions:
|
22
22
|
action: "更改我的密码"
|
23
23
|
greeting: "你好 %{recipient}!"
|
24
|
-
instruction: "
|
25
|
-
instruction_2: "
|
26
|
-
instruction_3: "
|
24
|
+
instruction: "有人要求更改密码的链接,您可以通过下面的链接更改密码:"
|
25
|
+
instruction_2: "如果您没有要求请求更改密码,请忽略此电子邮件。"
|
26
|
+
instruction_3: "如果你没有访问上面的链接并更改密码,你的密码就不会被改变。"
|
27
27
|
unlock_instructions:
|
28
28
|
action: "帐户解锁"
|
29
29
|
greeting: "你好 %{recipient}!"
|
30
30
|
instruction: "点击下面的链接到您的帐户解锁:"
|
31
|
-
message: "
|
31
|
+
message: "由于多次的不成功的登入尝试,您的帐户已被锁定。"
|
32
32
|
passwords:
|
33
33
|
edit:
|
34
34
|
change_my_password: "更改我的密码"
|
@@ -37,7 +37,7 @@ zh-CN:
|
|
37
37
|
new_password: "新密码"
|
38
38
|
new:
|
39
39
|
forgot_your_password: "忘记密码?"
|
40
|
-
send_me_reset_password_instructions: "
|
40
|
+
send_me_reset_password_instructions: "请给我发送重设密码的邮件"
|
41
41
|
registrations:
|
42
42
|
edit:
|
43
43
|
are_you_sure: "你确定吗?"
|
@@ -56,12 +56,12 @@ zh-CN:
|
|
56
56
|
shared:
|
57
57
|
links:
|
58
58
|
back: "返回"
|
59
|
-
didn_t_receive_confirmation_instructions: "
|
60
|
-
didn_t_receive_unlock_instructions: "
|
59
|
+
didn_t_receive_confirmation_instructions: "没有收到确认邮件?"
|
60
|
+
didn_t_receive_unlock_instructions: "没有收到解锁邮件?"
|
61
61
|
forgot_your_password: "忘记密码?"
|
62
62
|
sign_in: "登录"
|
63
63
|
sign_in_with_provider: "用 %{provider} 登录"
|
64
64
|
sign_up: "注册"
|
65
65
|
unlocks:
|
66
66
|
new:
|
67
|
-
resend_unlock_instructions: "
|
67
|
+
resend_unlock_instructions: "重发解锁邮件"
|
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.4
|
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:
|
12
|
+
date: 2015-02-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|