@shift72/core-template 0.5.1 → 1.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/.nvmrc +1 -0
  4. package/CHANGELOG.md +65 -10
  5. package/kibble.json +4 -4
  6. package/package.json +1 -2
  7. package/scripts/translate.mjs +30 -22
  8. package/site/ar_LB.all.json +99 -23
  9. package/site/ca_ES.all.json +91 -23
  10. package/site/da_DK.all.json +90 -22
  11. package/site/de_DE.all.json +90 -22
  12. package/site/el_EL.all.json +90 -22
  13. package/site/en_AU.all.json +87 -19
  14. package/site/es_ES.all.json +92 -24
  15. package/site/es_MX.all.json +89 -21
  16. package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
  17. package/site/fi_FI.all.json +93 -25
  18. package/site/fr_FR.all.json +91 -23
  19. package/site/hr_HR.all.json +93 -23
  20. package/site/hu_HU.all.json +91 -23
  21. package/site/it_IT.all.json +91 -23
  22. package/site/ja_JP.all.json +88 -22
  23. package/site/lt_LT.all.json +94 -22
  24. package/site/nl_BE.all.json +90 -22
  25. package/site/no_NO.all.json +91 -23
  26. package/site/pl_PL.all.json +95 -23
  27. package/site/plans.html.jet +17 -17
  28. package/site/pt_BR.all.json +91 -23
  29. package/site/pt_PT.all.json +91 -23
  30. package/site/ru_RU.all.json +103 -31
  31. package/site/sr_SR.all.json +95 -25
  32. package/site/static/fonts/fa-s72.woff +0 -0
  33. package/site/static/js/main.js +2 -1
  34. package/site/static/scripts/main.js.map +1 -1
  35. package/site/styles/_availability-tags.scss +63 -31
  36. package/site/styles/_awards.scss +4 -3
  37. package/site/styles/_buttons.scss +46 -29
  38. package/site/styles/_can-be-watched-button.scss +0 -20
  39. package/site/styles/_carousel.scss +126 -311
  40. package/site/styles/_collections.scss +6 -11
  41. package/site/styles/_cta-buttons.scss +262 -0
  42. package/site/styles/_forms.scss +6 -2
  43. package/site/styles/_icons.scss +182 -9
  44. package/site/styles/_legacy.scss +1 -50
  45. package/site/styles/_meta-detail.scss +80 -229
  46. package/site/styles/_meta-item-tagline.scss +33 -0
  47. package/site/styles/_meta-item.scss +0 -4
  48. package/site/styles/_meta-sub-item.scss +116 -0
  49. package/site/styles/_mixins.scss +45 -0
  50. package/site/styles/_nav.scss +6 -5
  51. package/site/styles/_pages.scss +4 -13
  52. package/site/styles/_plans.scss +24 -17
  53. package/site/styles/_poster.scss +3 -9
  54. package/site/styles/_share-modal.scss +86 -0
  55. package/site/styles/_shift72.scss +11 -0
  56. package/site/styles/_shopping.scss +0 -1
  57. package/site/styles/_skip-link.scss +1 -1
  58. package/site/styles/_tooltips.scss +7 -0
  59. package/site/styles/_variables.scss +11 -12
  60. package/site/styles/_wishlist.scss +2 -2
  61. package/site/styles/main.scss +5 -3
  62. package/site/subscriptions.html.jet +11 -0
  63. package/site/templates/application/application.jet +2 -2
  64. package/site/templates/application/google.jet +8 -13
  65. package/site/templates/application/nav/user_logged_in.jet +7 -2
  66. package/site/templates/bundle/item.jet +2 -4
  67. package/site/templates/collection/carousel/carousel.jet +27 -0
  68. package/site/templates/collection/carousel/item/image.jet +5 -0
  69. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  70. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  71. package/site/templates/collection/carousel/item/title.jet +3 -0
  72. package/site/templates/collection/carousel/item.jet +41 -0
  73. package/site/templates/collection/carousel/pagination.jet +9 -0
  74. package/site/templates/collection/page_collection.jet +2 -2
  75. package/site/templates/common/cta_buttons.jet +70 -0
  76. package/site/templates/common/social-media-buttons.jet +2 -38
  77. package/site/templates/common/sponsor-image.jet +18 -0
  78. package/site/templates/film/item.jet +98 -102
  79. package/site/templates/items/sub_item.jet +22 -0
  80. package/site/templates/items/tagline.jet +2 -2
  81. package/site/templates/page/homepage.jet +2 -3
  82. package/site/templates/tv/detail.jet +39 -38
  83. package/site/tr_TR.all.json +90 -22
  84. package/site/uk_UA.all.json +95 -23
  85. package/site/zh_TW.all.json +88 -22
  86. package/site/static/fonts/FontAwesome.otf +0 -0
  87. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  88. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  89. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  90. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  91. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  92. package/site/styles/_homepage.scss +0 -3
  93. package/site/styles/_social-media-buttons.scss +0 -159
  94. package/site/templates/bundle/buttons.jet +0 -6
  95. package/site/templates/bundle/extras.jet +0 -13
  96. package/site/templates/collection/carousel.jet +0 -27
  97. package/site/templates/collection/carousel_item.jet +0 -66
  98. package/site/templates/items/bonus_item.jet +0 -23
  99. package/site/templates/items/featured_item.jet +0 -61
  100. package/site/templates/tv/episode.jet +0 -21
@@ -0,0 +1,47 @@
1
+ ADO card: ☑️ [AB#XXXX](https://dev.azure.com/S72/SHIFT72/_workitems/edit/XXXX)
2
+
3
+ Elab notes/AC: 📃 [Google Docs](https://docs.google.com)
4
+ - [ ] Has this been discussed with Delivery Team?
5
+
6
+ Designs:
7
+ - 📱 [Mobile](http://www.zeplin.io/????)
8
+ - 💊 [Tablet](http://www.zeplin.io/????)
9
+ - 🖥 [Desktop](http://www.zeplin.io/????)
10
+
11
+ ## Description of work
12
+ This is a description of the feature or bug.
13
+
14
+ ## Edge cases/Caveats/Known issues
15
+ - Edge case 1
16
+ - Caveat 2
17
+ - Known issue 3
18
+
19
+ ## Config settings/Toggles required for the feature to work
20
+ - Config setting 1
21
+
22
+ ## Related PRs
23
+
24
+ ### Any PRs which this PR depends on
25
+ - Relish?
26
+ - Kibble?
27
+ - APIs?
28
+
29
+ ### Any PRs dependent on this one
30
+ - Relish?
31
+ - Kibble?
32
+ - APIs?
33
+
34
+ ### Affected Clients
35
+ - All clients who use Kibble
36
+ - Client 1
37
+ - Client 2
38
+
39
+ ## Checklist
40
+ - [ ] CI tests are passing Github actions (inc. linting)
41
+ - [ ] Key areas of the feature outlined for context and testing
42
+ - [ ] If there are designs for this work are they noted here and in the ADO card
43
+ - [ ] Design review
44
+ - [ ] Have checked this at multiple screen resolutions and range of browsers
45
+ - [ ] Moved ADO card to Dev/done, checked link to Github, tagged "Review"
46
+ - [ ] Updated changelog (if applicable)
47
+ - [ ] I promise to document any new feature toggles/configurations in the appropriate documentation
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  strategy:
18
18
  matrix:
19
- node-version: [12.x]
19
+ node-version: [16.13.x]
20
20
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
 
22
22
  steps:
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ 16.13.1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,53 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/0.5.1...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...HEAD)
4
+
5
+ ## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
6
+
7
+ ### Added
8
+ - Subscribe to watch button
9
+ - Bundles tagline to show n items rather than n films
10
+ - Keyboard controls for the carousel.
11
+ - Pull request template file.
12
+ - Playback progress component and style
13
+ - `url` parameter in share modals
14
+
15
+ ### Changed
16
+ - New Jet and CSS for reusable CTA (call-to-action) buttons. Used for consistent button appearance on film/tv/bundle pages and carousel slides.
17
+ - Reworked the carousel UI.
18
+ - Carousel background now extends the full width of the window.
19
+
20
+ ### Fixed
21
+ - Remove whitespaces from mustaches variables in translations.
22
+ - Fix unwanted variables in translations.
23
+ - Sub-item CSS is no longer broken by the linter.
24
+
25
+ ## [0.6.0](https://github.com/shift72/core-template/compare/0.6.0-alpha.0...0.6.0)
26
+
27
+ No changes from `alpha-0`.
28
+
29
+ ## [0.6.0-alpha.0](https://github.com/shift72/core-template/compare/0.5.1...0.6.0-alpha.0)
30
+
31
+ ### Added
32
+ - If the signed in user has plans to show, they will now be visible in `subscriptions.html.jet` with a link from "My Subscriptions" in the menu.
33
+ - Styling and translations to support SVOD subscriptions.
34
+ - `.nvmrc` to pin versions of Node/NPM.
35
+ - Developer tool to fetch translations from Google Translate.
36
+ - Social media buttons replaced with share modal.
37
+ - Relish now loads the `urlmap.json`.
38
+ - Sponsor image in carousel and meta detail.
39
+
40
+ ### Changed
41
+ - Default Font Awesome removed. A trimmed icons file is now in `fa-s72.woff` being used by `_icons.scss`.
42
+ - Styling changes to awards and availability label/status.
43
+
44
+ ### Fixed
45
+ - Removed some redundant wishlist CSS.
46
+ - Improved and translated element switcher.
47
+ - Removed suffixed `plan` from subscription translations.
48
+ - Changed incorrect language code for Estonia.
49
+ - Donate button hover color.
50
+ - Google scripts respect cookie consents and only load when accepted.
4
51
 
5
52
  ## [0.5.1](https://github.com/shift72/core-template/compare/0.5.0...0.5.1)
6
53
 
@@ -11,30 +58,38 @@
11
58
  - Sentence casing for `en_AU` translation about passes.
12
59
 
13
60
  ## [0.5.0](https://github.com/shift72/core-template/compare/0.4.4...0.5.0)
14
- ### Changed
15
- - Upgrade to kibble `0.16.6`.
16
- - Moved references from `film.Images` to `film.ImageMap`.
17
- - Removed minimum page height from content pages.
18
- - Moved skip link above cookie consent banner
19
61
 
20
62
  ### Added
21
63
  - Start the site with an admin build: `npm start --admin`.
22
64
  - Added Core template version to `<head>` and `kibble.json`.
23
65
  - Added styling for floating donate button to use button sass variables.
24
66
  - A bunch of missing language keys across language files.
25
- - Automated translation command
67
+ - Automated translation command.
68
+
69
+ ### Changed
70
+ - Upgrade to kibble `0.16.6`.
71
+ - Moved references from `film.Images` to `film.ImageMap`.
72
+ - Removed minimum page height from content pages.
73
+ - Moved skip link above cookie consent banner
74
+
75
+ ### Changed
76
+ - Upgrade to kibble `0.16.6`.
77
+ - Moved references from `film.Images` to `film.ImageMap`.
78
+ - Removed minimum page height from content pages.
79
+ - Moved skip link above cookie consent banner
26
80
 
27
81
  ### Fixed
28
82
  - Can now override the cookie consent styling.
29
- - Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported)
83
+ - Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported).
30
84
 
31
85
  ## [0.4.4](https://github.com/shift72/core-template/compare/0.4.3...0.4.4)
32
- ### Fixed
33
- - Fixed obsolete `$primary` var for trailer button.
34
86
 
35
87
  ### Added
36
88
  - Awards categories.
37
89
 
90
+ ### Fixed
91
+ - Fixed obsolete `$primary` var for trailer button.
92
+
38
93
  ## [0.4.3](https://github.com/shift72/core-template/compare/0.4.2...0.4.3)
39
94
 
40
95
  ### Added
package/kibble.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "core-template",
3
3
  "version": "0.0.1",
4
4
  "siteUrl": "https://abccinemas.screenplus.co",
5
- "builderVersion": "0.16.6",
5
+ "builderVersion": "0.16.7",
6
6
  "defaultLanguage": "en",
7
7
  "languages": {
8
8
  "ar": {
@@ -21,8 +21,8 @@
21
21
  "code": "de_DE",
22
22
  "name": "Deutsch"
23
23
  },
24
- "ee": {
25
- "code": "ee_EE",
24
+ "et": {
25
+ "code": "et_ET",
26
26
  "name": "Eestlane"
27
27
  },
28
28
  "el": {
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "0.5.1"
188
+ "coreTemplateVersion": "1.0.0-alpha.0"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "0.5.1",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -46,7 +46,6 @@
46
46
  "concat": "^1.0.3",
47
47
  "cssnano": "^5.0.8",
48
48
  "del": "^6.0.0",
49
- "font-awesome": "^4.7.0",
50
49
  "minify": "^4.1.1",
51
50
  "npm-run-all": "^4.0.2",
52
51
  "postcss": "^8.3.11",
@@ -11,33 +11,41 @@ if (!key || !value) {
11
11
  }
12
12
  glob('./site/*.json', {}, (err, files) => {
13
13
  files.forEach(pathName => {
14
+ function writeTranslationFile(translatedValue) {
15
+ if (!content[key]) {
16
+ content[key] = {};
17
+ }
18
+
19
+ content[key][nestedKey ? nestedKey : 'other'] = translatedValue;
20
+ fs.writeFileSync(pathName, JSON.stringify(content, null, 2));
21
+ }
14
22
  const file_content = fs.readFileSync(pathName);
15
23
  const content = JSON.parse(file_content);
16
24
  let languageCode = pathName.slice(7, 9);
17
25
  if (languageCode == 'ee') languageCode = 'et';
18
- fetch(
19
- `https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=${languageCode}&dt=t&q=${encodeURI(
20
- value
21
- )}`
22
- )
23
- .then(res => {
24
- const contentType = res.headers.get('content-type');
25
- if (contentType && contentType.indexOf('application/json') !== -1) {
26
- return res.json();
27
- }
28
- console.log(`translation failed for ${languageCode}`);
29
- })
30
- .then(translated => {
31
- if (translated) {
32
- const translatedValue = translated[0][0][0];
33
-
34
- if (!content[key]) {
35
- content[key] = {};
26
+ if (value.trim() === '') {
27
+ writeTranslationFile(value);
28
+ } else {
29
+ fetch(
30
+ `https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=${languageCode}&dt=t&q=${encodeURI(
31
+ value
32
+ )}`
33
+ )
34
+ .then(res => {
35
+ const contentType = res.headers.get('content-type');
36
+ if (contentType && contentType.indexOf('application/json') !== -1) {
37
+ return res.json();
38
+ }
39
+ console.log(`translation failed for ${languageCode}`);
40
+ })
41
+ .then(translated => {
42
+ if (translated) {
43
+ let translatedValue = '';
44
+ translated[0].forEach(each => translatedValue += each[0]);
45
+ writeTranslationFile(translatedValue);
36
46
  }
47
+ });
48
+ }
37
49
 
38
- content[key][nestedKey ? nestedKey : 'other'] = translatedValue;
39
- fs.writeFileSync(pathName, JSON.stringify(content, null, 2));
40
- }
41
- });
42
50
  });
43
51
  });
@@ -134,28 +134,28 @@
134
134
  "other": "تابع "
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "النشر "
137
+ "other": "يشارك"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "انشر في الفيسبوك"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "حصة على التغريد"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "انشر على لينكد إن"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "سهم عبر البريد الإلكتروني"
149
+ "other": "بريد الالكتروني"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "مشاركة الارتباط"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "تم نسخ الرابط إلى الحافظة!"
155
+ "other": "تم نسخ الرابط"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "نسخ إلى الحافظة"
158
+ "other": "نسخ الوصلة"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "أهلا بك"
@@ -711,7 +711,7 @@
711
711
  "other": "عرض المكتبة"
712
712
  },
713
713
  "shopping_complete_plan": {
714
- "other": "لقد نجحت عملية شرائك لـ {{ .Title }}"
714
+ "other": "لقد نجحت عملية شرائك لـ {{.Title}}"
715
715
  },
716
716
  "shopping_complete_rental_watch_window_start": {
717
717
  "one": "يمكن الآن بدء المشاهدة حتى اليوم التالي.",
@@ -1016,7 +1016,7 @@
1016
1016
  "other": "إلغاء الاشتراك؟"
1017
1017
  },
1018
1018
  "usersubscriptions_unsubscribe_modal_body": {
1019
- "other": "سيؤدي هذا إلى إلغاء الاشتراك في خطة {{.Name}}. ستظل قادرًا على مشاهدة المحتوى في الخطة حتى انتهاء صلاحيتها {{.Expiry}}."
1019
+ "other": "سيؤدي هذا إلى إلغاء الاشتراك في {{.Name}}. ستظل قادرًا على مشاهدة المحتوى حتى انتهاء صلاحيته {{.Expiry}}."
1020
1020
  },
1021
1021
  "availability_coming_soon": {
1022
1022
  "other": "قريبا"
@@ -1138,6 +1138,9 @@
1138
1138
  "wcag_aria_label_carousel": {
1139
1139
  "other": "المشاركات الدائرية"
1140
1140
  },
1141
+ "wcag_aria_label_carousel_pagination": {
1142
+ "other": "ترقيم الصفحات"
1143
+ },
1141
1144
  "wcag_aria_label_page_collection": {
1142
1145
  "other": "صفحة المجموعات"
1143
1146
  },
@@ -1163,16 +1166,29 @@
1163
1166
  "other": "سعر"
1164
1167
  },
1165
1168
  "shopping_price_plan_note": {
1166
- "zero": "اتهم كل {{ .Interval }} .",
1167
- "one": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1168
- "other": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء {{ .Count }} التجريبية المجانية .Count يوم."
1169
+ "zero": "اتهم كل {{.Interval}} .",
1170
+ "one": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1171
+ "two": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1172
+ "few": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1173
+ "many": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1174
+ "other": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا."
1175
+ },
1176
+ "shopping_price_plan_note_without_trial": {
1177
+ "other": "اتهم كل {{.Interval}} ."
1169
1178
  },
1170
1179
  "shopping_price_plan_note_interval": {
1171
- "one": "{{ .Interval }}",
1172
- "other": "{{ .Count }} {{ .Interval }}"
1180
+ "zero": "{{.Interval}}",
1181
+ "one": "{{.Interval}}",
1182
+ "two": "{{.Count}} {{.Interval}}",
1183
+ "few": "{{.Count}} {{.Interval}}",
1184
+ "many": "{{.Count}} {{.Interval}}",
1185
+ "other": "{{.Count}} {{.Interval}}"
1186
+ },
1187
+ "shopping_enter_card_prompt_subscription": {
1188
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1173
1189
  },
1174
1190
  "shopping_enter_card_prompt_plan": {
1175
- "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1191
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء خطتك."
1176
1192
  },
1177
1193
  "shopping_action_plan": {
1178
1194
  "other": "مكتمل"
@@ -1181,18 +1197,18 @@
1181
1197
  "other": "فوق حتى"
1182
1198
  },
1183
1199
  "shopping_complete_subscription": {
1184
- "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{ .Title }} ."
1200
+ "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{.Title}} ."
1185
1201
  },
1186
1202
  "shopping_complete_subscription_browse": {
1187
1203
  "other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
1188
1204
  },
1189
1205
  "shopping_info_plan_offer": {
1190
- "one": "يجدد تلقائيا كل. {{ .Interval }}",
1191
- "other": "يجدد تلقائيا كل {{ .Count }} {{ .Interval }}"
1206
+ "one": "يجدد تلقائيا كل. {{.Interval}}",
1207
+ "other": "يجدد تلقائيا كل {{.Count}} {{.Interval}}"
1192
1208
  },
1193
1209
  "shopping_info_trial_period_offer": {
1194
1210
  "one": "جرب الإصدار التجريبي المجاني لمدة 24 ساعة الآن!",
1195
- "other": "{{ .Count }} التجريبي المجاني من {{ .Count }} day!"
1211
+ "other": "{{.Count}} التجريبي المجاني من {{.Count}} day!"
1196
1212
  },
1197
1213
  "plans_page_header": {
1198
1214
  "other": "الخطط المتاحة"
@@ -1210,13 +1226,13 @@
1210
1226
  "other": "اقرأ أكثر"
1211
1227
  },
1212
1228
  "plan_page_header_text": {
1213
- "other": "استمتع {{ .Name }}"
1229
+ "other": "استمتع {{.Name}}"
1214
1230
  },
1215
1231
  "page_plan_explore_intro": {
1216
1232
  "other": "أو"
1217
1233
  },
1218
1234
  "page_plan_explore_link": {
1219
- "other": "استكشف ممرات أخرى"
1235
+ "other": "استكشاف المزيد"
1220
1236
  },
1221
1237
  "plan_showcase_page_ownership_button_buy": {
1222
1238
  "other": "اشتري الآن"
@@ -1255,9 +1271,69 @@
1255
1271
  "other": "الفائز"
1256
1272
  },
1257
1273
  "meta_description_expand": {
1258
- "other": "أظهر المزيد"
1274
+ "other": "شاهد المزيد"
1259
1275
  },
1260
1276
  "meta_description_collapse": {
1261
- "other": "عرض أقل"
1277
+ "other": "رؤية أقل"
1278
+ },
1279
+ "usersubscriptions_page_header": {
1280
+ "other": "الاشتراكات والفواتير"
1281
+ },
1282
+ "usersubscriptions_page_content": {
1283
+ "other": " "
1284
+ },
1285
+ "usersubscriptions_payment_section_title": {
1286
+ "other": "طريقة الدفع او السداد"
1287
+ },
1288
+ "usersubscriptions_payment_section_content": {
1289
+ "other": "تسري التغييرات التي تم إجراؤها على طريقة الدفع ببطاقتك الائتمانية في دورة الفوترة التالية."
1290
+ },
1291
+ "usersubscriptions_subscriptions_section_title": {
1292
+ "other": "تفاصيل الاشتراك"
1293
+ },
1294
+ "usersubscriptions_subscriptions_section_content": {
1295
+ "other": " "
1296
+ },
1297
+ "usersubscriptions_subscription_status_active": {
1298
+ "other": "نشيط"
1299
+ },
1300
+ "usersubscriptions_subscription_expired": {
1301
+ "other": "منتهية الصلاحية"
1302
+ },
1303
+ "usersubscriptions_no_subscriptions_section_title": {
1304
+ "other": "اكتشف الاشتراكات"
1305
+ },
1306
+ "usersubscriptions_no_subscriptions_content": {
1307
+ "other": "اكتشف محتوى رائعًا بأسعار رائعة ، ويمكن إدارته بسهولة هنا."
1308
+ },
1309
+ "usersubscriptions_no_subscriptions_button_title": {
1310
+ "other": "اكتشف الاشتراكات"
1311
+ },
1312
+ "nav_subscriptions": {
1313
+ "other": "اشتراكاتي"
1314
+ },
1315
+ "usersubscriptions_subscription_expiry_trialing": {
1316
+ "other": "الدفعة {{.Expiry}}"
1317
+ },
1318
+ "usersubscriptions_subscription_expiry_active": {
1319
+ "other": "الدفعة {{.Expiry}}"
1320
+ },
1321
+ "usersubscriptions_subscription_expiry_past_due": {
1322
+ "other": "الدفع {{.Expiry}}"
1323
+ },
1324
+ "usersubscriptions_subscription_expiry_cancelled": {
1325
+ "other": "{{.Expiry}}"
1326
+ },
1327
+ "usersubscriptions_subscription_expiry_expired": {
1328
+ "other": "{{.Expiry}}"
1329
+ },
1330
+ "sponsor_image_alt": {
1331
+ "other": "شعار الراعي"
1332
+ },
1333
+ "subscribe_to_watch": {
1334
+ "other": "اشترك للمشاهدة"
1335
+ },
1336
+ "bundle_items_generic": {
1337
+ "other": "{{.Count}} أغراض"
1262
1338
  }
1263
1339
  }