devise-i18n 1.8.1 → 1.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -2
  3. data/VERSION +1 -1
  4. data/app/views/devise/mailer/email_changed.html.erb +1 -1
  5. data/app/views/devise/passwords/edit.html.erb +1 -1
  6. data/lib/generators/devise/templates/simple_form_for/passwords/edit.html.erb +4 -1
  7. data/rails/locales/af.yml +24 -23
  8. data/rails/locales/ar.yml +5 -4
  9. data/rails/locales/az.yml +2 -1
  10. data/rails/locales/be.yml +24 -23
  11. data/rails/locales/bg.yml +24 -23
  12. data/rails/locales/bn.yml +72 -71
  13. data/rails/locales/bs.yml +73 -72
  14. data/rails/locales/ca.yml +2 -1
  15. data/rails/locales/cs.yml +2 -1
  16. data/rails/locales/da.yml +2 -1
  17. data/rails/locales/de-CH.yml +3 -2
  18. data/rails/locales/de.yml +3 -2
  19. data/rails/locales/el.yml +6 -5
  20. data/rails/locales/en-GB.yml +25 -24
  21. data/rails/locales/en.yml +2 -1
  22. data/rails/locales/es-CO.yml +107 -106
  23. data/rails/locales/es-MX.yml +3 -2
  24. data/rails/locales/es.yml +4 -3
  25. data/rails/locales/et.yml +6 -5
  26. data/rails/locales/fa.yml +2 -1
  27. data/rails/locales/fi.yml +8 -5
  28. data/rails/locales/fr-CA.yml +49 -46
  29. data/rails/locales/fr.yml +20 -19
  30. data/rails/locales/ha.yml +24 -23
  31. data/rails/locales/he.yml +33 -30
  32. data/rails/locales/hi.yml +2 -1
  33. data/rails/locales/hr.yml +73 -72
  34. data/rails/locales/hu.yml +29 -28
  35. data/rails/locales/id.yml +2 -1
  36. data/rails/locales/ig.yml +24 -23
  37. data/rails/locales/is.yml +2 -1
  38. data/rails/locales/it.yml +3 -2
  39. data/rails/locales/ja.yml +20 -19
  40. data/rails/locales/ka.yml +25 -24
  41. data/rails/locales/km.yml +141 -0
  42. data/rails/locales/ko.yml +7 -6
  43. data/rails/locales/lo-LA.yml +24 -23
  44. data/rails/locales/lt.yml +72 -71
  45. data/rails/locales/lv.yml +2 -1
  46. data/rails/locales/ms.yml +8 -7
  47. data/rails/locales/nb.yml +10 -7
  48. data/rails/locales/nl.yml +2 -1
  49. data/rails/locales/nn-NO.yml +8 -7
  50. data/rails/locales/no.yml +8 -7
  51. data/rails/locales/pl.yml +2 -1
  52. data/rails/locales/pt-BR.yml +11 -10
  53. data/rails/locales/pt.yml +2 -1
  54. data/rails/locales/ro.yml +2 -1
  55. data/rails/locales/ru.yml +3 -2
  56. data/rails/locales/si.yml +6 -5
  57. data/rails/locales/sk.yml +2 -1
  58. data/rails/locales/sl.yml +25 -24
  59. data/rails/locales/sq.yml +2 -1
  60. data/rails/locales/sr-RS.yml +73 -72
  61. data/rails/locales/sr.yml +60 -59
  62. data/rails/locales/sv.yml +2 -1
  63. data/rails/locales/th.yml +2 -1
  64. data/rails/locales/tl.yml +32 -31
  65. data/rails/locales/tr.yml +37 -36
  66. data/rails/locales/uk.yml +2 -1
  67. data/rails/locales/ur.yml +8 -7
  68. data/rails/locales/vi.yml +2 -1
  69. data/rails/locales/yo.yml +40 -39
  70. data/rails/locales/zh-CN.yml +18 -17
  71. data/rails/locales/zh-HK.yml +69 -68
  72. data/rails/locales/zh-TW.yml +16 -15
  73. data/rails/locales/zh-YUE.yml +72 -71
  74. metadata +8 -7
@@ -2,9 +2,9 @@ zh-TW:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- confirmation_sent_at:
6
- confirmation_token:
7
- confirmed_at:
5
+ confirmation_sent_at: 確認信已寄於
6
+ confirmation_token: 確認令牌
7
+ confirmed_at: 已確認於
8
8
  created_at: 建立於
