@shift72/core-template 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/CHANGELOG.md +49 -7
  2. package/kibble.json +107 -28
  3. package/package.json +25 -9
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/css-local-get.js +34 -0
  6. package/scripts/css-local-put.js +110 -0
  7. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  8. package/scripts/language-file-validator.js +16 -2
  9. package/scripts/translate.mjs +43 -0
  10. package/site/ar_LB.all.json +1262 -593
  11. package/site/ca_ES.all.json +441 -440
  12. package/site/da_DK.all.json +308 -210
  13. package/site/de_DE.all.json +1122 -337
  14. package/site/ee_EE.all.json +1258 -532
  15. package/site/el_EL.all.json +1116 -394
  16. package/site/en_AU.all.json +1159 -466
  17. package/site/es_ES.all.json +1109 -333
  18. package/site/es_MX.all.json +1173 -332
  19. package/site/fi_FI.all.json +1127 -315
  20. package/site/fr_FR.all.json +1109 -332
  21. package/site/hr_HR.all.json +1173 -411
  22. package/site/hu_HU.all.json +1258 -531
  23. package/site/it_IT.all.json +1116 -340
  24. package/site/ja_JP.all.json +1127 -315
  25. package/site/lt_LT.all.json +1116 -425
  26. package/site/nl_BE.all.json +1116 -426
  27. package/site/no_NO.all.json +1249 -531
  28. package/site/pl_PL.all.json +1106 -306
  29. package/site/pt_BR.all.json +438 -446
  30. package/site/pt_PT.all.json +1249 -527
  31. package/site/ru_RU.all.json +1092 -386
  32. package/site/sr_SR.all.json +1254 -0
  33. package/site/styles/_awards.scss +11 -6
  34. package/site/styles/_bootstrap4.scss +90 -0
  35. package/site/styles/_buttons.scss +32 -8
  36. package/site/styles/_can-be-watched-button.scss +2 -0
  37. package/site/styles/_card.scss +2 -2
  38. package/site/styles/_carousel.scss +52 -29
  39. package/site/styles/_collections.scss +4 -4
  40. package/site/styles/_cookie-consent.scss +1 -1
  41. package/site/styles/_devices.scss +3 -3
  42. package/site/styles/_footer.scss +6 -6
  43. package/site/styles/_forms.scss +83 -16
  44. package/site/styles/_globals.scss +1 -1
  45. package/site/styles/_icons.scss +2 -2
  46. package/site/styles/_language-selector.scss +2 -2
  47. package/site/styles/_legacy.scss +3 -3
  48. package/site/styles/_meta-detail.scss +45 -25
  49. package/site/styles/_meta-item-tagline.scss +1 -1
  50. package/site/styles/_mixins.scss +2 -2
  51. package/site/styles/_nav.scss +40 -40
  52. package/site/styles/_pages.scss +12 -14
  53. package/site/styles/_pin-codes.scss +2 -2
  54. package/site/styles/_plans.scss +6 -1
  55. package/site/styles/_poster.scss +5 -4
  56. package/site/styles/_search.scss +1 -1
  57. package/site/styles/_shift72.scss +24 -24
  58. package/site/styles/_shopping.scss +9 -9
  59. package/site/styles/_skip-link.scss +19 -0
  60. package/site/styles/_slider.scss +4 -10
  61. package/site/styles/_social-media-buttons.scss +20 -20
  62. package/site/styles/_swiper.scss +2 -2
  63. package/site/styles/_variables.scss +112 -83
  64. package/site/styles/_wishlist.scss +20 -12
  65. package/site/styles/main.scss +2 -3
  66. package/site/templates/application/application.jet +24 -15
  67. package/site/templates/application/google.jet +26 -10
  68. package/site/templates/bundle/buttons.jet +2 -1
  69. package/site/templates/bundle/item.jet +1 -2
  70. package/site/templates/collection/carousel_item.jet +12 -13
  71. package/site/templates/common/awards/carousel.jet +7 -1
  72. package/site/templates/common/awards/item.jet +2 -2
  73. package/site/templates/film/item.jet +92 -61
  74. package/site/templates/page/curated.jet +1 -1
  75. package/site/templates/page/page-content.jet +1 -23
  76. package/site/templates/page/page-header.jet +25 -6
  77. package/site/templates/tv/detail.jet +7 -7
  78. package/site/tr_TR.all.json +1249 -535
  79. package/site/uk_UA.all.json +533 -443
  80. package/site/zh_TW.all.json +442 -443
  81. package/site/se_SE.all.json +0 -570
  82. package/site/styles/_functions.scss +0 -8
@@ -1,1188 +1,1169 @@
1
1
  {
2
2
  "site_owner": {
3
- "other": "ABC Cinemas"
3
+ "other": "ABC Cinemas"
4
4
  },
5
5
  "settings_title": {
6
- "other": "Settings"
6
+ "other": "設置"
7
7
  },
8
8
  "powered_by": {
9
- "other": "指定網站服務商"
9
+ "other": "指定網站服務商"
10
10
  },
11
11
  "powered_by_name": {
12
- "other": "Shift72"
12
+ "other": "Shift72"
13
13
  },
14
14
  "powered_by_url": {
15
- "other": "https://www.screenplus.com"
15
+ "other": "https://www.shift72.com"
16
16
  },
17
17
  "in_partnership_with": {
18
- "other": "合作單位"
18
+ "other": "合作單位"
19
19
  },
20
20
  "festival_scope": {
21
- "other": "Festival Scope"
21
+ "other": "Festival Scope"
22
22
  },
23
23
  "festival_scope_url": {
24
- "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
24
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
25
25
  },
26
26
  "en": {
27
- "other": "English"
27
+ "other": "英語"
28
28
  },
29
29
  "fr": {
30
- "other": "French"
30
+ "other": "法語"
31
31
  },
32
32
  "episode_name": {
33
- "other": "集"
33
+ "other": "集"
34
34
  },
35
35
  "season_name": {
36
- "other": "季"
36
+ "other": "季"
37
37
  },
38
38
  "seasons": {
39
- "one": "共 1 季",
40
- "other": "共 {{.Count}} 季"
39
+ "one": "共 1 季",
40
+ "other": "共 {{.Count}} 季"
41
41
  },
42
42
  "tvseason": {
43
- "other": "{{.ShowInfo.Title}} 第 {{.Season.SeasonNumber}} 集"
43
+ "other": "{{.ShowInfo.Title}} 第 {{.Season.SeasonNumber}} 集"
44
44
  },
45
45
  "tvseason_html": {
46
- "other": "{{.ShowInfo.Title}} <span>第 {{.Season.SeasonNumber}} 季</span>"
46
+ "other": "{{.ShowInfo.Title}} <span>第 {{.Season.SeasonNumber}} 季</span>"
47
47
  },
48
48
  "tvepisode": {
49
- "other": "{{.Episode.Title}}"
49
+ "other": "{{.Episode.Title}}"
50
50
  },
51
51
  "tvseason_number": {
52
- "other": "影集 {{.Season.SeasonNumber}}"
52
+ "other": "影集 {{.Season.SeasonNumber}}"
53
53
  },
54
54
  "episode_count": {
55
- "one": "共 1 集",
56
- "other": "共 {{.Count}} 集"
55
+ "one": "共 1 集",
56
+ "other": "共 {{.Count}} 集"
57
57
  },
58
58
  "date_day": {
59
- "other": "日"
59
+ "other": "日"
60
60
  },
61
61
  "date_month": {
62
- "other": "月"
62
+ "other": "月"
63
63
  },
64
64
  "date_year": {
65
- "other": "年"
65
+ "other": "年"
66
66
  },
67
67
  "404_page_header": {
68
- "other": "此頁面不存在"
68
+ "other": "此頁面不存在"
69
69
  },
70
70
  "404_page_content": {
71
- "other": "<p>很抱歉,此頁面不存在。</p><p>頁面可能已被移除,或輸入的資訊有誤。</p><p>請回到首頁重新搜尋。</p><p><a href=\"{{.URL}}\">回到首頁</a></p>"
71
+ "other": "<p>很抱歉,此頁面不存在。</p><p>頁面可能已被移除,或輸入的資訊有誤。</p><p>請回到首頁重新搜尋。</p><p><a href=\"{{.URL}}\">回到首頁</a></p>"
72
72
  },
73
73
  "nav_homepage": {
74
- "other": "ABC Cinemas"
74
+ "other": "ABC Cinemas"
75
75
  },
76
76
  "nav_signin": {
77
- "other": "登入"
77
+ "other": "登入"
78
78
  },
79
79
  "nav_signup": {
80
- "other": "建立帳號"
80
+ "other": "建立帳號"
81
81
  },
82
82
  "nav_signed_in_as": {
83
- "other": "使用者"
83
+ "other": "使用者"
84
84
  },
85
85
  "nav_library": {
86
- "other": "已付費影片"
86
+ "other": "已付費影片"
87
87
  },
88
88
  "nav_devices": {
89
- "other": "我的播放裝置"
89
+ "other": "我的播放裝置"
90
90
  },
91
91
  "nav_wishlist": {
92
- "other": "我的追蹤片單"
92
+ "other": "我的追蹤片單"
93
93
  },
94
94
  "nav_account": {
95
- "other": "我的帳號"
95
+ "other": "我的帳號"
96
96
  },
97
97
  "nav_signout": {
98
- "other": "登出"
98
+ "other": "登出"
99
99
  },
100
100
  "header_banner": {
101
- "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021"
101
+ "other": "標題橫幅"
102
102
  },
103
103
  "play_trailer": {
104
- "other": "預告"
104
+ "other": "預告"
105
105
  },
106
106
  "runtime_hours": {
107
- "other": "時"
107
+ "other": "時"
108
108
  },
109
109
  "runtime_minutes": {
110
- "other": "分"
110
+ "other": "分"
111
111
  },
112
112
  "datetime_today": {
113
- "other": "今天 {{.Date}}"
113
+ "other": "今天 {{.Date}}"
114
114
  },
115
115
  "datetime_tomorrow": {
116
- "other": "明天 {{.Date}}"
116
+ "other": "明天 {{.Date}}"
117
117
  },
118
118
  "datetime_yesterday": {
119
- "other": "昨天 {{.Date}}"
119
+ "other": "昨天 {{.Date}}"
120
120
  },
121
121
  "datetime_next": {
122
- "other": "{{.Date}}"
122
+ "other": "{{.Date}}"
123
123
  },
124
124
  "datetime_last": {
125
- "other": "最近一次觀看 {{.Date}}"
125
+ "other": "最近一次觀看 {{.Date}}"
126
126
  },
127
127
  "search_control_placeholder": {
128
- "other": "關鍵字搜尋"
128
+ "other": "關鍵字搜尋"
129
129
  },
130
130
  "search_control_submit": {
131
- "other": "送出"
131
+ "other": "送出"
132
132
  },
133
133
  "play_button_watch": {
134
- "other": "播放"
134
+ "other": "播放"
135
135
  },
136
136
  "play_button_resume": {
137
- "other": "繼續播放"
137
+ "other": "繼續播放"
138
138
  },
139
139
  "social_media_buttons_title": {
140
- "other": "分享"
141
- },
142
- "social_media_buttons_facebook": { "other": "在脸书上分享" },
143
- "social_media_buttons_twitter": { "other": "分享到Twitter" },
144
- "social_media_buttons_linkedin": { "other": "在领英上分享" },
145
- "social_media_buttons_email": { "other": "通过电子邮件分享" },
146
- "social_media_buttons_email_subject": { "other": "链接分享" },
147
- "social_media_buttons_copied_link": { "other": "链接已复制到剪贴板!" },
148
- "social_media_buttons_copy_link": { "other": "复制到剪贴板" },
140
+ "other": "分享"
141
+ },
142
+ "social_media_buttons_facebook": {
143
+ "other": "在脸书上分享"
144
+ },
145
+ "social_media_buttons_twitter": {
146
+ "other": "分享到Twitter"
147
+ },
148
+ "social_media_buttons_linkedin": {
149
+ "other": "在领英上分享"
150
+ },
151
+ "social_media_buttons_email": {
152
+ "other": "通过电子邮件分享"
153
+ },
154
+ "social_media_buttons_email_subject": {
155
+ "other": "链接分享"
156
+ },
157
+ "social_media_buttons_copied_link": {
158
+ "other": "链接已复制到剪贴板!"
159
+ },
160
+ "social_media_buttons_copy_link": {
161
+ "other": "复制到剪贴板"
162
+ },
149
163
  "accept_invite_page_header": {
150
- "other": "歡迎"
164
+ "other": "歡迎 "
151
165
  },
152
166
  "acceptinvite_form_invalid_reset_password_token": {
153
- "other": "您已接受過此邀請,請從 <a href=\"{{.SigninURL}}\">登入</a> 。若忘記密碼,請至 <a href=\"{{.ForgotPasswordURL}}\">重設密碼</a>。"
167
+ "other": "您已接受過此邀請,請從 <a href=\"{{.SigninURL}}\">登入</a> 。若忘記密碼,請至 <a href=\"{{.ForgotPasswordURL}}\">重設密碼</a>。"
154
168
  },
155
169
  "acceptinvite_complete": {
156
- "other": "帳號已建立"
170
+ "other": "帳號已建立"
157
171
  },
158
172
  "acceptinvite_form_submit": {
159
- "other": "接受邀請"
173
+ "other": "接受邀請"
160
174
  },
161
175
  "acceptinvite_agreement": {
162
- "other": "按下「接受邀請」前,請先確認已閱讀並詳細了解我們的服務條款<a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a> and <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privacy policy</a>。"
176
+ "other": "按下「接受邀請」前,請先確認已閱讀並詳細了解我們的服務條款<a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">條款 &amp; 狀況</a> <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">隱私政策</a>。"
163
177
  },
164
178
  "signup_page_header": {
165
- "other": "建立新帳號"
179
+ "other": "建立新帳號"
166
180
  },
167
181
  "signup_form_name": {
168
- "other": "姓名"
182
+ "other": "姓名"
169
183
  },
170
184
  "signup_form_email": {
171
- "other": "電子郵件"
185
+ "other": "電子郵件"
172
186
  },
173
187
  "signup_form_password": {
174
- "other": "密碼"
188
+ "other": "密碼"
175
189
  },
176
190
  "signup_form_password_confirmation": {
177
- "other": "確認密碼"
191
+ "other": "確認密碼"
178
192
  },
179
193
  "signup_form_gender": {
180
- "other": "性別"
194
+ "other": "性別"
181
195
  },
182
196
  "signup_form_dob": {
183
- "other": "生日"
197
+ "other": "生日"
184
198
  },
185
199
  "signup_form_submit": {
186
- "other": "送出"
200
+ "other": "送出"
187
201
  },
188
202
  "signin_page_header": {
189
- "other": "登入"
203
+ "other": "登入"
190
204
  },
191
205
  "signin_form_email": {
192
- "other": "電子郵件"
206
+ "other": "電子郵件"
193
207
  },
194
208
  "signin_form_password": {
195
- "other": "密碼"
209
+ "other": "密碼"
196
210
  },
197
211
  "signin_form_remember": {
198
- "other": "記住我"
212
+ "other": "記住我"
199
213
  },
200
214
  "signin_form_submit": {
201
- "other": "送出"
215
+ "other": "送出"
202
216
  },
203
217
  "signin_page_forgotpassword": {
204
- "other": "忘記密碼?"
218
+ "other": "忘記密碼?"
205
219
  },
206
220
  "signin_page_createnewaccount": {
207
- "other": "還沒有帳號?立即加入"
221
+ "other": "還沒有帳號?立即加入"
208
222
  },
209
223
  "signup_page_alreadyhaveanaccount": {
210
- "other": "已有帳號?立即登入"
224
+ "other": "已有帳號?立即登入"
211
225
  },
212
226
  "signup_form_error_email_already_in_use": {
213
- "other": "此電子郵件已被使用。"
227
+ "other": "此電子郵件已被使用。"
214
228
  },
215
229
  "signin_form_error_incorrect_credentials": {
216
- "other": "輸入的帳號或密碼錯誤。"
230
+ "other": "輸入的帳號或密碼錯誤。"
217
231
  },
218
232
  "signin_form_error_ip_throttled": {
219
- "other": "登入錯誤超過次數,請稍候再試。"
233
+ "other": "登入錯誤超過次數,請稍候再試。"
220
234
  },
221
235
  "signin_form_error_account_suspended": {
222
- "other": "此帳號目前暫停使用。若有任何疑問,請與我們聯繫。"
236
+ "other": "此帳號目前暫停使用。若有任何疑問,請與我們聯繫。"
223
237
  },
224
238
  "signup_form_error_forbidden": {
225
- "other": "發生錯誤"
239
+ "other": "發生錯誤"
226
240
  },
227
241
  "combined_auth_continue": {
228
- "other": "繼續"
242
+ "other": "繼續"
229
243
  },
230
244
  "combined_auth_change": {
231
- "other": "變更"
245
+ "other": "變更"
232
246
  },
233
247
  "combined_auth_signin": {
234
- "other": "登入"
248
+ "other": "登入"
235
249
  },
236
250
  "combined_auth_signup": {
237
- "other": "建立帳號"
251
+ "other": "建立帳號"
238
252
  },
239
253
  "combined_auth_signin_password": {
240
- "other": "請輸入您的密碼登入帳號"
254
+ "other": "請輸入您的密碼登入帳號"
241
255
  },
242
256
  "combined_auth_signin_error_incorrect_credentials": {
243
- "other": "密碼輸入錯誤"
257
+ "other": "密碼輸入錯誤"
244
258
  },
245
259
  "combined_auth_error_forbidden": {
246
- "other": "發生錯誤"
260
+ "other": "發生錯誤"
247
261
  },
248
262
  "combined_auth_error_too_many_requests": {
249
263
  "other": "請求過多,請稍後重試。"
250
264
  },
251
265
  "forgotpassword_page_header": {
252
- "other": "重設密碼"
266
+ "other": "重設密碼"
253
267
  },
254
268
  "forgotpassword_form_email": {
255
- "other": "電子郵件"
269
+ "other": "電子郵件"
256
270
  },
257
271
  "forgotpassword_form_submit": {
258
- "other": "重設"
272
+ "other": "重設"
259
273
  },
260
274
  "forgotpassword_form_error_email_doesnt_exist": {
261
- "other": "此電子郵件無對應的帳號。"
275
+ "other": "此電子郵件無對應的帳號。"
262
276
  },
263
277
  "forgotpassword_form_error_account_suspended": {
264
- "other": "此帳號已暫停使用。"
278
+ "other": "此帳號已暫停使用。"
265
279
  },
266
280
  "forgotpassword_complete": {
267
- "other": "謝謝,請至您的個人信箱收取「重設密碼」通知。"
281
+ "other": "謝謝,請至您的個人信箱收取「重設密碼」通知。"
268
282
  },
269
283
  "forgotpassword_form_error_forbidden": {
270
- "other": "發生錯誤"
284
+ "other": "發生錯誤"
271
285
  },
272
286
  "forgotpassword_form_error_too_many_requests": {
273
287
  "other": "請求過多,請稍後重試。"
274
288
  },
275
289
  "resetpassword_page_header": {
276
- "other": "變更密碼"
290
+ "other": "變更密碼"
277
291
  },
278
292
  "resetpassword_form_invalid_reset_password_token": {
279
- "other": "重設密碼失敗,請點選 <a href=\"{{.URL}}\">忘記密碼</a>重新申請"
293
+ "other": "重設密碼失敗,請點選 <a href=\"{{.URL}}\">忘記密碼</a>重新申請"
280
294
  },
281
295
  "resetpassword_form_password": {
282
- "other": "新密碼"
296
+ "other": "新密碼"
283
297
  },
284
298
  "resetpassword_form_password2": {
285
- "other": "再次確認新密碼"
299
+ "other": "再次確認新密碼"
286
300
  },
287
301
  "resetpassword_form_submit": {
288
- "other": "變更"
302
+ "other": "變更"
289
303
  },
290
304
  "resetpassword_complete": {
291
- "other": "謝謝,密碼已變更,系統已將您重新登入。"
305
+ "other": "謝謝,密碼已變更,系統已將您重新登入。"
292
306
  },
293
307
  "resetpassword_form_error_invalid_reset_password_token": {
294
- "other": "重設密碼失敗,請稍後再試。"
308
+ "other": "重設密碼失敗,請稍後再試。"
295
309
  },
296
310
  "resetpassword_form_error_reset_password_token_expired": {
297
- "other": "「重設密碼」申請已失效,請重新申請。"
311
+ "other": "「重設密碼」申請已失效,請重新申請。"
298
312
  },
299
313
  "resetpassword_form_error_too_many_requests": {
300
314
  "other": "請求過多,請稍後重試。"
301
315
  },
302
316
  "account_page_header": {
303
- "other": "我的帳號"
317
+ "other": "我的帳號"
304
318
  },
305
319
  "account_form_name": {
306
- "other": "姓名"
320
+ "other": "姓名"
307
321
  },
308
322
  "account_form_email": {
309
- "other": "電子郵件"
323
+ "other": "電子郵件"
310
324
  },
311
325
  "account_form_password": {
312
- "other": "密碼"
326
+ "other": "密碼"
313
327
  },
314
328
  "account_form_change_password": {
315
- "other": "變更"
329
+ "other": "變更"
316
330
  },
317
331
  "account_form_gender": {
318
- "other": "性別"
332
+ "other": "性別"
319
333
  },
320
334
  "account_form_dob": {
321
- "other": "生日"
335
+ "other": "生日"
322
336
  },
323
337
  "account_form_submit": {
324
- "other": "更新"
338
+ "other": "更新"
325
339
  },
326
340
  "account_form_submitted": {
327
- "other": "已更新"
341
+ "other": "已更新"
328
342
  },
329
343
  "account_form_password_changed": {
330
- "other": "密碼已更新"
344
+ "other": "密碼已更新"
331
345
  },
332
346
  "account_form_error_incorrect_password": {
333
- "other": "密碼錯誤"
347
+ "other": "密碼錯誤"
334
348
  },
335
349
  "account_form_pin_code": {
336
- "other": "PIN碼"
350
+ "other": "PIN碼"
337
351
  },
338
352
  "account_form_pin_code_not_set": {
339
- "other": "未設定PIN碼。請設定PIN碼以購買、租借和觀看影片。"
353
+ "other": "未設定PIN碼。請設定PIN碼以購買、租借和觀看影片。"
340
354
  },
341
355
  "account_form_set_pin": {
342
- "other": "設定PIN碼"
356
+ "other": "設定PIN碼"
343
357
  },
344
358
  "account_form_pin_changed": {
345
- "other": "已更新"
359
+ "other": "已更新"
346
360
  },
347
361
  "account_form_change_pin": {
348
- "other": "變更PIN碼"
362
+ "other": "變更PIN碼"
349
363
  },
350
364
  "user_set_pin_header": {
351
- "other": "設定PIN碼"
365
+ "other": "設定PIN碼"
352
366
  },
353
367
  "user_set_pin_button": {
354
- "other": "設定PIN碼"
368
+ "other": "設定PIN碼"
355
369
  },
356
370
  "user_submit_pin_heading": {
357
- "other": "為此專屬內容 {{.Action}} 設定PIN碼"
371
+ "other": "為此專屬內容 {{.Action}} 設定PIN碼"
358
372
  },
359
373
  "user_error_wrong_pin_retry": {
360
- "other": "輸入PIN碼錯誤"
374
+ "other": "輸入PIN碼錯誤"
361
375
  },
362
376
  "user_error_too_many_pin_errors": {
363
- "other": "<p>PIN碼多次輸入錯誤。</p><p>請重設PIN碼或與我們聯繫 <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>"
377
+ "other": "<p>PIN碼多次輸入錯誤。</p><p>請重設PIN碼或與我們聯繫 <a href=\"{{.HelpURL}}\" target=\"_blank\">幫助</a>"
364
378
  },
365
379
  "user_submit_pin_button": {
366
- "other": "輸入"
380
+ "other": "輸入"
367
381
  },
368
382
  "user_reset_pin_button": {
369
- "other": "重設PIN碼"
383
+ "other": "重設PIN碼"
370
384
  },
371
385
  "signup_form_optin": {
372
- "other": "訂閱電子報"
386
+ "other": "訂閱電子報"
373
387
  },
374
388
  "passwordconfirmation_modal_header": {
375
- "other": "確認密碼"
389
+ "other": "確認密碼"
376
390
  },
377
391
  "passwordconfirmation_modal_label": {
378
- "other": "請輸入密碼來更新資訊"
392
+ "other": "請輸入密碼來更新資訊"
379
393
  },
380
394
  "passwordconfirmation_modal_confirm": {
381
- "other": "確認"
395
+ "other": "確認"
382
396
  },
383
397
  "changepassword_modal_header": {
384
- "other": "變更密碼"
398
+ "other": "變更密碼"
385
399
  },
386
400
  "changepassword_modal_currentpassword": {
387
- "other": "目前密碼"
401
+ "other": "目前密碼"
388
402
  },
389
403
  "changepassword_modal_password": {
390
- "other": "新密碼"
404
+ "other": "新密碼"
391
405
  },
392
406
  "changepassword_modal_password2": {
393
- "other": "再次確認新密碼"
407
+ "other": "再次確認新密碼"
394
408
  },
395
409
  "changepassword_modal_submit": {
396
- "other": "更新"
410
+ "other": "更新"
397
411
  },
398
412
  "changepassword_modal_error_incorrect_password": {
399
- "other": "密碼錯誤"
413
+ "other": "密碼錯誤"
400
414
  },
401
415
  "userlibrary_page_header": {
402
- "other": "已付費影片"
416
+ "other": "已付費影片"
403
417
  },
404
418
  "userlibrary_empty_header": {
405
- "other": "尚無任何影片。"
419
+ "other": "尚無任何影片。"
406
420
  },
407
421
  "userlibrary_empty_content": {
408
- "other": "歡迎至 <a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
422
+ "other": "歡迎至 <a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
409
423
  },
410
424
  "searchresults_page_header": {
411
- "other": "搜尋結果"
425
+ "other": "搜尋結果"
412
426
  },
413
427
  "searchresults_load_more": {
414
- "other": "顯示 {{.Count}} 更多"
428
+ "other": "顯示 {{.Count}} 更多"
415
429
  },
416
430
  "searchresults_total": {
417
- "one": "找到1個符合 \"{{.Query}}\"的結果。",
418
- "other": "找到 {{.Count}} 個符合 \"{{.Query}}\"的結果。"
431
+ "one": "找到1個符合 \"{{.Query}}\"的結果。",
432
+ "other": "找到 {{.Count}} 個符合 \"{{.Query}}\"的結果。"
419
433
  },
420
434
  "searchresults_empty_header": {
421
- "other": "沒有符合 \"{{.Query}}\"的結果"
435
+ "other": "沒有符合 \"{{.Query}}\"的結果"
422
436
  },
