devise-i18n 1.13.0 → 1.15.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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/lib/devise-i18n/railtie.rb +1 -0
  3. data/rails/locales/af.yml +25 -25
  4. data/rails/locales/ar.yml +6 -6
  5. data/rails/locales/az.yml +2 -2
  6. data/rails/locales/be.yml +27 -27
  7. data/rails/locales/bg.yml +25 -25
  8. data/rails/locales/bn.yml +4 -4
  9. data/rails/locales/bs.yml +77 -77
  10. data/rails/locales/ca.yml +2 -2
  11. data/rails/locales/de-CH.yml +1 -1
  12. data/rails/locales/es-CL.yml +10 -10
  13. data/rails/locales/es-CO.yml +9 -9
  14. data/rails/locales/es-MX.yml +9 -9
  15. data/rails/locales/es.yml +9 -9
  16. data/rails/locales/fa.yml +1 -1
  17. data/rails/locales/fr-CA.yml +9 -9
  18. data/rails/locales/ha.yml +25 -25
  19. data/rails/locales/he.yml +9 -9
  20. data/rails/locales/hi.yml +2 -2
  21. data/rails/locales/hu.yml +30 -30
  22. data/rails/locales/id.yml +1 -1
  23. data/rails/locales/ig.yml +25 -25
  24. data/rails/locales/is.yml +2 -2
  25. data/rails/locales/it.yml +10 -10
  26. data/rails/locales/ka.yml +25 -25
  27. data/rails/locales/km.yml +1 -1
  28. data/rails/locales/ko.yml +1 -1
  29. data/rails/locales/lo-LA.yml +25 -25
  30. data/rails/locales/lt.yml +50 -50
  31. data/rails/locales/lv.yml +2 -2
  32. data/rails/locales/mk.yml +1 -1
  33. data/rails/locales/ms.yml +8 -8
  34. data/rails/locales/nn-NO.yml +9 -9
  35. data/rails/locales/no.yml +8 -8
  36. data/rails/locales/pl.yml +4 -4
  37. data/rails/locales/pt-BR.yml +9 -9
  38. data/rails/locales/pt.yml +11 -11
  39. data/rails/locales/ro.yml +2 -2
  40. data/rails/locales/si.yml +7 -7
  41. data/rails/locales/sk.yml +14 -14
  42. data/rails/locales/sq.yml +2 -2
  43. data/rails/locales/sr.yml +21 -21
  44. data/rails/locales/sv.yml +1 -1
  45. data/rails/locales/tl.yml +34 -34
  46. data/rails/locales/uk.yml +4 -4
  47. data/rails/locales/ur.yml +9 -9
  48. data/rails/locales/yo.yml +25 -25
  49. data/rails/locales/zh-HK.yml +69 -69
  50. data/rails/locales/zh-TW.yml +1 -1
  51. metadata +1 -1
@@ -2,89 +2,89 @@ zh-HK:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- confirmation_sent_at: ""
6
- confirmation_token: ""
7
- confirmed_at: ""
8
- created_at: ""
9
- current_password: ""
10
- current_sign_in_at: ""
11
- current_sign_in_ip: ""
5
+ confirmation_sent_at:
6
+ confirmation_token:
7
+ confirmed_at:
8
+ created_at:
9
+ current_password:
10
+ current_sign_in_at:
11
+ current_sign_in_ip:
12
12
  email: 電郵
13
- encrypted_password: ""
14
- failed_attempts: ""
15
- last_sign_in_at: ""
16
- last_sign_in_ip: ""
17
- locked_at: ""
13
+ encrypted_password:
14
+ failed_attempts:
15
+ last_sign_in_at:
16
+ last_sign_in_ip:
17
+ locked_at:
18
18
  password: 密碼
19
- password_confirmation: ""
20
- remember_created_at: ""
19
+ password_confirmation:
20
+ remember_created_at:
21
21
  remember_me: 記住我
22
- reset_password_sent_at: ""
23
- reset_password_token: ""
24
- sign_in_count: ""
25
- unconfirmed_email: ""
26
- unlock_token: ""
27
- updated_at: ""
22
+ reset_password_sent_at:
23
+ reset_password_token:
24
+ sign_in_count:
25
+ unconfirmed_email:
26
+ unlock_token:
27
+ updated_at:
28
28
  models:
29
29
  user:
30
- other: ''
30
+ other:
31
31
  devise:
32
32
  confirmations:
33
33
  confirmed: 啟用同埋登入咗帳戶。
34
34
  new:
35
- resend_confirmation_instructions: ""
35
+ resend_confirmation_instructions:
36
36
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
37
37
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
38
38
  failure:
39
39
  already_authenticated: 已經登入咗。
40
40
  inactive: 帳戶未啟用。
41
- invalid: ""
41
+ invalid:
42
42
  last_attempt: 你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。
43
43
  locked: 你個帳戶已經鎖咗。
44
- not_found_in_database: ""
44
+ not_found_in_database:
45
45
  timeout: 超時,請重新登入。