9
9
  current_password: 原始密碼
10
10
  current_sign_in_at: 現在登入狀態開始於
@@ -17,19 +17,19 @@ zh-TW:
17
17
  locked_at: 鎖定於
18
18
  password: 密碼
19
19
  password_confirmation: 確認密碼
20
- remember_created_at:
20
+ remember_created_at: 記住信息寄於
21
21
  remember_me: 記住我的資訊
22
- reset_password_sent_at:
22
+ reset_password_sent_at: 密碼重設信寄於
23
23
  reset_password_token: 密碼重置金鑰
24
24
  sign_in_count: 登入次數
25
25
  unconfirmed_email: 電子信箱未確認
26
- unlock_token:
26
+ unlock_token: 解鎖令牌
27
27
  updated_at: 更新於
28
28
  models:
29
29
  user: 使用者
30
30
  devise:
31
31
  confirmations:
32
- confirmed: 您的帳號已通過驗證,現在您已成功登入。
32
+ confirmed: 您的信箱已通過驗證,現在您已成功登入。
33
33
  new:
34
34
  resend_confirmation_instructions: 重新寄送確認信
35
35
  send_instructions: 您將在幾分鐘後收到一封電子郵件,內有驗證帳號的步驟說明。
@@ -47,27 +47,28 @@ zh-TW:
47
47
  mailer:
48
48
  confirmation_instructions:
49
49
  action: 確認帳號
50
- greeting: "%{recipient} 您好!"
50
+ greeting: "%{recipient} 您好!"
51
51
  instruction: 您可以利用下面的連結確認您的帳戶的電子郵件:
52
52
  subject: 帳號驗證步驟
53
53
  email_changed:
54
- greeting:
55
- message:
56
- subject:
54
+ greeting: "%{recipient} 您好!"
55
+ message: 我們寫信是爲了通知您,您的信箱已被修改爲 %{email}。
56
+ message_unconfirmed:
57
+ subject: 信箱已被修改
57
58
  password_change:
58
- greeting: 您好 %{recipient}!
59
+ greeting: "%{recipient} 您好!"
59
60
  message: 它會通知您,您的密碼已被更改。
60
61
  subject: 密碼已更改
61
62
  reset_password_instructions:
62
63
  action: 更改我的密碼
63
- greeting: 您好 %{recipient}!
64
+ greeting: "%{recipient} 您好!"
64
65
  instruction: 有人要求更改密碼的連結,您可以利用下面的連結更改密碼。
65
66
  instruction_2: 如果您沒有要求,請忽略此電子郵件。
66
67
  instruction_3: 如果您沒有進入上面的連結,並建立新的密碼,您的密碼不會被改變。
67
68
  subject: 密碼重設步驟
68
69
  unlock_instructions:
69
70
  action: 帳戶解鎖
70
- greeting: 您好 %{recipient}!
71
+ greeting: "%{recipient} 您好!"
71
72
  instruction: 點擊下面的連結到您的帳戶進行解鎖:
72
73
  message: 由於多次不成功的登入嘗試,您的帳戶已被鎖定。
73
74
  subject: 帳號解鎖步驟
@@ -107,7 +108,7 @@ zh-TW:
107
108
  signed_up_but_unconfirmed: 確認信件已送至您的 Email 信箱,請點擊信件內連結以啓動您的帳號。
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:
@@ -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.8.1
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: 2019-07-31 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
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: '4.6'
21
+ version: 4.7.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '4.6'
28
+ version: 4.7.1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rspec
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -208,6 +208,7 @@ files:
208
208
  - rails/locales/it.yml
209
209
  - rails/locales/ja.yml
210
210
  - rails/locales/ka.yml
211
+ - rails/locales/km.yml
211
212
  - rails/locales/ko.yml
212
213
  - rails/locales/lo-LA.yml
213
214
  - rails/locales/lt.yml
@@ -247,7 +248,7 @@ homepage: http://github.com/tigrish/devise-i18n
247
248
  licenses:
248
249
  - MIT
249
250
  metadata: {}
250
- post_install_message:
251
+ post_install_message:
251
252
  rdoc_options: []
252
253
  require_paths:
253
254
  - lib
@@ -263,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
264
  version: '0'
264
265
  requirements: []
265
266
  rubygems_version: 3.0.3
266
- signing_key:
267
+ signing_key:
267
268
  specification_version: 4
268
269
  summary: Translations for the devise gem
269
270
  test_files: []