@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.
Files changed (58) hide show
  1. package/CHANGELOG.md +37 -16
  2. package/kibble.json +108 -29
  3. package/package.json +21 -8
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  6. package/scripts/language-file-validator.js +1 -1
  7. package/scripts/translate.mjs +43 -0
  8. package/site/ar_LB.all.json +1262 -595
  9. package/site/ca_ES.all.json +437 -417
  10. package/site/da_DK.all.json +307 -221
  11. package/site/de_DE.all.json +1119 -459
  12. package/site/ee_EE.all.json +1261 -600
  13. package/site/el_EL.all.json +1112 -459
  14. package/site/en_AU.all.json +1159 -467
  15. package/site/es_ES.all.json +1105 -452
  16. package/site/es_MX.all.json +1160 -479
  17. package/site/fi_FI.all.json +1113 -460
  18. package/site/fr_FR.all.json +1105 -454
  19. package/site/hr_HR.all.json +1169 -464
  20. package/site/hu_HU.all.json +1261 -599
  21. package/site/it_IT.all.json +1112 -458
  22. package/site/ja_JP.all.json +1114 -460
  23. package/site/lt_LT.all.json +1112 -454
  24. package/site/nl_BE.all.json +1112 -456
  25. package/site/no_NO.all.json +1252 -596
  26. package/site/pl_PL.all.json +1090 -447
  27. package/site/pt_BR.all.json +432 -429
  28. package/site/pt_PT.all.json +1252 -602
  29. package/site/ru_RU.all.json +1088 -449
  30. package/site/sr_SR.all.json +1254 -0
  31. package/site/styles/_awards.scss +5 -0
  32. package/site/styles/_buttons.scss +23 -0
  33. package/site/styles/_carousel.scss +9 -1
  34. package/site/styles/_forms.scss +78 -11
  35. package/site/styles/_meta-detail.scss +2 -2
  36. package/site/styles/_meta-item-tagline.scss +1 -1
  37. package/site/styles/_nav.scss +6 -6
  38. package/site/styles/_pages.scss +0 -2
  39. package/site/styles/_plans.scss +5 -0
  40. package/site/styles/_search.scss +1 -1
  41. package/site/styles/_shift72.scss +3 -3
  42. package/site/styles/_shopping.scss +1 -1
  43. package/site/styles/_skip-link.scss +19 -0
  44. package/site/styles/_variables.scss +10 -6
  45. package/site/styles/_wishlist.scss +19 -11
  46. package/site/styles/main.scss +1 -0
  47. package/site/templates/application/application.jet +11 -14
  48. package/site/templates/application/google.jet +26 -10
  49. package/site/templates/common/awards/carousel.jet +7 -1
  50. package/site/templates/common/awards/item.jet +2 -2
  51. package/site/templates/film/item.jet +83 -76
  52. package/site/templates/page/curated.jet +1 -1
  53. package/site/templates/page/page-content.jet +1 -23
  54. package/site/templates/page/page-header.jet +25 -6
  55. package/site/tr_TR.all.json +1252 -602
  56. package/site/uk_UA.all.json +528 -451
  57. package/site/zh_TW.all.json +438 -419
  58. package/site/se_SE.all.json +0 -601
@@ -1,188 +1,457 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Settings" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "ScreenPlus" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "French" },
12
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Settings"
7
+ },
8
+ "powered_by": {
9
+ "other": "Powered by"
10
+ },
11
+ "powered_by_name": {
12
+ "other": "ScreenPlus"
13
+ },
14
+ "powered_by_url": {
15
+ "other": "https://www.screenplus.com"
16
+ },
17
+ "in_partnership_with": {
18
+ "other": "in partnership with"
19
+ },
20
+ "festival_scope": {
21
+ "other": "Festival Scope"
22
+ },
23
+ "festival_scope_url": {
24
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
25
+ },
26
+ "en": {
27
+ "other": "English"
28
+ },
29
+ "fr": {
30
+ "other": "French"
31
+ },
13
32
  "episode_name": {
14
33
  "other": "シーズン"
15
34
  },
16
35
  "season_name": {
17
36
  "other": "エピソード"
18
37
  },