423
437
  "searchresults_empty_content": {
424
- "other": "請嘗試其他搜尋,或回到<a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
438
+ "other": "請嘗試其他搜尋,或回到<a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
425
439
  },
426
440
  "validation_name_required": {
427
- "other": "請輸入姓名"
441
+ "other": "請輸入姓名"
428
442
  },
429
443
  "validation_email_required": {
430
- "other": "請輸入電子郵件"
444
+ "other": "請輸入電子郵件"
431
445
  },
432
446
  "validation_email_email": {
433
- "other": "請輸入有效的電子郵件"
447
+ "other": "請輸入有效的電子郵件"
434
448
  },
435
449
  "validation_currentpassword_required": {
436
- "other": "請輸入目前使用的密碼"
450
+ "other": "請輸入目前使用的密碼"
437
451
  },
438
452
  "validation_password_required": {
439
- "other": "請輸入密碼"
453
+ "other": "請輸入密碼"
440
454
  },
441
455
  "validation_password2_required": {
442
- "other": "請再次輸入密碼"
456
+ "other": "請再次輸入密碼"
443
457
  },
444
458
  "validation_password2_match": {
445
- "other": "密碼不符,請重新輸入"
459
+ "other": "密碼不符,請重新輸入"
446
460
  },
447
461
  "validation_password_minlength": {
448
- "other": "請至少輸入 {{.Count}} 碼"
462
+ "other": "請至少輸入 {{.Count}} 碼"
449
463
  },
450
464
  "validation_promocode_required": {
451
- "other": "請輸入兌換碼"
465
+ "other": "請輸入兌換碼"
452
466
  },
453
467
  "validation_pincode_required": {
454
- "other": "請輸入PIN碼"
468
+ "other": "請輸入PIN碼"
455
469
  },
456
470
  "validation_pincode1_required": {
457
- "other": "請輸入有效PIN碼"
471
+ "other": "請輸入有效PIN碼"
458
472
  },
459
473
  "validation_pincode2_required": {
460
- "other": "請輸入有效PIN碼"
474
+ "other": "請輸入有效PIN碼"
461
475
  },
462
476
  "validation_pincode1_pattern": {
463
- "other": "請輸入有效PIN碼"
477
+ "other": "請輸入有效PIN碼"
464
478
  },
465
479
  "validation_pincode2_pattern": {
466
- "other": "請輸入有效的PIN碼"
480
+ "other": "請輸入有效的PIN碼"
467
481
  },
468
482
  "validation_pincode2_match": {
469
- "other": "輸入的PIN碼不符"
483
+ "other": "輸入的PIN碼不符"
470
484
  },
471
485
  "validation_gender_required": {
472
- "other": "請選擇您的性別"
486
+ "other": "請選擇您的性別"
473
487
  },
474
488
  "validation_dob_required": {
475
- "other": "請輸入您的生日"
489
+ "other": "請輸入您的生日"
476
490
  },
477
491
  "validation_dob_date": {
478
- "other": "請輸入有效的生日日期"
492
+ "other": "請輸入有效的生日日期"
479
493
  },
480
494
  "shopping_info_subtitle_hd": {
481
- "other": "提供HD畫質"
495
+ "other": "提供HD畫質"
482
496
  },
483
497
  "shopping_info_subtitle_sd": {
484
- "other": "提供SD畫質"
498
+ "other": "提供SD畫質"
485
499
  },
486
500
  "shopping_info_subtitle_wallet": {
487
- "other": "錢包中的金額可用來購買或租借SreenPlus的內容。"
501
+ "other": "錢包中的金額可用來購買或租借SreenPlus的內容。"
488
502
  },
489
503
  "shopping_info_subtitle_help": {
490
- "other": "點此查看裝置及系統需求"
504
+ "other": "點此查看裝置及系統需求"
491
505
  },
492
506
  "shopping_info_ownership_buy": {
493
- "other": "購買"
507
+ "other": "購買"
494
508
  },
495
509
  "shopping_info_ownership_rent": {
496
- "other": "租借"
510
+ "other": "租借"
497
511
  },
498
512
  "shopping_info_sd_only": {
499
- "other": "僅限以SD畫質播放"
513
+ "other": "僅限以SD畫質播放"
500
514
  },
501
515
  "shopping_info_release_date_title": {
502
- "other": "上線日期 {{.Date}}."
516
+ "other": "上線日期 {{.Date}}. "
503
517
  },
504
518
  "shopping_info_release_date_explanation_rent": {
505
- "other": "可先租借,並於影片上線後開始觀看。"
519
+ "other": "可先租借,並於影片上線後開始觀看。"
506
520
  },
507
521
  "shopping_info_release_date_explanation_buy": {
508
- "other": "可先購買,並於影片上線後開始觀看。"
522
+ "other": "可先購買,並於影片上線後開始觀看。"
509
523
  },
510
524
  "shopping_info_available_until_date_title": {
511
- "other": "影片可觀看至 {{.Date}}."
525
+ "other": "影片可觀看至 {{.Date}}. "
512
526
  },
513
527
  "shopping_info_available_until_date_explanation_rent": {
514
- "other": "影片下線後將無法觀看。"
528
+ "other": "影片下線後將無法觀看。"
515
529
  },
516
530
  "shopping_info_available_until_date_explanation_buy": {
517
- "other": "影片下線後將無法觀看。"
531
+ "other": "影片下線後將無法觀看。"
532
+ },
533
+ "duration_hour": {
534
+ "one": "1小時",
535
+ "other": "{{.Count}}個小時"
536
+ },
537
+ "duration_day": {
538
+ "one": "1天",
539
+ "other": "{{.Count}}天"
518
540
  },
519
- "duration_hour": { "one": "1小時", "other": "{{.Count}}個小時" },
520
- "duration_day": { "one": "1天", "other": "{{.Count}}天" },
521
541
  "shopping_info_rental_period_duration": {
522
- "other": "租借天數 {{.ValueUnit}} "
542
+ "other": "租借天數 {{.ValueUnit}} "
523
543
  },
524
544
  "shopping_info_watch_window_duration": {
525
- "other": "觀影期限 {{.Count}} 小時。"
545
+ "other": "觀影期限 {{.Count}} 小時。 "
526
546
  },
527
547
  "shopping_info_watch_window_explanation_film": {
528
- "one": "完成租借後,影片將在帳號中保留 {{.ValueUnit}}。",
529
- "other": "完成租借後,影片將在帳號中保留 {{.ValueUnit}}。"
548
+ "one": "完成租借後,影片將在帳號中保留 {{.ValueUnit}}。",
549
+ "other": "完成租借後,影片將在帳號中保留 {{.ValueUnit}}。"
530
550
  },
531
551
  "shopping_info_watch_window_explanation2_film": {
532
- "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
533
- "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
552
+ "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
553
+ "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
534
554
  },
535
555
  "shopping_info_watch_window_explanation_bundle": {
536
- "one": "完成租借後,影片合輯將於帳號中保留 1 天。",
537
- "other": "完成租借後,影片合輯將於帳號中保留 {{.Count}} 天。"
556
+ "one": "完成租借後,影片合輯將於帳號中保留 1 天。",
557
+ "other": "完成租借後,影片合輯將於帳號中保留 {{.Count}} 天。"
538
558
  },
539
559
  "shopping_info_watch_window_explanation2_bundle": {
540
- "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
541
- "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
560
+ "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
561
+ "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
542
562
  },
543
563
  "shopping_info_watch_window_explanation_season": {
544
- "one": "完成租借後,影集將於帳號中保留 1 天。",
545
- "other": "完成租借後,影集將於帳號中保留 {{.Count}} 天。"
564
+ "one": "完成租借後,影集將於帳號中保留 1 天。",
565
+ "other": "完成租借後,影集將於帳號中保留 {{.Count}} 天。"
546
566
  },
547
567
  "shopping_info_watch_window_explanation2_season": {
548
- "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
549
- "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
568
+ "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
569
+ "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
550
570
  },
551
571
  "shopping_info_credit_bonus_title": {
552
- "other": "折扣{{.BonusPercentage}}%"
572
+ "other": "折扣{{.BonusPercentage}}%"
553
573
  },
554
574
  "shopping_enter_card_prompt": {
555
- "other": "請輸入信用卡資訊,以完成 {{.Verb}}。"
575
+ "other": "請輸入信用卡資訊,以完成 {{.Verb}}。"
556
576
  },
557
577
  "shopping_terms": {
558
- "other": "完成付款時,即代表您已同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">使用者服務條款</a>."
578
+ "other": "完成付款時,即代表您已同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">使用者服務條款</a>."
559
579
  },
560
580
  "shopping_discount_applied": {
561
- "other": "已折扣 {{.DiscountAmount}} "
581
+ "other": "已折扣 {{.DiscountAmount}} "
562
582
  },
563
583
  "shopping_discount_apply": {
564
- "other": "兌換"
584
+ "other": "兌換"
565
585
  },
566
586
  "shopping_discount_code": {
567
- "other": "輸入兌換碼"
587
+ "other": "輸入兌換碼"
568
588
  },
569
589
  "shopping_discount_have_code": {
570
- "other": "我有兌換碼"
590
+ "other": "我有兌換碼"
571
591
  },
