@shift72/core-template 1.2.0 → 1.3.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.2.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.3.0-alpha.0...HEAD)
4
+
5
+ ## [1.3.0-alpha.0](https://github.com/shift72/core-template/compare/1.2.0...1.3.0-alpha.0)
6
+
7
+ ### Added
8
+ - Add translations for subscription recurrence on purchase CTA.
9
+ - Add translations for more friendlier stripe & error messages. (`stripe_card_not_supported`, `something_bad_happened`).
10
+
11
+ ### Fixed
12
+ - Spinner not rotating.
4
13
 
5
14
  ## [1.2.0](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...1.2.0)
6
15
 
package/kibble.json CHANGED
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "1.2.0"
188
+ "coreTemplateVersion": "1.3.0-alpha.0"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.2.0",
3
+ "version": "1.3.0-alpha.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -1348,7 +1348,48 @@
1348
1348
  "pricing_ownership_promo": {
1349
1349
  "other": "يسترد"
1350
1350
  },
1351
+ "subscription_cta_label": {
1352
+ "other": "{{.Recurrence}}/الإشتراك {{.Price}}"
1353
+ },
1354
+ "subscription_recurrence_year": {
1355
+ "zero": "سنة",
1356
+ "one": "سنة",
1357
+ "two": "{{.Count}} سنوات",
1358
+ "few": "{{.Count}} سنوات",
1359
+ "many": "{{.Count}} سنوات",
1360
+ "other": "{{.Count}} سنوات"
1361
+ },
1362
+ "subscription_recurrence_month": {
1363
+ "zero": "شهر",
1364
+ "one": "شهر",
1365
+ "two": "{{.Count}} شهور",
1366
+ "few": "{{.Count}} شهور",
1367
+ "many": "{{.Count}} شهور",
1368
+ "other": "{{.Count}} شهور"
1369
+ },
1370
+ "subscription_recurrence_week": {
1371
+ "zero": "أسبوع",
1372
+ "one": "أسبوع",
1373
+ "two": "{{.Count}} أسابيع",
1374
+ "few": "{{.Count}} أسابيع",
1375
+ "many": "{{.Count}} أسابيع",
1376
+ "other": "{{.Count}} أسابيع"
1377
+ },
1378
+ "subscription_recurrence_day": {
1379
+ "zero": "يوم",
1380
+ "one": "{{.Count}} يوم",
1381
+ "two": "{{.Count}} أيام",
1382
+ "few": "{{.Count}} أيام",
1383
+ "many": "{{.Count}} أيام",
1384
+ "other": "{{.Count}} أيام"
1385
+ },
1351
1386
  "shopping_info_ownership_subscription": {
1352
1387
  "other": "الاشتراك"
1388
+ },
1389
+ "something_bad_happened": {
1390
+ "other": "حاول مرة اخرى"
1391
+ },
1392
+ "stripe_card_not_supported": {
1393
+ "other": "بطاقتك غير مدعومة."
1353
1394
  }
1354
1395
  }
@@ -1340,7 +1340,32 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Redimir"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Subscriu-te {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Curs",
1348
+ "other": "{{.Count}} Anys"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Mes",
1352
+ "other": "{{.Count}} Mesos"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Setmana",
1356
+ "other": "{{.Count}} Setmanes"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Dia",
1360
+ "other": "{{.Count}} Dies"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Subscripció"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Siusplau torna-ho a provar"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "La teva targeta no és compatible."
1345
1370
  }
1346
1371
  }
@@ -1340,7 +1340,32 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Indløs"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Abonner {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "År",
1348
+ "other": "{{.Count}} Flere år"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Måned",
1352
+ "other": "{{.Count}} Måneder"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Uge",
1356
+ "other": "{{.Count}} Uger"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Dag",
1360
+ "other": "{{.Count}} Dage"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Abonnement"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Prøv igen"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Dit kort er ikke understøttet."
1345
1370
  }
1346
1371
  }
@@ -1340,7 +1340,32 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Tilgen"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Abonnieren {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Jahr",
1348
+ "other": "{{.Count}} Jahre"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Monat",
1352
+ "other": "{{.Count}} Monate"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Woche",
1356
+ "other": "{{.Count}} Wochen"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Tag",
1360
+ "other": "{{.Count}} Tage"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Abonnement"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Bitte versuche es erneut"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Ihre Karte wird nicht unterstützt."
1345
1370
  }
1346
1371
  }
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Εξαργυρώνω"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Εγγραφείτε {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Ετος",
1339
+ "other": "{{.Count}} Χρόνια"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Μήνας",
1343
+ "other": "{{.Count}} Μήνες"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Εβδομάδα",
1347
+ "other": "{{.Count}} Εβδομάδες"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Ημέρα",
1351
+ "other": "{{.Count}} Ημέρες"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "Συνδρομή"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "ΠΑΡΑΚΑΛΩ προσπαθησε ξανα"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Η κάρτα σας δεν υποστηρίζεται."
1336
1361
  }
1337
1362
  }
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redeem"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Subscribe {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_day": {
1338
+ "one": "Day",
1339
+ "other": "{{.Count}} Days"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "one": "Week",
1343
+ "other": "{{.Count}} Weeks"
1344
+ },
1345
+ "subscription_recurrence_month": {
1346
+ "one": "Month",
1347
+ "other": "{{.Count}} Months"
1348
+ },
1349
+ "subscription_recurrence_year": {
1350
+ "one": "Year",
1351
+ "other": "{{.Count}} Years"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "Subscription"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Please try again"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Your card is not supported."
1336
1361
  }
1337
1362
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redimir"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Año",
1339
+ "many": "{{.Count}} Años",
1340
+ "other": "{{.Count}} Años"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mes",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Día",
1354
+ "many": "{{.Count}} Días",
1355
+ "other": "{{.Count}} Días"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Suscripción"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Inténtalo de nuevo"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Su tarjeta no es compatible."
1336
1365
  }
1337
1366
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redimir"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Año",
1339
+ "many": "{{.Count}} Años",
1340
+ "other": "{{.Count}} Años"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mes",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Día",
1354
+ "many": "{{.Count}} Días",
1355
+ "other": "{{.Count}} Días"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Suscripción"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Inténtalo de nuevo"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Su tarjeta no es compatible."
1336
1365
  }
1337
1366
  }
@@ -1340,7 +1340,32 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Lunastama"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Telli {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "aasta",
1348
+ "other": "{{.Count}} Aastaid"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Kuu",
1352
+ "other": "{{.Count}} Kuud"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Nädal",
1356
+ "other": "{{.Count}} Nädalad"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "päev",
1360
+ "other": "{{.Count}} Päevad"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Tellimus"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Palun proovi uuesti"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Teie kaarti ei toetata."
1345
1370
  }
1346
1371
  }
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Lunastaa"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Tilaa {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "vuosi",
1339
+ "other": "{{.Count}} Vuosia"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Kuukausi",
1343
+ "other": "{{.Count}} Kuukaudet"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Viikko",
1347
+ "other": "{{.Count}} Viikot"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Päivä",
1351
+ "other": "{{.Count}} päivää"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "Tilaus"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Yritä uudelleen"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Korttiasi ei tueta."
1336
1361
  }
1337
1362
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Racheter"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "S'abonner {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "An",
1339
+ "many": "{{.Count}} Années",
1340
+ "other": "{{.Count}} Années"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mois",
1344
+ "many": "{{.Count}} Mois",
1345
+ "other": "{{.Count}} Mois"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "La semaine",
1349
+ "many": "{{.Count}} Semaines",
1350
+ "other": "{{.Count}} Semaines"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Jour",
1354
+ "many": "{{.Count}} Journées",
1355
+ "other": "{{.Count}} Journées"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Abonnement"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Veuillez réessayer"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Votre carte n'est pas prise en charge."
1336
1365
  }
1337
1366
  }
@@ -1325,7 +1325,36 @@
1325
1325
  "pricing_ownership_promo": {
1326
1326
  "other": "Otkupiti"
1327
1327
  },