19
-
20
- "date_day": { "other": "日" },
21
- "date_month": { "other": "月" },
22
- "date_year": { "other": "年" },
23
-
24
- "404_page_header": { "other": "このページは存在しません…" },
25
- "404_page_content": { "other": "<p>お探しのページは存在しないようです。移 動もしくは削除されたか、入力間違いかも しれません。ホーム画面でページを探して みてください。</p><p><a href=\"/\">ホーム 画面に戻る</a></p>" },
26
-
27
- "nav_homepage": { "other": "ABC Cinemas" },
28
- "nav_signin": { "other": "サインイン" },
29
- "nav_signup": { "other": "アカウント登録" },
30
- "nav_signed_in_as": { "other": "サインイン中" },
31
- "nav_library": { "other": "マイライブラリー" },
32
- "nav_devices": { "other": "マイデバイス" },
33
- "nav_wishlist": { "other": "マイリスト" },
34
- "nav_account": { "other": "マイアカウント" },
35
- "nav_signout": { "other": "サインアウト" },
36
- "play_trailer": { "other": "予告編" },
37
- "runtime_hours": { "other": "時間" },
38
- "runtime_minutes": { "other": "" },
39
-
40
- "datetime_today": { "other": "本日 {{.Date}}" },
41
- "datetime_tomorrow": { "other": "明日 {{.Date}}" },
42
- "datetime_yesterday": { "other": "昨日 {{.Date}}" },
43
- "datetime_next": { "other": "{{.Date}}" },
44
- "datetime_last": { "other": "最終 {{.Date}}" },
45
-
46
- "search_control_placeholder": { "other": "検索" },
47
- "search_control_submit": { "other": "検索する" },
48
-
49
- "play_button_watch": { "other" : "再生する"},
50
- "play_button_resume": { "other" : "続きから見る"},
51
-
52
- "social_media_buttons_title": { "other": "共有" },
53
- "social_media_buttons_facebook": { "other": "Facebookでシェア" },
54
- "social_media_buttons_twitter": { "other": "Twitterで共有する" },
55
- "social_media_buttons_linkedin": { "other": "Linkedinで共有する" },
56
- "social_media_buttons_email": { "other": "メールで共有する" },
57
- "social_media_buttons_email_subject": { "other": "リンクシェア" },
58
- "social_media_buttons_copied_link": { "other": "リンクがクリップボードにコピーされました!" },
59
- "social_media_buttons_copy_link": { "other": "クリップボードにコピー" },
60
-
61
- "accept_invite_page_header": { "other": "ようこそ " },
62
- "acceptinvite_form_invalid_reset_password_token": { "other": "すでに招待リクエスト済みですので、サインインしてください。" },
63
- "acceptinvite_complete": { "other": "ありがとうございます。アカウント登録は完了しました。" },
64
- "acceptinvite_form_submit": { "other": "招待を受け取る" },
65
- "acceptinvite_agreement": { "other": "「招待を受け取る」をクリックすること で、<a href=\"/page/terms-and-conditions/\" target=\"_blank\">利用規約</a>と<a href=\"/page/privacy/\" target=\"_blank\">プラ イベートポリシー</a>を確認・同意したと みなします。" },
66
-
67
- "signup_page_header": { "other": "アカウントを新規作成する" },
68
- "signup_form_name": { "other": "名前" },
69
- "signup_form_email": { "other": "Eメールアドレス" },
70
- "signup_form_password": { "other": "パスワード" },
71
- "signup_form_password_confirmation": { "other": "パスワード再確認" },
72
- "signup_form_gender": { "other": "性別" },
73
- "signup_form_dob": { "other": "生年月日" },
74
- "signup_form_submit": { "other": "送信" },
75
-
76
- "signin_page_header": { "other": "サインイン" },
77
- "signin_form_email": { "other": "Eメールアドレス" },
78
- "signin_form_password": { "other": "パスワード" },
79
- "signin_form_remember": { "other": "ログイン情報を記憶する" },
80
- "signin_form_submit": { "other": "送信" },
81
- "signin_page_forgotpassword": { "other": "パスワードを忘れましたか?" },
82
- "signin_page_createnewaccount": { "other": "アカウント登録がお済みでない方は初めに登録してください。" },
83
- "signup_page_alreadyhaveanaccount": { "other": "アカウントをお持ちの方はサインインしてください。" },
84
- "signup_form_error_email_already_in_use": { "other": "このEメールアドレスは登録済みです。" },
85
- "signin_form_error_incorrect_credentials": { "other": "ユーザー名とパスワードが間違っています。" },
86
-
87
- "signup_form_error_forbidden": { "other": "エラーが発生しました。" },
88
-
89
- "combined_auth_continue": { "other": "続ける" },
90
- "combined_auth_change": { "other": "変更する" },
91
- "combined_auth_signin": { "other": "サインイン" },
92
- "combined_auth_signup": { "other": "アカウントを作成する" },
93
- "combined_auth_signin_password": { "other": "パスワードを入力してサインインする。" },
94
- "combined_auth_signin_error_incorrect_credentials": { "other": "このパスワードは不正です。" },
95
- "combined_auth_error_forbidden": { "other": "エラーが発生しました。" },
96
- "combined_auth_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
97
-
98
- "forgotpassword_page_header": { "other": "パスワードをリセットする" },
99
- "forgotpassword_form_email": { "other": "Eメールアドレス" },
100
- "forgotpassword_form_submit": { "other": "リセット" },
101
- "forgotpassword_form_error_email_doesnt_exist": { "other": "このEメールアドレスと一致するアカウントは存在しません。" },
102
- "forgotpassword_form_error_account_suspended": { "other": "このアカウントは停止中です。" },
103
- "forgotpassword_complete": { "other": "ありがとうございます。パスワード再登録の案内メールをお送りしました。" },
104
- "forgotpassword_form_error_forbidden": { "other": "エラーが発生しました。" },
105
- "forgotpassword_form_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
106
-
107
- "resetpassword_page_header": { "other": "パスワードを変更する" },
108
- "resetpassword_form_invalid_reset_password_token": { "other": "パスワード再設定リクエスト有効期限切れのようです。再度、 <a href=\"{{.URL}}\">パスワード再設定</a> フォームから申請してください。" },
109
- "resetpassword_form_password": { "other": "新しいパスワード" },
110
- "resetpassword_form_password2": { "other": "パスワードを再確認" },
111
- "resetpassword_form_submit": { "other": "変更する" },
112
- "resetpassword_complete": { "other": "ありがとうございます。パスワードは変更されました。サインイン中です。" },
113
- "resetpassword_form_error_invalid_reset_password_token": { "other": "パスワード再設定リクエストは無効です。もう一度リクエストしてください。" },
114
- "resetpassword_form_error_reset_password_token_expired": { "other": "パスワード再設定のトークンは有効期限が切れました。新しいトークンを申請してください。" },
115
- "resetpassword_form_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
116
-
117
- "account_page_header": { "other": "マイアカウント" },
118
- "account_form_name": { "other": "名前" },
119
- "account_form_email": { "other": "Eメールアドレス" },
120
- "account_form_password": { "other": "パスワード" },
121
- "account_form_change_password": { "other": "変更する" },
122
- "account_form_gender": { "other": "性別" },
123
- "account_form_dob": { "other": "生年月日" },
124
- "account_form_submit": { "other": "更新する" },
125
- "account_form_submitted": { "other": "更新済み" },
126
- "account_form_password_changed": { "other": "更新済み" },
127
- "account_form_error_incorrect_password": { "other": "パスワードが正しくありません" },
128
-
129
- "signup_form_optin": {"other": "無料のニュースレターを購読する"},
130
-
131
- "passwordconfirmation_modal_header": { "other": "パスワードを再入力する" },
132
- "passwordconfirmation_modal_label": { "other": "変更を登録するためにパスワードを入力してください" },
133
- "passwordconfirmation_modal_confirm": { "other": "確定する" },
134
-
135
- "changepassword_modal_header": { "other": "パスワードを変更する" },
136
- "changepassword_modal_currentpassword": { "other": "現在のパスワード" },
137
- "changepassword_modal_password": { "other": "新しいパスワード" },
138
- "changepassword_modal_password2": { "other": "新しいパスワードを再入力する" },
139
- "changepassword_modal_submit": { "other": "更新する" },
140
- "changepassword_modal_error_incorrect_password": { "other": "パスワードが正しくありません" },
141
-
142
- "userlibrary_page_header": { "other": "マイライブラリー" },
143
- "userlibrary_empty_header": { "other": "あなたのライブラリーには何も入っていません" },
144
- "userlibrary_empty_content": { "other": "<a href=\"{{.HomeURL}}\">作品ラインナップ</a>からご覧になりたい作品を選んでください" },
145
-
146
- "searchresults_page_header": { "other": "検索結果" },
147
- "searchresults_load_more": { "other": "{{.Count}} 以上を読み込んでいます" },
38
+ "date_day": {
39
+ "other": "日"
40
+ },
41
+ "date_month": {
42
+ "other": "月"
43
+ },
44
+ "date_year": {
45
+ "other": "年"
46
+ },
47
+ "404_page_header": {
48
+ "other": "このページは存在しません…"
49
+ },
50
+ "404_page_content": {
51
+ "other": "<p>お探しのページは存在しないようです。移 動もしくは削除されたか、入力間違いかも しれません。ホーム画面でページを探して みてください。</p><p><a href=\"/\">ホーム 画面に戻る</a></p>"
52
+ },
53
+ "nav_homepage": {
54
+ "other": "ABC Cinemas"
55
+ },
56
+ "nav_signin": {
57
+ "other": "サインイン"
58
+ },
59
+ "nav_signup": {
60
+ "other": "アカウント登録"
61
+ },
62
+ "nav_signed_in_as": {
63
+ "other": "サインイン中"
64
+ },
65
+ "nav_library": {
66
+ "other": "マイライブラリー"
67
+ },
68
+ "nav_devices": {
69
+ "other": "マイデバイス"
70
+ },
71
+ "nav_wishlist": {
72
+ "other": "マイリスト"
73
+ },
74
+ "nav_account": {
75
+ "other": "マイアカウント"
76
+ },
77
+ "nav_signout": {
78
+ "other": "サインアウト"
79
+ },
80
+ "play_trailer": {
81
+ "other": "予告編"
82
+ },
83
+ "runtime_hours": {
84
+ "other": "時間"
85
+ },
86
+ "runtime_minutes": {
87
+ "other": ""
88
+ },
89
+ "datetime_today": {
90
+ "other": "本日 {{.Date}}"
91
+ },
92
+ "datetime_tomorrow": {
93
+ "other": "明日 {{.Date}}"
94
+ },
95
+ "datetime_yesterday": {
96
+ "other": "昨日 {{.Date}}"
97
+ },
98
+ "datetime_next": {
99
+ "other": "{{.Date}}"
100
+ },
101
+ "datetime_last": {
102
+ "other": "最終 {{.Date}}"
103
+ },
104
+ "search_control_placeholder": {
105
+ "other": "検索"
106
+ },
107
+ "search_control_submit": {
108
+ "other": "検索する"
109
+ },
110
+ "play_button_watch": {
111
+ "other": "再生する"
112
+ },
113
+ "play_button_resume": {
114
+ "other": "続きから見る"
115
+ },
116
+ "social_media_buttons_title": {
117
+ "other": "共有"
118
+ },
119
+ "social_media_buttons_facebook": {
120
+ "other": "Facebookでシェア"
121
+ },
122
+ "social_media_buttons_twitter": {
123
+ "other": "Twitterで共有する"
124
+ },
125
+ "social_media_buttons_linkedin": {
126
+ "other": "Linkedinで共有する"
127
+ },
128
+ "social_media_buttons_email": {
129
+ "other": "メールで共有する"
130
+ },
131
+ "social_media_buttons_email_subject": {
132
+ "other": "リンクシェア"
133
+ },
134
+ "social_media_buttons_copied_link": {
135
+ "other": "リンクがクリップボードにコピーされました!"
136
+ },
137
+ "social_media_buttons_copy_link": {
138
+ "other": "クリップボードにコピー"
139
+ },
140
+ "accept_invite_page_header": {
141
+ "other": "ようこそ "
142
+ },
143
+ "acceptinvite_form_invalid_reset_password_token": {
144
+ "other": "すでに招待リクエスト済みですので、サインインしてください。"
145
+ },
146
+ "acceptinvite_complete": {
147
+ "other": "ありがとうございます。アカウント登録は完了しました。"
148
+ },
149
+ "acceptinvite_form_submit": {
150
+ "other": "招待を受け取る"
151
+ },
152
+ "acceptinvite_agreement": {
153
+ "other": "「招待を受け取る」をクリックすること で、<a href=\"/page/terms-and-conditions/\" target=\"_blank\">利用規約</a>と<a href=\"/page/privacy/\" target=\"_blank\">プラ イベートポリシー</a>を確認・同意したと みなします。"
154
+ },
155
+ "signup_page_header": {
156
+ "other": "アカウントを新規作成する"
157
+ },
158
+ "signup_form_name": {
159
+ "other": "名前"
160
+ },
161
+ "signup_form_email": {
162
+ "other": "Eメールアドレス"
163
+ },
164
+ "signup_form_password": {
165
+ "other": "パスワード"
166
+ },
167
+ "signup_form_password_confirmation": {
168
+ "other": "パスワード再確認"
169
+ },
170
+ "signup_form_gender": {
171
+ "other": "性別"
172
+ },
173
+ "signup_form_dob": {
174
+ "other": "生年月日"
175
+ },
176
+ "signup_form_submit": {
177
+ "other": "送信"
178
+ },
179
+ "signin_page_header": {
180
+ "other": "サインイン"
181
+ },
182
+ "signin_form_email": {
183
+ "other": "Eメールアドレス"
184
+ },
185
+ "signin_form_password": {
186
+ "other": "パスワード"
187
+ },
188
+ "signin_form_remember": {
189
+ "other": "ログイン情報を記憶する"
190
+ },
191
+ "signin_form_submit": {
192
+ "other": "送信"
193
+ },
194
+ "signin_page_forgotpassword": {
195
+ "other": "パスワードを忘れましたか?"
196
+ },
197
+ "signin_page_createnewaccount": {
198
+ "other": "アカウント登録がお済みでない方は初めに登録してください。"
199
+ },
200
+ "signup_page_alreadyhaveanaccount": {
201
+ "other": "アカウントをお持ちの方はサインインしてください。"
202
+ },
203
+ "signup_form_error_email_already_in_use": {
204
+ "other": "このEメールアドレスは登録済みです。"
205
+ },
206
+ "signin_form_error_incorrect_credentials": {
207
+ "other": "ユーザー名とパスワードが間違っています。"
208
+ },
209
+ "signup_form_error_forbidden": {
210
+ "other": "エラーが発生しました。"
211
+ },
212
+ "combined_auth_continue": {
213
+ "other": "続ける"
214
+ },
215
+ "combined_auth_change": {
216
+ "other": "変更する"
217
+ },
218
+ "combined_auth_signin": {
219
+ "other": "サインイン"
220
+ },
221
+ "combined_auth_signup": {
222
+ "other": "アカウントを作成する"
223
+ },
224
+ "combined_auth_signin_password": {
225
+ "other": "パスワードを入力してサインインする。"
226
+ },
227
+ "combined_auth_signin_error_incorrect_credentials": {
228
+ "other": "このパスワードは不正です。"
229
+ },
230
+ "combined_auth_error_forbidden": {
231
+ "other": "エラーが発生しました。"
232
+ },
233
+ "combined_auth_error_too_many_requests": {
234
+ "other": "要求が多すぎます。あとで言ってください。"
235
+ },
236
+ "forgotpassword_page_header": {
237
+ "other": "パスワードをリセットする"
238
+ },
239
+ "forgotpassword_form_email": {
240
+ "other": "Eメールアドレス"
241
+ },
242
+ "forgotpassword_form_submit": {
243
+ "other": "リセット"
244
+ },
245
+ "forgotpassword_form_error_email_doesnt_exist": {
246
+ "other": "このEメールアドレスと一致するアカウントは存在しません。"
247
+ },
248
+ "forgotpassword_form_error_account_suspended": {
249
+ "other": "このアカウントは停止中です。"
250
+ },
251
+ "forgotpassword_complete": {
252
+ "other": "ありがとうございます。パスワード再登録の案内メールをお送りしました。"
253
+ },
254
+ "forgotpassword_form_error_forbidden": {
255
+ "other": "エラーが発生しました。"
256
+ },
257
+ "forgotpassword_form_error_too_many_requests": {
258
+ "other": "要求が多すぎます。あとで言ってください。"
259
+ },
260
+ "resetpassword_page_header": {
261
+ "other": "パスワードを変更する"
262
+ },
263
+ "resetpassword_form_invalid_reset_password_token": {
264
+ "other": "パスワード再設定リクエスト有効期限切れのようです。再度、 <a href=\"{{.URL}}\">パスワード再設定</a> フォームから申請してください。"
265
+ },
266
+ "resetpassword_form_password": {
267
+ "other": "新しいパスワード"
268
+ },
269
+ "resetpassword_form_password2": {
270
+ "other": "パスワードを再確認"
271
+ },
272
+ "resetpassword_form_submit": {
273
+ "other": "変更する"
274
+ },
275
+ "resetpassword_complete": {
276
+ "other": "ありがとうございます。パスワードは変更されました。サインイン中です。"
277
+ },
278
+ "resetpassword_form_error_invalid_reset_password_token": {
279
+ "other": "パスワード再設定リクエストは無効です。もう一度リクエストしてください。"
280
+ },
281
+ "resetpassword_form_error_reset_password_token_expired": {
282
+ "other": "パスワード再設定のトークンは有効期限が切れました。新しいトークンを申請してください。"
283
+ },
284
+ "resetpassword_form_error_too_many_requests": {
285
+ "other": "要求が多すぎます。あとで言ってください。"
286
+ },
287
+ "account_page_header": {
288
+ "other": "マイアカウント"
289
+ },
290
+ "account_form_name": {
291
+ "other": "名前"
292
+ },
293
+ "account_form_email": {
294
+ "other": "Eメールアドレス"
295
+ },
296
+ "account_form_password": {
297
+ "other": "パスワード"
298
+ },
299
+ "account_form_change_password": {
300
+ "other": "変更する"
301
+ },
302
+ "account_form_gender": {
303
+ "other": "性別"
304
+ },
305
+ "account_form_dob": {
306
+ "other": "生年月日"
307
+ },
308
+ "account_form_submit": {
309
+ "other": "更新する"
310
+ },
311
+ "account_form_submitted": {
312
+ "other": "更新済み"
313
+ },
314
+ "account_form_password_changed": {
315
+ "other": "更新済み"
316
+ },
317
+ "account_form_error_incorrect_password": {
318
+ "other": "パスワードが正しくありません"
319
+ },
320
+ "signup_form_optin": {
321
+ "other": "無料のニュースレターを購読する"
322
+ },
323
+ "passwordconfirmation_modal_header": {
324
+ "other": "パスワードを再入力する"
325
+ },
326
+ "passwordconfirmation_modal_label": {
327
+ "other": "変更を登録するためにパスワードを入力してください"
328
+ },
329
+ "passwordconfirmation_modal_confirm": {
330
+ "other": "確定する"
331
+ },
332
+ "changepassword_modal_header": {
333
+ "other": "パスワードを変更する"
334
+ },
335
+ "changepassword_modal_currentpassword": {
336
+ "other": "現在のパスワード"
337
+ },
338
+ "changepassword_modal_password": {
339
+ "other": "新しいパスワード"
340
+ },
341
+ "changepassword_modal_password2": {
342
+ "other": "新しいパスワードを再入力する"
343
+ },
344
+ "changepassword_modal_submit": {
345
+ "other": "更新する"
346
+ },
347
+ "changepassword_modal_error_incorrect_password": {
348
+ "other": "パスワードが正しくありません"
349
+ },
350
+ "userlibrary_page_header": {
351
+ "other": "マイライブラリー"
352
+ },
353
+ "userlibrary_empty_header": {
354
+ "other": "あなたのライブラリーには何も入っていません"
355
+ },
356
+ "userlibrary_empty_content": {
357
+ "other": "<a href=\"{{.HomeURL}}\">作品ラインナップ</a>からご覧になりたい作品を選んでください"
358
+ },
359
+ "searchresults_page_header": {
360
+ "other": "検索結果"
361
+ },
362
+ "searchresults_load_more": {
363
+ "other": "{{.Count}} 以上を読み込んでいます"
364
+ },
148
365
  "searchresults_total": {
149
366
  "one": "\"{{.Query}}\"について1件の 検索結果",
150
367
  "other": "\"{{.Query}}\"について{{.Count}} 件の 検索結果"
151
368
  },