46
46
  unauthenticated: 請登入,或者開個帳戶。
47
47
  unconfirmed: 帳戶未啟用。
48
48
  mailer:
49
49
  confirmation_instructions:
50
- action: ""
51
- greeting: ""
52
- instruction: ''
50
+ action:
51
+ greeting:
52
+ instruction:
53
53
  subject: 啟用帳戶
54
54
  email_changed:
55
- greeting: ""
56
- message: ""
57
- message_unconfirmed: ""
58
- subject: ""
55
+ greeting:
56
+ message:
57
+ message_unconfirmed:
58
+ subject:
59
59
  password_change:
60
- greeting: ""
61
- message: ""
62
- subject: ""
60
+ greeting:
61
+ message:
62
+ subject:
63
63
  reset_password_instructions:
64
- action: ""
65
- greeting: ""
66
- instruction: ""
67
- instruction_2: ""
68
- instruction_3: ""
64
+ action:
65
+ greeting:
66
+ instruction:
67
+ instruction_2:
68
+ instruction_3:
69
69
  subject: 重設密碼
70
70
  unlock_instructions:
71
- action: ""
72
- greeting: ""
73
- instruction: ''
74
- message: ""
71
+ action:
72
+ greeting:
73
+ instruction:
74
+ message:
75
75
  subject: 帳戶解鎖
76
76
  omniauth_callbacks:
77
77
  failure: "由%{kind}登入唔到,原因︰%{reason}。"
78
78
  success: "%{kind}登入成功。"
79
79
  passwords:
80
80
  edit:
81
- change_my_password: ""
82
- change_your_password: ""
83
- confirm_new_password: ""
84
- new_password: ""
81
+ change_my_password:
82
+ change_your_password:
83
+ confirm_new_password:
84
+ new_password:
85
85
  new:
86
- forgot_your_password: ""
87
- send_me_reset_password_instructions: ""
86
+ forgot_your_password:
87
+ send_me_reset_password_instructions:
88
88
  no_token: 請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。
89
89
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
90
90
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
@@ -93,43 +93,43 @@ zh-HK:
93
93
  registrations:
94
94
  destroyed: 帳戶已經註銷。有緣再會。
95
95
  edit:
96
- are_you_sure: ""
97
- cancel_my_account: ""
98
- currently_waiting_confirmation_for_email: ''
99
- leave_blank_if_you_don_t_want_to_change_it: ""
100
- title: ""
101
- unhappy: ""
102
- update: ""
103
- we_need_your_current_password_to_confirm_your_changes: ""
96
+ are_you_sure:
97
+ cancel_my_account:
98
+ currently_waiting_confirmation_for_email:
99
+ leave_blank_if_you_don_t_want_to_change_it:
100
+ title:
101
+ unhappy:
102
+ update:
103
+ we_need_your_current_password_to_confirm_your_changes:
104
104
  new:
105
- sign_up: ""
105
+ sign_up:
106
106
  signed_up: 註冊咗。歡迎!
107
107
  signed_up_but_inactive: 註冊咗;不過要啟用埋帳戶先可以登入。
108
108
  signed_up_but_locked: 註冊咗;不過帳戶鎖咗,未可以登入住。
109
109
  signed_up_but_unconfirmed: 註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。
110
110
  update_needs_confirmation: 更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。
111
111
  updated: 更新咗帳戶。
112
- updated_but_not_signed_in: ""
112
+ updated_but_not_signed_in:
113
113
  sessions:
114
114
  already_signed_out: 登出成功。
115
115
  new:
116
- sign_in: ""
116
+ sign_in:
117
117
  signed_in: 登入咗。
118
118
  signed_out: 登出咗。
119
119
  shared:
120
120
  links:
121
- back: ""
122
- didn_t_receive_confirmation_instructions: ""
123
- didn_t_receive_unlock_instructions: ""
124
- forgot_your_password: ""
125
- sign_in: ""
126
- sign_in_with_provider: ""
127
- sign_up: ""
121
+ back:
122
+ didn_t_receive_confirmation_instructions:
123
+ didn_t_receive_unlock_instructions:
124
+ forgot_your_password:
125
+ sign_in:
126
+ sign_in_with_provider:
127
+ sign_up:
128
128
  minimum_password_length:
129
- other: ""
129
+ other:
130
130
  unlocks:
131
131
  new:
132
- resend_unlock_instructions: ""
132
+ resend_unlock_instructions:
133
133
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
134
134
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
135
135
  unlocked: 帳戶解咗鎖;請重新登入。
@@ -54,7 +54,7 @@ zh-TW:
54
54
  email_changed:
55
55
  greeting: "%{recipient} 您好!"
56
56
  message: "我們寫信是爲了通知您,您的信箱已被修改爲 %{email}。"
57
- message_unconfirmed: ""
57
+ message_unconfirmed:
58
58
  subject: 信箱已被修改
59
59
  password_change:
60
60
  greeting: "%{recipient} 您好!"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell