@shift72/core-template 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +49 -7
  2. package/kibble.json +107 -28
  3. package/package.json +25 -9
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/css-local-get.js +34 -0
  6. package/scripts/css-local-put.js +110 -0
  7. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  8. package/scripts/language-file-validator.js +16 -2
  9. package/scripts/translate.mjs +43 -0
  10. package/site/ar_LB.all.json +1262 -593
  11. package/site/ca_ES.all.json +441 -440
  12. package/site/da_DK.all.json +308 -210
  13. package/site/de_DE.all.json +1122 -337
  14. package/site/ee_EE.all.json +1258 -532
  15. package/site/el_EL.all.json +1116 -394
  16. package/site/en_AU.all.json +1159 -466
  17. package/site/es_ES.all.json +1109 -333
  18. package/site/es_MX.all.json +1173 -332
  19. package/site/fi_FI.all.json +1127 -315
  20. package/site/fr_FR.all.json +1109 -332
  21. package/site/hr_HR.all.json +1173 -411
  22. package/site/hu_HU.all.json +1258 -531
  23. package/site/it_IT.all.json +1116 -340
  24. package/site/ja_JP.all.json +1127 -315
  25. package/site/lt_LT.all.json +1116 -425
  26. package/site/nl_BE.all.json +1116 -426
  27. package/site/no_NO.all.json +1249 -531
  28. package/site/pl_PL.all.json +1106 -306
  29. package/site/pt_BR.all.json +438 -446
  30. package/site/pt_PT.all.json +1249 -527
  31. package/site/ru_RU.all.json +1092 -386
  32. package/site/sr_SR.all.json +1254 -0
  33. package/site/styles/_awards.scss +11 -6
  34. package/site/styles/_bootstrap4.scss +90 -0
  35. package/site/styles/_buttons.scss +32 -8
  36. package/site/styles/_can-be-watched-button.scss +2 -0
  37. package/site/styles/_card.scss +2 -2
  38. package/site/styles/_carousel.scss +52 -29
  39. package/site/styles/_collections.scss +4 -4
  40. package/site/styles/_cookie-consent.scss +1 -1
  41. package/site/styles/_devices.scss +3 -3
  42. package/site/styles/_footer.scss +6 -6
  43. package/site/styles/_forms.scss +83 -16
  44. package/site/styles/_globals.scss +1 -1
  45. package/site/styles/_icons.scss +2 -2
  46. package/site/styles/_language-selector.scss +2 -2
  47. package/site/styles/_legacy.scss +3 -3
  48. package/site/styles/_meta-detail.scss +45 -25
  49. package/site/styles/_meta-item-tagline.scss +1 -1
  50. package/site/styles/_mixins.scss +2 -2
  51. package/site/styles/_nav.scss +40 -40
  52. package/site/styles/_pages.scss +12 -14
  53. package/site/styles/_pin-codes.scss +2 -2
  54. package/site/styles/_plans.scss +6 -1
  55. package/site/styles/_poster.scss +5 -4
  56. package/site/styles/_search.scss +1 -1
  57. package/site/styles/_shift72.scss +24 -24
  58. package/site/styles/_shopping.scss +9 -9
  59. package/site/styles/_skip-link.scss +19 -0
  60. package/site/styles/_slider.scss +4 -10
  61. package/site/styles/_social-media-buttons.scss +20 -20
  62. package/site/styles/_swiper.scss +2 -2
  63. package/site/styles/_variables.scss +112 -83
  64. package/site/styles/_wishlist.scss +20 -12
  65. package/site/styles/main.scss +2 -3
  66. package/site/templates/application/application.jet +24 -15
  67. package/site/templates/application/google.jet +26 -10
  68. package/site/templates/bundle/buttons.jet +2 -1
  69. package/site/templates/bundle/item.jet +1 -2
  70. package/site/templates/collection/carousel_item.jet +12 -13
  71. package/site/templates/common/awards/carousel.jet +7 -1
  72. package/site/templates/common/awards/item.jet +2 -2
  73. package/site/templates/film/item.jet +92 -61
  74. package/site/templates/page/curated.jet +1 -1
  75. package/site/templates/page/page-content.jet +1 -23
  76. package/site/templates/page/page-header.jet +25 -6
  77. package/site/templates/tv/detail.jet +7 -7
  78. package/site/tr_TR.all.json +1249 -535
  79. package/site/uk_UA.all.json +533 -443
  80. package/site/zh_TW.all.json +442 -443
  81. package/site/se_SE.all.json +0 -570
  82. package/site/styles/_functions.scss +0 -8
@@ -1,175 +1,392 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "nav_homepage": { "other": "ABC Cinemas" },
4
- "settings_title": { "other": "Settings" },
5
- "powered_by": { "other": "Powered by" },
6
- "powered_by_name": { "other": "ScreenPlus" },
7
- "powered_by_url": { "other": "https://www.screenplus.com" },
8
- "in_partnership_with": { "other": "in partnership with" },
9
- "festival_scope": { "other": "Festival Scope" },
10
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
11
- "en": { "other": "English" },
12
- "fr": { "other": "French" },
13
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "nav_homepage": {
6
+ "other": "ABC Cinemas"
7
+ },
8
+ "settings_title": {
9
+ "other": "Settings"
10
+ },
11
+ "powered_by": {
12
+ "other": "Powered by"
13
+ },
14
+ "powered_by_name": {
15
+ "other": "Shift72"
16
+ },
17
+ "powered_by_url": {
18
+ "other": "https://www.shift72.com"
19
+ },
20
+ "in_partnership_with": {
21
+ "other": "в сотрудничестве с"
22
+ },
23
+ "festival_scope": {
24
+ "other": "Festival Scope"
25
+ },
26
+ "festival_scope_url": {
27
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
28
+ },
29
+ "en": {
30
+ "other": "английский"
31
+ },
32
+ "fr": {
33
+ "other": "Французский"
34
+ },
14
35
  "episode_name": {
15
36
  "other": "Эпизод"
16
37
  },
17
-
18
38
  "season_name": {
19
39
  "other": "Сезон"
20
40
  },
