devise-i18n 1.9.2 → 1.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/app/views/devise/mailer/email_changed.html.erb +1 -1
  4. data/rails/locales/af.yml +24 -23
  5. data/rails/locales/ar.yml +5 -4
  6. data/rails/locales/az.yml +2 -1
  7. data/rails/locales/be.yml +24 -23
  8. data/rails/locales/bg.yml +24 -23
  9. data/rails/locales/bn.yml +72 -71
  10. data/rails/locales/bs.yml +73 -72
  11. data/rails/locales/ca.yml +2 -1
  12. data/rails/locales/cs.yml +2 -1
  13. data/rails/locales/da.yml +2 -1
  14. data/rails/locales/de-CH.yml +3 -2
  15. data/rails/locales/de.yml +2 -1
  16. data/rails/locales/el.yml +6 -5
  17. data/rails/locales/en-GB.yml +25 -24
  18. data/rails/locales/en.yml +1 -0
  19. data/rails/locales/es-CO.yml +107 -106
  20. data/rails/locales/es-MX.yml +1 -0
  21. data/rails/locales/es.yml +1 -0
  22. data/rails/locales/et.yml +6 -5
  23. data/rails/locales/fa.yml +1 -0
  24. data/rails/locales/fi.yml +8 -5
  25. data/rails/locales/fr-CA.yml +49 -46
  26. data/rails/locales/fr.yml +19 -18
  27. data/rails/locales/ha.yml +24 -23
  28. data/rails/locales/he.yml +3 -2
  29. data/rails/locales/hi.yml +2 -1
  30. data/rails/locales/hr.yml +73 -72
  31. data/rails/locales/hu.yml +29 -28
  32. data/rails/locales/id.yml +2 -1
  33. data/rails/locales/ig.yml +24 -23
  34. data/rails/locales/is.yml +2 -1
  35. data/rails/locales/it.yml +1 -0
  36. data/rails/locales/ja.yml +18 -17
  37. data/rails/locales/ka.yml +25 -24
  38. data/rails/locales/km.yml +1 -0
  39. data/rails/locales/ko.yml +1 -0
  40. data/rails/locales/lo-LA.yml +24 -23
  41. data/rails/locales/lt.yml +72 -71
  42. data/rails/locales/lv.yml +2 -1
  43. data/rails/locales/ms.yml +8 -7
  44. data/rails/locales/nb.yml +1 -0
  45. data/rails/locales/nl.yml +2 -1
  46. data/rails/locales/nn-NO.yml +8 -7
  47. data/rails/locales/no.yml +8 -7
  48. data/rails/locales/pl.yml +1 -0
  49. data/rails/locales/pt-BR.yml +1 -0
  50. data/rails/locales/pt.yml +2 -1
  51. data/rails/locales/ro.yml +2 -1
  52. data/rails/locales/ru.yml +1 -0
  53. data/rails/locales/si.yml +6 -5
  54. data/rails/locales/sk.yml +2 -1
  55. data/rails/locales/sl.yml +25 -24
  56. data/rails/locales/sq.yml +2 -1
  57. data/rails/locales/sr-RS.yml +73 -72
  58. data/rails/locales/sr.yml +60 -59
  59. data/rails/locales/sv.yml +1 -0
  60. data/rails/locales/th.yml +2 -1
  61. data/rails/locales/tl.yml +32 -31
  62. data/rails/locales/tr.yml +1 -0
  63. data/rails/locales/uk.yml +2 -1
  64. data/rails/locales/ur.yml +8 -7
  65. data/rails/locales/vi.yml +2 -1
  66. data/rails/locales/yo.yml +40 -39
  67. data/rails/locales/zh-CN.yml +2 -1
  68. data/rails/locales/zh-HK.yml +69 -68
  69. data/rails/locales/zh-TW.yml +1 -0
  70. data/rails/locales/zh-YUE.yml +72 -71
  71. metadata +5 -5
@@ -53,7 +53,8 @@ zh-CN:
53
53
  email_changed:
54
54
  greeting: 您好 %{recipient}!