1328
+ "subscription_cta_label": {
1329
+ "other": "Pretplatite se {{.Price}}/{{.Recurrence}}"
1330
+ },
1331
+ "subscription_recurrence_year": {
1332
+ "one": "Godina",
1333
+ "few": "{{.Count}} Godine",
1334
+ "other": "{{.Count}} Godine"
1335
+ },
1336
+ "subscription_recurrence_month": {
1337
+ "one": "Mjesec",
1338
+ "few": "{{.Count}} mjeseci",
1339
+ "other": "{{.Count}} mjeseci"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "one": "Tjedan",
1343
+ "few": "{{.Count}} Tjedni",
1344
+ "other": "{{.Count}} Tjedni"
1345
+ },
1346
+ "subscription_recurrence_day": {
1347
+ "one": "Dan",
1348
+ "few": "{{.Count}} dana",
1349
+ "other": "{{.Count}} dana"
1350
+ },
1328
1351
  "shopping_info_ownership_subscription": {
1329
1352
  "other": "Pretplata"
1353
+ },
1354
+ "something_bad_happened": {
1355
+ "other": "Molim te pokušaj ponovno"
1356
+ },
1357
+ "stripe_card_not_supported": {
1358
+ "other": "Vaša kartica nije podržana."
1330
1359
  }
1331
1360
  }
@@ -1340,7 +1340,32 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Beváltani"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Iratkozz fel {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Év",
1348
+ "other": "{{.Count}} Évek"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Hónap",
1352
+ "other": "{{.Count}} Hónapok"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Hét",
1356
+ "other": "{{.Count}} Hetek"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Nap",
1360
+ "other": "{{.Count}} Napok"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Feliratkozás"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Kérlek próbáld újra"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "A kártya nem támogatott."
1345
1370
  }
1346
1371
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Riscattare"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Sottoscrivi {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Anno",
1339
+ "many": "{{.Count}} Anni",
1340
+ "other": "{{.Count}} Anni"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mese",
1344
+ "many": "{{.Count}} Mesi",
1345
+ "other": "{{.Count}} Mesi"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Settimana",
1349
+ "many": "{{.Count}} Settimane",
1350
+ "other": "{{.Count}} Settimane"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Giorno",
1354
+ "many": "{{.Count}} Giorni",
1355
+ "other": "{{.Count}} Giorni"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Sottoscrizione"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Per favore riprova"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "La tua carta non è supportata."
1336
1365
  }
1337
1366
  }
@@ -1329,7 +1329,28 @@
1329
1329
  "pricing_ownership_promo": {
1330
1330
  "other": "償還"
1331
1331
  },
1332
+ "subscription_cta_label": {
1333
+ "other": "申し込む {{.Price}}/{{.Recurrence}}"
1334
+ },
1335
+ "subscription_recurrence_year": {
1336
+ "other": "{{.Count}} 年"
1337
+ },
1338
+ "subscription_recurrence_month": {
1339
+ "other": "{{.Count}} 月"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "other": "{{.Count}} 週"
1343
+ },
1344
+ "subscription_recurrence_day": {
1345
+ "other": "{{.Count}} 日"
1346
+ },
1332
1347
  "shopping_info_ownership_subscription": {
1333
1348
  "other": "サブスクリプション"
1349
+ },
1350
+ "something_bad_happened": {
1351
+ "other": "もう一度やり直してください"
1352
+ },
1353
+ "stripe_card_not_supported": {
1354
+ "other": "カードはサポートされていません。"
1334
1355
  }
1335
1356
  }
@@ -1335,7 +1335,40 @@
1335
1335
  "pricing_ownership_promo": {
1336
1336
  "other": "Išpirkti"
1337
1337
  },