21
-
22
- "seasons":{
41
+ "seasons": {
23
42
  "one": "один сезон",
24
43
  "few": "{{.Count}} сезоны",
25
44
  "many": "{{.Count}} сезоны"
26
45
  },
27
46
  "tvseason": {
28
- "other": "{{.ShowInfo.Title}} Series {{.Season.SeasonNumber}}"
47
+ "other": "{{.ShowInfo.Title}} Ряд {{.Season.SeasonNumber}}"
29
48
  },
30
49
  "tvseason_html": {
31
- "other": "{{.ShowInfo.Title}} <span>Series {{.Season.SeasonNumber}}</span>"
50
+ "other": "{{.ShowInfo.Title}} <span>Ряд {{.Season.SeasonNumber}}</span>"
32
51
  },
33
52
  "tvepisode": {
34
53
  "other": "{{.Episode.Title}}"
35
54
  },
36
55
  "tvseason_number": {
37
- "other": "Series {{.Season.SeasonNumber}}"
56
+ "other": "Ряд {{.Season.SeasonNumber}}"
38
57
  },
39
58
  "episode_count": {
40
59
  "one": "1 Эпизод",
41
60
  "few": "{{.Count}} Эпизоды",
42
61
  "many": "{{.Count}} Эпизоды"
43
62
  },
44
-
45
- "date_day": { "other": "День" },
46
- "date_month": { "other": "Месяц" },
47
- "date_year": { "other": "Год" },
48
-
49
- "404_page_header": { "other": "Этой страницы не существует..." },
50
- "404_page_content": { "other": "<p>К сожалению, вы ищете страницу, которая не существует.</p><p>Файл может быть перемещен или удален, или, возможно, вы что-то неправильно сделали.</p><p>Вернитесь к главной странице, чтобы найти то, что вы искали.</p><p><a href=\"{{.URL}}\">Вернуться на главную страницу</a></p>" },
51
-
52
- "nav_signin": { "other": "Войти в систему" },
53
- "nav_signup": { "other": "Создать аккаунт" },
54
- "nav_signed_in_as": { "other": "Войти под аккаунтом" },
55
- "nav_library": { "other": "Моя видеотека" },
56
- "nav_devices": { "other": "Мои устройства" },
57
- "nav_wishlist": { "other": "Мой список" },
58
- "nav_account": { "other": "Мой аккаунт" },
59
- "nav_signout": { "other": "Выйти" },
60
- "play_trailer": { "other": "трейлер" },
61
- "runtime_hours": { "other": "час" },
62
- "runtime_minutes": { "other": "мин" },
63
-
64
- "datetime_today": { "other": "сегодня {{.Date}}" },
65
- "datetime_tomorrow": { "other": "завтра {{.Date}}" },
66
- "datetime_yesterday": { "other": "вчера {{.Date}}" },
67
- "datetime_next": { "other": "{{.Date}}" },
68
- "datetime_last": { "other": "последняя {{.Date}}" },
69
-
70
- "search_control_placeholder": { "other": "Поиск" },
71
- "search_control_submit": { "other": "Начать поиск" },
72
-
73
- "play_button_watch": { "other" : "Запустить сейчас"},
74
- "play_button_resume": { "other" : "Поделиться"},
75
-
76
- "social_media_buttons_title": { "other": "Поделиться" },
77
- "social_media_buttons_facebook": { "other": "Поделиться через фейсбук" },
78
- "social_media_buttons_twitter": { "other": "Поделиться в Твиттере" },
79
- "social_media_buttons_linkedin": { "other": "Поделиться в Linkedin" },
80
- "social_media_buttons_email": { "other": "Поделиться по электронной почте" },
81
- "social_media_buttons_email_subject": { "other": "Поделиться ссылкой" },
82
- "social_media_buttons_copied_link": { "other": "Ссылка скопирована в буфер обмена!" },
83
- "social_media_buttons_copy_link": { "other": "Скопировать в буфер обмена" },
84
-
85
- "accept_invite_page_header": { "other": "Добро пожаловать" },
86
- "acceptinvite_form_invalid_reset_password_token": { "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>." },
87
- "acceptinvite_complete": { "other": "Спасибо. Ваш аккаунт был создан." },
88
- "acceptinvite_form_submit": { "other": "Принять приглашение" },
89
- "acceptinvite_agreement": { "other": "Нажимая кнопку \"Принять приглашение\" вы подтверждаете, что вы прочитали и приняли наши <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правила &amp; условия</a> и <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">и политику конфиденциальности</a>." },
90
-
91
- "signup_page_header": { "other": "Создать новый аккаунт" },
92
- "signup_form_name": { "other": "имя" },
93
- "signup_form_email": { "other": "Адрес электронной почты" },
94
- "signup_form_password": { "other": "пароль" },
95
- "signup_form_password_confirmation": { "other": "Подтвердите ваш пароль" },
96
- "signup_form_gender": { "other": "Гендер" },
97
- "signup_form_dob": { "other": "Дата рождения" },
98
- "signup_form_submit": { "other": "подтвердить" },
99
-
100
- "signin_page_header": { "other": "Войти в систему" },
101
- "signin_form_email": { "other": "Адрес электронной почты" },
102
- "signin_form_password": { "other": "пароль" },
103
- "signin_form_remember": { "other": "Запомнить меня" },
104
- "signin_form_submit": { "other": "Отправить" },
105
- "signin_page_forgotpassword": { "other": "Забыли пароль?" },
106
- "signin_page_createnewaccount": { "other": "Не зарегистрированы? Создать новый аккаунт" },
107
- "signup_page_alreadyhaveanaccount": { "other": "Уже есть учетная запись? войти в систему" },
108
- "signup_form_error_email_already_in_use": { "other": "Этот адрес электронной почты уже используется." },
109
- "signin_form_error_incorrect_credentials": { "other": "Имя пользователя или пароль неверен." },
110
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
111
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
112
-
113
- "signup_form_error_forbidden": { "other": "Произошла ошибка." },
114
-
115
- "combined_auth_continue": { "other": "Продолжить" },
116
- "combined_auth_change": { "other": "изменить" },
117
- "combined_auth_signin": { "other": "войти в систему" },
118
- "combined_auth_signup": { "other": "Создать аккаунт" },
119
- "combined_auth_signin_password": { "other": "Введите ваш пароль для входа в аккаунт." },
120
- "combined_auth_signin_error_incorrect_credentials": { "other": "Это неверный пароль." },
121
- "combined_auth_error_forbidden": { "other": "Произошла ошибка." },
122
- "combined_auth_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
123
-
124
- "forgotpassword_page_header": { "other": "Сбросить пароль" },
125
- "forgotpassword_form_email": { "other": "Адрес электронной почты" },
126
- "forgotpassword_form_submit": { "other": "Сброс" },
127
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Учетная запись, соответствующая адресу электронной почты, не существует." },
128
- "forgotpassword_form_error_account_suspended": { "other": "Эта учетная запись приостановлена." },
129
- "forgotpassword_complete": { "other": "Спасибо. Новый пароль электронной почты должен появиться в вашем почтовом ящике в ближайшее время." },
130
- "forgotpassword_form_error_forbidden": { "other": "Произошла ошибка." },
131
- "forgotpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
132
-
133
- "resetpassword_page_header": { "other": "Измените свой пароль" },
134
- "resetpassword_form_invalid_reset_password_token": { "other": "Сборс пароля более не действителен, пожалуйста, заполните <a href=\"{{.URL}}\">Забыл_а пароль</a> сформировать снова." },
135
- "resetpassword_form_password": { "other": "Новый пароль" },
136
- "resetpassword_form_password2": { "other": "Подтвердите новый пароль" },
137
- "resetpassword_form_submit": { "other": "Изменить" },
138
- "resetpassword_complete": { "other": "Спасибо. Ваш пароль был изменен, и вы были зарегистрированы." },
139
- "resetpassword_form_error_invalid_reset_password_token": { "other": "Запрос сброса пароля не действителен. Пожалуйста, попробуйте позже." },
140
- "resetpassword_form_error_reset_password_token_expired": { "other": "Сборс пароля истек. Пожалуйста, запросите новый." },
141
- "resetpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
142
-
143
- "account_page_header": { "other": "Мой аккаунт" },
144
- "account_form_name": { "other": "имя" },
145
- "account_form_email": { "other": "Адрес электронной почты" },
146
- "account_form_password": { "other": "пароль" },
147
- "account_form_change_password": { "other": "изменить" },
148
- "account_form_gender": { "other": "гендер" },
149
- "account_form_dob": { "other": "Дата рождения" },
150
- "account_form_submit": { "other": "обновить" },
151
- "account_form_submitted": { "other": "обновлено" },
152
- "account_form_password_changed": { "other": "обновлено" },
153
- "account_form_error_incorrect_password": { "other": "Это неверный пароль." },
154
-
155
- "signup_form_optin": {"other": "Подпишитесь на нашу бесплатную рассылку"},
156
-
157
- "passwordconfirmation_modal_header": { "other": "Подтвердите ваш пароль" },
158
- "passwordconfirmation_modal_label": { "other": "Пожалуйста, введите пароль, чтобы обновить изменения" },
159
- "passwordconfirmation_modal_confirm": { "other": "подтвердите" },
160
-
161
- "changepassword_modal_header": { "other": "Измените ваш пароль" },
162
- "changepassword_modal_currentpassword": { "other": "ваш текущий пароль" },
163
- "changepassword_modal_password": { "other": "ваш новый пароль" },
164
- "changepassword_modal_password2": { "other": "Подтвердите ваш новый пароль" },
165
- "changepassword_modal_submit": { "other": "Обновить" },
166
- "changepassword_modal_error_incorrect_password": { "other": "Это неверный пароль." },
167
-
168
- "userlibrary_page_header": { "other": "Моя видеотека" },
169
- "userlibrary_empty_header": { "other": "Ваша библиотека пуста." },
170
- "userlibrary_empty_content": { "other": "Заполните ее <a href=\"{{.HomeURL}}\">у нас</a> большой выбор." },
171
-
172
- "searchresults_page_header": { "other": "результаты поиска" },
63
+ "date_day": {
64
+ "other": "День"
65
+ },
66
+ "date_month": {
67
+ "other": "Месяц"
68
+ },
69
+ "date_year": {
70
+ "other": "Год"
71
+ },
72
+ "404_page_header": {
73
+ "other": "Этой страницы не существует..."
74
+ },
75
+ "404_page_content": {
76
+ "other": "<p>К сожалению, вы ищете страницу, которая не существует.</p><p>Файл может быть перемещен или удален, или, возможно, вы что-то неправильно сделали.</p><p>Вернитесь к главной странице, чтобы найти то, что вы искали.</p><p><a href=\"{{.URL}}\">Вернуться на главную страницу</a></p>"
77
+ },
78
+ "nav_signin": {
79
+ "other": "Войти в систему"
80
+ },
81
+ "nav_signup": {
82
+ "other": "Создать аккаунт"
83
+ },
84
+ "nav_signed_in_as": {
85
+ "other": "Войти под аккаунтом"
86
+ },
87
+ "nav_library": {
88
+ "other": "Моя видеотека"
89
+ },
90
+ "nav_devices": {
91
+ "other": "Мои устройства"
92
+ },
93
+ "nav_wishlist": {
94
+ "other": "Мой список"
95
+ },
96
+ "nav_account": {
97
+ "other": "Мой аккаунт"
98
+ },
99
+ "nav_signout": {
100
+ "other": "Выйти"
101
+ },
102
+ "play_trailer": {
103
+ "other": "трейлер"
104
+ },
105
+ "runtime_hours": {
106
+ "other": "час"
107
+ },
108
+ "runtime_minutes": {
109
+ "other": "мин"
110
+ },
111
+ "datetime_today": {
112
+ "other": "сегодня {{.Date}}"
113
+ },
114
+ "datetime_tomorrow": {
115
+ "other": "завтра {{.Date}}"
116
+ },
117
+ "datetime_yesterday": {
118
+ "other": "вчера {{.Date}}"
119
+ },
120
+ "datetime_next": {
121
+ "other": "{{.Date}}"
122
+ },
123
+ "datetime_last": {
124
+ "other": "последняя {{.Date}}"
125
+ },
126
+ "search_control_placeholder": {
127
+ "other": "Поиск"
128
+ },
129
+ "search_control_submit": {
130
+ "other": "Начать поиск"
131
+ },
132
+ "play_button_watch": {
133
+ "other": "Запустить сейчас"
134
+ },
135
+ "play_button_resume": {
136
+ "other": "Поделиться"
137
+ },
138
+ "social_media_buttons_title": {
139
+ "other": "Поделиться"
140
+ },
141
+ "social_media_buttons_facebook": {
142
+ "other": "Поделиться через фейсбук"
143
+ },
144
+ "social_media_buttons_twitter": {
145
+ "other": "Поделиться в Твиттере"
146
+ },
147
+ "social_media_buttons_linkedin": {
148
+ "other": "Поделиться в Linkedin"
149
+ },
150
+ "social_media_buttons_email": {
151
+ "other": "Поделиться по электронной почте"
152
+ },
153
+ "social_media_buttons_email_subject": {
154
+ "other": "Поделиться ссылкой"
155
+ },
156
+ "social_media_buttons_copied_link": {
157
+ "other": "Ссылка скопирована в буфер обмена!"
158
+ },
159
+ "social_media_buttons_copy_link": {
160
+ "other": "Скопировать в буфер обмена"
161
+ },
162
+ "accept_invite_page_header": {
163
+ "other": "Добро пожаловать "
164
+ },
165
+ "acceptinvite_form_invalid_reset_password_token": {
166
+ "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>."
167
+ },
168
+ "acceptinvite_complete": {
169
+ "other": "Спасибо. Ваш аккаунт был создан."
170
+ },
171
+ "acceptinvite_form_submit": {
172
+ "other": "Принять приглашение"
173
+ },
174
+ "acceptinvite_agreement": {
175
+ "other": "Нажимая кнопку \"Принять приглашение\" вы подтверждаете, что вы прочитали и приняли наши <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правила &amp; условия</a> и <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">и политику конфиденциальности</a>."
176
+ },
177
+ "signup_page_header": {
178
+ "other": "Создать новый аккаунт"
179
+ },
180
+ "signup_form_name": {
181
+ "other": "имя"
182
+ },
183
+ "signup_form_email": {
184
+ "other": "Адрес электронной почты"
185
+ },
186
+ "signup_form_password": {
187
+ "other": "пароль"
188
+ },
189
+ "signup_form_password_confirmation": {
190
+ "other": "Подтвердите ваш пароль"
191
+ },
192
+ "signup_form_gender": {
193
+ "other": "Гендер"
194
+ },
195
+ "signup_form_dob": {
196
+ "other": "Дата рождения"
197
+ },
198
+ "signup_form_submit": {
199
+ "other": "подтвердить"
200
+ },
201
+ "signin_page_header": {
202
+ "other": "Войти в систему"
203
+ },
204
+ "signin_form_email": {
205
+ "other": "Адрес электронной почты"
206
+ },
207
+ "signin_form_password": {
208
+ "other": "пароль"
209
+ },
210
+ "signin_form_remember": {
211
+ "other": "Запомнить меня"
212
+ },
213
+ "signin_form_submit": {
214
+ "other": "Отправить"
215
+ },
216
+ "signin_page_forgotpassword": {
217
+ "other": "Забыли пароль?"
218
+ },
219
+ "signin_page_createnewaccount": {
220
+ "other": "Не зарегистрированы? Создать новый аккаунт"
221
+ },
222
+ "signup_page_alreadyhaveanaccount": {
223
+ "other": "Уже есть учетная запись? войти в систему"
224
+ },
225
+ "signup_form_error_email_already_in_use": {
226
+ "other": "Этот адрес электронной почты уже используется."
227
+ },
228
+ "signin_form_error_incorrect_credentials": {
229
+ "other": "Имя пользователя или пароль неверен."
230
+ },
231
+ "signin_form_error_ip_throttled": {
232
+ "other": "Вы слишком много раз не могли войти в систему. Пожалуйста, попробуйте позже."
233
+ },
234
+ "signin_form_error_account_suspended": {
235
+ "other": "Ваша учетная запись была временно приостановлена. Пожалуйста, свяжитесь с администратором, если вы считаете, что это ошибка."
236
+ },
237
+ "signup_form_error_forbidden": {
238
+ "other": "Произошла ошибка."
239
+ },
240
+ "combined_auth_continue": {
241
+ "other": "Продолжить"
242
+ },
243
+ "combined_auth_change": {
244
+ "other": "изменить"
245
+ },
246
+ "combined_auth_signin": {
247
+ "other": "войти в систему"
248
+ },
249
+ "combined_auth_signup": {
250
+ "other": "Создать аккаунт"
251
+ },
252
+ "combined_auth_signin_password": {
253
+ "other": "Введите ваш пароль для входа в аккаунт."
254
+ },
255
+ "combined_auth_signin_error_incorrect_credentials": {
256
+ "other": "Это неверный пароль."
257
+ },
258
+ "combined_auth_error_forbidden": {
259
+ "other": "Произошла ошибка."
260
+ },
261
+ "combined_auth_error_too_many_requests": {
262
+ "other": "Пожалуйста, повторите попытку позже."
263
+ },
264
+ "forgotpassword_page_header": {
265
+ "other": "Сбросить пароль"
266
+ },
267
+ "forgotpassword_form_email": {
268
+ "other": "Адрес электронной почты"
269
+ },
270
+ "forgotpassword_form_submit": {
271
+ "other": "Сброс"
272
+ },
273
+ "forgotpassword_form_error_email_doesnt_exist": {
274
+ "other": "Учетная запись, соответствующая адресу электронной почты, не существует."
275
+ },
276
+ "forgotpassword_form_error_account_suspended": {
277
+ "other": "Эта учетная запись приостановлена."
278
+ },
279
+ "forgotpassword_complete": {
280
+ "other": "Спасибо. Новый пароль электронной почты должен появиться в вашем почтовом ящике в ближайшее время."
281
+ },
282
+ "forgotpassword_form_error_forbidden": {
283
+ "other": "Произошла ошибка."
284
+ },
285
+ "forgotpassword_form_error_too_many_requests": {
286
+ "other": "Пожалуйста, повторите попытку позже."
287
+ },
288
+ "resetpassword_page_header": {
289
+ "other": "Измените свой пароль"
290
+ },
291
+ "resetpassword_form_invalid_reset_password_token": {
292
+ "other": "Сборс пароля более не действителен, пожалуйста, заполните <a href=\"{{.URL}}\">Забыл_а пароль</a> сформировать снова."
293
+ },
294
+ "resetpassword_form_password": {
295
+ "other": "Новый пароль"
296
+ },
297
+ "resetpassword_form_password2": {
298
+ "other": "Подтвердите новый пароль"
299
+ },
300
+ "resetpassword_form_submit": {
301
+ "other": "Изменить"
302
+ },
303
+ "resetpassword_complete": {
304
+ "other": "Спасибо. Ваш пароль был изменен, и вы были зарегистрированы."
305
+ },
306
+ "resetpassword_form_error_invalid_reset_password_token": {
307
+ "other": "Запрос сброса пароля не действителен. Пожалуйста, попробуйте позже."
308
+ },
309
+ "resetpassword_form_error_reset_password_token_expired": {
310
+ "other": "Сборс пароля истек. Пожалуйста, запросите новый."
311
+ },
312
+ "resetpassword_form_error_too_many_requests": {
313
+ "other": "Пожалуйста, повторите попытку позже."
314
+ },
315
+ "account_page_header": {
316
+ "other": "Мой аккаунт"
317
+ },
318
+ "account_form_name": {
319
+ "other": "имя"
320
+ },
321
+ "account_form_email": {
322
+ "other": "Адрес электронной почты"
323
+ },
324
+ "account_form_password": {
325
+ "other": "пароль"
326
+ },
327
+ "account_form_change_password": {
328
+ "other": "изменить"
329
+ },
330
+ "account_form_gender": {
331
+ "other": "гендер"
332
+ },
333
+ "account_form_dob": {
334
+ "other": "Дата рождения"
335
+ },
336
+ "account_form_submit": {
337
+ "other": "обновить"
338
+ },
339
+ "account_form_submitted": {
340
+ "other": "обновлено"
341
+ },
342
+ "account_form_password_changed": {
343
+ "other": "обновлено"
344
+ },
345
+ "account_form_error_incorrect_password": {
346
+ "other": "Это неверный пароль."
347
+ },
348
+ "signup_form_optin": {
349
+ "other": "Подпишитесь на нашу бесплатную рассылку"
350
+ },
351
+ "passwordconfirmation_modal_header": {
352
+ "other": "Подтвердите ваш пароль"
353
+ },
354
+ "passwordconfirmation_modal_label": {
355
+ "other": "Пожалуйста, введите пароль, чтобы обновить изменения"
356
+ },
357
+ "passwordconfirmation_modal_confirm": {
358
+ "other": "подтвердите"
359
+ },
360
+ "changepassword_modal_header": {
361
+ "other": "Измените ваш пароль"
362
+ },
363
+ "changepassword_modal_currentpassword": {
364
+ "other": "ваш текущий пароль"
365
+ },
366
+ "changepassword_modal_password": {
367
+ "other": "ваш новый пароль"
368
+ },
369
+ "changepassword_modal_password2": {
370
+ "other": "Подтвердите ваш новый пароль"
371
+ },
372
+ "changepassword_modal_submit": {
373
+ "other": "Обновить"
374
+ },
375
+ "changepassword_modal_error_incorrect_password": {
376
+ "other": "Это неверный пароль."
377
+ },
378
+ "userlibrary_page_header": {
379
+ "other": "Моя видеотека"
380
+ },
381
+ "userlibrary_empty_header": {
382
+ "other": "Ваша библиотека пуста."
383
+ },
384
+ "userlibrary_empty_content": {
385
+ "other": "Заполните ее <a href=\"{{.HomeURL}}\">у нас</a> большой выбор."
386
+ },
387
+ "searchresults_page_header": {
388
+ "other": "результаты поиска"
389
+ },
173
390
  "searchresults_load_more": {
174
391
  "few": "Загрузить {{.Count}} больше",
175
392
  "many": "Загрузить {{.Count}} больше"
@@ -179,44 +396,99 @@
179
396
  "few": "Найдены {{.Count}} результаты для \"{{.Query}}\".",
180
397
  "many": "Найдены {{.Count}} результаты для \"{{.Query}}\"."
181
398
  },
182
- "searchresults_empty_header": { "other": "Не было никаких результатов поиска для \"{{.Query}}\"" },
183
- "searchresults_empty_content": { "other": "Попробуйте другой поиск или <a href=\"{{.HomeURL}}\">просмотрите наш контент</a>, чтобы найти то, что вы ищете." },
184
-
185
- "validation_name_required": { "other": "Укажите Ваше имя." },
186
- "validation_email_required": { "other": "Укажите адрес Вашей электронной почты." },
187
- "validation_email_email": { "other": "Укажите действительный адрес электронной почты." },
188
- "validation_currentpassword_required": { "other": "Введите ваш текущий пароль." },
189
- "validation_password_required": { "other": "Введите пароль." },
190
- "validation_password2_required": { "other": "Подтвердите ваш пароль." },
191
- "validation_password2_match": { "other": "Ваши пароли не совпадают." },
399
+ "searchresults_empty_header": {
400
+ "other": "Не было никаких результатов поиска для \"{{.Query}}\""
401
+ },
402
+ "searchresults_empty_content": {
403
+ "other": "Попробуйте другой поиск или <a href=\"{{.HomeURL}}\">просмотрите наш контент</a>, чтобы найти то, что вы ищете."
404
+ },
405
+ "validation_name_required": {
406
+ "other": "Укажите Ваше имя."
407
+ },
408
+ "validation_email_required": {
409
+ "other": "Укажите адрес Вашей электронной почты."
410
+ },
411
+ "validation_email_email": {
412
+ "other": "Укажите действительный адрес электронной почты."
413
+ },
414
+ "validation_currentpassword_required": {
415
+ "other": "Введите ваш текущий пароль."
416
+ },
417
+ "validation_password_required": {
418
+ "other": "Введите пароль."
419
+ },
420
+ "validation_password2_required": {
421
+ "other": "Подтвердите ваш пароль."
422
+ },
423
+ "validation_password2_match": {
424
+ "other": "Ваши пароли не совпадают."
425
+ },
192
426
  "validation_password_minlength": {
193
427
  "few": "Введите по крайней мере, {{.Count}} символов.",
194
428
  "many": "Введите по крайней мере, {{.Count}} символов."
195
429
  },
196
- "validation_promocode_required": { "other": "Введите промо-код." },
197
- "validation_pincode_required": { "other": "Please enter a PIN code." },
198
- "validation_gender_required": { "other": "Выберите тот гендер, с которым вы себя идентифицируете." },
199
- "validation_dob_required": { "other": "Введите дату рождения." },
200
- "validation_dob_date": { "other": "Введите правильную дату рождения." },
201
-
202
- "shopping_info_subtitle_hd": { "other": "HD-видео по запросу." },
203
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
204
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
205
- "shopping_info_subtitle_help": { "other": "Смотрите здесь для требований системы." },
206
- "shopping_info_ownership_buy": { "other": "покупка" },
207
- "shopping_info_ownership_rent": { "other": "аренда" },
208
-
209
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
210
- "shopping_info_release_date_title": { "other": "Новые фильмы {{.Date}}. " },
211
- "shopping_info_release_date_explanation_rent": { "other": "Вы можете арендовать фильм прямо сейчас, но вы не сможете посмотреть его до этого срока." },
212
- "shopping_info_release_date_explanation_buy": { "other": "Вы можете купить фильм прямо сейчас, но вы не сможете посмотреть его до этого срока. " },
213
-
214
- "shopping_info_available_until_date_title": { "other": "Доступно до {{.Date}}. " },
215
- "shopping_info_available_until_date_explanation_rent": { "other": "Вы не сможете просматривать содержимое после этого." },
216
- "shopping_info_available_until_date_explanation_buy": { "other": "Вы не сможете просматривать содержимое после этого." },
217
-
218
- "duration_hour": { "one": "1 час", "other": "{{.Count}} часа" },
219
- "duration_day": { "one": "1 день", "other": "{{.Count}} дня" },
430
+ "validation_promocode_required": {
431
+ "other": "Введите промо-код."
432
+ },
433
+ "validation_pincode_required": {
434
+ "other": "Пожалуйста, введите PIN-код."
435
+ },
436
+ "validation_gender_required": {
437
+ "other": "Выберите тот гендер, с которым вы себя идентифицируете."
438
+ },
439
+ "validation_dob_required": {
440
+ "other": "Введите дату рождения."
441
+ },
442
+ "validation_dob_date": {
443
+ "other": "Введите правильную дату рождения."
444
+ },
445
+ "shopping_info_subtitle_hd": {
446
+ "other": "HD-видео по запросу."
447
+ },
448
+ "shopping_info_subtitle_sd": {
449
+ "other": "SD-видео по запросу."
450
+ },
451
+ "shopping_info_subtitle_wallet": {
452
+ "other": "Средства в вашем бумажнике можно использовать для покупки или аренды любого контента на ScreenPlus."
453
+ },
454
+ "shopping_info_subtitle_help": {
455
+ "other": "Смотрите здесь для требований системы."
456
+ },
457
+ "shopping_info_ownership_buy": {
458
+ "other": "покупка"
459
+ },
460
+ "shopping_info_ownership_rent": {
461
+ "other": "аренда"
462
+ },
463
+ "shopping_info_sd_only": {
464
+ "other": "Ограничено только воспроизведением SD."
465
+ },
466
+ "shopping_info_release_date_title": {
467
+ "other": "Новые фильмы {{.Date}}. "
468
+ },
469
+ "shopping_info_release_date_explanation_rent": {
470
+ "other": "Вы можете арендовать фильм прямо сейчас, но вы не сможете посмотреть его до этого срока."
471
+ },
472
+ "shopping_info_release_date_explanation_buy": {
473
+ "other": "Вы можете купить фильм прямо сейчас, но вы не сможете посмотреть его до этого срока. "
474
+ },
475
+ "shopping_info_available_until_date_title": {
476
+ "other": "Доступно до {{.Date}}. "
477
+ },
478
+ "shopping_info_available_until_date_explanation_rent": {
479
+ "other": "Вы не сможете просматривать содержимое после этого."
480
+ },
481
+ "shopping_info_available_until_date_explanation_buy": {
482
+ "other": "Вы не сможете просматривать содержимое после этого."
483
+ },
484
+ "duration_hour": {
485
+ "one": "1 час",
486
+ "other": "{{.Count}} часа"
487
+ },
488
+ "duration_day": {
489
+ "one": "1 день",
490
+ "other": "{{.Count}} дня"
491
+ },
220
492
  "shopping_info_rental_period_duration": {
221
493
  "few": "{{.ValueUnit}} аренды ",
222
494
  "many": "{{.ValueUnit}} аренды "
@@ -255,66 +527,152 @@
255
527
  "few": "После нажатия кнопки PLAY на эпизоде, период аренды стартует и у вас есть {{.Count}} часов, чтобы посмотреть этот эпизод, как столько раз, сколько вам нравится.",
256
528
  "many": "После нажатия кнопки PLAY на эпизоде, период аренды стартует и у вас есть {{.Count}} часов, чтобы посмотреть этот эпизод, как столько раз, сколько вам нравится."
257
529
  },
258
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% бонус" },
259
-
260
- "shopping_enter_card_prompt": { "other": "Введите данные кредитной карты ниже, чтобы ваш {{.Verb}}." },
261
-
262
- "shopping_terms": { "other": "Завершив эту трансакцию, я согласен_а <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">сроки и условия</a>."},
263
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} скидка учитывается." },
264
- "shopping_discount_apply": { "other": "Применить" },
265
- "shopping_discount_code": { "other": "Введите промо-код." },
266
- "shopping_discount_have_code": { "other": "У меня есть промо-код." },
267
-
268
- "shopping_price_you_pay": { "other": "Вы платите" },
269
- "shopping_price_nothing": { "other": "Ничего" },
270
- "shopping_price_free": { "other": "Бесплатно" },
271
-
272
- "shopping_auth_directions": { "other": "Сначала необходимо войти в учетную запись. Введите Ваш адрес электронной почты." },
273
-
274
- "shopping_error_in_library": { "other": "{{.Title}} уже в вашей видеотеке." },
275
-
276
- "shopping_error_missing_card": { "other": "Пожалуйста, введите данные вашей кредитной карты." },
277
- "shopping_error_title": { "other": "Произошла ошибка" },
278
- "shopping_error_incorrect_cvc": { "other": "Пожалуйста, введите правильный код CVV." },
279
- "shopping_error_invalid_cvc": { "other": "Пожалуйста, введите правильный код CVV." },
280
- "shopping_error_incorrect_number": { "other": "Пожалуйста, введите действительную кредитную карту Number." },
281
- "shopping_error_invalid_number": { "other": "Пожалуйста, введите действительную кредитную карту Number." },
282
- "shopping_error_card_declined": { "other": "Кредитная карта была отклонена." },
283
- "shopping_error_invalid_expiry_month": { "other": "Пожалуйста, введите действительный срока действия карты" },
284
- "shopping_error_invalid_expiry_year": { "other": "Пожалуйста, введите действительный срока действия карты" },
285
- "shopping_error_expired_card": { "other": "Кредитная карта истекла." },
286
- "shopping_error_creditcard_country_mismatch": { "other": "Ваше {{.Ownership}} не подтвреждена. Вы должны быть в стране, где была выдана ваша кредитная карта. Используйте другую карту для совершения платежа." },
287
- "shopping_error_proxy_detected": { "other": "Ваше {{.Ownership}} не подтвреждена. Мы обнаружили, что вы используете Unblocker или прокси-сервис. Выключите любой из этих услуг и попробуйте еще раз." },
288
-
289
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
290
- "shopping_error_discount_blank": { "other": "Пожалуйста, введите промо-код." },
291
- "shopping_error_discount_not_applied": { "other": "Пожалуйста, введите действительный промо код." },
292
- "shopping_error_discount_invalid": { "other": "Пожалуйста, введите действительный промо код." },
293
- "shopping_error_discount_disabled": { "other": "Пожалуйста, введите действительный промо код." },
294
- "shopping_error_discount_already_applied": { "other": "Промокод уже использовался для этой сессии." },
295
- "shopping_error_discount_already_redeemed": { "other": "Это промо-код уже был использован." },
296
- "shopping_error_discount_used_previously": { "other": "Это промо-код уже был использован." },
297
- "shopping_error_discount_max_limit": { "other": "Это не промо-код больше не может быть использован." },
298
- "shopping_error_discount_expired": { "other": "Это промо-код истек." },
299
- "shopping_error_discount_invalid_ownership_buy": { "other": "Это промо-код не может быть использован при покупке." },
300
- "shopping_error_discount_invalid_ownership_rent": { "other": "Это промо-код не может быть использован при аренде." },
301
- "shopping_error_discount_invalid_item": { "other": "Это промо-код не может быть использован с этим пунктом." },
302
- "shopping_error_discount_invalid_pricing_region": { "other": "Это промо-код не может быть использован в вашей стране." },
303
- "shopping_error_discounts_not_allowed": { "other": "Это промо-код не может быть использован." },
304
- "shopping_error_discount_disallowed_on_bundles": { "other": "Это промо-код не может быть использован для абонементов." },
305
- "shopping_error_payment_intent_authentication_failure": { "other": "Кредитная карта была отклонена. Пожалуйста, попробуйте еще раз." },
306
-
307
- "shopping_complete_rental": { "other": "Успех!" },
530
+ "shopping_info_credit_bonus_title": {
531
+ "other": "{{.BonusPercentage}}% бонус"
532
+ },
533
+ "shopping_enter_card_prompt": {
534
+ "other": "Введите данные кредитной карты ниже, чтобы ваш {{.Verb}}."
535
+ },
536
+ "shopping_terms": {
537
+ "other": "Завершив эту трансакцию, я согласен_а <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">сроки и условия</a>."
538
+ },
539
+ "shopping_discount_applied": {
540
+ "other": "{{.DiscountAmount}} скидка учитывается."
541
+ },
542
+ "shopping_discount_apply": {
543
+ "other": "Применить"
544
+ },
545
+ "shopping_discount_code": {
546
+ "other": "Введите промо-код."
547
+ },
548
+ "shopping_discount_have_code": {
549
+ "other": "У меня есть промо-код."
550
+ },
551
+ "shopping_price_you_pay": {
552
+ "other": "Вы платите"
553
+ },
554
+ "shopping_price_nothing": {
555
+ "other": "Ничего"
556
+ },
557
+ "shopping_price_free": {
558
+ "other": "Бесплатно"
559
+ },
560
+ "shopping_auth_directions": {
561
+ "other": "Сначала необходимо войти в учетную запись. Введите Ваш адрес электронной почты."
562
+ },
563
+ "shopping_error_in_library": {
564
+ "other": "{{.Title}} уже в вашей видеотеке."
565
+ },
566
+ "shopping_error_missing_card": {
567
+ "other": "Пожалуйста, введите данные вашей кредитной карты."
568
+ },
569
+ "shopping_error_title": {
570
+ "other": "Произошла ошибка"
571
+ },
572
+ "shopping_error_incorrect_cvc": {
573
+ "other": "Пожалуйста, введите правильный код CVV."
574
+ },
575
+ "shopping_error_invalid_cvc": {
576
+ "other": "Пожалуйста, введите правильный код CVV."
577
+ },
578
+ "shopping_error_incorrect_number": {
579
+ "other": "Пожалуйста, введите действительную кредитную карту Number."
580
+ },
581
+ "shopping_error_invalid_number": {
582
+ "other": "Пожалуйста, введите действительную кредитную карту Number."
583
+ },
584
+ "shopping_error_card_declined": {
585
+ "other": "Кредитная карта была отклонена."
586
+ },
587
+ "shopping_error_invalid_expiry_month": {
588
+ "other": "Пожалуйста, введите действительный срока действия карты"
589
+ },
590
+ "shopping_error_invalid_expiry_year": {
591
+ "other": "Пожалуйста, введите действительный срока действия карты"
592
+ },
593
+ "shopping_error_expired_card": {
594
+ "other": "Кредитная карта истекла."
595
+ },
596
+ "shopping_error_creditcard_country_mismatch": {
597
+ "other": "Ваше {{.Ownership}} не подтвреждена. Вы должны быть в стране, где была выдана ваша кредитная карта. Используйте другую карту для совершения платежа."
598
+ },
599
+ "shopping_error_proxy_detected": {
600
+ "other": "Ваше {{.Ownership}} не подтвреждена. Мы обнаружили, что вы используете Unblocker или прокси-сервис. Выключите любой из этих услуг и попробуйте еще раз."
601
+ },
602
+ "shopping_error_discount_worn_out": {
603
+ "other": "Этот промо-код больше не может быть использован."
604
+ },
605
+ "shopping_error_discount_blank": {
606
+ "other": "Пожалуйста, введите промо-код."
607
+ },
608
+ "shopping_error_discount_not_applied": {
609
+ "other": "Пожалуйста, введите действительный промо код."
610
+ },
611
+ "shopping_error_discount_invalid": {
612
+ "other": "Пожалуйста, введите действительный промо код."
613
+ },
614
+ "shopping_error_discount_disabled": {
615
+ "other": "Пожалуйста, введите действительный промо код."
616
+ },
617
+ "shopping_error_discount_already_applied": {
618
+ "other": "Промокод уже использовался для этой сессии."
619
+ },
620
+ "shopping_error_discount_already_redeemed": {
621
+ "other": "Это промо-код уже был использован."
622
+ },
623
+ "shopping_error_discount_used_previously": {
624
+ "other": "Это промо-код уже был использован."
625
+ },
626
+ "shopping_error_discount_max_limit": {
627
+ "other": "Это не промо-код больше не может быть использован."
628
+ },
629
+ "shopping_error_discount_expired": {
630
+ "other": "Это промо-код истек."
631
+ },
632
+ "shopping_error_discount_invalid_ownership_buy": {
633
+ "other": "Это промо-код не может быть использован при покупке."
634
+ },
635
+ "shopping_error_discount_invalid_ownership_rent": {
636
+ "other": "Это промо-код не может быть использован при аренде."
637
+ },
638
+ "shopping_error_discount_invalid_item": {
639
+ "other": "Это промо-код не может быть использован с этим пунктом."
640
+ },
641
+ "shopping_error_discount_invalid_pricing_region": {
642
+ "other": "Это промо-код не может быть использован в вашей стране."
643
+ },
644
+ "shopping_error_discounts_not_allowed": {
645
+ "other": "Это промо-код не может быть использован."
646
+ },
647
+ "shopping_error_discount_disallowed_on_bundles": {
648
+ "other": "Это промо-код не может быть использован для абонементов."
649
+ },
650
+ "shopping_error_payment_intent_authentication_failure": {
651
+ "other": "Кредитная карта была отклонена. Пожалуйста, попробуйте еще раз."
652
+ },
653
+ "shopping_complete_rental": {
654
+ "other": "Успех!"
655
+ },
308
656
  "shopping_complete_rental_period": {
309
657
  "one": "Теперь вы можете смотреть это так часто, как вам нравится в течение следующего дня.",
310
658
  "few": "Теперь вы можете смотреть фильм так часто, как вам нравится в течение следующих {{.Count}} дней.",
311
659
  "many": "Теперь вы можете смотреть фильм так часто, как вам нравится в течение следующих {{.Count}} дней."
312
660
  },
313
- "shopping_complete_purchase": { "other": "Благодарим Вас за покупку {{.Title}}." },
314
- "shopping_complete_credit_purchase": { "other": "Благодарим Вас за покупку {{.Title}}, {{.CreditTotal}} была добавлена ​​на ваш счет." },
315
- "shopping_complete_purchase_coming_soon": { "other": "Вы сможете посмотреть его, начиная с {{.Date}}." },
316
- "shopping_complete_receipt": { "other": "Квитанция по электронной почте." },
317
- "shopping_complete_library_link": { "other": "Просмотр библиотеки" },
661
+ "shopping_complete_purchase": {
662
+ "other": "Благодарим Вас за покупку {{.Title}}."
663
+ },
664
+ "shopping_complete_credit_purchase": {
665
+ "other": "Благодарим Вас за покупку {{.Title}}, {{.CreditTotal}} была добавлена ​​на ваш счет."
666
+ },
667
+ "shopping_complete_purchase_coming_soon": {
668
+ "other": "Вы сможете посмотреть его, начиная с {{.Date}}."
669
+ },
670
+ "shopping_complete_receipt": {
671
+ "other": "Квитанция по электронной почте."
672
+ },
673
+ "shopping_complete_library_link": {
674
+ "other": "Просмотр библиотеки"
675
+ },
318
676
  "shopping_complete_plan": {
319
677
  "other": "Ваша покупка {{ .Title }} прошла успешно."
320
678
  },
@@ -338,21 +696,48 @@
338
696
  "few": "Вы сможете смотреть его из {{.Date}} и ваша аренда будет активной в течение {{.Count}} дней.",
339
697
  "many": "Вы сможете смотреть его из {{.Date}} и ваша аренда будет активной в течение {{.Count}} дней."
340
698
  },
341
-
342
- "shopping_action_rent": { "other": "Аренда" },
343
- "shopping_action_buy": { "other": "купить" },
344
-
345
- "meta_detail_cast_title": { "other": "В ролях" },
346
- "meta_detail_crew_title": { "other": "Создатели" },
347
- "meta_detail_languages": { "one": "язык", "other": "Языки" },
348
- "meta_detail_studios": { "one": "студия", "other": "Студии" },
349
- "meta_detail_countries": { "one": "Страна", "other": "страны" },
350
- "meta_detail_subtitles": { "other": "Субтитры" },
351
- "meta_detail_episodes_title": { "other": "Эпизоды" },
352
- "meta_detail_bonus_title": { "other": "Бонус" },
353
- "meta_detail_recommendations_title": { "other": "Вам также может понравиться" },
354
- "meta_detail_bundle_items_title": { "other": "Фильм включен в этот абонемент" },
355
-
699
+ "shopping_action_rent": {
700
+ "other": "Аренда"
701
+ },
702
+ "shopping_action_buy": {
703
+ "other": "купить"
704
+ },
705
+ "meta_detail_cast_title": {
706
+ "other": "В ролях"
707
+ },
708
+ "meta_detail_crew_title": {
709
+ "other": "Создатели"
710
+ },
711
+ "meta_detail_languages": {
712
+ "one": "язык",
713
+ "other": "Языки"
714
+ },
715
+ "meta_detail_studios": {
716
+ "one": "студия",
717
+ "other": "Студии"
718
+ },
719
+ "meta_detail_countries": {
720
+ "one": "Страна",
721
+ "other": "страны"
722
+ },
723
+ "meta_detail_subtitles": {
724
+ "other": "Субтитры"
725
+ },
726
+ "meta_detail_captions": {
727
+ "other": "Субтитры [CC]"
728
+ },
729
+ "meta_detail_episodes_title": {
730
+ "other": "Эпизоды"
731
+ },
732
+ "meta_detail_bonus_title": {
733
+ "other": "Бонус"
734
+ },
735
+ "meta_detail_recommendations_title": {
736
+ "other": "Вам также может понравиться"
737
+ },
738
+ "meta_detail_bundle_items_title": {
739
+ "other": "Фильм включен в этот абонемент"
740
+ },
356
741
  "bundle_items_all_films": {
357
742
  "few": "{{.Count}} фильмы",
358
743
  "many": "{{.Count}} фильмы"
@@ -365,147 +750,282 @@
365
750
  "few": "{{.Count}} фильмы и сезоны",
366
751
  "many": "{{.Count}} фильмы и сезоны"
367
752
  },
368
- "userwishlist_page_header": { "other": "Мой список" },
369
- "userwishlist_slider_header": { "other": "Мой список" },
370
- "userwishlist_empty_header": { "other": "Ваш список пуст." },
371
- "userwishlist_empty_content": { "other": "Заполните его <a href=\"{{.HomeURL}}\">просмотрите</a> нашу коллекцию." },
372
- "userwishlist_button_add": { "other": "Добавить в мой список" },
373
- "userwishlist_button_remove": { "other": "Мой список" },
374
- "userwishlist_button_add_compact": { "other": "Мой список" },
375
- "userwishlist_button_remove_compact": { "other": "Мой список" },
376
-
377
- "activatedevice_page_header": { "other": "Activate Device" },
378
- "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." },
379
- "activatedevice_form_pin": { "other": "PIN Code" },
380
- "activatedevice_form_submit": { "other": "Activate" },
381
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
382
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
383
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
384
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
385
-
386
- "userdevices_page_header": { "other": "устройства" },
753
+ "userwishlist_page_header": {
754
+ "other": "Мой список"
755
+ },
756
+ "userwishlist_slider_header": {
757
+ "other": "Мой список"
758
+ },
759
+ "userwishlist_empty_header": {
760
+ "other": "Ваш список пуст."
761
+ },
762
+ "userwishlist_empty_content": {
763
+ "other": "Заполните его <a href=\"{{.HomeURL}}\">просмотрите</a> нашу коллекцию."
764
+ },
765
+ "userwishlist_button_add": {
766
+ "other": "Добавить в мой список"
767
+ },
768
+ "userwishlist_button_remove": {
769
+ "other": "Мой список"
770
+ },
771
+ "userwishlist_button_add_compact": {
772
+ "other": "Мой список"
773
+ },
774
+ "userwishlist_button_remove_compact": {
775
+ "other": "Мой список"
776
+ },
777
+ "activatedevice_page_header": {
778
+ "other": "Активировать устройство"
779
+ },
780
+ "activatedevice_page_content": {
781
+ "other": "Следуйте инструкциям на вашем устройстве, чтобы получить PIN-код.Ваш компьютер и устройство должны быть подключены к Интернету для активации."
782
+ },
783
+ "activatedevice_form_pin": {
784
+ "other": "Пин-код"
785
+ },
786
+ "activatedevice_form_submit": {
787
+ "other": "Активировать"
788
+ },
789
+ "activatedevice_form_error_invalid_code": {
790
+ "other": "PIN-код не найден, пожалуйста, попробуйте еще раз."
791
+ },
792
+ "activatedevice_form_error_pin_not_found": {
793
+ "other": "PIN-код не найден, пожалуйста, попробуйте еще раз."
794
+ },
795
+ "activatedevice_signin_prompt": {
796
+ "other": "Пожалуйста, войдите, прежде чем активировать ваше устройство."
797
+ },
798
+ "activatedevice_page_activated": {
799
+ "other": "Спасибо за активируемость {{.DeviceName}}. Теперь вы должны иметь возможность просматривать вашу библиотеку на телевидении или устройстве."
800
+ },
801
+ "userdevices_page_header": {
802
+ "other": "устройства"
803
+ },
387
804
  "userdevices_page_content": {
388
805
  "one": "Устройства будут автоматически добавлены здесь, когда вы их используете. Вы ограничены только одно устройство.",
389
806
  "few": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count }} устройство.",
390
807
  "many": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count }} устройство."
391
808
  },
392
- "userdevices_empty_content": { "other": "Сейчас у Вас 0 зарегистрированных устройств." },
393
- "userdevices_header_type": { "other": "Тип устройства" },
394
- "userdevices_header_description": { "other": "Описание" },
395
- "userdevices_device_added": { "other": "Добавлено {{.Date}}" },
396
- "userdevices_device_actions_delete": { "other": "Удалить" },
397
- "userdevices_device_actions_cancel": { "other": "Отмена" },
398
- "userdevices_device_actions_confirm": { "other": "Да, удалить устройство" },
399
- "userdevices_device_deleted": { "other": "(Удаленный)" },
400
-
401
- "playlist_page_header": { "other": "Playlist" },
402
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
403
- "playlist_share_title": { "other": "Playlist" },
404
- "playlist_up_next_title": { "other": "Up Next" },
405
-
406
- "pricing_ownership_buy": { "other": "купить" },
407
- "pricing_ownership_rent": { "other": "Аренда" },
408
-
409
- "classification_intro": { "other": "Классификация: " },
410
- "classification_divider": { "other": " - " },
411
- "classification_outro": { "other": "" },
412
-
413
- "cookie_banner_message": { "other": "Этот сайт использует куки-файлы для улучшения качества просмотра. Используя этот сайт, вы принимаете нашу политику <a href=\"{{.CookiePolicyURL}}\">куки-файлов</a>." },
414
- "cookie_banner_accept": { "other": "Принимаю" },
415
-
416
- "all_rights_reserved": { "other": "Все права защищены. Ни одна часть этого сайта не может быть воспроизведена без письменного разрешения." },
417
-
418
- "users_gender_none": { "other": "не определён" },
419
- "users_gender_female": { "other": "женский" },
420
- "users_gender_male": { "other": "мужской" },
421
- "users_gender_diverse": { "other": "разные" },
422
- "users_gender_other": { "other": "Другой" },
423
-
424
- "plan_label_owned": { "other": "" },
425
-
426
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
427
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
428
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
429
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
430
-
431
- "shopping_card_save_card": { "other": "Save this card for future use" },
432
- "shopping_card_button_change": { "other": "Show all saved cards" },
433
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
434
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
435
- "shopping_card_existing_expired": { "other": "(expired)" },
436
- "shopping_card_use_other": { "other": "Use a new card" },
437
- "shopping_card_use_new_card": { "other": "Change card" },
438
-
439
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
440
-
441
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
442
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
443
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
444
-
445
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
446
-
447
- "shopping_action_credit": { "other": "shopping_action_credit" },
448
- "shopping_action_plan": { "other": "shopping_action_plan" },
449
-
450
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
451
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
452
-
453
- "shopping_info_rental_period_coming_soon": { "other": "с указанием даты и времени выпуска." },
454
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
455
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
456
-
457
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
458
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
459
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
460
-
461
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
462
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
463
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
464
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
465
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
466
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
467
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
468
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
469
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
470
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
471
-
472
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
473
-
474
- "availability_coming_soon": { "other": "Скоро в онлайне" },
475
- "availability_renting": { "other": "аренда" },
476
- "availability_not_available": { "other": "Недоступен" },
477
- "availability_in_watch_window": { "other": "availability_in_watch_window" },
478
- "availability_sold_out": { "other": "Продано" },
479
- "availability_available_till": { "other": "Доступно до {{.ExpiryDate}}" },
480
- "availability_not_available_in_country": { "other": "Недоступно" },
481
- "availability_available": { "other": "Доступно до {{.ReleaseDate}}" },
482
-
483
- "modal_cancel": { "other": "Отмена" },
484
-
485
- "play": { "other": "Запустить сейчас" },
486
-
487
- "combined_auth_signin_prompt": { "other": "Войти в систему" },
488
- "combined_auth_signup_prompt": { "other": "зарегистрироваться" },
489
- "combined_auth_terms": { "other": "Я согласен_а с <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правилами &amp; условиями</a>." },
490
- "signup_terms": { "other": "Я согласен_а с <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правилами &amp; условиями</a>." },
491
- "validation_terms_required": { "other": "Вы должны согласиться с правилами и условиями." },
492
- "shopping_error_item_limit_exceeded": { "other": "К сожалению, {{.Title}} куплен." },
493
-
494
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
495
-
496
- "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>" },
497
-
498
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
499
- "app_badge_ios": { "other": "Download on the App Store" },
500
- "app_badge_android": { "other": "Get it on Google Play" },
501
-
809
+ "userdevices_empty_content": {
810
+ "other": "Сейчас у Вас 0 зарегистрированных устройств."
811
+ },
812
+ "userdevices_header_type": {
813
+ "other": "Тип устройства"
814
+ },
815
+ "userdevices_header_description": {
816
+ "other": "Описание"
817
+ },
818
+ "userdevices_device_added": {
819
+ "other": "Добавлено {{.Date}}"
820
+ },
821
+ "userdevices_device_actions_delete": {
822
+ "other": "Удалить"
823
+ },
824
+ "userdevices_device_actions_cancel": {
825
+ "other": "Отмена"
826
+ },
827
+ "userdevices_device_actions_confirm": {
828
+ "other": "Да, удалить устройство"
829
+ },
830
+ "userdevices_device_deleted": {
831
+ "other": "(Удаленный)"
832
+ },
833
+ "playlist_page_header": {
834
+ "other": "Плейлист"
835
+ },
836
+ "playlist_sign_in_warning": {
837
+ "other": "Пожалуйста, войдите, чтобы посмотреть живое телевидение."
838
+ },
839
+ "playlist_share_title": {
840
+ "other": "Плейлист"
841
+ },
842
+ "playlist_up_next_title": {
843
+ "other": "Следующий"
844
+ },
845
+ "pricing_ownership_buy": {
846
+ "other": "купить"
847
+ },
848
+ "pricing_ownership_rent": {
849
+ "other": "Аренда"
850
+ },
851
+ "classification_intro": {
852
+ "other": "Классификация: "
853
+ },
854
+ "classification_divider": {
855
+ "other": " - "
856
+ },
857
+ "classification_outro": {
858
+ "other": ""
859
+ },
860
+ "cookie_banner_message": {
861
+ "other": "Этот сайт использует куки-файлы для улучшения качества просмотра. Используя этот сайт, вы принимаете нашу политику <a href=\"{{.CookiePolicyURL}}\">куки-файлов</a>."
862
+ },
863
+ "cookie_banner_accept": {
864
+ "other": "Принимаю"
865
+ },
866
+ "all_rights_reserved": {
867
+ "other": "Все права защищены. Ни одна часть этого сайта не может быть воспроизведена без письменного разрешения."
868
+ },
869
+ "users_gender_none": {
870
+ "other": "не определён"
871
+ },
872
+ "users_gender_female": {
873
+ "other": "женский"
874
+ },
875
+ "users_gender_male": {
876
+ "other": "мужской"
877
+ },
878
+ "users_gender_diverse": {
879
+ "other": "разные"
880
+ },
881
+ "users_gender_other": {
882
+ "other": "Другой"
883
+ },
884
+ "pricing_quality_hd": {
885
+ "other": "HD"
886
+ },
887
+ "pricing_quality_sd": {
888
+ "other": "SD"
889
+ },
890
+ "pricing_quality_hd_only": {
891
+ "other": "HD только"
892
+ },
893
+ "pricing_quality_sd_only": {
894
+ "other": "SD Только"
895
+ },
896
+ "shopping_card_save_card": {
897
+ "other": "Сохраните эту карту для будущего использования"
898
+ },
899
+ "shopping_card_button_change": {
900
+ "other": "Показать все сохраненные карты"
901
+ },
902
+ "shopping_card_existing_description": {
903
+ "other": "{{.Card.Brand}} кончающийся на {{.Card.Number}}"
904
+ },
905
+ "shopping_card_existing_expiry": {
906
+ "other": "(истекает {{.Card.Expiry}})"
907
+ },
908
+ "shopping_card_existing_expired": {
909
+ "other": "(истекший)"
910
+ },
911
+ "shopping_card_use_other": {
912
+ "other": "Использовать новую карту"
913
+ },
914
+ "shopping_card_use_new_card": {
915
+ "other": "Изменить карту"
916
+ },
917
+ "shopping_info_ownership_plan": {
918
+ "other": "Подписка"
919
+ },
920
+ "shopping_action_credit": {
921
+ "other": "Пополнить"
922
+ },
923
+ "shopping_info_rental_period_coming_soon": {
924
+ "other": "с указанием даты и времени выпуска."
925
+ },
926
+ "usersubscriptions_change_payment_method_change": {
927
+ "other": "Изменить кредитную карту"
928
+ },
929
+ "usersubscriptions_change_payment_method_modal_title": {
930
+ "other": "Обновить данные кредитной карты"
931
+ },
932
+ "usersubscriptions_change_payment_method_modal_submit": {
933
+ "other": "Обновлять"
934
+ },
935
+ "usersubscriptions_subscription_expiry": {
936
+ "other": "Истекает {{.Expiry}}"
937
+ },
938
+ "usersubscriptions_subscription_status_trialing": {
939
+ "other": "Испытательный срок"
940
+ },
941
+ "usersubscriptions_subscription_unsubscribe": {
942
+ "other": "Отменить мою подписку"
943
+ },
944
+ "usersubscriptions_unsubscribe_modal_cancel": {
945
+ "other": "Отмена"
946
+ },
947
+ "usersubscriptions_unsubscribe_modal_confirm": {
948
+ "other": "Да, отмените мою подписку"
949
+ },
950
+ "usersubscriptions_unsubscribe_modal_title": {
951
+ "other": "Отменить подписку?"
952
+ },
953
+ "usersubscriptions_unsubscribe_modal_body": {
954
+ "other": "Это отменит подписку на {{.Name}} строить планы. Вы все равно сможете посмотреть контент в плане, пока он не истечет {{.Expiry}}."
955
+ },
956
+ "shopping_card_update_reason_none": {
957
+ "other": "Обновите свою кредитную карту.Поддерживаемые карты - виза, MasterCard и American Express."
958
+ },
959
+ "availability_coming_soon": {
960
+ "other": "Скоро в онлайне"
961
+ },
962
+ "availability_renting": {
963
+ "other": "аренда"
964
+ },
965
+ "availability_not_available": {
966
+ "other": "Недоступен"
967
+ },
968
+ "availability_in_watch_window": {
969
+ "other": "Доступен в окне часов"
970
+ },
971
+ "availability_sold_out": {
972
+ "other": "Продано"
973
+ },
974
+ "availability_available_till": {
975
+ "other": "Доступно до {{.ExpiryDate}}"
976
+ },
977
+ "availability_not_available_in_country": {
978
+ "other": "Недоступно"
979
+ },
980
+ "availability_available": {
981
+ "other": "Доступно до {{.ReleaseDate}}"
982
+ },
983
+ "modal_cancel": {
984
+ "other": "Отмена"
985
+ },
986
+ "play": {
987
+ "other": "Запустить сейчас"
988
+ },
989
+ "combined_auth_signin_prompt": {
990
+ "other": "Войти в систему"
991
+ },
992
+ "combined_auth_signup_prompt": {
993
+ "other": "зарегистрироваться"
994
+ },
995
+ "combined_auth_terms": {
996
+ "other": "Я согласен_а с <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правилами &amp; условиями</a>."
997
+ },
998
+ "signup_terms": {
999
+ "other": "Я согласен_а с <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">правилами &amp; условиями</a>."
1000
+ },
1001
+ "validation_terms_required": {
1002
+ "other": "Вы должны согласиться с правилами и условиями."
1003
+ },
1004
+ "shopping_error_item_limit_exceeded": {
1005
+ "other": "К сожалению, {{.Title}} куплен."
1006
+ },
1007
+ "shopping_card_change": {
1008
+ "other": "Кредитная карта не правильная? <a href=\"{{.SubscriptionsURL}}\">Нажмите здесь, чтобы обновить свою карту.</a>"
1009
+ },
1010
+ "user_error_too_many_pin_errors": {
1011
+ "other": "<p>Похоже, у тебя проблемы.</p><p>Сбросьте свой PIN-код или свяжитесь с нами для <a href=\"{{.HelpURL}}\" target=\"_blank\">помощь</a>"
1012
+ },
1013
+ "app_badge_title": {
1014
+ "other": "Загрузите приложение для просмотра вашего приобретенного контента!"
1015
+ },
1016
+ "app_badge_ios": {
1017
+ "other": "Загрузить в App Store"
1018
+ },
1019
+ "app_badge_android": {
1020
+ "other": "Получить его в Google Play"
1021
+ },
502
1022
  "shopping_price_title_plan": {
503
1023
  "other": "Цена"
504
1024
  },