572
592
  "shopping_price_you_pay": {
573
- "other": "您將支付"
593
+ "other": "您將支付"
574
594
  },
575
595
  "shopping_price_nothing": {
576
- "other": "無項目"
596
+ "other": "無項目"
577
597
  },
578
598
  "shopping_price_free": {
579
- "other": "免費"
599
+ "other": "免費"
580
600
  },
581
601
  "shopping_auth_directions": {
582
- "other": "請先登入。於下方輸入電子郵件。"
602
+ "other": "請先登入。於下方輸入電子郵件。"
583
603
  },
584
604
  "shopping_error_in_library": {
585
- "other": "{{.Title}} 已在您的已付費影片。"
605
+ "other": "{{.Title}} 已在您的已付費影片。"
586
606
  },
587
607
  "shopping_error_missing_card": {
588
- "other": "請輸入信用卡資訊"
608
+ "other": "請輸入信用卡資訊"
589
609
  },
590
610
  "shopping_error_title": {
591
- "other": "發生錯誤"
611
+ "other": "發生錯誤"
592
612
  },
593
613
  "shopping_error_incorrect_cvc": {
594
- "other": "請輸入有效的CVV"
614
+ "other": "請輸入有效的CVV"
595
615
  },
596
616
  "shopping_error_invalid_cvc": {
597
- "other": "請輸入有效的CVV"
617
+ "other": "請輸入有效的CVV"
598
618
  },
599
619
  "shopping_error_incorrect_number": {
600
- "other": "請輸入有效的信用卡卡號"
620
+ "other": "請輸入有效的信用卡卡號"
601
621
  },
602
622
  "shopping_error_invalid_number": {
603
- "other": "請輸入有效的信用卡卡號"
623
+ "other": "請輸入有效的信用卡卡號"
604
624
  },
605
625
  "shopping_error_card_declined": {
606
- "other": "信用卡遭拒絕"
626
+ "other": "信用卡遭拒絕"
607
627
  },
608
628
  "shopping_error_invalid_expiry_month": {
609
- "other": "請輸入正確的有效日期"
629
+ "other": "請輸入正確的有效日期"
610
630
  },
611
631
  "shopping_error_invalid_expiry_year": {
612
- "other": "請輸入正確的有效日期"
632
+ "other": "請輸入正確的有效日期"
613
633
  },
614
634
  "shopping_error_expired_card": {
615
- "other": "此信用卡已過效期"
635
+ "other": "此信用卡已過效期"
616
636
  },
617
637
  "shopping_error_creditcard_country_mismatch": {
618
- "other": "{{.Ownership}} 未完成。請使用所在地區核發之有效信用卡進行支付,或使用其他卡片完成付款。"
638
+ "other": "{{.Ownership}} 未完成。請使用所在地區核發之有效信用卡進行支付,或使用其他卡片完成付款。"
619
639
  },
620
640
  "shopping_error_proxy_detected": {
621
- "other": "{{.Ownership}} 未完成。已偵測到使用代理或遠端伺服器。請先將任何相關服務關閉。"
641
+ "other": "{{.Ownership}} 未完成。已偵測到使用代理或遠端伺服器。請先將任何相關服務關閉。"
622
642
  },
623
643
  "shopping_error_discount_worn_out": {
624
- "other": "此兌換碼已失效"
644
+ "other": "此兌換碼已失效"
625
645
  },
626
646
  "shopping_error_discount_blank": {
627
- "other": "請輸入兌換碼"
647
+ "other": "請輸入兌換碼"
628
648
  },
629
649
  "shopping_error_discount_not_applied": {
630
- "other": "請輸入有效的兌換碼"
650
+ "other": "請輸入有效的兌換碼"
631
651
  },
632
652
  "shopping_error_discount_invalid": {
633
- "other": "請輸入有效的兌換碼"
653
+ "other": "請輸入有效的兌換碼"
634
654
  },
635
655
  "shopping_error_discount_disabled": {
636
- "other": "請輸入有效的兌換碼"
656
+ "other": "請輸入有效的兌換碼"
637
657
  },
638
658
  "shopping_error_discount_already_applied": {
639
- "other": "此兌換碼已在此項目使用"
659
+ "other": "此兌換碼已在此項目使用"
640
660
  },
641
661
  "shopping_error_discount_already_redeemed": {
642
- "other": "此兌換碼已被使用"
662
+ "other": "此兌換碼已被使用"
643
663
  },
644
664
  "shopping_error_discount_used_previously": {
645
- "other": "此兌換碼已被使用"
665
+ "other": "此兌換碼已被使用"
646
666
  },
647
667
  "shopping_error_discount_max_limit": {
648
- "other": "此兌換碼已失效"
668
+ "other": "此兌換碼已失效"
649
669
  },
650
670
  "shopping_error_discount_expired": {
651
- "other": "此兌換碼已過期"
671
+ "other": "此兌換碼已過期"
652
672
  },
653
673
  "shopping_error_discount_invalid_ownership_buy": {
654
- "other": "此兌換碼無法於購買時使用"
674
+ "other": "此兌換碼無法於購買時使用"
655
675
  },
656
676
  "shopping_error_discount_invalid_ownership_rent": {
657
- "other": "此兌換碼無法於租借時使用"
677
+ "other": "此兌換碼無法於租借時使用"
658
678
  },
659
679
  "shopping_error_discount_invalid_item": {
660
- "other": "此兌換碼無法於此項目使用"
680
+ "other": "此兌換碼無法於此項目使用"
661
681
  },
662
682
  "shopping_error_discount_invalid_pricing_region": {
663
- "other": "所在地區無法使用此兌換碼"
683
+ "other": "所在地區無法使用此兌換碼"
664
684
  },
665
685
  "shopping_error_discounts_not_allowed": {
666
- "other": "此兌換碼無法使用"
686
+ "other": "此兌換碼無法使用"
667
687
  },
668
688
  "shopping_error_discount_disallowed_on_bundles": {
669
- "other": "此兌換碼無法用於影片合輯"
689
+ "other": "此兌換碼無法用於影片合輯"
670
690
  },
671
691
  "shopping_error_payment_intent_authentication_failure": {
672
- "other": "輸入的信用卡遭拒絕。請再試一次。"
692
+ "other": "輸入的信用卡遭拒絕。請再試一次。"
673
693
  },
674
694
  "shopping_complete_rental": {
675
- "other": "付費成功!"
695
+ "other": "付費成功!"
676
696
  },
677
697
  "shopping_complete_rental_period": {
678
- "one": "可於 1 天內無限次觀看。",
679
- "other": "可於 {{.Count}} 天內無限次觀看。"
698
+ "one": "可於 1 天內無限次觀看。",
699
+ "other": "可於 {{.Count}} 天內無限次觀看。"
680
700
  },
681
701
  "shopping_complete_purchase": {
682
- "other": "感謝您付費觀賞 {{.Title}}。"
702
+ "other": "感謝您付費觀賞 {{.Title}}。"
683
703
  },
684
704
  "shopping_complete_credit_purchase": {
685
- "other": "{{.Title}}已完成付費,{{.CreditTotal}} 已加入您的帳號。"
705
+ "other": "{{.Title}}已完成付費,{{.CreditTotal}} 已加入您的帳號。"
686
706
  },
687
707
  "shopping_complete_purchase_coming_soon": {
688
- "other": "您可於 {{.Date}} 後開始觀看。"
708
+ "other": "您可於 {{.Date}} 後開始觀看。"
689
709
  },
690
710
  "shopping_complete_receipt": {
691
- "other": "收據已透過電子郵件發送至您的信箱。"
711
+ "other": "收據已透過電子郵件發送至您的信箱。"
692
712
  },
693
713
  "shopping_complete_library_link": {
694
- "other": "瀏覽已付費影片"
714
+ "other": "瀏覽已付費影片"
695
715
  },
696
716
  "shopping_complete_plan": {
697
717
  "other": "您已成功{{ .Title }}"
698
- },
718
+ },
699
719
  "shopping_complete_rental_watch_window_start": {
700
- "one": "可於 1 天內開始觀看。",
701
- "other": "您可於 {{.Count}} 天內開始觀看。"
720
+ "one": "可於 1 天內開始觀看。",
721
+ "other": "您可於 {{.Count}} 天內開始觀看。"
702
722
  },
703
723
  "shopping_complete_rental_watch_window_end": {
704
- "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
705
- "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
724
+ "one": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 1 小時內無限次觀看。",
725
+ "other": "觀影期限,將由進入播放視窗按下「播放」開始計算,可於 {{.Count}} 小時內無限次觀看。"
706
726
  },
707
727
  "shopping_complete_rental_coming_soon": {
708
- "one": "可於 {{.Date}} 後開始觀看影片,租借天數還有1天。",
709
- "other": "可於 {{.Date}} 後開始觀看影片,租借天數還有 {{.Count}} 天。"
728
+ "one": "可於 {{.Date}} 後開始觀看影片,租借天數還有1天。",
729
+ "other": "可於 {{.Date}} 後開始觀看影片,租借天數還有 {{.Count}} 天。"
710
730
  },