152
- "searchresults_empty_header": { "other": "\"{{.Query}}\"では検索結果なし" },
153
- "searchresults_empty_content": { "other": "他の検索用語を入力して<a href=\"{{.HomeURL}}\">検索</a> してください" },
154
-
155
- "validation_name_required": { "other": "お名前を入力してください" },
156
- "validation_email_required": { "other": "Eメールアドレスを入力してください" },
157
- "validation_email_email": { "other": "正しいEメールアドレスを入力してください" },
158
- "validation_currentpassword_required": { "other": "現在のパスワードを入力してください" },
159
- "validation_password_required": { "other": "パスワードを入力してください" },
160
- "validation_password2_required": { "other": "パスワードを再入力してください" },
161
- "validation_password2_match": { "other": "パスワードが一致しません" },
162
- "validation_password_minlength": { "other": "少なくとも{{.Count}} 以上の文字を含めてください" },
163
- "validation_promocode_required": { "other": "プロモーションコードを入力してください" },
164
- "validation_gender_required": { "other": "性別を入力してください" },
165
- "validation_dob_required": { "other": "生年月日を入力してください" },
166
- "validation_dob_date": { "other": "生年月日を入力してください" },
167
-
168
- "shopping_info_subtitle_hd": { "other": "HD画質で見る" },
169
- "shopping_info_subtitle_help": { "other": "システム要件をご確認ください" },
170
- "shopping_info_ownership_buy": { "other": "購入" },
171
- "shopping_info_ownership_rent": { "other": "期間限定視聴(レンタル)" },
172
-
173
- "shopping_info_release_date_title": { "other": "{{.Date}} より視聴可能になります。" },
174
- "shopping_info_release_date_explanation_rent": { "other": "現在、お申し込みはできますが、期日まではご視聴いただけません。" },
175
- "shopping_info_release_date_explanation_buy": { "other": "現在、購入はできますが、配信日まではご視聴いただけません。" },
176
-
177
-
178
- "shopping_info_available_until_date_title": { "other": "{{.Date}}から利用可能" },
179
- "shopping_info_available_until_date_explanation_rent": { "other": "この日時以降の視聴はできません。" },
180
- "shopping_info_available_until_date_explanation_buy": { "other": "この日時以降の視聴はできません。" },
181
-
182
- "duration_hour": { "one": "1時間", "other": "{{.Count}}時間" },
183
- "duration_day": { "one": "1日", "other": "{{.Count}}日間" },
184
- "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.ValueUnit}}" },
185
- "shopping_info_watch_window_duration": { "other": "再生開始後{{.Count}} 時間視聴できます。" },
369
+ "searchresults_empty_header": {
370
+ "other": "\"{{.Query}}\"では検索結果なし"
371
+ },
372
+ "searchresults_empty_content": {
373
+ "other": "他の検索用語を入力して<a href=\"{{.HomeURL}}\">検索</a> してください"
374
+ },
375
+ "validation_name_required": {
376
+ "other": "お名前を入力してください"
377
+ },
378
+ "validation_email_required": {
379
+ "other": "Eメールアドレスを入力してください"
380
+ },
381
+ "validation_email_email": {
382
+ "other": "正しいEメールアドレスを入力してください"
383
+ },
384
+ "validation_currentpassword_required": {
385
+ "other": "現在のパスワードを入力してください"
386
+ },
387
+ "validation_password_required": {
388
+ "other": "パスワードを入力してください"
389
+ },
390
+ "validation_password2_required": {
391
+ "other": "パスワードを再入力してください"
392
+ },
393
+ "validation_password2_match": {
394
+ "other": "パスワードが一致しません"
395
+ },
396
+ "validation_password_minlength": {
397
+ "other": "少なくとも{{.Count}} 以上の文字を含めてください"
398
+ },
399
+ "validation_promocode_required": {
400
+ "other": "プロモーションコードを入力してください"
401
+ },
402
+ "validation_gender_required": {
403
+ "other": "性別を入力してください"
404
+ },
405
+ "validation_dob_required": {
406
+ "other": "生年月日を入力してください"
407
+ },
408
+ "validation_dob_date": {
409
+ "other": "生年月日を入力してください"
410
+ },
411
+ "shopping_info_subtitle_hd": {
412
+ "other": "HD画質で見る"
413
+ },
414
+ "shopping_info_subtitle_help": {
415
+ "other": "システム要件をご確認ください"
416
+ },
417
+ "shopping_info_ownership_buy": {
418
+ "other": "購入"
419
+ },
420
+ "shopping_info_ownership_rent": {
421
+ "other": "期間限定視聴(レンタル)"
422
+ },
423
+ "shopping_info_release_date_title": {
424
+ "other": "{{.Date}} より視聴可能になります。"
425
+ },
426
+ "shopping_info_release_date_explanation_rent": {
427
+ "other": "現在、お申し込みはできますが、期日まではご視聴いただけません。"
428
+ },
429
+ "shopping_info_release_date_explanation_buy": {
430
+ "other": "現在、購入はできますが、配信日まではご視聴いただけません。"
431
+ },
432
+ "shopping_info_available_until_date_title": {
433
+ "other": "{{.Date}}から利用可能"
434
+ },
435
+ "shopping_info_available_until_date_explanation_rent": {
436
+ "other": "この日時以降の視聴はできません。"
437
+ },
438
+ "shopping_info_available_until_date_explanation_buy": {
439
+ "other": "この日時以降の視聴はできません。"
440
+ },
441
+ "duration_hour": {
442
+ "one": "1時間",
443
+ "other": "{{.Count}}時間"
444
+ },
445
+ "duration_day": {
446
+ "one": "1日",
447
+ "other": "{{.Count}}日間"
448
+ },
449
+ "shopping_info_rental_period_duration": {
450
+ "other": "レンタル期間 {{.ValueUnit}}"
451
+ },
452
+ "shopping_info_watch_window_duration": {
453
+ "other": "再生開始後{{.Count}} 時間視聴できます。"
454
+ },
186
455
  "shopping_info_watch_window_explanation_film": {
187
456
  "one": "お申し込み完了後、{{.ValueUnit}}以内に視聴を開始してください。",
188
457
  "other": "お申し込み完了後、{{.ValueUnit}}以内に視聴を開始してください。"
@@ -207,65 +476,145 @@
207
476
  "one": "シーズン内のエピソード再生開始後は、1時間以内に限り、そのエピソードを何度でも視聴いただけます。",
208
477
  "other": "シーズン内のエピソード再生開始後は、{{.Count}} 時間以内に限り、そのエピソードを何度でも視聴いただけます。"
209
478
  },