1338
+ "subscription_cta_label": {
1339
+ "other": "Prenumeruoti {{.Price}}/{{.Recurrence}}"
1340
+ },
1341
+ "subscription_recurrence_year": {
1342
+ "one": "Metai",
1343
+ "few": "{{.Count}} Metai",
1344
+ "many": "{{.Count}} Metai",
1345
+ "other": "{{.Count}} Metai"
1346
+ },
1347
+ "subscription_recurrence_month": {
1348
+ "one": "Mėnuo",
1349
+ "few": "{{.Count}} Mėnesių",
1350
+ "many": "{{.Count}} Mėnesių",
1351
+ "other": "{{.Count}} Mėnesių"
1352
+ },
1353
+ "subscription_recurrence_week": {
1354
+ "one": "Savaitė",
1355
+ "few": "{{.Count}} Savaitės",
1356
+ "many": "{{.Count}} Savaitės",
1357
+ "other": "{{.Count}} Savaitės"
1358
+ },
1359
+ "subscription_recurrence_day": {
1360
+ "one": "Diena",
1361
+ "few": "{{.Count}} Dienos",
1362
+ "many": "{{.Count}} Dienos",
1363
+ "other": "{{.Count}} Dienos"
1364
+ },
1338
1365
  "shopping_info_ownership_subscription": {
1339
1366
  "other": "Prenumerata"
1367
+ },
1368
+ "something_bad_happened": {
1369
+ "other": "Prašau, pabandykite dar kartą"
1370
+ },
1371
+ "stripe_card_not_supported": {
1372
+ "other": "Jūsų kortelė nepalaikoma."
1340
1373
  }
1341
1374
  }
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Inwisselen"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Abonneren {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Jaar",
1339
+ "other": "{{.Count}} jaren"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Maand",
1343
+ "other": "{{.Count}} Maanden"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Week",
1347
+ "other": "{{.Count}} Weken"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Dag",
1351
+ "other": "{{.Count}} dagen"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "Abonnement"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Probeer het opnieuw"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Uw kaart wordt niet ondersteund."
1336
1361
  }
1337
1362
  }
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Løs inn"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Abonnere {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "År",
1339
+ "other": "{{.Count}} år"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Måned",
1343
+ "other": "{{.Count}} Måneder"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Uke",
1347
+ "other": "{{.Count}} Uker"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Dag",
1351
+ "other": "{{.Count}} Dager"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "Abonnement"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Vær så snill, prøv på nytt"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Kortet ditt støttes ikke."
1336
1361
  }
1337
1362
  }
@@ -1380,7 +1380,40 @@
1380
1380
  "pricing_ownership_promo": {
1381
1381
  "other": "Odkupić"
1382
1382
  },
1383
+ "subscription_cta_label": {
1384
+ "other": "Subskrybuj {{.Price}}/{{.Recurrence}}"
1385
+ },
1386
+ "subscription_recurrence_year": {
1387
+ "one": "Rok",
1388
+ "few": "{{.Count}} Lata",
1389
+ "many": "{{.Count}} Lata",
1390
+ "other": "{{.Count}} Lata"
1391
+ },
1392
+ "subscription_recurrence_month": {
1393
+ "one": "Miesiąc",
1394
+ "few": "{{.Count}} Miesiące",
1395
+ "many": "{{.Count}} Miesiące",
1396
+ "other": "{{.Count}} Miesiące"
1397
+ },
1398
+ "subscription_recurrence_week": {
1399
+ "one": "Tydzień",
1400
+ "few": "{{.Count}} Tygodnie",
1401
+ "many": "{{.Count}} Tygodnie",
1402
+ "other": "{{.Count}} Tygodnie"
1403
+ },
1404
+ "subscription_recurrence_day": {
1405
+ "one": "Dzień",
1406
+ "few": "{{.Count}} Dni",
1407
+ "many": "{{.Count}} Dni",
1408
+ "other": "{{.Count}} Dni"
1409
+ },
1383
1410
  "shopping_info_ownership_subscription": {
1384
1411
  "other": "Subskrypcja"
1412
+ },
1413
+ "something_bad_happened": {
1414
+ "other": "Proszę spróbuj ponownie"
1415
+ },
1416
+ "stripe_card_not_supported": {
1417
+ "other": "Twoja karta nie jest obsługiwana."
1385
1418
  }
1386
1419
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Resgatar"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Se inscrever {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Ano",
1339
+ "many": "{{.Count}} Anos",
1340
+ "other": "{{.Count}} Anos"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mês",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Dia",
1354
+ "many": "{{.Count}} Dias",
1355
+ "other": "{{.Count}} Dias"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Inscrição"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Por favor, tente novamente"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Seu cartão não é compatível."
1336
1365
  }
1337
1366
  }