711
731
  "shopping_complete_rental_coming_soon_watch_window_start": {
712
- "one": "可於 {{.Date}} 後開始觀看影片,租借天數還有1天。",
713
- "other": "可於 {{.Date}} 後開始觀看影片,租借天數還有 {{.Count}} 天。"
732
+ "one": "可於 {{.Date}} 後開始觀看影片,租借天數還有1天。",
733
+ "other": "可於 {{.Date}} 後開始觀看影片,租借天數還有 {{.Count}} 天。"
714
734
  },
715
735
  "shopping_action_rent": {
716
- "other": "租借"
736
+ "other": "租借"
717
737
  },
718
738
  "shopping_action_buy": {
719
- "other": "購買"
739
+ "other": "購買"
720
740
  },
721
741
  "shopping_payment_method_header": {
722
- "other": "付款方式"
742
+ "other": "付款方式"
723
743
  },
724
744
  "shopping_payment_method_credit_card": {
725
- "other": "信用卡"
745
+ "other": "信用卡"
726
746
  },
727
747
  "shopping_payment_method_giropay": {
728
- "other": "Giropay"
748
+ "other": "Giropay"
729
749
  },
730
750
  "shopping_error_stripe_unknown_error": {
731
- "other": "付款時發生問題,請稍後再試。"
751
+ "other": "付款時發生問題,請稍後再試。"
732
752
  },
733
753
  "shopping_error_payment_complete_failed": {
734
- "other": "付款被拒絕,請關掉視窗後再重試。"
754
+ "other": "付款被拒絕,請關掉視窗後再重試。"
735
755
  },
736
756
  "meta_detail_cast_title": {
737
- "other": "演員"
757
+ "other": "演員"
738
758
  },
739
759
  "meta_detail_crew_title": {
740
- "other": "工作人員"
760
+ "other": "工作人員"
741
761
  },
742
762
  "meta_detail_languages": {
743
- "one": "語言",
744
- "other": "語言"
763
+ "one": "語言",
764
+ "other": "語言"
745
765
  },
746
766
  "meta_detail_studios": {
747
- "one": "片商",
748
- "other": "片商"
767
+ "one": "片商",
768
+ "other": "片商"
749
769
  },
750
770
  "meta_detail_countries": {
751
- "one": "地區",
752
- "other": "地區"
771
+ "one": "地區",
772
+ "other": "地區"
753
773
  },
754
774
  "meta_detail_subtitles": {
755
- "other": "字幕"
775
+ "other": "字幕"
776
+ },
777
+ "meta_detail_captions": {
778
+ "other": "字幕 [CC]"
756
779
  },
757
780
  "meta_detail_episodes_title": {
758
- "other": "集數"
781
+ "other": "集數"
759
782
  },
760
783
  "meta_detail_bonus_title": {
761
- "other": "相關花絮"
784
+ "other": "相關花絮"
762
785
  },
763
786
  "meta_detail_recommendations_title": {
764
- "other": "您也許也會喜歡"
787
+ "other": "您也許也會喜歡"
765
788
  },
766
789
  "meta_detail_bundle_items_title": {
767
- "other": "此影片合輯包括以下內容"
790
+ "other": "此影片合輯包括以下內容"
768
791
  },
769
792
  "bundle_items_all_films": {
770
- "other": "共 {{.Count}} 部影片"
793
+ "other": "共 {{.Count}} 部影片"
771
794
  },
772
795
  "bundle_items_all_seasons": {
773
- "other": "共 {{.Count}} 部影集"
796
+ "other": "共 {{.Count}} 部影集"
774
797
  },
775
798
  "bundle_items_mixed": {
776
- "other": "共 {{.Count}} 部影片與影集"
799
+ "other": "共 {{.Count}} 部影片與影集"
777
800
  },
778
801
  "userwishlist_page_header": {
779
- "other": "我的追蹤片單"
802
+ "other": "我的追蹤片單"
780
803
  },
781
804
  "userwishlist_slider_header": {
782
- "other": "我的追蹤片單"
805
+ "other": "我的追蹤片單"
783
806
  },
784
807
  "userwishlist_empty_header": {
785
- "other": "尚無任何影片。"
808
+ "other": "尚無任何影片。"
786
809
  },
787
810
  "userwishlist_empty_content": {
788
- "other": "歡迎至 <a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
811
+ "other": "歡迎至 <a href=\"{{.HomeURL}}\">首頁</a> 瀏覽影展精選片單 。"
789
812
  },
790
813
  "userwishlist_button_add": {
791
- "other": "加入我的追蹤片單"
814
+ "other": "加入我的追蹤片單"
792
815
  },
793
816
  "userwishlist_button_remove": {
794
- "other": "我的追蹤片單"
817
+ "other": "我的追蹤片單"
795
818
  },
796
819
  "userwishlist_button_add_compact": {
797
- "other": "我的追蹤片單"
820
+ "other": "我的追蹤片單"
798
821
  },
799
822
  "userwishlist_button_remove_compact": {
800
- "other": "我的追蹤片單"
823
+ "other": "我的追蹤片單"
801
824
  },
802
825
  "activatedevice_page_header": {
803
- "other": "可使用裝置"
826
+ "other": "可使用裝置"
804
827
  },
805
828
  "activatedevice_page_content": {
806
- "other": "請依照指示取得PIN碼,並確認電腦與裝置皆已連上可用網路。"
829
+ "other": "請依照指示取得PIN碼,並確認電腦與裝置皆已連上可用網路。"
807
830
  },
808
831
  "activatedevice_form_pin": {
809
- "other": "PIN碼"
832
+ "other": "PIN碼"
810
833
  },
811
834
  "activatedevice_form_submit": {
812
- "other": "啟用"
835
+ "other": "啟用"
813
836
  },
814
837
  "activatedevice_form_error_invalid_code": {
815
- "other": "PIN碼錯誤,請重新輸入"
838
+ "other": "PIN碼錯誤,請重新輸入"
816
839
  },
817
840
  "activatedevice_form_error_pin_not_found": {
818
- "other": "PIN碼錯誤,請重新輸入"
841
+ "other": "PIN碼錯誤,請重新輸入"
819
842
  },
820
843
  "activatedevice_signin_prompt": {
821
- "other": "請先登入再啟動播放裝置"
844
+ "other": "請先登入再啟動播放裝置"
822
845
  },
823
846
  "activatedevice_page_activated": {
824
- "other": "{{.DeviceName}}已啟用。請使用此裝置開始觀賞影片。"
847
+ "other": "{{.DeviceName}}已啟用。請使用此裝置開始觀賞影片。"
825
848
  },
826
849
  "userdevices_page_header": {
827
- "other": "我的播放裝置"
850
+ "other": "我的播放裝置"
828
851
  },
829
852
  "userdevices_page_content": {
830
- "one": "播放裝置將於使用時自動加入,您最多可使用 1 個裝置。",
831
- "other": "播放裝置將於使用時自動加入,您最多可使用 {{.Count}} 個裝置。"
853
+ "one": "播放裝置將於使用時自動加入,您最多可使用 1 個裝置。",
854
+ "other": "播放裝置將於使用時自動加入,您最多可使用 {{.Count}} 個裝置。"
832
855
  },
833
856
  "userdevices_empty_content": {
834
- "other": "目前尚未加入任何裝置"
857
+ "other": "目前尚未加入任何裝置"
835
858
  },
836
859
  "userdevices_header_type": {
837
- "other": "裝置類型"
860
+ "other": "裝置類型"
838
861
  },
839
862
  "userdevices_header_description": {
840
- "other": "裝置內容"
863
+ "other": "裝置內容"
841
864
  },
842
865
  "userdevices_device_added": {
843
- "other": "於 {{.Date}} 加入"
866
+ "other": "於 {{.Date}} 加入"
844
867
  },
845
868
  "userdevices_device_actions_delete": {
846
- "other": "移除"
869
+ "other": "移除"
847
870
  },
848
871
  "userdevices_device_actions_cancel": {
849
- "other": "取消"
872
+ "other": "取消"
850
873
  },
851
874
  "userdevices_device_actions_confirm": {
852
- "other": "是,移除裝置"
875
+ "other": "是,移除裝置"
853
876
  },
854
877
  "userdevices_device_deleted": {
855
- "other": "(裝置已移除)"
878
+ "other": "(裝置已移除)"
856
879
  },
857
880
  "userdevices_delete_limits": {
858
- "other": "您可於每 {{.Period}} 日,移除 {{.Limit}} 項裝置。"
881
+ "other": "您可於每 {{.Period}} 日,移除 {{.Limit}} 項裝置。"
859
882
  },
860
883
  "userdevices_delete_limit_reached": {
861
- "other": "加入的裝置數已達上限,目前無法移除裝置,請於 {{.Days}} 日後移除裝置。"
884
+ "other": "加入的裝置數已達上限,目前無法移除裝置,請於 {{.Days}} 日後移除裝置。"
862
885
  },
863
886
  "playlist_page_header": {
864
- "other": "播放清單"
887
+ "other": "播放清單"
865
888
  },
866
889
  "playlist_sign_in_warning": {
867
- "other": "請先登入以觀賞直播。"
890
+ "other": "請先登入以觀賞直播。"
868
891
  },