210
-
211
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% ボーナス" },
212
-
213
- "shopping_enter_card_prompt": { "other": "クレジットカード情報を入力して{{.Verb}}を完了してください。" },
214
-
215
- "shopping_terms": { "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\" tabindex=\"-1\">利用規約</a>に同意して決済を完了する。"},
216
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} 割引が適用されました。" },
217
- "shopping_discount_apply": { "other": "適用する" },
218
- "shopping_discount_code": { "other": "プロモーションコードを入力する" },
219
- "shopping_discount_have_code": { "other": "プロモーションコードを持っている" },
220
-
221
- "shopping_price_you_pay": { "other": "お支払い額" },
222
- "shopping_price_nothing": { "other": "なし" },
223
- "shopping_price_free": { "other": "無料" },
224
-
225
- "shopping_auth_directions": { "other": "最初にアカウントが必要です。Eメールアドレスを入力してください。" },
226
-
227
- "shopping_error_in_library": { "other": "{{.Title}} はすでにお客様のライブラリーに入っています。" },
228
-
229
- "shopping_error_missing_card": { "other": "お客様のクレジットカード情報を入力してください。" },
230
- "shopping_error_title": { "other": "エラーが発生しました。" },
231
- "shopping_error_incorrect_cvc": { "other": "有効なセキュリティコードを入力してください。" },
232
- "shopping_error_invalid_cvc": { "other": "有効なセキュリティコードを入力してください。" },
233
- "shopping_error_incorrect_number": { "other": "有効なクレジットカード番号を入力してください。" },
234
- "shopping_error_invalid_number": { "other": "有効なクレジットカード番号を入力してください。" },
235
- "shopping_error_card_declined": { "other": "このクレジットカードは有効ではありません。" },
236
- "shopping_error_invalid_expiry_month": { "other": "正しい有効期限を入力してください。" },
237
- "shopping_error_invalid_expiry_year": { "other": "正しい有効期限を入力してください。" },
238
- "shopping_error_expired_card": { "other": "このクレジットカードは有効期限切れです。" },
239
- "shopping_error_creditcard_country_mismatch": { "other": "{{.Ownership}} は完了していません。ご入力いただいたクレジットカードが発行された国でのみご視聴が可能です。お支払いには別のクレジットカードをご利用ください。" },
240
- "shopping_error_proxy_detected": { "other": "{{.Ownership}} は完了していません。ブロック解除機能またはプロキシサービスをご利用のようです。これらのサービスを停止してから再度お試しください。" },
241
-
242
- "shopping_error_discount_blank": { "other": "有効なプロモーションコードを入力する" },
243
- "shopping_error_discount_not_applied": { "other": "有効なプロモーションコードを入力する" },
244
- "shopping_error_discount_invalid": { "other": "有効なプロモーションコードを入力する" },
245
- "shopping_error_discount_disabled": { "other": "有効なプロモーションコードを入力する" },
246
- "shopping_error_discount_already_applied": { "other": "このプロモーションコードはすでにご使用済みです。" },
247
- "shopping_error_discount_already_redeemed": { "other": "このプロモーションコードはすでにご使用済みです。" },
248
- "shopping_error_discount_used_previously": { "other": "このプロモーションコードはすでにご使用済みです。" },
249
- "shopping_error_discount_max_limit": { "other": "このプロモーションコードはご利用いただけません。" },
250
- "shopping_error_discount_expired": { "other": "このプロモーションコードは有効期限切れです。" },
251
- "shopping_error_discount_invalid_ownership_buy": { "other": "このプロモーションコードは購入にはご利用いただけません。" },
252
- "shopping_error_discount_invalid_ownership_rent": { "other": "このプローモションコードは期間限定視聴(レンタル)にはご利用いただけません" },
253
- "shopping_error_discount_invalid_item": { "other": "このプロモーションコードはこの作品にはご使用いただけません。" },
254
- "shopping_error_discount_invalid_pricing_region": { "other": "このプロモーションコードはお客様の国ではご使用いただけません。" },
255
- "shopping_error_discounts_not_allowed": { "other": "このプロモーションコードはご使用いただけません。" },
256
- "shopping_error_discount_disallowed_on_bundles": { "other": "このプロモーションコードはパックではご使用いただけません。" },
257
- "shopping_error_payment_intent_authentication_failure": { "other": "このクレジットカードは拒否されました。もう一度お試しください。" },
258
-
259
-
260
- "shopping_complete_rental": { "other": "成功しました!" },
479
+ "shopping_info_credit_bonus_title": {
480
+ "other": "{{.BonusPercentage}}% ボーナス"
481
+ },
482
+ "shopping_enter_card_prompt": {
483
+ "other": "クレジットカード情報を入力して{{.Verb}}を完了してください。"
484
+ },
485
+ "shopping_terms": {
486
+ "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\" tabindex=\"-1\">利用規約</a>に同意して決済を完了する。"
487
+ },
488
+ "shopping_discount_applied": {
489
+ "other": "{{.DiscountAmount}} 割引が適用されました。"
490
+ },
491
+ "shopping_discount_apply": {
492
+ "other": "適用する"
493
+ },
494
+ "shopping_discount_code": {
495
+ "other": "プロモーションコードを入力する"
496
+ },
497
+ "shopping_discount_have_code": {
498
+ "other": "プロモーションコードを持っている"
499
+ },
500
+ "shopping_price_you_pay": {
501
+ "other": "お支払い額"
502
+ },
503
+ "shopping_price_nothing": {
504
+ "other": "なし"
505
+ },
506
+ "shopping_price_free": {
507
+ "other": "無料"
508
+ },
509
+ "shopping_auth_directions": {
510
+ "other": "最初にアカウントが必要です。Eメールアドレスを入力してください。"
511
+ },
512
+ "shopping_error_in_library": {
513
+ "other": "{{.Title}} はすでにお客様のライブラリーに入っています。"
514
+ },
515
+ "shopping_error_missing_card": {
516
+ "other": "お客様のクレジットカード情報を入力してください。"
517
+ },
518
+ "shopping_error_title": {
519
+ "other": "エラーが発生しました。"
520
+ },
521
+ "shopping_error_incorrect_cvc": {
522
+ "other": "有効なセキュリティコードを入力してください。"
523
+ },
524
+ "shopping_error_invalid_cvc": {
525
+ "other": "有効なセキュリティコードを入力してください。"
526
+ },
527
+ "shopping_error_incorrect_number": {
528
+ "other": "有効なクレジットカード番号を入力してください。"
529
+ },
530
+ "shopping_error_invalid_number": {
531
+ "other": "有効なクレジットカード番号を入力してください。"
532
+ },
533
+ "shopping_error_card_declined": {
534
+ "other": "このクレジットカードは有効ではありません。"
535
+ },
536
+ "shopping_error_invalid_expiry_month": {
537
+ "other": "正しい有効期限を入力してください。"
538
+ },
539
+ "shopping_error_invalid_expiry_year": {
540
+ "other": "正しい有効期限を入力してください。"
541
+ },
542
+ "shopping_error_expired_card": {
543
+ "other": "このクレジットカードは有効期限切れです。"
544
+ },
545
+ "shopping_error_creditcard_country_mismatch": {
546
+ "other": "{{.Ownership}} は完了していません。ご入力いただいたクレジットカードが発行された国でのみご視聴が可能です。お支払いには別のクレジットカードをご利用ください。"
547
+ },
548
+ "shopping_error_proxy_detected": {
549
+ "other": "{{.Ownership}} は完了していません。ブロック解除機能またはプロキシサービスをご利用のようです。これらのサービスを停止してから再度お試しください。"
550
+ },
551
+ "shopping_error_discount_blank": {
552
+ "other": "有効なプロモーションコードを入力する"
553
+ },
554
+ "shopping_error_discount_not_applied": {
555
+ "other": "有効なプロモーションコードを入力する"
556
+ },
557
+ "shopping_error_discount_invalid": {
558
+ "other": "有効なプロモーションコードを入力する"
559
+ },
560
+ "shopping_error_discount_disabled": {
561
+ "other": "有効なプロモーションコードを入力する"
562
+ },
563
+ "shopping_error_discount_already_applied": {
564
+ "other": "このプロモーションコードはすでにご使用済みです。"
565
+ },
566
+ "shopping_error_discount_already_redeemed": {
567
+ "other": "このプロモーションコードはすでにご使用済みです。"
568
+ },
569
+ "shopping_error_discount_used_previously": {
570
+ "other": "このプロモーションコードはすでにご使用済みです。"
571
+ },
572
+ "shopping_error_discount_max_limit": {
573
+ "other": "このプロモーションコードはご利用いただけません。"
574
+ },
575
+ "shopping_error_discount_expired": {
576
+ "other": "このプロモーションコードは有効期限切れです。"
577
+ },
578
+ "shopping_error_discount_invalid_ownership_buy": {
579
+ "other": "このプロモーションコードは購入にはご利用いただけません。"
580
+ },
581
+ "shopping_error_discount_invalid_ownership_rent": {
582
+ "other": "このプローモションコードは期間限定視聴(レンタル)にはご利用いただけません"
583
+ },
584
+ "shopping_error_discount_invalid_item": {
585
+ "other": "このプロモーションコードはこの作品にはご使用いただけません。"
586
+ },
587
+ "shopping_error_discount_invalid_pricing_region": {
588
+ "other": "このプロモーションコードはお客様の国ではご使用いただけません。"
589
+ },
590
+ "shopping_error_discounts_not_allowed": {
591
+ "other": "このプロモーションコードはご使用いただけません。"
592
+ },
593
+ "shopping_error_discount_disallowed_on_bundles": {
594
+ "other": "このプロモーションコードはパックではご使用いただけません。"
595
+ },
596
+ "shopping_error_payment_intent_authentication_failure": {
597
+ "other": "このクレジットカードは拒否されました。もう一度お試しください。"
598
+ },
599
+ "shopping_complete_rental": {
600
+ "other": "成功しました!"
601
+ },
261
602
  "shopping_complete_rental_period": {
262
603
  "one": "今から明日まで、何度でもご視聴いただけます。",
263
604
  "other": "今から{{.Count}} 日間、何度でもご視聴いただけます。"
264
605
  },