505
1025
  "shopping_price_plan_note": {
506
1026
  "zero": "{{ .Interval }} каждые .интервал.",
507
- "one": "{{ .Interval }} каждые .Interval после окончания 24-часового бесплатного пробного периода.",
508
- "other": "Взимается каждые .Interval после окончания {{ .Interval }} вашей дневной бесплатной пробной {{ .Count }}"
1027
+ "one": "{{ .Interval }} каждые после окончания 24-часового бесплатного пробного периода.",
1028
+ "other": "Взимается каждые после окончания {{ .Interval }} вашей дневной бесплатной пробной {{ .Count }}"
509
1029
  },
510
1030
  "shopping_price_plan_note_interval": {
511
1031
  "one": "{{ .Interval }}",
@@ -561,10 +1081,196 @@
561
1081
  "plan_free_link_text": {
562
1082
  "other": "Подпишитесь бесплатно"
563
1083
  },
564
- "awards_nominated_for": {
565
- "other": "Выдвинут на"
566
- },
567
1084
  "awards_in_competition": {
568
1085
  "other": "В соревновании"
1086
+ },
1087
+ "meta_description_expand": {
1088
+ "other": "Показать больше"
1089
+ },
1090
+ "meta_description_collapse": {
1091
+ "other": "Показывай меньше"
1092
+ },
1093
+ "awards_winner": {
1094
+ "other": "победитель"
1095
+ },
1096
+ "donate_button_text": {
1097
+ "other": "Пожертвовать"
1098
+ },
1099
+ "wcag_skip_links_header": {
1100
+ "other": "Ссылки на доступность"
1101
+ },
1102
+ "wcag_skip_links_content": {
1103
+ "other": "Перейти к содержанию"
1104
+ },
1105
+ "wcag_homepage_h1": {
1106
+ "other": "Главная страница"
1107
+ },
1108
+ "wcag_carousel_h2": {
1109
+ "other": "Карусель"
1110
+ },
1111
+ "wcag_collections_h2": {
1112
+ "other": "Коллекции"
1113
+ },
1114
+ "wcag_aria_label_footer": {
1115
+ "other": "Нижний колонтин"
1116
+ },
1117
+ "wcag_aria_label_nav_main": {
1118
+ "other": "Основной"
1119
+ },
1120
+ "wcag_aria_label_nav_sub": {
1121
+ "other": "Подразделение"
1122
+ },
1123
+ "wcag_aria_label_toggle_nav": {
1124
+ "other": "Переключить навигацию"
1125
+ },
1126
+ "wcag_aria_label_bundle_items": {
1127
+ "other": "Пучок предметов"
1128
+ },
1129
+ "wcag_aria_label_carousel": {
1130
+ "other": "Карусель"
1131
+ },
1132
+ "wcag_aria_label_page_collection": {
1133
+ "other": "Коллекция страницы"
1134
+ },
1135
+ "wcag_aria_label_collection_list": {
1136
+ "other": "Список коллекции"
1137
+ },
1138
+ "wcag_aria_label_collection_slider": {
1139
+ "other": "Сладер коллекции"
1140
+ },
1141
+ "wcag_aria_label_wishlist": {
1142
+ "other": "Список желаний"
1143
+ },
1144
+ "wcag_aria_label_facebook": {
1145
+ "other": "Поделиться через фейсбук"
1146
+ },
1147
+ "wcag_aria_label_twitter": {
1148
+ "other": "Поделиться в Твиттере"
1149
+ },
1150
+ "wcag_aria_label_linkedin": {
1151
+ "other": "Поделиться на LinkedIn"
1152
+ },
1153
+ "wcag_aria_label_letterboxd": {
1154
+ "other": "Просмотр на letterboxd"
1155
+ },
1156
+ "shopping_error_plan_already_owned": {
1157
+ "other": "У вас уже есть этот план."
1158
+ },
1159
+ "shopping_error_plan_expired": {
1160
+ "other": "Этот план больше не доступен."
1161
+ },
1162
+ "shopping_payment_method_header": {
1163
+ "other": "Способы оплаты"
1164
+ },
1165
+ "shopping_payment_method_credit_card": {
1166
+ "other": "Кредитная карта"
1167
+ },
1168
+ "shopping_payment_method_giropay": {
1169
+ "other": "Гиропай"
1170
+ },
1171
+ "shopping_error_stripe_unknown_error": {
1172
+ "other": "Что-то пошло не так с этим платежом.Пожалуйста, попробуйте позже."
1173
+ },
1174
+ "shopping_error_payment_complete_failed": {
1175
+ "other": "Оплата была отклонена.Закройте это окно и попробуйте снова."
1176
+ },
1177
+ "header_banner": {
1178
+ "other": "Знамя заголовка"
1179
+ },
1180
+ "account_form_pin_code": {
1181
+ "other": "ПРИКОЛОТЬ"
1182
+ },
1183
+ "account_form_pin_code_not_set": {
1184
+ "other": "У вас нет набора PIN, который требуется для покупки, аренды и наблюдения за некоторыми названиями."
1185
+ },
1186
+ "account_form_set_pin": {
1187
+ "other": "Установить PIN-код"
1188
+ },
1189
+ "account_form_pin_changed": {
1190
+ "other": "Обновленный"
1191
+ },
1192
+ "account_form_change_pin": {
1193
+ "other": "Изменить PIN-код"
1194
+ },
1195
+ "user_set_pin_header": {
1196
+ "other": "Установите свой PIN-код"
1197
+ },
1198
+ "user_set_pin_button": {
1199
+ "other": "Установить PIN-код"
1200
+ },
1201
+ "user_submit_pin_heading": {
1202
+ "other": "Введите свой PIN-код в {{.Action}} Это ограниченный контент"
1203
+ },
1204
+ "user_error_wrong_pin_retry": {
1205
+ "other": "Упс, вы ввели неверный PIN-код"
1206
+ },
1207
+ "user_submit_pin_button": {
1208
+ "other": "Войти"
1209
+ },
1210
+ "user_reset_pin_button": {
1211
+ "other": "Сбросить PIN-код"
1212
+ },
1213
+ "validation_pincode1_required": {
1214
+ "other": "Пожалуйста, введите действительный PIN-код."
1215
+ },
1216
+ "validation_pincode2_required": {
1217
+ "other": "Пожалуйста, введите действительный PIN-код."
1218
+ },
1219
+ "validation_pincode1_pattern": {
1220
+ "other": "Пожалуйста, введите действительный PIN-код."
1221
+ },
1222
+ "validation_pincode2_pattern": {
1223
+ "other": "Пожалуйста, введите действительный PIN-код."
1224
+ },
1225
+ "validation_pincode2_match": {
1226
+ "other": "PIN-код не совпадает."
1227
+ },
1228
+ "userdevices_delete_limits": {
1229
+ "other": "Вы можете удалить {{.Limit}} устройства (ы) из этого списка каждый {{.Period}} день (ы)."
1230
+ },
1231
+ "userdevices_delete_limit_reached": {
1232
+ "other": "Вы достигли этого предела и не можете удалить какие-либо устройства прямо сейчас.Вы можете удалить устройство в {{.Days}} день (ы)."
1233
+ },
1234
+ "shopping_card_new_subscription": {
1235
+ "other": "Эта карта будет спасена и регулярно заряжена"
1236
+ },
1237
+ "changepincode_modal_header": {
1238
+ "other": "Изменить свой PIN-код"
1239
+ },
1240
+ "changepincode_modal_currentpassword": {
1241
+ "other": "ваш текущий пароль"
1242
+ },
1243
+ "changepincode_modal_pincode1": {
1244
+ "other": "Ваш новый 4-значный PIN-код"
1245
+ },
1246
+ "changepincode_modal_pincode2": {
1247
+ "other": "Подтвердите свой новый 4-значный PIN-код"
1248
+ },
1249
+ "changepincode_modal_submit": {
1250
+ "other": "Установить PIN-код"
1251
+ },
1252
+ "changepincode_modal_error_wrong_password": {
1253
+ "other": "Этот пароль неверный."
1254
+ },
1255
+ "user_set_pin_intro": {
1256
+ "other": "Вам нужен PIN-код до {{.Action}} ограниченный контент"
1257
+ },
1258
+ "user_error_wrong_pin_reset": {
1259
+ "other": "Нажмите здесь, чтобы сбросить PIN-код"
1260
+ },
1261
+ "user_error_too_many_pin_errors_help_page_link": {
1262
+ "other": ""
1263
+ },
1264
+ "shopping_error_age_restricted": {
1265
+ "other": "Этот контент ограничен возрастом."
1266
+ },
1267
+ "shopping_error_close_button": {
1268
+ "other": "Ok"
1269
+ },
1270
+ "availability_expires": {
1271
+ "other": "Истекает {{.Expiry}}"
1272
+ },
1273
+ "availability_expired": {
1274
+ "other": "Истекший"
569
1275
  }
570
- }
1276
+ }