@@ -1331,7 +1331,36 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Resgatar"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Se inscrever {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Ano",
1339
+ "many": "{{.Count}} Anos",
1340
+ "other": "{{.Count}} Anos"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mês",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Dia",
1354
+ "many": "{{.Count}} Dias",
1355
+ "other": "{{.Count}} Dias"
1356
+ },
1334
1357
  "shopping_info_ownership_subscription": {
1335
1358
  "other": "Inscrição"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Por favor, tente novamente"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Seu cartão não é compatível."
1336
1365
  }
1337
1366
  }
@@ -1357,7 +1357,40 @@
1357
1357
  "pricing_ownership_promo": {
1358
1358
  "other": "Выкупать"
1359
1359
  },
1360
+ "subscription_cta_label": {
1361
+ "other": "Подписывайся {{.Price}}/{{.Recurrence}}"
1362
+ },
1363
+ "subscription_recurrence_year": {
1364
+ "one": "Год",
1365
+ "few": "{{.Count}} Годы",
1366
+ "many": "{{.Count}} Годы",
1367
+ "other": "{{.Count}} Годы"
1368
+ },
1369
+ "subscription_recurrence_month": {
1370
+ "one": "Месяц",
1371
+ "few": "{{.Count}} Месяцы",
1372
+ "many": "{{.Count}} Месяцы",
1373
+ "other": "{{.Count}} Месяцы"
1374
+ },
1375
+ "subscription_recurrence_week": {
1376
+ "one": "Неделя",
1377
+ "few": "{{.Count}} Недели",
1378
+ "many": "{{.Count}} Недели",
1379
+ "other": "{{.Count}} Недели"
1380
+ },
1381
+ "subscription_recurrence_day": {
1382
+ "one": "День",
1383
+ "few": "{{.Count}} Дни",
1384
+ "many": "{{.Count}} Дни",
1385
+ "other": "{{.Count}} Дни"
1386
+ },
1360
1387
  "shopping_info_ownership_subscription": {
1361
1388
  "other": "Подписка"
1389
+ },
1390
+ "something_bad_happened": {
1391
+ "other": "Пожалуйста, попробуйте еще раз"
1392
+ },
1393
+ "stripe_card_not_supported": {
1394
+ "other": "Ваша карта не поддерживается."
1362
1395
  }
1363
1396
  }
@@ -1333,7 +1333,36 @@
1333
1333
  "pricing_ownership_promo": {
1334
1334
  "other": "Искупити"
1335
1335
  },
1336
+ "subscription_cta_label": {
1337
+ "other": "претплатити се {{.Price}}/{{.Recurrence}}"
1338
+ },
1339
+ "subscription_recurrence_year": {
1340
+ "one": "Година",
1341
+ "few": "{{.Count}} Године",
1342
+ "other": "{{.Count}} Године"
1343
+ },
1344
+ "subscription_recurrence_month": {
1345
+ "one": "Месец дана",
1346
+ "few": "{{.Count}} месеци",
1347
+ "other": "{{.Count}} месеци"
1348
+ },
1349
+ "subscription_recurrence_week": {
1350
+ "one": "Недеља",
1351
+ "few": "{{.Count}} Недеље",
1352
+ "other": "{{.Count}} Недеље"
1353
+ },
1354
+ "subscription_recurrence_day": {
1355
+ "one": "Дан",
1356
+ "few": "{{.Count}} Дани",
1357
+ "other": "{{.Count}} Дани"
1358
+ },
1336
1359
  "shopping_info_ownership_subscription": {
1337
1360
  "other": "Претплата"
1361
+ },
1362
+ "something_bad_happened": {
1363
+ "other": "Молим вас, покушајте поново"
1364
+ },
1365
+ "stripe_card_not_supported": {
1366
+ "other": "Ваша картица није подржана."
1338
1367
  }
1339
1368
  }
@@ -17,6 +17,7 @@
17
17
  }
18
18
 
19
19
  .meta-award-nomination {
20
+ @include subtitle-1-style;
20
21
  display: flex;
21
22
  max-width: 370px;
22
23
  }
@@ -6,6 +6,7 @@
6
6
  }
7
7
 
8
8
  .fa {
9
+ display: inline-block;
9
10
  font-family: 'fa-s72' !important;
10
11
  font-style: normal !important;
11
12
  font-variant: normal !important;
@@ -402,6 +402,7 @@ s72-element-switcher,
402
402
  }
403
403
 
404
404
  .sponsor {
405
+ @include body-1-style();
405
406
  margin-bottom: 24px;
406
407
  max-width: 250px;
407
408
 
@@ -15,55 +15,105 @@
15
15
  }
16
16
 
17
17
  @mixin heading-1-style() {
18
- @include typography-style(32px, 0.4px, $font-weight-normal, 8px, var(--body-color));
18
+ @include typography-style(
19
+ $font-size: 32px,
20
+ $letter-spacing: 0.4px,
21
+ $font-weight: $font-weight-normal,
22
+ $margin-bottom: 8px,
23
+ $font-color: var(--body-color),
24
+ $line-height: 42px
25
+ );
19
26
  @include media-breakpoint-up(xs) {
20
- @include typography-style(45px);
27
+ @include typography-style($font-size: 46px, $line-height: 56px);
21
28
  }
22
29
  small {
23
- @include typography-style(24px);
30
+ @include typography-style($font-size: 24px);
24
31
  }
25
32
  }
26
33
 
27
34
  @mixin heading-2-style() {
28
- @include typography-style(29px, 0.6px, $font-weight-normal, 13px);
35
+ @include typography-style(
36
+ $font-size: 29px,
37
+ $letter-spacing: 0.6px,
38
+ $font-weight: $font-weight-normal,
39
+ $margin-bottom: 13px
40
+ );
29
41
  @include media-breakpoint-up(sm) {
30
- @include typography-style(35px);
42
+ @include typography-style($font-size: 35px);
31
43
  }
32
44
  }
33
45
 
34
46
  @mixin heading-3-style() {
35
- @include typography-style(20px, 0, $font-weight-normal, 6px);
47
+ @include typography-style(
48
+ $font-size: 20px,
49
+ $letter-spacing: 0,
50
+ $font-weight: $font-weight-normal,
51
+ $margin-bottom: 6px,
52
+ $line-height: 24px
53
+ );
36
54
  @include media-breakpoint-up(sm) {
37
- @include typography-style(23px, 0.4px);
55
+ @include typography-style($font-size: 24px, $letter-spacing: 0.4px, $line-height: 30px);
38
56
  }
39
57
  }
40
58
 
41
59
  @mixin heading-4-style() {
42
- @include typography-style(18px, null, $font-weight-light, 20px);
60
+ @include typography-style(
61
+ $font-size: 18px,
62
+ $font-weight: $font-weight-light,
63
+ $margin-bottom: 20px
64
+ );
43
65
  }
44
66
 
45
67
  @mixin body-1-style() {
46
- @include typography-style(16px, 0.5px, $font-weight-light, null, null, 23px);
68
+ @include typography-style(
69
+ $font-size: 16px,
70
+ $letter-spacing: 0.6px,
71
+ $font-weight: $font-weight-light,
72
+ $line-height: 23px
73
+ );
47
74
  }
48
75
 
49
76
  @mixin body-2-style() {
50
- @include typography-style(14px, 0.4px);
77
+ @include typography-style($font-size: 14px, $letter-spacing: 0.4px);
51
78
  }
52
79
 
53
80
  @mixin subtitle-1-style() {
54
- @include typography-style(16px, 0.2px, $font-weight-light, 2px);
81
+ @include typography-style(
82
+ $font-size: 16px,
83
+ $letter-spacing: 0.2px,
84
+ $font-weight: $font-weight-normal,
85
+ $margin-bottom: 2px,
86
+ $line-height: 20px
87
+ );
55
88
  }
56
89
 
57
90
  @mixin subtitle-2-style() {
58
- @include typography-style(14px, 0.2px, $font-weight-normal, 12px);
91
+ @include typography-style(
92
+ $font-size: 14px,
93
+ $letter-spacing: 0.2px,
94
+ $font-weight: $font-weight-normal,
95
+ $margin-bottom: 12px,
96
+ $line-height: 18px
97
+ );
59
98
  }
60
99
 
