@shift72/core-template 1.5.1 → 1.6.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.
- package/.github/workflows/pages.yml +47 -0
- package/CHANGELOG.md +25 -2
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +90 -0
- package/site/ca_ES.all.json +78 -0
- package/site/da_DK.all.json +78 -0
- package/site/de_DE.all.json +78 -0
- package/site/el_EL.all.json +78 -0
- package/site/en_AU.all.json +78 -0
- package/site/es_ES.all.json +78 -0
- package/site/es_MX.all.json +78 -0
- package/site/et_ET.all.json +78 -0
- package/site/fi_FI.all.json +78 -0
- package/site/fr_FR.all.json +78 -0
- package/site/hr_HR.all.json +81 -0
- package/site/hu_HU.all.json +78 -0
- package/site/it_IT.all.json +78 -0
- package/site/ja_JP.all.json +75 -0
- package/site/lt_LT.all.json +84 -0
- package/site/nl_BE.all.json +78 -0
- package/site/no_NO.all.json +78 -0
- package/site/pl_PL.all.json +84 -0
- package/site/pt_BR.all.json +78 -0
- package/site/pt_PT.all.json +78 -0
- package/site/ru_RU.all.json +84 -0
- package/site/sr_SR.all.json +81 -0
- package/site/static/favicon.ico +0 -0
- package/site/styles/_availability-tags.scss +39 -0
- package/site/styles/_awards.scss +2 -7
- package/site/styles/_carousel.scss +18 -7
- package/site/styles/_collections.scss +3 -5
- package/site/styles/_cta-buttons.scss +15 -13
- package/site/styles/_icons.scss +5 -0
- package/site/styles/_meta-detail.scss +48 -9
- package/site/styles/_swiper.scss +2 -2
- package/site/styles/_variables.scss +9 -0
- package/site/templates/bundle/item.jet +1 -2
- package/site/templates/bundle/list.jet +13 -9
- package/site/templates/collection/carousel/item.jet +5 -2
- package/site/templates/collection/list.jet +14 -12
- package/site/templates/collection/slider.jet +2 -2
- package/site/templates/collection/wishlist.jet +3 -3
- package/site/templates/common/cta_buttons.jet +5 -2
- package/site/templates/common/slider.jet +2 -2
- package/site/templates/film/item.jet +16 -9
- package/site/templates/tv/detail.jet +12 -9
- package/site/tr_TR.all.json +78 -0
- package/site/uk_UA.all.json +84 -0
- package/site/zh_TW.all.json +75 -0
package/site/es_ES.all.json
CHANGED
|
@@ -1417,6 +1417,21 @@
|
|
|
1417
1417
|
"shopping_error_invalid_session_token": {
|
|
1418
1418
|
"other": "La sesión de compra expiró, inténtalo de nuevo."
|
|
1419
1419
|
},
|
|
1420
|
+
"live_stream_starts": {
|
|
1421
|
+
"other": "La transmisión comienza {{.Date}}"
|
|
1422
|
+
},
|
|
1423
|
+
"live_streaming_now": {
|
|
1424
|
+
"other": "Transmitiendo ahora"
|
|
1425
|
+
},
|
|
1426
|
+
"live_streaming_ended": {
|
|
1427
|
+
"other": "Transmisión finalizada"
|
|
1428
|
+
},
|
|
1429
|
+
"availability_live": {
|
|
1430
|
+
"other": "EN VIVO"
|
|
1431
|
+
},
|
|
1432
|
+
"shopping_action_get_ticket": {
|
|
1433
|
+
"other": "Obtener boleto"
|
|
1434
|
+
},
|
|
1420
1435
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1421
1436
|
"other": "No puede usar un código de promoción para esta compra o alquiler"
|
|
1422
1437
|
},
|
|
@@ -1437,5 +1452,68 @@
|
|
|
1437
1452
|
},
|
|
1438
1453
|
"shopping_error_missing_code": {
|
|
1439
1454
|
"other": "No se proporcionó ningún código de promoción"
|
|
1455
|
+
},
|
|
1456
|
+
"live_label_ended": {
|
|
1457
|
+
"other": "EN VIVO: FINALIZADO"
|
|
1458
|
+
},
|
|
1459
|
+
"live_label_live": {
|
|
1460
|
+
"other": "EN VIVO"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_minutes": {
|
|
1463
|
+
"one": "EN VIVO: 1 MINUTO",
|
|
1464
|
+
"other": "EN VIVO: {{.Count}} MINUTOS"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_hours": {
|
|
1467
|
+
"one": "EN VIVO: 1 HORA",
|
|
1468
|
+
"other": "EN VIVO: {{.Count}} HORAS"
|
|
1469
|
+
},
|
|
1470
|
+
"live_label_days": {
|
|
1471
|
+
"one": "EN VIVO: 1 DÍA",
|
|
1472
|
+
"other": "EN VIVO: {{.Count}} DÍAS"
|
|
1473
|
+
},
|
|
1474
|
+
"shopping_info_subtitle_live_event": {
|
|
1475
|
+
"other": "Transmisión en vivo"
|
|
1476
|
+
},
|
|
1477
|
+
"shopping_info_release_date_title_live_event": {
|
|
1478
|
+
"other": "Este es un evento en vivo. "
|
|
1479
|
+
},
|
|
1480
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1481
|
+
"other": "Puede comprar un boleto ahora, pero deberá mirar mientras la transmisión está en vivo."
|
|
1482
|
+
},
|
|
1483
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1484
|
+
"other": "Deberá mirar mientras la transmisión está en vivo."
|
|
1485
|
+
},
|
|
1486
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1487
|
+
"other": "Este evento está actualmente en vivo. "
|
|
1488
|
+
},
|
|
1489
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1490
|
+
"other": "La transmisión termina {{.Date}}. "
|
|
1491
|
+
},
|
|
1492
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1493
|
+
"other": "No podrás ver la transmisión después de eso."
|
|
1494
|
+
},
|
|
1495
|
+
"shopping_action_ticket": {
|
|
1496
|
+
"other": "Obtener boleto"
|
|
1497
|
+
},
|
|
1498
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1499
|
+
"other": "La transmisión comienza {{.Date}}. "
|
|
1500
|
+
},
|
|
1501
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1502
|
+
"other": "Comenzó en {{.Date}}. "
|
|
1503
|
+
},
|
|
1504
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1505
|
+
"other": "No puedes rebobinarlo."
|
|
1506
|
+
},
|
|
1507
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1508
|
+
"other": "La fecha de vencimiento de su tarjeta ya pasó."
|
|
1509
|
+
},
|
|
1510
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1511
|
+
"other": "El año de vencimiento de su tarjeta está en el pasado."
|
|
1512
|
+
},
|
|
1513
|
+
"shopping_error_stripe_invalid_number": {
|
|
1514
|
+
"other": "Su número de tarjeta no es válido."
|
|
1515
|
+
},
|
|
1516
|
+
"new_card_error_timed_out": {
|
|
1517
|
+
"other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
|
|
1440
1518
|
}
|
|
1441
1519
|
}
|
package/site/es_MX.all.json
CHANGED
|
@@ -1417,6 +1417,21 @@
|
|
|
1417
1417
|
"shopping_error_invalid_session_token": {
|
|
1418
1418
|
"other": "La sesión de compra expiró, inténtalo de nuevo."
|
|
1419
1419
|
},
|
|
1420
|
+
"live_stream_starts": {
|
|
1421
|
+
"other": "La transmisión comienza {{.Date}}"
|
|
1422
|
+
},
|
|
1423
|
+
"live_streaming_now": {
|
|
1424
|
+
"other": "Transmitiendo ahora"
|
|
1425
|
+
},
|
|
1426
|
+
"live_streaming_ended": {
|
|
1427
|
+
"other": "Transmisión finalizada"
|
|
1428
|
+
},
|
|
1429
|
+
"availability_live": {
|
|
1430
|
+
"other": "EN VIVO"
|
|
1431
|
+
},
|
|
1432
|
+
"shopping_action_get_ticket": {
|
|
1433
|
+
"other": "Obtener boleto"
|
|
1434
|
+
},
|
|
1420
1435
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1421
1436
|
"other": "No puede usar un código de promoción para esta compra o alquiler"
|
|
1422
1437
|
},
|
|
@@ -1437,5 +1452,68 @@
|
|
|
1437
1452
|
},
|
|
1438
1453
|
"shopping_error_missing_code": {
|
|
1439
1454
|
"other": "No se proporcionó ningún código de promoción"
|
|
1455
|
+
},
|
|
1456
|
+
"live_label_ended": {
|
|
1457
|
+
"other": "EN VIVO: FINALIZADO"
|
|
1458
|
+
},
|
|
1459
|
+
"live_label_live": {
|
|
1460
|
+
"other": "EN VIVO"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_minutes": {
|
|
1463
|
+
"one": "EN VIVO: 1 MINUTO",
|
|
1464
|
+
"other": "EN VIVO: {{.Count}} MINUTOS"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_hours": {
|
|
1467
|
+
"one": "EN VIVO: 1 HORA",
|
|
1468
|
+
"other": "EN VIVO: {{.Count}} HORAS"
|
|
1469
|
+
},
|
|
1470
|
+
"live_label_days": {
|
|
1471
|
+
"one": "EN VIVO: 1 DÍA",
|
|
1472
|
+
"other": "EN VIVO: {{.Count}} DÍAS"
|
|
1473
|
+
},
|
|
1474
|
+
"shopping_info_subtitle_live_event": {
|
|
1475
|
+
"other": "Transmisión en vivo"
|
|
1476
|
+
},
|
|
1477
|
+
"shopping_info_release_date_title_live_event": {
|
|
1478
|
+
"other": "Este es un evento en vivo. "
|
|
1479
|
+
},
|
|
1480
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1481
|
+
"other": "Puede comprar un boleto ahora, pero deberá mirar mientras la transmisión está en vivo."
|
|
1482
|
+
},
|
|
1483
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1484
|
+
"other": "Deberá mirar mientras la transmisión está en vivo."
|
|
1485
|
+
},
|
|
1486
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1487
|
+
"other": "Este evento está actualmente en vivo. "
|
|
1488
|
+
},
|
|
1489
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1490
|
+
"other": "La transmisión termina {{.Date}}. "
|
|
1491
|
+
},
|
|
1492
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1493
|
+
"other": "No podrás ver la transmisión después de eso."
|
|
1494
|
+
},
|
|
1495
|
+
"shopping_action_ticket": {
|
|
1496
|
+
"other": "Obtener boleto"
|
|
1497
|
+
},
|
|
1498
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1499
|
+
"other": "La transmisión comienza {{.Date}}. "
|
|
1500
|
+
},
|
|
1501
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1502
|
+
"other": "Comenzó en {{.Date}}. "
|
|
1503
|
+
},
|
|
1504
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1505
|
+
"other": "No puedes rebobinarlo."
|
|
1506
|
+
},
|
|
1507
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1508
|
+
"other": "La fecha de vencimiento de su tarjeta ya pasó."
|
|
1509
|
+
},
|
|
1510
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1511
|
+
"other": "El año de vencimiento de su tarjeta está en el pasado."
|
|
1512
|
+
},
|
|
1513
|
+
"shopping_error_stripe_invalid_number": {
|
|
1514
|
+
"other": "Su número de tarjeta no es válido."
|
|
1515
|
+
},
|
|
1516
|
+
"new_card_error_timed_out": {
|
|
1517
|
+
"other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
|
|
1440
1518
|
}
|
|
1441
1519
|
}
|
package/site/et_ET.all.json
CHANGED
|
@@ -1413,6 +1413,21 @@
|
|
|
1413
1413
|
"shopping_error_invalid_session_token": {
|
|
1414
1414
|
"other": "Osteseanss aegus, proovige uuesti."
|
|
1415
1415
|
},
|
|
1416
|
+
"live_stream_starts": {
|
|
1417
|
+
"other": "Voog käivitub {{.Date}}"
|
|
1418
|
+
},
|
|
1419
|
+
"live_streaming_now": {
|
|
1420
|
+
"other": "Voogesitus praegu"
|
|
1421
|
+
},
|
|
1422
|
+
"live_streaming_ended": {
|
|
1423
|
+
"other": "Voog lõppes"
|
|
1424
|
+
},
|
|
1425
|
+
"availability_live": {
|
|
1426
|
+
"other": "LIVE"
|
|
1427
|
+
},
|
|
1428
|
+
"shopping_action_get_ticket": {
|
|
1429
|
+
"other": "Hankige pilet"
|
|
1430
|
+
},
|
|
1416
1431
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1417
1432
|
"other": "Selle ostu või rentimise jaoks ei saa te sooduskoodi kasutada"
|
|
1418
1433
|
},
|
|
@@ -1433,5 +1448,68 @@
|
|
|
1433
1448
|
},
|
|
1434
1449
|
"shopping_error_missing_code": {
|
|
1435
1450
|
"other": "Sooduskoodi ei antud"
|
|
1451
|
+
},
|
|
1452
|
+
"live_label_ended": {
|
|
1453
|
+
"other": "OTSE: LÕPPENUD"
|
|
1454
|
+
},
|
|
1455
|
+
"live_label_live": {
|
|
1456
|
+
"other": "OTSE"
|
|
1457
|
+
},
|
|
1458
|
+
"live_label_minutes": {
|
|
1459
|
+
"one": "OTSE: 1 MINUT",
|
|
1460
|
+
"other": "OTSE: {{.Count}} MINUTID"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_hours": {
|
|
1463
|
+
"one": "OTSE: 1 TUND",
|
|
1464
|
+
"other": "OTSE: {{.Count}} TUNNID"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_days": {
|
|
1467
|
+
"one": "OTSE: 1 PÄEV",
|
|
1468
|
+
"other": "OTSE: {{.Count}} PÄEVAD"
|
|
1469
|
+
},
|
|
1470
|
+
"shopping_info_subtitle_live_event": {
|
|
1471
|
+
"other": "Otseülekanne"
|
|
1472
|
+
},
|
|
1473
|
+
"shopping_info_release_date_title_live_event": {
|
|
1474
|
+
"other": "See on otseülekanne. "
|
|
1475
|
+
},
|
|
1476
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1477
|
+
"other": "Pileti saate osta kohe, kuid peate vaatama otseülekannet."
|
|
1478
|
+
},
|
|
1479
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1480
|
+
"other": "Peate vaatama otseülekannet."
|
|
1481
|
+
},
|
|
1482
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1483
|
+
"other": "See sündmus on praegu otse-eetris. "
|
|
1484
|
+
},
|
|
1485
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1486
|
+
"other": "Voog lõpeb {{.Date}}. "
|
|
1487
|
+
},
|
|
1488
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1489
|
+
"other": "Pärast seda ei saa te otseülekannet vaadata."
|
|
1490
|
+
},
|
|
1491
|
+
"shopping_action_ticket": {
|
|
1492
|
+
"other": "Hankige pilet"
|
|
1493
|
+
},
|
|
1494
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1495
|
+
"other": "Voog algab {{.Date}}. "
|
|
1496
|
+
},
|
|
1497
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1498
|
+
"other": "See algas kell {{.Date}}. "
|
|
1499
|
+
},
|
|
1500
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1501
|
+
"other": "Te ei saa seda tagasi kerida."
|
|
1502
|
+
},
|
|
1503
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1504
|
+
"other": "Teie kaardi aegumiskuupäev on minevik."
|
|
1505
|
+
},
|
|
1506
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1507
|
+
"other": "Teie kaardi aegumisaasta on möödas."
|
|
1508
|
+
},
|
|
1509
|
+
"shopping_error_stripe_invalid_number": {
|
|
1510
|
+
"other": "Teie kaardi number on kehtetu."
|
|
1511
|
+
},
|
|
1512
|
+
"new_card_error_timed_out": {
|
|
1513
|
+
"other": "Selle kaardi lisamisel läks midagi valesti. Proovige hiljem uuesti või kasutage teist kaarti."
|
|
1436
1514
|
}
|
|
1437
1515
|
}
|
package/site/fi_FI.all.json
CHANGED
|
@@ -1413,6 +1413,21 @@
|
|
|
1413
1413
|
"shopping_error_invalid_session_token": {
|
|
1414
1414
|
"other": "Ostosistunto vanhentunut, yritä uudelleen."
|
|
1415
1415
|
},
|
|
1416
|
+
"live_stream_starts": {
|
|
1417
|
+
"other": "Stream alkaa {{.Date}}"
|
|
1418
|
+
},
|
|
1419
|
+
"live_streaming_now": {
|
|
1420
|
+
"other": "Striimaa nyt"
|
|
1421
|
+
},
|
|
1422
|
+
"live_streaming_ended": {
|
|
1423
|
+
"other": "Striimi päättyi"
|
|
1424
|
+
},
|
|
1425
|
+
"availability_live": {
|
|
1426
|
+
"other": "ELÄÄ"
|
|
1427
|
+
},
|
|
1428
|
+
"shopping_action_get_ticket": {
|
|
1429
|
+
"other": "Hanki lippu"
|
|
1430
|
+
},
|
|
1416
1431
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1417
1432
|
"other": "Et voi käyttää tarjouskoodia tähän ostoon tai vuokraukseen"
|
|
1418
1433
|
},
|
|
@@ -1433,5 +1448,68 @@
|
|
|
1433
1448
|
},
|
|
1434
1449
|
"shopping_error_missing_code": {
|
|
1435
1450
|
"other": "Tarjouskoodia ei annettu"
|
|
1451
|
+
},
|
|
1452
|
+
"live_label_ended": {
|
|
1453
|
+
"other": "SUORA: PÄÄTTYNYT"
|
|
1454
|
+
},
|
|
1455
|
+
"live_label_live": {
|
|
1456
|
+
"other": "SUORA"
|
|
1457
|
+
},
|
|
1458
|
+
"live_label_minutes": {
|
|
1459
|
+
"one": "SUORA: 1 MINUUTI",
|
|
1460
|
+
"other": "SUORA: {{.Count}} MINUUTTIA"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_hours": {
|
|
1463
|
+
"one": "SUORA: 1 TUNTI",
|
|
1464
|
+
"other": "SUORA: {{.Count}} TUNTIA"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_days": {
|
|
1467
|
+
"one": "SUORA: 1 PÄIVÄ",
|
|
1468
|
+
"other": "SUORA: {{.Count}} PÄIVÄT"
|
|
1469
|
+
},
|
|
1470
|
+
"shopping_info_subtitle_live_event": {
|
|
1471
|
+
"other": "Suora lähetys"
|
|
1472
|
+
},
|
|
1473
|
+
"shopping_info_release_date_title_live_event": {
|
|
1474
|
+
"other": "Tämä on live-tapahtuma. "
|
|
1475
|
+
},
|
|
1476
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1477
|
+
"other": "Voit ostaa lipun nyt, mutta sinun on katsottava suoratoiston aikana."
|
|
1478
|
+
},
|
|
1479
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1480
|
+
"other": "Sinun on katsottava suoratoiston aikana."
|
|
1481
|
+
},
|
|
1482
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1483
|
+
"other": "Tämä tapahtuma on tällä hetkellä live-tilassa. "
|
|
1484
|
+
},
|
|
1485
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1486
|
+
"other": "Lähetys päättyy {{.Date}}. "
|
|
1487
|
+
},
|
|
1488
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1489
|
+
"other": "Et voi katsoa striimiä sen jälkeen."
|
|
1490
|
+
},
|
|
1491
|
+
"shopping_action_ticket": {
|
|
1492
|
+
"other": "Hanki lippu"
|
|
1493
|
+
},
|
|
1494
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1495
|
+
"other": "Suoratoisto alkaa {{.Date}}. "
|
|
1496
|
+
},
|
|
1497
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1498
|
+
"other": "Se alkoi {{.Date}}. "
|
|
1499
|
+
},
|
|
1500
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1501
|
+
"other": "Et voi kelata sitä taaksepäin."
|
|
1502
|
+
},
|
|
1503
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1504
|
+
"other": "Korttisi viimeinen voimassaolopäivä on mennyt."
|
|
1505
|
+
},
|
|
1506
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1507
|
+
"other": "Korttisi vanhentumisvuosi on mennyt."
|
|
1508
|
+
},
|
|
1509
|
+
"shopping_error_stripe_invalid_number": {
|
|
1510
|
+
"other": "Korttisi numero on virheellinen."
|
|
1511
|
+
},
|
|
1512
|
+
"new_card_error_timed_out": {
|
|
1513
|
+
"other": "Jotain meni pieleen korttia lisättäessä. Yritä myöhemmin uudelleen tai käytä toista korttia."
|
|
1436
1514
|
}
|
|
1437
1515
|
}
|
package/site/fr_FR.all.json
CHANGED
|
@@ -1417,6 +1417,21 @@
|
|
|
1417
1417
|
"shopping_error_invalid_session_token": {
|
|
1418
1418
|
"other": "La session d'achat a expiré, veuillez réessayer."
|
|
1419
1419
|
},
|
|
1420
|
+
"live_stream_starts": {
|
|
1421
|
+
"other": "Le flux commence {{.Date}}"
|
|
1422
|
+
},
|
|
1423
|
+
"live_streaming_now": {
|
|
1424
|
+
"other": "Diffuser maintenant"
|
|
1425
|
+
},
|
|
1426
|
+
"live_streaming_ended": {
|
|
1427
|
+
"other": "Diffusion terminée"
|
|
1428
|
+
},
|
|
1429
|
+
"availability_live": {
|
|
1430
|
+
"other": "DIRECT"
|
|
1431
|
+
},
|
|
1432
|
+
"shopping_action_get_ticket": {
|
|
1433
|
+
"other": "Obtenir un billet"
|
|
1434
|
+
},
|
|
1420
1435
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1421
1436
|
"other": "Vous ne pouvez pas utiliser de code promo pour cet achat ou cette location"
|
|
1422
1437
|
},
|
|
@@ -1437,5 +1452,68 @@
|
|
|
1437
1452
|
},
|
|
1438
1453
|
"shopping_error_missing_code": {
|
|
1439
1454
|
"other": "Aucun code promotionnel n'a été fourni"
|
|
1455
|
+
},
|
|
1456
|
+
"live_label_ended": {
|
|
1457
|
+
"other": "EN DIRECT : TERMINÉ"
|
|
1458
|
+
},
|
|
1459
|
+
"live_label_live": {
|
|
1460
|
+
"other": "EN DIRECT"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_minutes": {
|
|
1463
|
+
"one": "EN DIRECT : 1 MINUTE",
|
|
1464
|
+
"other": "EN DIRECT : {{.Count}} MINUTES"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_hours": {
|
|
1467
|
+
"one": "EN DIRECT : 1 HEURE",
|
|
1468
|
+
"other": "EN DIRECT : {{.Count}} HEURES"
|
|
1469
|
+
},
|
|
1470
|
+
"live_label_days": {
|
|
1471
|
+
"one": "EN DIRECT : 1 JOUR",
|
|
1472
|
+
"other": "EN DIRECT : {{.Count}} JOURS"
|
|
1473
|
+
},
|
|
1474
|
+
"shopping_info_subtitle_live_event": {
|
|
1475
|
+
"other": "Direct"
|
|
1476
|
+
},
|
|
1477
|
+
"shopping_info_release_date_title_live_event": {
|
|
1478
|
+
"other": "Ceci est un événement en direct. "
|
|
1479
|
+
},
|
|
1480
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1481
|
+
"other": "Vous pouvez acheter un billet maintenant, mais vous devrez regarder pendant que le flux est en direct."
|
|
1482
|
+
},
|
|
1483
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1484
|
+
"other": "Vous devrez regarder pendant que le flux est en direct."
|
|
1485
|
+
},
|
|
1486
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1487
|
+
"other": "Cet événement est actuellement en direct. "
|
|
1488
|
+
},
|
|
1489
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1490
|
+
"other": "Le flux se termine {{.Date}}. "
|
|
1491
|
+
},
|
|
1492
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1493
|
+
"other": "Vous ne pourrez plus regarder le flux après cela."
|
|
1494
|
+
},
|
|
1495
|
+
"shopping_action_ticket": {
|
|
1496
|
+
"other": "Obtenir un billet"
|
|
1497
|
+
},
|
|
1498
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1499
|
+
"other": "Le flux commence {{.Date}}. "
|
|
1500
|
+
},
|
|
1501
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1502
|
+
"other": "Cela a commencé à {{.Date}}. "
|
|
1503
|
+
},
|
|
1504
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1505
|
+
"other": "Vous ne pouvez pas le rembobiner."
|
|
1506
|
+
},
|
|
1507
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1508
|
+
"other": "La date d'expiration de votre carte est dans le passé."
|
|
1509
|
+
},
|
|
1510
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1511
|
+
"other": "L'année d'expiration de votre carte est dans le passé."
|
|
1512
|
+
},
|
|
1513
|
+
"shopping_error_stripe_invalid_number": {
|
|
1514
|
+
"other": "Votre numéro de carte est invalide."
|
|
1515
|
+
},
|
|
1516
|
+
"new_card_error_timed_out": {
|
|
1517
|
+
"other": "Une erreur s'est produite lors de l'ajout de cette carte. Veuillez réessayer plus tard ou utiliser une autre carte."
|
|
1440
1518
|
}
|
|
1441
1519
|
}
|
package/site/hr_HR.all.json
CHANGED
|
@@ -1412,6 +1412,21 @@
|
|
|
1412
1412
|
"shopping_error_invalid_session_token": {
|
|
1413
1413
|
"other": "Sesija kupnje je istekla, pokušajte ponovno."
|
|
1414
1414
|
},
|
|
1415
|
+
"live_stream_starts": {
|
|
1416
|
+
"other": "Stream počinje {{.Date}}"
|
|
1417
|
+
},
|
|
1418
|
+
"live_streaming_now": {
|
|
1419
|
+
"other": "Streaming sada"
|
|
1420
|
+
},
|
|
1421
|
+
"live_streaming_ended": {
|
|
1422
|
+
"other": "Stream je završio"
|
|
1423
|
+
},
|
|
1424
|
+
"availability_live": {
|
|
1425
|
+
"other": "UŽIVO"
|
|
1426
|
+
},
|
|
1427
|
+
"shopping_action_get_ticket": {
|
|
1428
|
+
"other": "Uzmi kartu"
|
|
1429
|
+
},
|
|
1415
1430
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1416
1431
|
"other": "Ne možete koristiti promotivni kod za ovu kupnju ili iznajmljivanje"
|
|
1417
1432
|
},
|
|
@@ -1432,5 +1447,71 @@
|
|
|
1432
1447
|
},
|
|
1433
1448
|
"shopping_error_missing_code": {
|
|
1434
1449
|
"other": "Nije dostavljen promotivni kod"
|
|
1450
|
+
},
|
|
1451
|
+
"live_label_ended": {
|
|
1452
|
+
"other": "UŽIVO: ZAVRŠENO"
|
|
1453
|
+
},
|
|
1454
|
+
"live_label_live": {
|
|
1455
|
+
"other": "UŽIVO"
|
|
1456
|
+
},
|
|
1457
|
+
"live_label_minutes": {
|
|
1458
|
+
"one": "UŽIVO: 1 MINUTA",
|
|
1459
|
+
"few": "UŽIVO: {{.Count}} MINUTE",
|
|
1460
|
+
"other": "UŽIVO: {{.Count}} MINUTE"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_hours": {
|
|
1463
|
+
"one": "UŽIVO: 1 SAT",
|
|
1464
|
+
"few": "UŽIVO: {{.Count}} SATA",
|
|
1465
|
+
"other": "UŽIVO: {{.Count}} SATA"
|
|
1466
|
+
},
|
|
1467
|
+
"live_label_days": {
|
|
1468
|
+
"one": "UŽIVO: 1 DAN",
|
|
1469
|
+
"few": "UŽIVO: {{.Count}} DANE",
|
|
1470
|
+
"other": "UŽIVO: {{.Count}} DANE"
|
|
1471
|
+
},
|
|
1472
|
+
"shopping_info_subtitle_live_event": {
|
|
1473
|
+
"other": "Uživo prijenos"
|
|
1474
|
+
},
|
|
1475
|
+
"shopping_info_release_date_title_live_event": {
|
|
1476
|
+
"other": "Ovo je događaj uživo. "
|
|
1477
|
+
},
|
|
1478
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1479
|
+
"other": "Ulaznicu možete kupiti sada, ali morat ćete gledati dok je prijenos uživo."
|
|
1480
|
+
},
|
|
1481
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1482
|
+
"other": "Morat ćete gledati dok je prijenos uživo."
|
|
1483
|
+
},
|
|
1484
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1485
|
+
"other": "Ovaj događaj trenutno je uživo. "
|
|
1486
|
+
},
|
|
1487
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1488
|
+
"other": "Stream završava {{.Date}}. "
|
|
1489
|
+
},
|
|
1490
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1491
|
+
"other": "Nakon toga nećete moći gledati prijenos."
|
|
1492
|
+
},
|
|
1493
|
+
"shopping_action_ticket": {
|
|
1494
|
+
"other": "Uzmi kartu"
|
|
1495
|
+
},
|
|
1496
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1497
|
+
"other": "Stream počinje {{.Date}}. "
|
|
1498
|
+
},
|
|
1499
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1500
|
+
"other": "Počelo je u {{.Date}}. "
|
|
1501
|
+
},
|
|
1502
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1503
|
+
"other": "Ne možete ga premotati unatrag."
|
|
1504
|
+
},
|
|
1505
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1506
|
+
"other": "Datum isteka vaše kartice je u prošlosti."
|
|
1507
|
+
},
|
|
1508
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1509
|
+
"other": "Godina isteka vaše kartice je u prošlosti."
|
|
1510
|
+
},
|
|
1511
|
+
"shopping_error_stripe_invalid_number": {
|
|
1512
|
+
"other": "Broj vaše kartice je nevažeći."
|
|
1513
|
+
},
|
|
1514
|
+
"new_card_error_timed_out": {
|
|
1515
|
+
"other": "Nešto nije u redu prilikom dodavanja te kartice. Pokušajte ponovno kasnije ili upotrijebite drugu karticu."
|
|
1435
1516
|
}
|
|
1436
1517
|
}
|
package/site/hu_HU.all.json
CHANGED
|
@@ -1413,6 +1413,21 @@
|
|
|
1413
1413
|
"shopping_error_invalid_session_token": {
|
|
1414
1414
|
"other": "A vásárlási munkamenet lejárt, próbálkozzon újra."
|
|
1415
1415
|
},
|
|
1416
|
+
"live_stream_starts": {
|
|
1417
|
+
"other": "Az adatfolyam elindul {{.Date}}"
|
|
1418
|
+
},
|
|
1419
|
+
"live_streaming_now": {
|
|
1420
|
+
"other": "Streamelés most"
|
|
1421
|
+
},
|
|
1422
|
+
"live_streaming_ended": {
|
|
1423
|
+
"other": "Az adatfolyam véget ért"
|
|
1424
|
+
},
|
|
1425
|
+
"availability_live": {
|
|
1426
|
+
"other": "ÉLŐ"
|
|
1427
|
+
},
|
|
1428
|
+
"shopping_action_get_ticket": {
|
|
1429
|
+
"other": "Vegyél jegyet"
|
|
1430
|
+
},
|
|
1416
1431
|
"shopping_error_credit_discounts_not_allowed": {
|
|
1417
1432
|
"other": "Nem használhat promóciós kódot ehhez a vásárláshoz vagy kölcsönzéshez"
|
|
1418
1433
|
},
|
|
@@ -1433,5 +1448,68 @@
|
|
|
1433
1448
|
},
|
|
1434
1449
|
"shopping_error_missing_code": {
|
|
1435
1450
|
"other": "Nem adtak meg promóciós kódot"
|
|
1451
|
+
},
|
|
1452
|
+
"live_label_ended": {
|
|
1453
|
+
"other": "ÉLŐ: VÉGE"
|
|
1454
|
+
},
|
|
1455
|
+
"live_label_live": {
|
|
1456
|
+
"other": "ÉLŐ"
|
|
1457
|
+
},
|
|
1458
|
+
"live_label_minutes": {
|
|
1459
|
+
"one": "ÉLŐ: 1 PERC",
|
|
1460
|
+
"other": "ÉLŐ: {{.Count}} PERC"
|
|
1461
|
+
},
|
|
1462
|
+
"live_label_hours": {
|
|
1463
|
+
"one": "ÉLŐ: 1 ÓRA",
|
|
1464
|
+
"other": "ÉLŐ: {{.Count}} ÓRA"
|
|
1465
|
+
},
|
|
1466
|
+
"live_label_days": {
|
|
1467
|
+
"one": "ÉLŐ: 1 NAP",
|
|
1468
|
+
"other": "ÉLŐ: {{.Count}} NAPOK"
|
|
1469
|
+
},
|
|
1470
|
+
"shopping_info_subtitle_live_event": {
|
|
1471
|
+
"other": "Élő adás"
|
|
1472
|
+
},
|
|
1473
|
+
"shopping_info_release_date_title_live_event": {
|
|
1474
|
+
"other": "Ez egy élő esemény. "
|
|
1475
|
+
},
|
|
1476
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
|
1477
|
+
"other": "Már most is vásárolhat jegyet, de a közvetítést élőben kell néznie."
|
|
1478
|
+
},
|
|
1479
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
|
1480
|
+
"other": "A közvetítést élőben kell nézni."
|
|
1481
|
+
},
|
|
1482
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
|
1483
|
+
"other": "Ez az esemény jelenleg élő. "
|
|
1484
|
+
},
|
|
1485
|
+
"shopping_info_available_until_date_title_live_event": {
|
|
1486
|
+
"other": "Az adatfolyam véget ér {{.Date}}. "
|
|
1487
|
+
},
|
|
1488
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
|
1489
|
+
"other": "Utána nem fogod tudni nézni a streamet."
|
|
1490
|
+
},
|
|
1491
|
+
"shopping_action_ticket": {
|
|
1492
|
+
"other": "Vegyél jegyet"
|
|
1493
|
+
},
|
|
1494
|
+
"shopping_info_release_date_title_live_event_start": {
|
|
1495
|
+
"other": "Az adatfolyam elindul {{.Date}}. "
|
|
1496
|
+
},
|
|
1497
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
|
1498
|
+
"other": "{{.Date}} -kor kezdődött. "
|
|
1499
|
+
},
|
|
1500
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
|
1501
|
+
"other": "Nem lehet visszatekerni."
|
|
1502
|
+
},
|
|
1503
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
|
1504
|
+
"other": "Kártyája lejárati dátuma a múltban van."
|
|
1505
|
+
},
|
|
1506
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
|
1507
|
+
"other": "A kártya lejárati éve már a múltban van."
|
|
1508
|
+
},
|
|
1509
|
+
"shopping_error_stripe_invalid_number": {
|
|
1510
|
+
"other": "A kártyaszám érvénytelen."
|
|
1511
|
+
},
|
|
1512
|
+
"new_card_error_timed_out": {
|
|
1513
|
+
"other": "Valami hiba történt a kártya hozzáadásakor. Kérjük, próbálja újra később, vagy használjon másik kártyát."
|
|
1436
1514
|
}
|
|
1437
1515
|
}
|