869
892
  "playlist_share_title": {
870
- "other": "播放清單"
893
+ "other": "播放清單"
871
894
  },
872
895
  "playlist_up_next_title": {
873
- "other": "下一部"
896
+ "other": "下一部"
874
897
  },
875
898
  "pricing_ownership_buy": {
876
- "other": "購買"
899
+ "other": "購買"
877
900
  },
878
901
  "pricing_ownership_rent": {
879
- "other": "租借"
902
+ "other": "租借"
880
903
  },
881
904
  "classification_intro": {
882
- "other": "評分:"
905
+ "other": "評分: "
883
906
  },
884
907
  "classification_divider": {
885
- "other": " - "
908
+ "other": " - "
886
909
  },
887
910
  "classification_outro": {
888
- "other": ""
911
+ "other": ""
889
912
  },
890
913
  "cookie_banner_message": {
891
- "other": "本網站採用Cookies以提供您更流暢的用戶/上網體驗,繼續使用本網站,即表示您同意我們的<a href=\"{{.CookiePolicyURL}}\">Cookie相關使用條例</a>。"
914
+ "other": "本網站採用Cookies以提供您更流暢的用戶/上網體驗,繼續使用本網站,即表示您同意我們的<a href=\"{{.CookiePolicyURL}}\">Cookie相關使用條例</a>。"
892
915
  },
893
916
  "cookie_banner_accept": {
894
- "other": "接受"
917
+ "other": "接受"
895
918
  },
896
919
  "all_rights_reserved": {
897
- "other": "版權所有,本網站未經書面同意禁止重製。"
920
+ "other": "版權所有,本網站未經書面同意禁止重製。"
898
921
  },
899
922
  "users_gender_none": {
900
- "other": "未定"
923
+ "other": "未定"
901
924
  },
902
925
  "users_gender_female": {
903
- "other": "女"
926
+ "other": "女"
904
927
  },
905
928
  "users_gender_male": {
906
- "other": "男"
929
+ "other": "男"
907
930
  },
908
931
  "users_gender_diverse": {
909
- "other": "多元"
932
+ "other": "多元"
910
933
  },
911
934
  "users_gender_other": {
912
- "other": "其他"
913
- },
914
- "plan_label_owned": {
915
- "other": ""
935
+ "other": "其他"
916
936
  },
917
937
  "pricing_quality_hd": {
918
- "other": "pricing_quality_hd"
938
+ "other": "HD"
919
939
  },
920
940
  "pricing_quality_sd": {
921
- "other": "pricing_quality_sd"
941
+ "other": "SD"
922
942
  },
923
943
  "pricing_quality_hd_only": {
924
- "other": "pricing_quality_hd_only"
944
+ "other": "HD 只要"
925
945
  },
926
946
  "pricing_quality_sd_only": {
927
- "other": "pricing_quality_sd_only"
947
+ "other": "SD 只要"
928
948
  },
929
949
  "shopping_card_save_card": {
930
- "other": "儲存此信用卡資訊,供日後使用"
950
+ "other": "儲存此信用卡資訊,供日後使用"
931
951
  },
932
952
  "shopping_card_button_change": {
933
- "other": "顯示所有已儲存的信用卡"
953
+ "other": "顯示所有已儲存的信用卡"
934
954
  },
935
955
  "shopping_card_existing_description": {
936
- "other": "{{.Card.Brand}} 末碼為 {{.Card.Number}}"
956
+ "other": "{{.Card.Brand}} 末碼為 {{.Card.Number}}"
937
957
  },
938
958
  "shopping_card_existing_expiry": {
939
- "other": "(於 {{.Card.Expiry}} 失效)"
959
+ "other": "(於 {{.Card.Expiry}} 失效)"
940
960
  },
941
961
  "shopping_card_existing_expired": {
942
- "other": "(已過期)"
962
+ "other": "(已過期)"
943
963
  },
944
964
  "shopping_card_use_other": {
945
- "other": "使用新的信用卡"
965
+ "other": "使用新的信用卡"
946
966
  },
947
967
  "shopping_card_use_new_card": {
948
- "other": "換一張信用卡"
968
+ "other": "換一張信用卡"
949
969
  },
950
970
  "shopping_card_update_reason_none": {
951
- "other": "此信用卡無法更新"
971
+ "other": "此信用卡無法更新"
952
972
  },
953
973
  "shopping_card_new_subscription": {
954
- "other": "此信用卡已儲存,將依照您的使用進行付款"
974
+ "other": "此信用卡已儲存,將依照您的使用進行付款"
955
975
  },
956
976
  "shopping_card_change": {
957
- "other": "信用卡錯誤 <a href=\"{{.SubscriptionsURL}}\">請按此更新。</a>"
977
+ "other": "信用卡錯誤 <a href=\"{{.SubscriptionsURL}}\">請按此更新。</a>"
958
978
  },
959
979
  "shopping_info_ownership_plan": {
960
- "other": "shopping_info_ownership_plan"
961
- },
962
- "shopping_price_title_plan": {
963
- "other": "shopping_price_title_plan"
964
- },
965
- "shopping_price_plan_note": {
966
- "other": "shopping_price_plan_note"
967
- },
968
- "shopping_price_plan_note_interval": {
969
- "other": "shopping_price_plan_note_interval"
970
- },
971
- "shopping_enter_card_prompt_plan": {
972
- "other": "shopping_enter_card_prompt_plan"
980
+ "other": "訂閱"
973
981
  },
974
982
  "shopping_action_credit": {
975
- "other": "shopping_action_credit"
976
- },
977
- "shopping_action_plan": {
978
- "other": "shopping_action_plan"
979
- },
980
- "shopping_complete_subscription": {
981
- "other": "shopping_complete_subscription"
982
- },
983
- "shopping_complete_subscription_browse": {
984
- "other": "shopping_complete_subscription_browse"
983
+ "other": "頂尖"
985
984
  },
986
985
  "shopping_info_rental_period_coming_soon": {
987
- "other": "自上架時間起"
988
- },
989
- "shopping_info_plan_offer": {
990
- "other": "shopping_info_plan_offer"
991
- },
992
- "shopping_info_trial_period_offer": {
993
- "other": "shopping_info_trial_period_offer"
986
+ "other": "自上架時間起"
994
987
  },
995
988
  "usersubscriptions_change_payment_method_change": {
996
- "other": "usersubscriptions_change_payment_method_change"
989
+ "other": "改變信用卡"
997
990
  },
998
991
  "usersubscriptions_change_payment_method_modal_title": {
999
- "other": "usersubscriptions_change_payment_method_modal_title"
992
+ "other": "更新信用卡詳細信息"
1000
993
  },
1001
994
  "usersubscriptions_change_payment_method_modal_submit": {
1002
- "other": "usersubscriptions_change_payment_method_modal_submit"
995
+ "other": "更新"
1003
996
  },
1004
997
  "usersubscriptions_subscription_expiry": {
1005
- "other": "usersubscriptions_subscription_expiry"
1006
- },
1007
- "usersubscriptions_subscription_status_cancelled": {
1008
- "other": "usersubscriptions_subscription_status_cancelled"
1009
- },
1010
- "usersubscriptions_subscription_status_errored": {
1011
- "other": "usersubscriptions_subscription_status_errored"
1012
- },
1013
- "usersubscriptions_subscription_status_past_due": {
1014
- "other": "usersubscriptions_subscription_status_past_due"
998
+ "other": "到期 {{.Expiry}}"
1015
999
  },
1016
1000
  "usersubscriptions_subscription_status_trialing": {
1017
- "other": "usersubscriptions_subscription_status_trialing"
1001
+ "other": "試用期"
1018
1002
  },
1019
1003
  "usersubscriptions_subscription_unsubscribe": {
1020
- "other": "usersubscriptions_subscription_unsubscribe"
1004
+ "other": "取消我的訂閱"
1021
1005
  },
1022
1006
  "usersubscriptions_unsubscribe_modal_cancel": {
1023
- "other": "usersubscriptions_unsubscribe_modal_cancel"
1007
+ "other": "取消"
1024
1008
  },
1025
1009
  "usersubscriptions_unsubscribe_modal_confirm": {
1026
- "other": "usersubscriptions_unsubscribe_modal_confirm"
1010
+ "other": "是的,取消我的訂閱"
1027
1011
  },
1028
1012
  "usersubscriptions_unsubscribe_modal_title": {
1029
- "other": "usersubscriptions_unsubscribe_modal_title"
1013
+ "other": "取消訂閱?"
1030
1014
  },
1031
1015
  "usersubscriptions_unsubscribe_modal_body": {
1032
- "other": "usersubscriptions_unsubscribe_modal_body"
1016
+ "other": "這將取消訂閱 {{.Name}} 計劃. 您仍然能夠在計劃到期之前觀看計劃中的內容 {{.Expiry}}."
1033
1017
  },
1034
1018
  "availability_coming_soon": {
1035
- "other": "即將播映"
1019
+ "other": "即將播映"
1036
1020
  },
1037
1021
  "availability_renting": {
1038
- "other": "租借中"
1022
+ "other": "租借中"
1039
1023
  },