265
- "shopping_complete_purchase": { "other": "{{.Title}}をご購入ありがとうございます。" },
266
- "shopping_complete_purchase_coming_soon": { "other": "{{.Date}}からご視聴いただけます。" },
267
- "shopping_complete_receipt": { "other": "領収証をEメールでお送りしました。" },
268
- "shopping_complete_library_link": { "other": "お客様のライブラリー内にある{{.BundleItems}} の作品をご視聴いただけます。" },
606
+ "shopping_complete_purchase": {
607
+ "other": "{{.Title}}をご購入ありがとうございます。"
608
+ },
609
+ "shopping_complete_purchase_coming_soon": {
610
+ "other": "{{.Date}}からご視聴いただけます。"
611
+ },
612
+ "shopping_complete_receipt": {
613
+ "other": "領収証をEメールでお送りしました。"
614
+ },
615
+ "shopping_complete_library_link": {
616
+ "other": "お客様のライブラリー内にある{{.BundleItems}} の作品をご視聴いただけます。"
617
+ },
269
618
  "shopping_complete_plan": {
270
619
  "other": "{{ .Title }}購入は成功しました。"
271
620
  },
@@ -285,93 +634,211 @@
285
634
  "one": "{{.Date}} より視聴開始可能です。お客様の視聴可能期間は1日間です。",
286
635
  "other": "{{.Date}} より視聴開始可能です。お客様の視聴可能期間は{{.Count}} 日間です"
287
636
  },
288
-
289
- "shopping_action_rent": { "other": "期間限定視聴(レンタル)する" },
290
- "shopping_action_buy": { "other": "購入する" },
291
-
292
- "shopping_info_rental_period_coming_soon": { "other": "視聴開始可能日時より" },
293
-
294
- "meta_detail_cast_title": { "other": "出演" },
295
- "meta_detail_crew_title": { "other": "スタッフ" },
296
- "meta_detail_languages": { "one": "言語", "other": "言語" },
297
- "meta_detail_studios": { "one": "製作", "other": "製作" },
298
- "meta_detail_countries": { "one": "製作国", "other": "製作国" },
299
- "meta_detail_subtitles": { "other": "字幕" },
300
- "meta_detail_captions": { "other": "字幕 [CC]" },
301
- "meta_detail_episodes_title": { "other": "エピソード" },
302
- "meta_detail_bonus_title": { "other": "特典映像" },
303
- "meta_detail_recommendations_title": { "other": "おすすめ作品" },
304
- "meta_detail_bundle_items_title": { "other": "このパックに含まれる作品" },
305
-
306
- "bundle_items_all_films": { "other": "{{.Count}} 作品" },
307
- "bundle_items_all_seasons": { "other": "{{.Count}} シーズン" },
308
- "bundle_items_mixed": { "other": "{{.Count}} 作品およびシーズン" },
309
-
310
- "userwishlist_page_header": { "other": "マイリスト" },
311
- "userwishlist_slider_header": { "other": "マイリスト" },
312
- "userwishlist_empty_header": { "other": "お客様のマイリストには何も入っていません。" },
313
- "userwishlist_empty_content": { "other": "作品を<a href=\"/\">チェック</a> してマイリストに追加してみてください。" },
314
- "userwishlist_button_add": { "other": "マイリストに追加" },
315
- "userwishlist_button_remove": { "other": "マイリスト" },
316
- "userwishlist_button_add_compact": { "other": "マイリスト" },
317
- "userwishlist_button_remove_compact": { "other": "マイリスト" },
318
-
319
- "userdevices_page_header": { "other": "視聴端末(デバイス)" },
637
+ "shopping_action_rent": {
638
+ "other": "期間限定視聴(レンタル)する"
639
+ },
640
+ "shopping_action_buy": {
641
+ "other": "購入する"
642
+ },
643
+ "shopping_info_rental_period_coming_soon": {
644
+ "other": "視聴開始可能日時より"
645
+ },
646
+ "meta_detail_cast_title": {
647
+ "other": "出演"
648
+ },
649
+ "meta_detail_crew_title": {
650
+ "other": "スタッフ"
651
+ },
652
+ "meta_detail_languages": {
653
+ "one": "言語",
654
+ "other": "言語"
655
+ },
656
+ "meta_detail_studios": {
657
+ "one": "製作",
658
+ "other": "製作"
659
+ },
660
+ "meta_detail_countries": {
661
+ "one": "製作国",
662
+ "other": "製作国"
663
+ },
664
+ "meta_detail_subtitles": {
665
+ "other": "字幕"
666
+ },
667
+ "meta_detail_captions": {
668
+ "other": "字幕 [CC]"
669
+ },
670
+ "meta_detail_episodes_title": {
671
+ "other": "エピソード"
672
+ },
673
+ "meta_detail_bonus_title": {
674
+ "other": "特典映像"
675
+ },
676
+ "meta_detail_recommendations_title": {
677
+ "other": "おすすめ作品"
678
+ },
679
+ "meta_detail_bundle_items_title": {
680
+ "other": "このパックに含まれる作品"
681
+ },
682
+ "bundle_items_all_films": {
683
+ "other": "{{.Count}} 作品"
684
+ },
685
+ "bundle_items_all_seasons": {
686
+ "other": "{{.Count}} シーズン"
687
+ },
688
+ "bundle_items_mixed": {
689
+ "other": "{{.Count}} 作品およびシーズン"
690
+ },
691
+ "userwishlist_page_header": {
692
+ "other": "マイリスト"
693
+ },
694
+ "userwishlist_slider_header": {
695
+ "other": "マイリスト"
696
+ },
697
+ "userwishlist_empty_header": {
698
+ "other": "お客様のマイリストには何も入っていません。"
699
+ },
700
+ "userwishlist_empty_content": {
701
+ "other": "作品を<a href=\"/\">チェック</a> してマイリストに追加してみてください。"
702
+ },
703
+ "userwishlist_button_add": {
704
+ "other": "マイリストに追加"
705
+ },
706
+ "userwishlist_button_remove": {
707
+ "other": "マイリスト"
708
+ },
709
+ "userwishlist_button_add_compact": {
710
+ "other": "マイリスト"
711
+ },
712
+ "userwishlist_button_remove_compact": {
713
+ "other": "マイリスト"
714
+ },
715
+ "userdevices_page_header": {
716
+ "other": "視聴端末(デバイス)"
717
+ },
320
718
  "userdevices_page_content": {
321
719
  "one": "お使いになった視聴端末は自動的にここに追加されます。ご使用いただけるデバイスは1個に限ります。",
322
720
  "other": "お使いになった視聴端末は自動的にここに追加されます。最大{{.Count}} 個までご使用いただけます。"
323
721
  },