55
55
  message: 收到此邮件是因为您的电子邮件地址已被更改为 %{email}。
56
- subject: 电邮已被修改
56
+ message_unconfirmed: 收到此邮件是因为您的电子邮件地址正被更改为 %{email}。
57
+ subject: 电子邮件已被修改
57
58
  password_change:
58
59
  greeting: 您好 %{recipient}!
59
60
  message: 收到此邮件是因为您的帐户密码已被修改。
@@ -2,87 +2,88 @@ 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
- user:
29
+ user:
30
30
  devise:
31
31
  confirmations:
32
32
  confirmed: 啟用同埋登入咗帳戶。
33
33
  new:
34
- resend_confirmation_instructions:
34
+ resend_confirmation_instructions:
35
35
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
36
36
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
37
37
  failure:
38
38
  already_authenticated: 已經登入咗。
39
39
  inactive: 帳戶未啟用。
40
- invalid:
40
+ invalid:
41
41
  last_attempt: 你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。
42
42
  locked: 你個帳戶已經鎖咗。
43
- not_found_in_database:
43
+ not_found_in_database:
44
44
  timeout: 超時,請重新登入。
45
45
  unauthenticated: 請登入,或者開個帳戶。
46
46
  unconfirmed: 帳戶未啟用。
47
47
  mailer:
48
48
  confirmation_instructions:
49
- action:
50
- greeting:
51
- instruction:
49
+ action:
50
+ greeting:
51
+ instruction:
52
52
  subject: 啟用帳戶
53
53
  email_changed:
54
- greeting:
55
- message:
56
- subject:
54
+ greeting:
55
+ message:
56
+ message_unconfirmed:
57
+ subject:
57
58
  password_change:
58
- greeting:
59
- message:
60
- subject:
59
+ greeting:
60
+ message:
61
+ subject:
61
62
  reset_password_instructions:
62
- action:
63
- greeting:
64
- instruction:
65
- instruction_2:
66
- instruction_3:
63
+ action:
64
+ greeting:
65
+ instruction:
66
+ instruction_2:
67
+ instruction_3:
67
68
  subject: 重設密碼
68
69
  unlock_instructions:
69
- action:
70
- greeting:
71
- instruction:
72
- message:
70
+ action:
71
+ greeting:
72
+ instruction:
73
+ message:
73
74
  subject: 帳戶解鎖
74
75
  omniauth_callbacks:
75
76
  failure: 由%{kind}登入唔到,原因︰%{reason}。
76
77
  success: "%{kind}登入成功。"
77
78
  passwords:
78
79
  edit:
79
- change_my_password:
80
- change_your_password:
81
- confirm_new_password:
82
- new_password:
80
+ change_my_password:
81
+ change_your_password:
82
+ confirm_new_password:
83
+ new_password:
83
84
  new:
84
- forgot_your_password:
85
- send_me_reset_password_instructions:
85
+ forgot_your_password:
86
+ send_me_reset_password_instructions:
86
87
  no_token: 請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。
87
88
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
88
89
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
@@ -91,42 +92,42 @@ zh-HK:
91
92
  registrations:
92
93
  destroyed: 帳戶已經註銷。有緣再會。
93
94
  edit:
94
- are_you_sure:
95
- cancel_my_account:
96
- currently_waiting_confirmation_for_email:
97
- leave_blank_if_you_don_t_want_to_change_it:
98
- title:
99
- unhappy:
100
- update:
101
- we_need_your_current_password_to_confirm_your_changes:
95
+ are_you_sure:
96
+ cancel_my_account:
97
+ currently_waiting_confirmation_for_email:
98
+ leave_blank_if_you_don_t_want_to_change_it:
99
+ title:
100
+ unhappy:
101
+ update:
102
+ we_need_your_current_password_to_confirm_your_changes:
102
103
  new:
103
- sign_up:
104
+ sign_up:
104
105
  signed_up: 註冊咗。歡迎!
105
106
  signed_up_but_inactive: 註冊咗;不過要啟用埋帳戶先可以登入。
