devise-i18n-views 0.2.8 → 0.3.0
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 +7 -0
- data/VERSION +1 -1
- data/app/views/devise/mailer/confirmation_instructions.html.erb +2 -2
- data/app/views/devise/mailer/reset_password_instructions.html.erb +3 -2
- data/app/views/devise/mailer/unlock_instructions.html.erb +2 -1
- data/app/views/devise/registrations/edit.html.erb +8 -2
- data/devise-i18n-views.gemspec +14 -4
- data/locales/bg.yml +115 -0
- data/locales/ca.yml +78 -24
- data/locales/cs.yml +113 -0
- data/locales/da-DK.yml +113 -0
- data/locales/de.yml +71 -7
- data/locales/en.yml +95 -39
- data/locales/es-AR.yml +64 -2
- data/locales/es-ES.yml +75 -21
- data/locales/es.yml +71 -9
- data/locales/fi.yml +113 -0
- data/locales/fr.yml +75 -11
- data/locales/hu.yml +66 -12
- data/locales/it.yml +64 -2
- data/locales/ja.yml +113 -0
- data/locales/nb.yml +113 -0
- data/locales/nl.yml +65 -11
- data/locales/pl.yml +64 -8
- data/locales/pt-BR.yml +64 -2
- data/locales/pt-PT.yml +113 -0
- data/locales/ru.yml +94 -37
- data/locales/sk.yml +113 -0
- data/locales/tr.yml +113 -0
- data/locales/zh-CN.yml +94 -38
- data/locales/zh-TW.yml +94 -38
- metadata +24 -30
data/locales/ru.yml
CHANGED
@@ -1,56 +1,113 @@
|
|
1
1
|
ru:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: "Текущий пароль"
|
6
|
+
current_sign_in_at: "Вошел в "
|
7
|
+
email:
|
8
|
+
last_sign_in_at: "Последний раз входил в"
|
9
|
+
password: "Пароль"
|
10
|
+
password_confirmation: "Подтверждение пароля"
|
11
|
+
remember_me: "Запомнить меня"
|
12
|
+
models:
|
13
|
+
user: "Пользователь"
|
2
14
|
devise:
|
3
15
|
confirmations:
|
16
|
+
confirmed: "Ваш аккаунт успешно активирован"
|
4
17
|
new:
|
5
|
-
resend_confirmation_instructions: Выслать повторно письмо с активацией
|
18
|
+
resend_confirmation_instructions: "Выслать повторно письмо с активацией"
|
19
|
+
send_instructions:
|
20
|
+
send_paranoid_instructions:
|
21
|
+
failure:
|
22
|
+
already_authenticated:
|
23
|
+
inactive:
|
24
|
+
invalid:
|
25
|
+
invalid_token:
|
26
|
+
locked:
|
27
|
+
not_found_in_database:
|
28
|
+
timeout:
|
29
|
+
unauthenticated:
|
30
|
+
unconfirmed:
|
6
31
|
mailer:
|
7
32
|
confirmation_instructions:
|
8
|
-
action: Активировать
|
9
|
-
greeting: Привет %{recipient}!
|
10
|
-
instruction:
|
11
|
-
subject: Активация учетной записи
|
33
|
+
action: "Активировать"
|
34
|
+
greeting: "Привет %{recipient}!"
|
35
|
+
instruction: "Вы можете активировать свою учетную запись, нажав ссылку снизу:"
|
36
|
+
subject: "Активация учетной записи"
|
12
37
|
reset_password_instructions:
|
13
|
-
action: Изменить пароль
|
14
|
-
greeting: Привет %{recipient}!
|
15
|
-
instruction:
|
16
|
-
instruction_2: Если вы не запрашивали изменение пароля - проигнорируйте это сообщение
|
17
|
-
instruction_3: Ваш пароль не изменится пока вы не нажмете на ссылку и не введете новый.
|
18
|
-
subject: Запрос на изменение пароля
|
38
|
+
action: "Изменить пароль"
|
39
|
+
greeting: "Привет %{recipient}!"
|
40
|
+
instruction: "Вы (или кто-то еще) запросили изменение пароля. Для изменение пароля нажимите ссылку ниже:"
|
41
|
+
instruction_2: "Если вы не запрашивали изменение пароля - проигнорируйте это сообщение"
|
42
|
+
instruction_3: "Ваш пароль не изменится пока вы не нажмете на ссылку и не введете новый."
|
43
|
+
subject: "Запрос на изменение пароля"
|
19
44
|
unlock_instructions:
|
20
|
-
action: Разблокировать учетную запись
|
21
|
-
greeting: Привет %{recipient}!
|
22
|
-
instruction:
|
23
|
-
message: Ваша учетная запись была заблокирована в связи с превышением лимита неудачных попыток входа.
|
24
|
-
subject: Инструкции для разблокировки учетной записи
|
45
|
+
action: "Разблокировать учетную запись"
|
46
|
+
greeting: "Привет %{recipient}!"
|
47
|
+
instruction: "Нажмите ссылку для активации учетной записи:"
|
48
|
+
message: "Ваша учетная запись была заблокирована в связи с превышением лимита неудачных попыток входа."
|
49
|
+
subject: "Инструкции для разблокировки учетной записи"
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
25
53
|
passwords:
|
26
|
-
new:
|
27
|
-
forgot_your_password: Забыли пароль?
|
28
|
-
send_me_reset_password_instructions: Выслать новый пароль
|
29
54
|
edit:
|
30
|
-
|
31
|
-
|
32
|
-
confirm_new_password: Повторите новый пароль
|
33
|
-
|
55
|
+
change_my_password: "Изменить мой пароль"
|
56
|
+
change_your_password: "Изменить пароль"
|
57
|
+
confirm_new_password: "Повторите новый пароль"
|
58
|
+
new_password: "Новый пароль"
|
59
|
+
new:
|
60
|
+
forgot_your_password: "Забыли пароль?"
|
61
|
+
send_me_reset_password_instructions: "Выслать новый пароль"
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
34
67
|
registrations:
|
68
|
+
destroyed:
|
35
69
|
edit:
|
36
|
-
are_you_sure: Вы уверены?
|
37
|
-
cancel_my_account: Удалить учетную запись
|
38
|
-
|
39
|
-
|
40
|
-
|
70
|
+
are_you_sure: "Вы уверены?"
|
71
|
+
cancel_my_account: "Удалить учетную запись"
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: "оставьте поле пустым, если не хотите ничего менять"
|
74
|
+
title: "Редактировать %{resource}"
|
75
|
+
unhappy:
|
76
|
+
update:
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: "введите текущий пароль для подтверждения изменений"
|
41
78
|
new:
|
42
|
-
sign_up: Регистрация
|
79
|
+
sign_up: "Регистрация"
|
80
|
+
signed_up:
|
81
|
+
signed_up_but_inactive:
|
82
|
+
signed_up_but_locked:
|
83
|
+
signed_up_but_unconfirmed:
|
84
|
+
update_needs_confirmation:
|
85
|
+
updated:
|
43
86
|
sessions:
|
44
87
|
new:
|
45
|
-
sign_in: Войти
|
88
|
+
sign_in: "Войти"
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
46
91
|
shared:
|
47
92
|
links:
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: "Не получили подтверждение?"
|
95
|
+
didn_t_receive_unlock_instructions: "Не получили код разблокировки?"
|
96
|
+
forgot_your_password: "Забыли пароль?"
|
97
|
+
sign_in: "Войти"
|
98
|
+
sign_in_with_provider: "Войти с помощью: %{provider}"
|
99
|
+
sign_up: "Регистрация"
|
54
100
|
unlocks:
|
55
101
|
new:
|
56
|
-
resend_unlock_instructions: Выслать подтверждение заново
|
102
|
+
resend_unlock_instructions: "Выслать подтверждение заново"
|
103
|
+
send_instructions:
|
104
|
+
send_paranoid_instructions:
|
105
|
+
unlocked:
|
106
|
+
errors:
|
107
|
+
messages:
|
108
|
+
already_confirmed:
|
109
|
+
confirmation_period_expired:
|
110
|
+
expired:
|
111
|
+
not_found:
|
112
|
+
not_locked:
|
113
|
+
not_saved:
|
data/locales/sk.yml
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
sk:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
14
|
+
devise:
|
15
|
+
confirmations:
|
16
|
+
confirmed:
|
17
|
+
new:
|
18
|
+
resend_confirmation_instructions: Poslať znovu potvrdzovacie inštrukcie
|
19
|
+
send_instructions:
|
20
|
+
send_paranoid_instructions:
|
21
|
+
failure:
|
22
|
+
already_authenticated:
|
23
|
+
inactive:
|
24
|
+
invalid:
|
25
|
+
invalid_token:
|
26
|
+
locked:
|
27
|
+
not_found_in_database:
|
28
|
+
timeout:
|
29
|
+
unauthenticated:
|
30
|
+
unconfirmed:
|
31
|
+
mailer:
|
32
|
+
confirmation_instructions:
|
33
|
+
action: Potvrdiť môj účet
|
34
|
+
greeting: Vitaj %{recipient}!
|
35
|
+
instruction: 'Môžete potvrdiť emailovú adresu vašeho účtu pomocou odkazu nižšie:'
|
36
|
+
subject: Potvrdzovacie inštrukcie
|
37
|
+
reset_password_instructions:
|
38
|
+
action: Zmeniť moje heslo
|
39
|
+
greeting: Ahoj %{recipient}!
|
40
|
+
instruction: Niekto požiadal o zmenu vášho hesla a môžete to spraviť pomocou odkazu nižšie.
|
41
|
+
instruction_2: Ak ste o toto nepožiadali, prosím ignorujte tento email.
|
42
|
+
instruction_3: Vaše heslo sa nezmení, pokým nenavštívite odkaz vyššie a nezadáte nové.
|
43
|
+
subject: Inštrukcie na obnovu hesla
|
44
|
+
unlock_instructions:
|
45
|
+
action: Odomknúť môj účet
|
46
|
+
greeting: Ahoj %{recipient}!
|
47
|
+
instruction: 'Kliknite na odkaz nižsie, aby ste odomkli váš účet:'
|
48
|
+
message: Vaše konto bolo zamknuté kvôli nadmernému počtu neúspešných prihlásení.
|
49
|
+
subject: Inštrukcie na odomknutie účtu
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
53
|
+
passwords:
|
54
|
+
edit:
|
55
|
+
change_my_password:
|
56
|
+
change_your_password:
|
57
|
+
confirm_new_password:
|
58
|
+
new_password:
|
59
|
+
new:
|
60
|
+
forgot_your_password: Zabudli ste heslo?
|
61
|
+
send_me_reset_password_instructions: Pošlite mi inštrukcie na obnovu hesla
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
67
|
+
registrations:
|
68
|
+
destroyed:
|
69
|
+
edit:
|
70
|
+
are_you_sure: Ste si istí?
|
71
|
+
cancel_my_account: Zrušiť môj účet
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: nechajte prázdne ak to nechcete zmeniť
|
74
|
+
title: Upraviť %{resource}
|
75
|
+
unhappy:
|
76
|
+
update:
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: na potvrdenie vašich zmien potrebujeme vaše súčasné heslo
|
78
|
+
new:
|
79
|
+
sign_up: Zaregistrovať sa
|
80
|
+
signed_up:
|
81
|
+
signed_up_but_inactive:
|
82
|
+
signed_up_but_locked:
|
83
|
+
signed_up_but_unconfirmed:
|
84
|
+
update_needs_confirmation:
|
85
|
+
updated:
|
86
|
+
sessions:
|
87
|
+
new:
|
88
|
+
sign_in: Prihlásiť sa
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
91
|
+
shared:
|
92
|
+
links:
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: Nedostali ste potvrdzovacie inštrukcie?
|
95
|
+
didn_t_receive_unlock_instructions: Nedostali ste inštrukcie na odomknutie účtu?
|
96
|
+
forgot_your_password: Zabudli ste heslo?
|
97
|
+
sign_in: Prihlásiť sa
|
98
|
+
sign_in_with_provider: Prihlásiť sa cez %{provider}
|
99
|
+
sign_up: Zaregistrovať sa
|
100
|
+
unlocks:
|
101
|
+
new:
|
102
|
+
resend_unlock_instructions: Poslať znovu inštrukcie na odomknutie účtu
|
103
|
+
send_instructions:
|
104
|
+
send_paranoid_instructions:
|
105
|
+
unlocked:
|
106
|
+
errors:
|
107
|
+
messages:
|
108
|
+
already_confirmed:
|
109
|
+
confirmation_period_expired:
|
110
|
+
expired:
|
111
|
+
not_found:
|
112
|
+
not_locked:
|
113
|
+
not_saved:
|
data/locales/tr.yml
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
tr:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
14
|
+
devise:
|
15
|
+
confirmations:
|
16
|
+
confirmed:
|
17
|
+
new:
|
18
|
+
resend_confirmation_instructions: Onaylama talimatlarını tekrar gönder
|
19
|
+
send_instructions:
|
20
|
+
send_paranoid_instructions:
|
21
|
+
failure:
|
22
|
+
already_authenticated:
|
23
|
+
inactive:
|
24
|
+
invalid:
|
25
|
+
invalid_token:
|
26
|
+
locked:
|
27
|
+
not_found_in_database:
|
28
|
+
timeout:
|
29
|
+
unauthenticated:
|
30
|
+
unconfirmed:
|
31
|
+
mailer:
|
32
|
+
confirmation_instructions:
|
33
|
+
action: Hesabımı onayla
|
34
|
+
greeting: Hoşgeldiniz %{recipient}!
|
35
|
+
instruction: 'E-postanızı aşağıdaki bağlantıyı takip ederek onaylayabilirsiniz:'
|
36
|
+
subject: Onaylama talimatları
|
37
|
+
reset_password_instructions:
|
38
|
+
action: Parolamı değiştir
|
39
|
+
greeting: Merhaba %{recipient}!
|
40
|
+
instruction: Birisi parolanızı değiştirmek için bir istek gönderdi, aşağıdaki bağlantıyı kullanarak bunu yapabilirsiniz.
|
41
|
+
instruction_2: Eğer bu isteği siz yapmadıysanız, bu e-postayı görmezden gelebilirsiniz.
|
42
|
+
instruction_3: Parolanız yukarıdaki bağlantıyı kullanıp, yeni bir parola oluşturmadığınız sürece değişmeyecektir.
|
43
|
+
subject: Parola yenileme talimatları
|
44
|
+
unlock_instructions:
|
45
|
+
action: Hesabımı geri aç
|
46
|
+
greeting: Merhaba %{recipient}!
|
47
|
+
instruction: 'Hesabınızı geri açmak için aşağıdaki bağlantıyı tıklayınız:'
|
48
|
+
message: Hesabınız çok fazla başarısız giriş denemesinden dolayı kilitlenmiştir.
|
49
|
+
subject: Hesap geri açma talimatları
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
53
|
+
passwords:
|
54
|
+
edit:
|
55
|
+
change_my_password:
|
56
|
+
change_your_password:
|
57
|
+
confirm_new_password:
|
58
|
+
new_password:
|
59
|
+
new:
|
60
|
+
forgot_your_password: Parolanızı mı unuttunuz?
|
61
|
+
send_me_reset_password_instructions: Parola yenileme talimatlarını gönder
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
67
|
+
registrations:
|
68
|
+
destroyed:
|
69
|
+
edit:
|
70
|
+
are_you_sure: Emin misiniz?
|
71
|
+
cancel_my_account: Hesabımı iptal et
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: değiştirmek istemiyorsanız boş bırakın
|
74
|
+
title: "%{resource} düzenle"
|
75
|
+
unhappy:
|
76
|
+
update:
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: değişikleri onaylamak için şu anki parolanız gerekli
|
78
|
+
new:
|
79
|
+
sign_up: Kaydol
|
80
|
+
signed_up:
|
81
|
+
signed_up_but_inactive:
|
82
|
+
signed_up_but_locked:
|
83
|
+
signed_up_but_unconfirmed:
|
84
|
+
update_needs_confirmation:
|
85
|
+
updated:
|
86
|
+
sessions:
|
87
|
+
new:
|
88
|
+
sign_in: Giriş yap
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
91
|
+
shared:
|
92
|
+
links:
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: Onaylama talimatlarını almadınız mı?
|
95
|
+
didn_t_receive_unlock_instructions: Hesap geri açma talimatlarını almadınız mı?
|
96
|
+
forgot_your_password: Parolanızı mı unuttunuz?
|
97
|
+
sign_in: Giriş yap
|
98
|
+
sign_in_with_provider: "%{provider} ile giriş yap"
|
99
|
+
sign_up: Kaydol
|
100
|
+
unlocks:
|
101
|
+
new:
|
102
|
+
resend_unlock_instructions: Hesap geri açma talimatlarını tekrar gönder
|
103
|
+
send_instructions:
|
104
|
+
send_paranoid_instructions:
|
105
|
+
unlocked:
|
106
|
+
errors:
|
107
|
+
messages:
|
108
|
+
already_confirmed:
|
109
|
+
confirmation_period_expired:
|
110
|
+
expired:
|
111
|
+
not_found:
|
112
|
+
not_locked:
|
113
|
+
not_saved:
|
data/locales/zh-CN.yml
CHANGED
@@ -1,57 +1,113 @@
|
|
1
1
|
zh-CN:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
current_sign_in_at:
|
7
|
+
email:
|
8
|
+
last_sign_in_at:
|
9
|
+
password:
|
10
|
+
password_confirmation:
|
11
|
+
remember_me:
|
12
|
+
models:
|
13
|
+
user:
|
2
14
|
devise:
|
3
15
|
confirmations:
|
16
|
+
confirmed:
|
4
17
|
new:
|
5
|
-
resend_confirmation_instructions: 重新发送确认指示
|
18
|
+
resend_confirmation_instructions: "重新发送确认指示"
|
19
|
+
send_instructions:
|
20
|
+
send_paranoid_instructions:
|
21
|
+
failure:
|
22
|
+
already_authenticated:
|
23
|
+
inactive:
|
24
|
+
invalid:
|
25
|
+
invalid_token:
|
26
|
+
locked:
|
27
|
+
not_found_in_database:
|
28
|
+
timeout:
|
29
|
+
unauthenticated:
|
30
|
+
unconfirmed:
|
6
31
|
mailer:
|
7
32
|
confirmation_instructions:
|
8
|
-
action: 确认我的帐户
|
9
|
-
greeting: 欢迎 %{recipient}!
|
10
|
-
instruction:
|
11
|
-
subject: 确认指示
|
33
|
+
action: "确认我的帐户"
|
34
|
+
greeting: "欢迎 %{recipient}!"
|
35
|
+
instruction: "您可以通过下面的链接确认您的帐户的电子邮件:"
|
36
|
+
subject: "确认指示"
|
12
37
|
reset_password_instructions:
|
13
|
-
action: 更改我的密码
|
14
|
-
greeting: 你好 %{recipient}!
|
15
|
-
instruction: 有人要求更改密码的链接,并通过下面的链接,你可以做到这一点。
|
16
|
-
instruction_2: 如果你没有要求,请忽略此电子邮件。
|
17
|
-
instruction_3: 您的密码将不会改变,直到你访问上面的链接,并创建一个新的。
|
18
|
-
subject: 重设密码的说明
|
38
|
+
action: "更改我的密码"
|
39
|
+
greeting: "你好 %{recipient}!"
|
40
|
+
instruction: "有人要求更改密码的链接,并通过下面的链接,你可以做到这一点。"
|
41
|
+
instruction_2: "如果你没有要求,请忽略此电子邮件。"
|
42
|
+
instruction_3: "您的密码将不会改变,直到你访问上面的链接,并创建一个新的。"
|
43
|
+
subject: "重设密码的说明"
|
19
44
|
unlock_instructions:
|
20
|
-
action: 帐户解锁
|
21
|
-
greeting: 你好 %{recipient}!
|
22
|
-
instruction:
|
23
|
-
message: 您的帐户已被锁定由于过量的不成功的登录尝试。
|
24
|
-
subject: 解锁说明
|
45
|
+
action: "帐户解锁"
|
46
|
+
greeting: "你好 %{recipient}!"
|
47
|
+
instruction: "点击下面的链接到您的帐户解锁:"
|
48
|
+
message: "您的帐户已被锁定由于过量的不成功的登录尝试。"
|
49
|
+
subject: "解锁说明"
|
50
|
+
omniauth_callbacks:
|
51
|
+
failure:
|
52
|
+
success:
|
25
53
|
passwords:
|
26
|
-
new:
|
27
|
-
forgot_your_password: 忘记密码?
|
28
|
-
send_me_reset_password_instructions: 给我发送重设密码的说明
|
29
54
|
edit:
|
30
|
-
|
31
|
-
|
32
|
-
confirm_new_password: 确认新密码
|
33
|
-
|
55
|
+
change_my_password: "更改我的密码"
|
56
|
+
change_your_password: "更改您的密码"
|
57
|
+
confirm_new_password: "确认新密码"
|
58
|
+
new_password: "新密码"
|
59
|
+
new:
|
60
|
+
forgot_your_password: "忘记密码?"
|
61
|
+
send_me_reset_password_instructions: "给我发送重设密码的说明"
|
62
|
+
no_token:
|
63
|
+
send_instructions:
|
64
|
+
send_paranoid_instructions:
|
65
|
+
updated:
|
66
|
+
updated_not_active:
|
34
67
|
registrations:
|
68
|
+
destroyed:
|
35
69
|
edit:
|
36
|
-
are_you_sure: 你确定吗?
|
37
|
-
cancel_my_account: 取消我的帐户
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
70
|
+
are_you_sure: "你确定吗?"
|
71
|
+
cancel_my_account: "取消我的帐户"
|
72
|
+
currently_waiting_confirmation_for_email:
|
73
|
+
leave_blank_if_you_don_t_want_to_change_it: "你不想去改变它,不需要填写"
|
74
|
+
title: "修改 %{resource}"
|
75
|
+
unhappy:
|
76
|
+
update: "更新"
|
77
|
+
we_need_your_current_password_to_confirm_your_changes: "我们需要您的当前密码以确认您的更改"
|
42
78
|
new:
|
43
|
-
sign_up: 注册
|
79
|
+
sign_up: "注册"
|
80
|
+
signed_up:
|
81
|
+
signed_up_but_inactive:
|
82
|
+
signed_up_but_locked:
|
83
|
+
signed_up_but_unconfirmed:
|
84
|
+
update_needs_confirmation:
|
85
|
+
updated:
|
44
86
|
sessions:
|
45
87
|
new:
|
46
|
-
sign_in: 登录
|
88
|
+
sign_in: "登录"
|
89
|
+
signed_in:
|
90
|
+
signed_out:
|
47
91
|
shared:
|
48
92
|
links:
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
93
|
+
back:
|
94
|
+
didn_t_receive_confirmation_instructions: "没有收到确认指令?"
|
95
|
+
didn_t_receive_unlock_instructions: "没有收到解锁指令?"
|
96
|
+
forgot_your_password: "忘记密码?"
|
97
|
+
sign_in: "登录"
|
98
|
+
sign_in_with_provider: "用 %{provider} 登录"
|
99
|
+
sign_up: "注册"
|
55
100
|
unlocks:
|
56
101
|
new:
|
57
|
-
resend_unlock_instructions: 重发解锁指示
|
102
|
+
resend_unlock_instructions: "重发解锁指示"
|
103
|
+
send_instructions:
|
104
|
+
send_paranoid_instructions:
|
105
|
+
unlocked:
|
106
|
+
errors:
|
107
|
+
messages:
|
108
|
+
already_confirmed:
|
109
|
+
confirmation_period_expired:
|
110
|
+
expired:
|
111
|
+
not_found:
|
112
|
+
not_locked:
|
113
|
+
not_saved:
|