324
- "userdevices_empty_content": { "other": "現在、登録されている視聴端末(デバイス)はありません。" },
325
- "userdevices_header_type": { "other": "視聴端末の種類" },
326
- "userdevices_header_description": { "other": "説明" },
327
- "userdevices_device_added": { "other": "{{.Date}}に追加済み" },
328
- "userdevices_device_actions_delete": { "other": "削除する" },
329
- "userdevices_device_actions_cancel": { "other": "キャンセル" },
330
- "userdevices_device_actions_confirm": { "other": "はい、視聴端末を削除します" },
331
- "userdevices_device_deleted": { "other": "(削除済み)" },
332
-
333
- "pricing_ownership_buy": { "other": "購入" },
334
- "pricing_ownership_rent": { "other": "期間限定視聴(レンタル)" },
335
-
336
- "classification_intro": { "other": "種別:" },
337
-
338
- "cookie_banner_message": { "other": "当サイトはお客様のウェブ体験を向上させ るためにCookieを使用します。当サイトの 利用により<a href=\"/page/cookie-policy/\"> プライベートポリシー</a>に同意するもの とします。" },
339
- "cookie_banner_accept": { "other": "同意する" },
340
-
341
- "all_rights_reserved": { "other": "当サイトの掲載内容について無断転載・無断使用を固く禁じます。" },
342
-
343
- "users_gender_none": { "other": "特定しない" },
344
- "users_gender_female": { "other": "女性" },
345
- "users_gender_male": { "other": "男性" },
346
- "users_gender_diverse": { "other": "どちらでもない" },
347
- "users_gender_other": { "other": "その他" },
348
-
349
- "availability_coming_soon": { "other": "準備中" },
350
- "availability_renting": { "other": "期間限定視聴(レンタル)中" },
351
- "availability_not_available": { "other": "利用不可" },
352
- "availability_in_watch_window": { "other": "利用可能" },
353
- "availability_sold_out": { "other": "完売" },
354
- "availability_available_till": { "other": "{{.ExpiryDate}} まで視聴可能" },
355
- "availability_not_available_in_country": { "other": "視聴不可" },
356
- "availability_available": { "other": "{{.ReleaseDate}} から視聴可能" },
357
- "availability_expires": { "other": "視聴期限{{.Expiry}}まで" },
358
- "availability_expired": { "other": "視聴期限切れ"},
359
-
360
- "modal_cancel": { "other": "キャンセル" },
361
-
362
- "play": { "other": "再生" },
363
-
364
- "combined_auth_signin_prompt": { "other": "サインイン" },
365
- "combined_auth_signup_prompt": { "other": "サインアップ" },
366
- "combined_auth_terms": { "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\">利用規約</a>に同意する。" },
367
- "signup_terms": { "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\">利用規約</a>に同意する。" },
368
- "validation_terms_required": { "other": "利用規約に同意してください。" },
369
- "shopping_error_item_limit_exceeded": { "other": "申し訳ありません。{{.Title}} は完売しました。" },
370
-
371
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
372
- "app_badge_ios": { "other": "Download on the App Store" },
373
- "app_badge_android": { "other": "Get it on Google Play" },
374
-
722
+ "userdevices_empty_content": {
723
+ "other": "現在、登録されている視聴端末(デバイス)はありません。"
724
+ },
725
+ "userdevices_header_type": {
726
+ "other": "視聴端末の種類"
727
+ },
728
+ "userdevices_header_description": {
729
+ "other": "説明"
730
+ },
731
+ "userdevices_device_added": {
732
+ "other": "{{.Date}}に追加済み"
733
+ },
734
+ "userdevices_device_actions_delete": {
735
+ "other": "削除する"
736
+ },
737
+ "userdevices_device_actions_cancel": {
738
+ "other": "キャンセル"
739
+ },
740
+ "userdevices_device_actions_confirm": {
741
+ "other": "はい、視聴端末を削除します"
742
+ },
743
+ "userdevices_device_deleted": {
744
+ "other": "(削除済み)"
745
+ },
746
+ "pricing_ownership_buy": {
747
+ "other": "購入"
748
+ },
749
+ "pricing_ownership_rent": {
750
+ "other": "期間限定視聴(レンタル)"
751
+ },
752
+ "classification_intro": {
753
+ "other": "種別:"
754
+ },
755
+ "cookie_banner_message": {
756
+ "other": "当サイトはお客様のウェブ体験を向上させ るためにCookieを使用します。当サイトの 利用により<a href=\"/page/cookie-policy/\"> プライベートポリシー</a>に同意するもの とします。"
757
+ },
758
+ "cookie_banner_accept": {
759
+ "other": "同意する"
760
+ },
761
+ "all_rights_reserved": {
762
+ "other": "当サイトの掲載内容について無断転載・無断使用を固く禁じます。"
763
+ },
764
+ "users_gender_none": {
765
+ "other": "特定しない"
766
+ },
767
+ "users_gender_female": {
768
+ "other": "女性"
769
+ },
770
+ "users_gender_male": {
771
+ "other": "男性"
772
+ },
773
+ "users_gender_diverse": {
774
+ "other": "どちらでもない"
775
+ },
776
+ "users_gender_other": {
777
+ "other": "その他"
778
+ },
779
+ "availability_coming_soon": {
780
+ "other": "準備中"
781
+ },
782
+ "availability_renting": {
783
+ "other": "期間限定視聴(レンタル)中"
784
+ },
785
+ "availability_not_available": {
786
+ "other": "利用不可"
787
+ },
788
+ "availability_in_watch_window": {
789
+ "other": "利用可能"
790
+ },
791
+ "availability_sold_out": {
792
+ "other": "完売"
793
+ },
794
+ "availability_available_till": {
795
+ "other": "{{.ExpiryDate}} まで視聴可能"
796
+ },
797
+ "availability_not_available_in_country": {
798
+ "other": "視聴不可"
799
+ },
800
+ "availability_available": {
801
+ "other": "{{.ReleaseDate}} から視聴可能"
802
+ },
803
+ "availability_expires": {
804
+ "other": "視聴期限{{.Expiry}}まで"
805
+ },
806
+ "availability_expired": {
807
+ "other": "視聴期限切れ"
808
+ },
809
+ "modal_cancel": {
810
+ "other": "キャンセル"
811
+ },
812
+ "play": {
813
+ "other": "再生"
814
+ },
815
+ "combined_auth_signin_prompt": {
816
+ "other": "サインイン"
817
+ },
818
+ "combined_auth_signup_prompt": {
819
+ "other": "サインアップ"
820
+ },
821
+ "combined_auth_terms": {
822
+ "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\">利用規約</a>に同意する。"
823
+ },
824
+ "signup_terms": {
825
+ "other": "<a href=\"/page/terms-and-conditions/\"target=\"_blank\">利用規約</a>に同意する。"
826
+ },
827
+ "validation_terms_required": {
828
+ "other": "利用規約に同意してください。"
829
+ },
830
+ "shopping_error_item_limit_exceeded": {
831
+ "other": "申し訳ありません。{{.Title}} は完売しました。"
832
+ },
833
+ "app_badge_title": {
834
+ "other": "アプリをダウンロードして、購入したコンテンツを表示してください。"
835
+ },
836
+ "app_badge_ios": {
837
+ "other": "AppStoreでダウンロード"
838
+ },
839
+ "app_badge_android": {
840
+ "other": "Google Playで入手する"
841
+ },
375
842
  "shopping_price_title_plan": {
376
843
  "other": "価格"
377
844
  },
@@ -434,167 +901,354 @@
434
901
  "plan_free_link_text": {
435
902
  "other": "無料でお申し込み頂けます"
436
903
  },
437
- "awards_nominated_for": {
438
- "other": "ノミネート"
439
- },
440
904
  "awards_in_competition": {
441
905
  "other": "競争中"
442
906
  },