106
107
  signed_up_but_locked: 註冊咗;不過帳戶鎖咗,未可以登入住。
107
108
  signed_up_but_unconfirmed: 註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。
108
109
  update_needs_confirmation: 更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。
109
110
  updated: 更新咗帳戶。
110
- updated_but_not_signed_in:
111
+ updated_but_not_signed_in:
111
112
  sessions:
112
113
  already_signed_out: 登出成功。
113
114
  new:
114
- sign_in:
115
+ sign_in:
115
116
  signed_in: 登入咗。
116
117
  signed_out: 登出咗。
117
118
  shared:
118
119
  links:
119
- back:
120
- didn_t_receive_confirmation_instructions:
121
- didn_t_receive_unlock_instructions:
122
- forgot_your_password:
123
- sign_in:
124
- sign_in_with_provider:
125
- sign_up:
126
- minimum_password_length:
120
+ back:
121
+ didn_t_receive_confirmation_instructions:
122
+ didn_t_receive_unlock_instructions:
123
+ forgot_your_password:
124
+ sign_in:
125
+ sign_in_with_provider:
126
+ sign_up:
127
+ minimum_password_length:
127
128
  unlocks:
128
129
  new:
129
- resend_unlock_instructions:
130
+ resend_unlock_instructions:
130
131
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
131
132
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
132
133
  unlocked: 帳戶解咗鎖;請重新登入。
@@ -53,6 +53,7 @@ zh-TW:
53
53
  email_changed:
54
54
  greeting: "%{recipient} 您好!"
55
55
  message: 我們寫信是爲了通知您,您的信箱已被修改爲 %{email}。
56
+ message_unconfirmed:
56
57
  subject: 信箱已被修改
57
58
  password_change:
58
59
  greeting: "%{recipient} 您好!"
@@ -2,87 +2,88 @@ zh-YUE:
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:
12
- email:
13
- encrypted_password:
14
- failed_attempts:
15
- last_sign_in_at:
16
- last_sign_in_ip:
17
- locked_at:
18
- password:
19
- password_confirmation:
20
- remember_created_at:
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:
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
+ email:
13
+ encrypted_password:
14
+ failed_attempts:
15
+ last_sign_in_at:
16
+ last_sign_in_ip:
17
+ locked_at:
18
+ password:
19
+ password_confirmation:
20
+ remember_created_at:
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:
28
28
  models:
29
- user:
29
+ user:
30
30
  devise:
31
31
  confirmations:
32
32
  confirmed: 啟用同埋登入咗帳戶。
33
33
  new:
34
- resend_confirmation_instructions:
34
+ resend_confirmation_instructions:
35
35
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
36
36
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
37
37
  failure:
38
38
  already_authenticated: 已經登入咗。
39
39
  inactive: 帳戶未啟用。
40
- invalid:
40
+ invalid:
41
41
  last_attempt: 你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。
42
42
  locked: 你個帳戶已經鎖咗。
43
- not_found_in_database:
43
+ not_found_in_database:
44
44
  timeout: 超時,請重新登入。
45
45
  unauthenticated: 請登入,或者開個帳戶。
46
46
  unconfirmed: 帳戶未啟用。
47
47
  mailer:
48
48
  confirmation_instructions:
49
- action:
50
- greeting:
51
- instruction:
49
+ action:
50
+ greeting:
51
+ instruction:
52
52
  subject: 啟用帳戶
53
53
  email_changed:
54
- greeting:
55
- message:
56
- subject:
54
+ greeting:
55
+ message:
56
+ message_unconfirmed:
57
+ subject:
57
58
  password_change:
58
- greeting:
59
- message:
60
- subject:
59
+ greeting:
60
+ message:
61
+ subject:
61
62
  reset_password_instructions:
62
- action:
63
- greeting:
64
- instruction:
65
- instruction_2:
66
- instruction_3:
63
+ action:
64
+ greeting:
65
+ instruction:
66
+ instruction_2:
67
+ instruction_3:
67
68
  subject: 重設密碼
68
69
  unlock_instructions:
69
- action:
70
- greeting:
71
- instruction:
72
- message:
70
+ action:
71
+ greeting:
72
+ instruction:
73
+ message:
73
74
  subject: 帳戶解鎖
74
75
  omniauth_callbacks:
75
76
  failure: 由%{kind}登入唔到,原因︰%{reason}。
76
77
  success: "%{kind}登入成功。"
77
78
  passwords:
78
79
  edit:
79
- change_my_password:
80
- change_your_password:
81
- confirm_new_password:
82
- new_password:
80
+ change_my_password:
81
+ change_your_password:
82
+ confirm_new_password:
83
+ new_password:
83
84
  new:
84
- forgot_your_password:
85
- send_me_reset_password_instructions:
85
+ forgot_your_password:
86
+ send_me_reset_password_instructions:
86
87
  no_token: 請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。
87
88
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
88
89
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
@@ -91,42 +92,42 @@ zh-YUE:
91
92
  registrations:
92
93
  destroyed: 帳戶已經註銷。有緣再會。
93
94
  edit:
94
- are_you_sure:
95
- cancel_my_account:
96
- currently_waiting_confirmation_for_email:
97
- leave_blank_if_you_don_t_want_to_change_it:
98
- title:
99
- unhappy:
100
- update:
101
- we_need_your_current_password_to_confirm_your_changes:
95
+ are_you_sure:
96
+ cancel_my_account:
97
+ currently_waiting_confirmation_for_email:
98
+ leave_blank_if_you_don_t_want_to_change_it:
99
+ title:
100
+ unhappy:
101
+ update:
102
+ we_need_your_current_password_to_confirm_your_changes:
102
103
  new:
103
- sign_up:
104
+ sign_up:
104
105
  signed_up: 註冊咗。歡迎!
105
106
  signed_up_but_inactive: 註冊咗;不過要啟用埋帳戶先可以登入。
106
107
  signed_up_but_locked: 註冊咗;不過帳戶鎖咗,未可以登入住。
107
108
  signed_up_but_unconfirmed: 註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。
108
109
  update_needs_confirmation: 更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。
109
110
  updated: 更新咗帳戶。
110
- updated_but_not_signed_in:
111
+ updated_but_not_signed_in:
111
112
  sessions:
112
113
  already_signed_out: 登出成功。
113
114
  new:
114
- sign_in:
115
+ sign_in:
115
116
  signed_in: 登入咗。
116
117
  signed_out: 登出咗。
117
118
  shared:
118
119
  links:
119
- back:
120
- didn_t_receive_confirmation_instructions:
121
- didn_t_receive_unlock_instructions:
122
- forgot_your_password:
123
- sign_in:
124
- sign_in_with_provider:
125
- sign_up:
126
- minimum_password_length:
120
+ back:
121
+ didn_t_receive_confirmation_instructions:
122
+ didn_t_receive_unlock_instructions:
123
+ forgot_your_password:
124
+ sign_in:
125
+ sign_in_with_provider:
126
+ sign_up:
127
+ minimum_password_length:
127
128
  unlocks:
128
129
  new:
129
- resend_unlock_instructions:
130
+ resend_unlock_instructions:
130
131
  send_instructions: 幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
131
132
  send_paranoid_instructions: 如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
132
133
  unlocked: 帳戶解咗鎖;請重新登入。
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell
8
8
  - mcasimir
9
9
  - Jason Barnabe
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-08-24 00:00:00.000000000 Z
13
+ date: 2021-03-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: devise
@@ -248,7 +248,7 @@ homepage: http://github.com/tigrish/devise-i18n
248
248
  licenses:
249
249
  - MIT
250
250
  metadata: {}
251
- post_install_message:
251
+ post_install_message:
252
252
  rdoc_options: []
253
253
  require_paths:
254
254
  - lib
@@ -264,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
264
264
  version: '0'
265
265
  requirements: []
266
266
  rubygems_version: 3.0.3
267
- signing_key:
267
+ signing_key:
268
268
  specification_version: 4
269
269
  summary: Translations for the devise gem
270
270
  test_files: []