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