1040
1024
  "availability_not_available": {
1041
- "other": "無法觀看"
1025
+ "other": "無法觀看"
1042
1026
  },
1043
1027
  "availability_in_watch_window": {
1044
- "other": "可觀看"
1028
+ "other": "可觀看"
1045
1029
  },
1046
1030
  "availability_sold_out": {
1047
- "other": "售完"
1031
+ "other": "售完"
1048
1032
  },
1049
1033
  "availability_available_till": {
1050
- "other": "可觀看至 {{.ExpiryDate}}"
1034
+ "other": "可觀看至 {{.ExpiryDate}}"
1051
1035
  },
1052
1036
  "availability_not_available_in_country": {
1053
- "other": "您的所在地區無法觀看"
1037
+ "other": "您的所在地區無法觀看"
1054
1038
  },
1055
1039
  "availability_available": {
1056
- "other": "將於 {{.ReleaseDate}} 上線"
1040
+ "other": "將於 {{.ReleaseDate}} 上線"
1057
1041
  },
1058
1042
  "availability_expires": {
1059
- "other": "將於 {{.Expiry}} 到期"
1043
+ "other": "將於 {{.Expiry}} 到期"
1060
1044
  },
1061
1045
  "availability_expired": {
1062
- "other": "已到期"
1046
+ "other": "已到期"
1063
1047
  },
1064
1048
  "modal_cancel": {
1065
- "other": "取消"
1049
+ "other": "取消"
1066
1050
  },
1067
1051
  "play": {
1068
- "other": "播放"
1052
+ "other": "播放"
1069
1053
  },
1070
1054
  "combined_auth_signin_prompt": {
1071
- "other": "登入"
1055
+ "other": "登入"
1072
1056
  },
1073
1057
  "combined_auth_signup_prompt": {
1074
- "other": "登出"
1058
+ "other": "登出"
1075
1059
  },
1076
1060
  "combined_auth_terms": {
1077
- "other": "我同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">使用者服務條款</a>"
1061
+ "other": "我同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">使用者服務條款</a>"
1078
1062
  },
1079
1063
  "signup_terms": {
1080
- "other": "我同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">使用者服務條款</a>"
1064
+ "other": "我同意本站 <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">使用者服務條款</a>"
1081
1065
  },
1082
1066
  "validation_terms_required": {
1083
- "other": "您必須同意本站使用者服務條款"
1067
+ "other": "您必須同意本站使用者服務條款"
1084
1068
  },
1085
1069
  "shopping_error_item_limit_exceeded": {
1086
- "other": "很抱歉,{{.Title}} 已售完"
1070
+ "other": "很抱歉,{{.Title}} 已售完"
1087
1071
  },
1088
1072
  "changepincode_modal_header": {
1089
- "other": "變更PIN碼"
1073
+ "other": "變更PIN碼"
1090
1074
  },
1091
1075
  "changepincode_modal_currentpassword": {
1092
- "other": "目前密碼"
1076
+ "other": "目前密碼"
1093
1077
  },
1094
1078
  "changepincode_modal_pincode1": {
1095
- "other": "新PIN碼"
1079
+ "other": "新PIN碼"
1096
1080
  },
1097
1081
  "changepincode_modal_pincode2": {
1098
- "other": "再次確認新PIN碼"
1082
+ "other": "再次確認新PIN碼"
1099
1083
  },
1100
1084
  "changepincode_modal_submit": {
1101
- "other": "設定PIN碼"
1085
+ "other": "設定PIN碼"
1102
1086
  },
1103
1087
  "changepincode_modal_error_wrong_password": {
1104
- "other": "密碼錯誤"
1088
+ "other": "密碼錯誤"
1105
1089
  },
1106
1090
  "user_set_pin_intro": {
1107
- "other": "需輸入PIN碼以 {{.Action}} 此內容"
1091
+ "other": "需輸入PIN碼以 {{.Action}} 此內容"
1108
1092
  },
1109
1093
  "user_error_wrong_pin_reset": {
1110
- "other": "按此重置PIN碼"
1094
+ "other": "按此重置PIN碼"
1111
1095
  },
1112
1096
  "user_error_too_many_pin_errors_help_page_link": {
1113
- "other": ""
1097
+ "other": ""
1114
1098
  },
1115
1099
  "shopping_error_age_restricted": {
1116
- "other": "此內容有年齡限制。"
1100
+ "other": "此內容有年齡限制。"
1117
1101
  },
1118
1102
  "shopping_error_close_button": {
1119
- "other": "好"
1103
+ "other": "好"
1120
1104
  },
1121
1105
  "wcag_skip_links_header": {
1122
- "other": "輔助連結"
1106
+ "other": "輔助連結"
1123
1107
  },
1124
1108
  "wcag_skip_links_content": {
1125
- "other": "跳至內文"
1126
- },
1127
- "wcag_skip_links_footer": {
1128
- "other": "跳至頁尾"
1109
+ "other": "跳至內文"
1129
1110
  },
1130
1111
  "wcag_homepage_h1": {
1131
- "other": "首頁"
1112
+ "other": "首頁"
1132
1113
  },
1133
1114
  "wcag_carousel_h2": {
1134
- "other": "輪播"
1115
+ "other": "輪播"
1135
1116
  },
1136
1117
  "wcag_collections_h2": {
1137
- "other": "收藏"
1118
+ "other": "收藏"
1138
1119
  },
1139
1120
  "wcag_aria_label_footer": {
1140
- "other": "頁尾"
1121
+ "other": "頁尾"
1141
1122
  },
1142
1123
  "wcag_aria_label_nav_main": {
1143
- "other": "首頁內容"
1124
+ "other": "首頁內容"
1144
1125
  },
1145
1126
  "wcag_aria_label_nav_sub": {
1146
- "other": "子頁"
1127
+ "other": "子頁"
1147
1128
  },
1148
1129
  "wcag_aria_label_toggle_nav": {
1149
- "other": "浮動導覽選單"
1130
+ "other": "浮動導覽選單"
1150
1131
  },
1151
1132
  "wcag_aria_label_bundle_items": {
1152
- "other": "影片合輯"
1133
+ "other": "影片合輯"
1153
1134
  },
1154
1135
  "wcag_aria_label_carousel": {
1155
- "other": "輪播"
1136
+ "other": "輪播"
1156
1137
  },
1157
1138
  "wcag_aria_label_page_collection": {
1158
- "other": "收藏頁面"
1139
+ "other": "收藏頁面"
1159
1140
  },
1160
1141
  "wcag_aria_label_collection_list": {
1161
- "other": "收藏清單"
1142
+ "other": "收藏清單"
1162
1143
  },
1163
1144
  "wcag_aria_label_collection_slider": {
1164
- "other": "收藏內容輪播"
1145
+ "other": "收藏內容輪播"
1165
1146
  },
1166
1147
  "wcag_aria_label_wishlist": {
1167
- "other": "我的追蹤片單"
1148
+ "other": "我的追蹤片單"
1168
1149
  },
1169
1150
  "wcag_aria_label_facebook": {
1170
- "other": "分享至Facebook"
1151
+ "other": "分享至Facebook"
1171
1152
  },
1172
1153
  "wcag_aria_label_twitter": {
1173
- "other": "分享至Twitter"
1154
+ "other": "分享至Twitter"
1174
1155
  },
1175
1156
  "wcag_aria_label_linkedin": {
1176
- "other": "分享至LinkedIn"
1157
+ "other": "分享至LinkedIn"
1177
1158
  },
1178
1159
  "app_badge_title": {
1179
- "other": "Download the app to view your purchased content!"
1160
+ "other": "下載應用程序以查看購買的內容!"
1180
1161
  },
1181
1162
  "app_badge_ios": {
1182
- "other": "Download on the App Store"
1163
+ "other": "App Store上下載"
1183
1164
  },
1184
1165
  "app_badge_android": {
1185
- "other": "Get it on Google Play"
1166
+ "other": "Google Play上獲取它"
1186
1167
  },
1187
1168
  "shopping_price_title_plan": {
1188
1169
  "other": "價錢"
@@ -1246,10 +1227,28 @@
1246
1227
  "plan_free_link_text": {
1247
1228
  "other": "免費註冊"
1248
1229
  },
1249
- "awards_nominated_for": {
1250
- "other": "提名"
1251
- },
1252
1230
  "awards_in_competition": {
1253
1231
  "other": "比賽中"
1232
+ },
1233
+ "meta_description_expand": {
1234
+ "other": "展示更多"
1235
+ },
1236
+ "meta_description_collapse": {
1237
+ "other": "显示较少"
1238
+ },
1239
+ "awards_winner": {
1240
+ "other": "优胜者"
1241
+ },
1242
+ "donate_button_text": {
1243
+ "other": "捐"
1244
+ },
1245
+ "shopping_error_plan_already_owned": {
1246
+ "other": "你已經擁有這個計劃."
1247
+ },
1248
+ "shopping_error_plan_expired": {
1249
+ "other": "該計劃不再可用."
1250
+ },
1251
+ "wcag_aria_label_letterboxd": {
1252
+ "other": "在letterboxd上查看"
1254
1253
  }
1255
- }
1254
+ }