443
- "awards_winner_of": {
444
- "other": "の勝者"
907
+ "meta_description_expand": {
908
+ "other": "もっと見せる"
909
+ },
910
+ "meta_description_collapse": {
911
+ "other": "表示を減らす"
912
+ },
913
+ "awards_winner": {
914
+ "other": "勝者"
445
915
  },
446
916
  "donate_button_text": {
447
917
  "other": "寄付"
448
918
  },
449
- "wcag_skip_links_header": { "other": "Accessibility Links" },
450
- "wcag_skip_links_content": { "other": "Skip to Content" },
451
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
452
-
453
- "wcag_homepage_h1": { "other": "Homepage" },
454
- "wcag_carousel_h2": { "other": "Carousel" },
455
- "wcag_collections_h2": { "other": "Collections" },
456
-
457
- "wcag_aria_label_footer": { "other": "Footer" },
458
- "wcag_aria_label_nav_main": { "other": "Main" },
459
- "wcag_aria_label_nav_sub": { "other": "Sub" },
460
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
461
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
462
- "wcag_aria_label_carousel": { "other": "Carousel" },
463
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
464
- "wcag_aria_label_collection_list": { "other": "Collection List" },
465
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
466
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
467
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
468
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
469
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
470
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
471
-
472
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
473
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
474
- "shopping_payment_method_header": { "other": "Payment methods" },
475
- "shopping_payment_method_credit_card": { "other": "Credit card" },
476
- "shopping_payment_method_giropay": { "other": "Giropay" },
477
- "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
478
- "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
479
-
480
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
481
-
482
- "account_form_pin_code": { "other": "PIN" },
483
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
484
- "account_form_set_pin": { "other": "Set PIN" },
485
- "account_form_pin_changed": { "other": "Updated" },
486
- "account_form_change_pin": { "other": "Change PIN" },
487
-
488
- "user_set_pin_header": { "other": "Set your PIN" },
489
- "user_set_pin_button": { "other": "Set PIN" },
490
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
491
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
492
- "user_submit_pin_button": { "other": "Enter" },
493
- "user_reset_pin_button": { "other": "Reset PIN" },
494
-
495
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
496
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
497
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
498
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
499
- "validation_pincode2_match": { "other": "PIN code does not match." },
500
-
501
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
502
- "userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
503
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
504
-
505
- "changepincode_modal_header": { "other": "Change your PIN" },
506
- "changepincode_modal_currentpassword": { "other": "Your current password" },
507
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
508
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
509
- "changepincode_modal_submit": { "other": "Set PIN" },
510
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
511
-
512
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
513
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
514
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
515
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
516
- "shopping_error_close_button": { "other": "OK" },
517
-
518
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
519
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
520
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
521
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
522
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
523
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
524
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
525
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
526
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
527
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
528
-
529
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
530
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
531
-
532
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
533
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
534
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
535
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
536
-
537
- "shopping_card_save_card": { "other": "Save this card for future use" },
538
- "shopping_card_button_change": { "other": "Show all saved cards" },
539
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
540
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
541
- "shopping_card_existing_expired": { "other": "(expired)" },
542
- "shopping_card_use_other": { "other": "Use a new card" },
543
- "shopping_card_use_new_card": { "other": "Change card" },
544
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
545
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
546
- "shopping_action_credit": { "other": "shopping_action_credit" },
547
-
548
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
549
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
550
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
551
-
552
- "seasons":{
553
- "one": "one season",
554
- "other": "{{.Count}} seasons"
555
- },"tvseason": {
556
- "other": "{{.ShowInfo.Title}} Season {{.Season.SeasonNumber}}"
919
+ "wcag_skip_links_header": {
920
+ "other": "アクセシビリティリンク"
921
+ },
922
+ "wcag_skip_links_content": {
923
+ "other": "コンテンツにスキップ"
924
+ },
925
+ "wcag_homepage_h1": {
926
+ "other": "ホームページ"
927
+ },
928
+ "wcag_carousel_h2": {
929
+ "other": "カルーセル"
930
+ },
931
+ "wcag_collections_h2": {
932
+ "other": "コレクション"
933
+ },
934
+ "wcag_aria_label_footer": {
935
+ "other": "フッター"
936
+ },
937
+ "wcag_aria_label_nav_main": {
938
+ "other": "主要"
939
+ },
940
+ "wcag_aria_label_nav_sub": {
941
+ "other": "サブ"
942
+ },
943
+ "wcag_aria_label_toggle_nav": {
944
+ "other": "ナビゲーションの切り替え"
945
+ },
946
+ "wcag_aria_label_bundle_items": {
947
+ "other": "バンドルアイテム"
948
+ },
949
+ "wcag_aria_label_carousel": {
950
+ "other": "カルーセル"
951
+ },
952
+ "wcag_aria_label_page_collection": {
953
+ "other": "ページコレクション"
954
+ },
955
+ "wcag_aria_label_collection_list": {
956
+ "other": "コレクションリスト"
957
+ },
958
+ "wcag_aria_label_collection_slider": {
959
+ "other": "コレクションスライダー"
960
+ },
961
+ "wcag_aria_label_wishlist": {
962
+ "other": "ウィッシュリスト"
963
+ },
964
+ "wcag_aria_label_facebook": {
965
+ "other": "Facebookでシェア"
966
+ },
967
+ "wcag_aria_label_twitter": {
968
+ "other": "Twitterで共有する"
969
+ },
970
+ "wcag_aria_label_linkedin": {
971
+ "other": "LinkedInで共有する"
972
+ },
973
+ "wcag_aria_label_letterboxd": {
974
+ "other": "Letterboxdで見る"
975
+ },
976
+ "shopping_error_plan_already_owned": {
977
+ "other": "あなたはすでにこの計画を持っています。"
978
+ },
979
+ "shopping_error_plan_expired": {
980
+ "other": "このプランはご利用いただけなくなりました。"
981
+ },
982
+ "shopping_payment_method_header": {
983
+ "other": "お支払い方法"
984
+ },
985
+ "shopping_payment_method_credit_card": {
986
+ "other": "クレジットカード"
987
+ },
988
+ "shopping_payment_method_giropay": {
989
+ "other": "Giropay"
990
+ },
991
+ "shopping_error_stripe_unknown_error": {
992
+ "other": "この支払いで問題が発生しました。 後でもう一度やり直してください。"
993
+ },
994
+ "shopping_error_payment_complete_failed": {
995
+ "other": "支払いは拒否されました。 このウィンドウを閉じて、再試行してください。"
996
+ },
997
+ "header_banner": {
998
+ "other": "ABCシネマ–第21回映画祭、2021年6月1日– 6日"
999
+ },
1000
+ "account_form_pin_code": {
1001
+ "other": "PIN"
1002
+ },
1003
+ "account_form_pin_code_not_set": {
1004
+ "other": "一部のタイトルの購入、レンタル、視聴に必要なPINセットがありません。"
1005
+ },
1006
+ "account_form_set_pin": {
1007
+ "other": "PINを設定する"
1008
+ },
1009
+ "account_form_pin_changed": {
1010
+ "other": "更新しました"
1011
+ },
1012
+ "account_form_change_pin": {
1013
+ "other": "PINを変更する"
1014
+ },
1015
+ "user_set_pin_header": {
1016
+ "other": "PINを設定する"
1017
+ },
1018
+ "user_set_pin_button": {
1019
+ "other": "PINを設定する"
1020
+ },
1021
+ "user_submit_pin_heading": {
1022
+ "other": "この制限されたコンテンツの{{.Action}}にPINを入力してください"
1023
+ },
1024
+ "user_error_wrong_pin_retry": {
1025
+ "other": "間違ったPINを入力しました"
1026
+ },
1027
+ "user_submit_pin_button": {
1028
+ "other": "入力"
1029
+ },
1030
+ "user_reset_pin_button": {
1031
+ "other": "PINをリセット"
1032
+ },
1033
+ "validation_pincode1_required": {
1034
+ "other": "有効なPINコードを入力してください。"
1035
+ },
1036
+ "validation_pincode2_required": {
1037
+ "other": "有効なPINコードを入力してください。"
1038
+ },
1039
+ "validation_pincode1_pattern": {
1040
+ "other": "有効なPINコードを入力してください。"
1041
+ },
1042
+ "validation_pincode2_pattern": {
1043
+ "other": "有効なPINコードを入力してください。"
1044
+ },
1045
+ "validation_pincode2_match": {
1046
+ "other": "PINコードが一致しません。"
1047
+ },
1048
+ "userdevices_delete_limits": {
1049
+ "other": "このリストから{{.Limit}}デバイスを{{.Period}}日ごとに削除できます。"
1050
+ },
1051
+ "userdevices_delete_limit_reached": {
1052
+ "other": "この制限に達しており、現在デバイスを削除できません。 {{.Days}}日以内にデバイスを削除できます。"
1053
+ },
1054
+ "shopping_card_new_subscription": {
1055
+ "other": "このカードは定期的に保存され、請求されます"
1056
+ },
1057
+ "changepincode_modal_header": {
1058
+ "other": "PINを変更する"
1059
+ },
1060
+ "changepincode_modal_currentpassword": {
1061
+ "other": "あなたの現在のパスワード"
1062
+ },
1063
+ "changepincode_modal_pincode1": {
1064
+ "other": "新しい4桁のPIN"
1065
+ },
1066
+ "changepincode_modal_pincode2": {
1067
+ "other": "新しい4桁のPINを確認します"
1068
+ },
1069
+ "changepincode_modal_submit": {
1070
+ "other": "PINを設定する"
1071
+ },
1072
+ "changepincode_modal_error_wrong_password": {
1073
+ "other": "そのパスワードは正しくありません。"
1074
+ },
1075
+ "user_set_pin_intro": {
1076
+ "other": "{{.Action}}制限付きコンテンツへのPINが必要です"
1077
+ },
1078
+ "user_error_wrong_pin_reset": {
1079
+ "other": "PINをリセットするには、ここをクリックしてください"
1080
+ },
1081
+ "user_error_too_many_pin_errors_help_page_link": {
1082
+ "other": ""
1083
+ },
1084
+ "shopping_error_age_restricted": {
1085
+ "other": "このコンテンツは年齢制限があります。"
1086
+ },
1087
+ "shopping_error_close_button": {
1088
+ "other": "わかった"
1089
+ },
1090
+ "usersubscriptions_subscription_expiry": {
1091
+ "other": "有効期限{{.Expiry}}"
1092
+ },
1093
+ "usersubscriptions_subscription_status_trialing": {
1094
+ "other": "トライアル期間"
1095
+ },
1096
+ "usersubscriptions_subscription_unsubscribe": {
1097
+ "other": "サブスクリプションをキャンセルする"
1098
+ },
1099
+ "usersubscriptions_unsubscribe_modal_cancel": {
1100
+ "other": "キャンセル"
1101
+ },
1102
+ "usersubscriptions_unsubscribe_modal_confirm": {
1103
+ "other": "はい、サブスクリプションをキャンセルします"
1104
+ },
1105
+ "usersubscriptions_unsubscribe_modal_title": {
1106
+ "other": "サブスクリプションをキャンセルしますか?"
1107
+ },
1108
+ "usersubscriptions_unsubscribe_modal_body": {
1109
+ "other": "これにより、{{.Name}}プランのサブスクリプションがキャンセルされます。 {{.Expiry}}の有効期限が切れるまで、プランのコンテンツを引き続き視聴できます。"
1110
+ },
1111
+ "signin_form_error_ip_throttled": {
1112
+ "other": "サインインに何度も失敗しました。 後でもう一度やり直してください。"
1113
+ },
1114
+ "signin_form_error_account_suspended": {
1115
+ "other": "あなたのアカウントは一時的に停止されています。 これがエラーであると思われる場合は、管理者に連絡してください。"
1116
+ },
1117
+ "pricing_quality_hd": {
1118
+ "other": "HD"
1119
+ },
1120
+ "pricing_quality_sd": {
1121
+ "other": "SD"
1122
+ },
1123
+ "pricing_quality_hd_only": {
1124
+ "other": "HDのみ"
1125
+ },
1126
+ "pricing_quality_sd_only": {
1127
+ "other": "SDのみ"
1128
+ },
1129
+ "shopping_card_save_card": {
1130
+ "other": "将来の使用のためにこのカードを保存します"
1131
+ },
1132
+ "shopping_card_button_change": {
1133
+ "other": "保存したカードをすべて表示"
1134
+ },
1135
+ "shopping_card_existing_description": {
1136
+ "other": "{{.Card.Brand}}で終わる{{.Card.Number}}"
1137
+ },
1138
+ "shopping_card_existing_expiry": {
1139
+ "other": "(有効期限{{.Card.Expiry}})"
1140
+ },
1141
+ "shopping_card_existing_expired": {
1142
+ "other": "(期限切れ)"
1143
+ },
1144
+ "shopping_card_use_other": {
1145
+ "other": "新しいカードを使用する"
1146
+ },
1147
+ "shopping_card_use_new_card": {
1148
+ "other": "カードを変更する"
1149
+ },
1150
+ "shopping_card_update_reason_none": {
1151
+ "other": "クレジットカードを更新します。 サポートされているカードは、Visa、Mastercard、AmericanExpressです。"
1152
+ },
1153
+ "shopping_info_ownership_plan": {
1154
+ "other": "サブスクリプション"
1155
+ },
1156
+ "shopping_action_credit": {
1157
+ "other": "補充"
1158
+ },
1159
+ "usersubscriptions_change_payment_method_change": {
1160
+ "other": "クレジットカードを変更する"
1161
+ },
1162
+ "usersubscriptions_change_payment_method_modal_title": {
1163
+ "other": "クレジットカードの詳細を更新する"
1164
+ },
1165
+ "usersubscriptions_change_payment_method_modal_submit": {
1166
+ "other": "アップデート"
1167
+ },
1168
+ "seasons": {
1169
+ "one": "ワンシーズン",
1170
+ "other": "{{.Count}}シーズン"
1171
+ },
1172
+ "tvseason": {
1173
+ "other": "{{.ShowInfo.Title}}シーズン{{.Season.SeasonNumber}}"
557
1174
  },
558
1175
  "tvseason_html": {
559
- "other": "{{.ShowInfo.Title}} <span>Season {{.Season.SeasonNumber}}</span>"
1176
+ "other": "{{.ShowInfo.Title}} <span>シーズン{{.Season.SeasonNumber}}</span>"
560
1177
  },
561
1178
  "tvepisode": {
562
1179
  "other": "{{.Episode.Title}}"
563
1180
  },
564
1181
  "tvseason_number": {
565
- "other": "Season {{.Season.SeasonNumber}}"
1182
+ "other": "シーズン{{.Season.SeasonNumber}}"
566
1183
  },
567
1184
  "episode_count": {
568
- "one": "1 Episode",
569
- "other": "{{.Count}} Episodes"
570
- },
571
-
572
- "user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
573
- "validation_pincode_required": { "other": "Please enter a PIN code." },
574
-
575
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
576
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
577
-
578
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
579
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
580
-
581
- "activatedevice_page_header": { "other": "Activate Device" },
582
- "activatedevice_page_content": { "other": "Follow the instructions on your device to get a PIN code. Your computer and device must both be connected to the internet to activate." },
583
- "activatedevice_form_pin": { "other": "PIN Code" },
584
- "activatedevice_form_submit": { "other": "Activate" },
585
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
586
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
587
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
588
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
589
-
590
- "playlist_page_header": { "other": "Playlist" },
591
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
592
- "playlist_share_title": { "other": "Playlist" },
593
- "playlist_up_next_title": { "other": "Up Next" },
594
- "classification_divider": { "other": " - " },
595
- "classification_outro": { "other": "" },
596
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
597
- "shopping_complete_credit_purchase": { "other": "Thank you for purchasing {{.Title}}, {{.CreditTotal}} has been added to your account." }
598
-
599
-
600
- }
1185
+ "one": "1",
1186
+ "other": "{{.Count}}エピソード"
1187
+ },
1188
+ "user_error_too_many_pin_errors": {
1189
+ "other": "<p>問題が発生しているようです。</p> <p> PINをリセットするか、<a href=\"{{.HelpURL}}\" target=\"_blank\">ヘルプ</a>"
1190
+ },
1191
+ "validation_pincode_required": {
1192
+ "other": "PINコードを入力してください。"
1193
+ },
1194
+ "shopping_info_subtitle_sd": {
1195
+ "other": "SDビデオオンデマンド。"
1196
+ },
1197
+ "shopping_info_subtitle_wallet": {
1198
+ "other": "ウォレットの資金は、ScreenPlusのコンテンツの購入またはレンタルに使用される場合があります。"
1199
+ },
1200
+ "shopping_info_sd_only": {
1201
+ "other": "Limited to SD playback only."
1202
+ },
1203
+ "shopping_error_discount_worn_out": {
1204
+ "other": "そのプロモーションコードは使用できなくなります。"
1205
+ },
1206
+ "activatedevice_page_header": {
1207
+ "other": "デバイスをアクティブ化"
1208
+ },
1209
+ "activatedevice_page_content": {
1210
+ "other": "デバイスの指示に従ってPINコードを取得します。 アクティベートするには、コンピューターとデバイスの両方がインターネットに接続されている必要があります。"
1211
+ },
1212
+ "activatedevice_form_pin": {
1213
+ "other": "ピンコード"
1214
+ },
1215
+ "activatedevice_form_submit": {
1216
+ "other": "活性化"
1217
+ },
1218
+ "activatedevice_form_error_invalid_code": {
1219
+ "other": "PINコードが見つかりません。もう一度やり直してください。"
1220
+ },
1221
+ "activatedevice_form_error_pin_not_found": {
1222
+ "other": "PINコードが見つかりません。もう一度やり直してください。"
1223
+ },
1224
+ "activatedevice_signin_prompt": {
1225
+ "other": "デバイスをアクティブ化する前にサインインしてください。"
1226
+ },
1227
+ "activatedevice_page_activated": {
1228
+ "other": "{{.DeviceName}}を有効にしていただきありがとうございます。 これで、テレビまたはデバイスでライブラリを閲覧できるようになります。"
1229
+ },
1230
+ "playlist_page_header": {
1231
+ "other": "プレイリスト"
1232
+ },
1233
+ "playlist_sign_in_warning": {
1234
+ "other": "サインインしてテレビの生放送をご覧ください。"
1235
+ },
1236
+ "playlist_share_title": {
1237
+ "other": "プレイリスト"
1238
+ },
1239
+ "playlist_up_next_title": {
1240
+ "other": "次に"
1241
+ },
1242
+ "classification_divider": {
1243
+ "other": " - "
1244
+ },
1245
+ "classification_outro": {
1246
+ "other": ""
1247
+ },
1248
+ "shopping_card_change": {
1249
+ "other": "クレジットカードが正しくありませんか? <a href = \"{{.SubscriptionsURL}}\">カードを更新するにはここをクリックしてください。</a>"
1250
+ },
1251
+ "shopping_complete_credit_purchase": {
1252
+ "other": "{{.Title}}をご購入いただきありがとうございます。{{.CreditTotal}}がアカウントに追加されました。"
1253
+ }
1254
+ }