61
100
  @mixin caption-1-style() {
62
- @include typography-style(16px, 0.5px, $font-weight-bold, 4px);
101
+ @include typography-style(
102
+ $font-size: 16px,
103
+ $letter-spacing: 0.6px,
104
+ $font-weight: $font-weight-bold,
105
+ $margin-bottom: 4px,
106
+ $line-height: 20px
107
+ );
63
108
  }
64
109
 
65
110
  @mixin overline-style() {
66
- @include typography-style(14px, 0.8px, $font-weight-light);
111
+ @include typography-style(
112
+ $font-size: 14px,
113
+ $letter-spacing: 1px,
114
+ $font-weight: $font-weight-normal,
115
+ $line-height: 18px
116
+ );
67
117
  }
68
118
 
69
119
  h1 {
@@ -1331,7 +1331,32 @@
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Tazmin etmek"
1333
1333
  },
1334
+ "subscription_cta_label": {
1335
+ "other": "Abone olmak {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Yıl",
1339
+ "other": "{{.Count}} yıllar"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Ay",
1343
+ "other": "{{.Count}} ay"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Hafta",
1347
+ "other": "{{.Count}} Haftalar"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Gün",
1351
+ "other": "{{.Count}} Günler"
1352
+ },
1334
1353
  "shopping_info_ownership_subscription": {
1335
1354
  "other": "abonelik"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Lütfen tekrar deneyin"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Kartınız desteklenmiyor."
1336
1361
  }
1337
1362
  }
@@ -1363,7 +1363,40 @@
1363
1363
  "pricing_ownership_promo": {
1364
1364
  "other": "Викупити"
1365
1365
  },
1366
+ "subscription_cta_label": {
1367
+ "other": "Підпишіться {{.Price}}/{{.Recurrence}}"
1368
+ },
1369
+ "subscription_recurrence_year": {
1370
+ "one": "рік",
1371
+ "few": "{{.Count}} років",
1372
+ "many": "{{.Count}} років",
1373
+ "other": "{{.Count}} років"
1374
+ },
1375
+ "subscription_recurrence_month": {
1376
+ "one": "місяць",
1377
+ "few": "{{.Count}} Місяці",
1378
+ "many": "{{.Count}} Місяці",
1379
+ "other": "{{.Count}} Місяці"
1380
+ },
1381
+ "subscription_recurrence_week": {
1382
+ "one": "тиждень",
1383
+ "few": "{{.Count}} тижнів",
1384
+ "many": "{{.Count}} тижнів",
1385
+ "other": "{{.Count}} тижнів"
1386
+ },
1387
+ "subscription_recurrence_day": {
1388
+ "one": "День",
1389
+ "few": "{{.Count}} днів",
1390
+ "many": "{{.Count}} днів",
1391
+ "other": "{{.Count}} днів"
1392
+ },
1366
1393
  "shopping_info_ownership_subscription": {
1367
1394
  "other": "Підписка"
1395
+ },
1396
+ "something_bad_happened": {
1397
+ "other": "Будь ласка спробуйте ще раз"
1398
+ },
1399
+ "stripe_card_not_supported": {
1400
+ "other": "Ваша картка не підтримується."
1368
1401
  }
1369
1402
  }
@@ -1329,7 +1329,28 @@
1329
1329
  "pricing_ownership_promo": {
1330
1330
  "other": "贖回"
1331
1331
  },
1332
+ "subscription_cta_label": {
1333
+ "other": "订阅 {{.Price}}/{{.Recurrence}}"
1334
+ },
1335
+ "subscription_recurrence_year": {
1336
+ "other": "{{.Count}} 年"
1337
+ },
1338
+ "subscription_recurrence_month": {
1339
+ "other": "{{.Count}} 月"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "other": "{{.Count}} 星期"
1343
+ },
1344
+ "subscription_recurrence_day": {
1345
+ "other": "{{.Count}} 天"
1346
+ },
1332
1347
  "shopping_info_ownership_subscription": {
1333
1348
  "other": "订阅"
1349
+ },
1350
+ "something_bad_happened": {
1351
+ "other": "请再试一次"
1352
+ },
1353
+ "stripe_card_not_supported": {
1354
+ "other": "不支持您的卡。"
1334
1355
  }
1335
1356
  }