@shift72/core-template 1.5.1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/workflows/pages.yml +47 -0
- package/CHANGELOG.md +37 -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 +79 -1
- package/site/da_DK.all.json +79 -1
- package/site/de_DE.all.json +80 -2
- package/site/el_EL.all.json +78 -0
- package/site/en_AU.all.json +79 -1
- package/site/es_ES.all.json +78 -0
- package/site/es_MX.all.json +78 -0
- package/site/et_ET.all.json +79 -1
- package/site/fi_FI.all.json +78 -0
- package/site/fr_FR.all.json +80 -2
- package/site/hr_HR.all.json +82 -1
- package/site/hu_HU.all.json +79 -1
- package/site/it_IT.all.json +79 -1
- package/site/ja_JP.all.json +77 -2
- package/site/lt_LT.all.json +85 -1
- 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 +79 -1
- 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 +40 -0
- package/site/styles/_awards.scss +4 -8
- package/site/styles/_carousel.scss +18 -7
- package/site/styles/_collections.scss +3 -5
- package/site/styles/_cta-buttons.scss +17 -17
- package/site/styles/_icons.scss +16 -0
- package/site/styles/_meta-detail.scss +75 -29
- package/site/styles/_meta-item-tagline.scss +1 -2
- package/site/styles/_meta-sub-item.scss +29 -4
- package/site/styles/_swiper.scss +4 -4
- package/site/styles/_typography.scss +1 -1
- package/site/styles/_variables.scss +12 -3
- 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 +17 -12
- package/site/templates/items/sub_item.jet +23 -19
- package/site/templates/tv/detail.jet +14 -15
- package/site/tr_TR.all.json +78 -0
- package/site/uk_UA.all.json +85 -1
- package/site/zh_TW.all.json +75 -0
package/site/hu_HU.all.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"other": "Shift72"
|
10
10
|
},
|
11
11
|
"powered_by_url": {
|
12
|
-
"other": "https://www.
|
12
|
+
"other": "https://www.shift72.com"
|
13
13
|
},
|
14
14
|
"in_partnership_with": {
|
15
15
|
"other": "in partnership with"
|
@@ -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
|
}
|
package/site/it_IT.all.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"other": "Shift72"
|
10
10
|
},
|
11
11
|
"powered_by_url": {
|
12
|
-
"other": "https://www.
|
12
|
+
"other": "https://www.shift72.com"
|
13
13
|
},
|
14
14
|
"in_partnership_with": {
|
15
15
|
"other": "in partnership with"
|
@@ -1417,6 +1417,21 @@
|
|
1417
1417
|
"shopping_error_invalid_session_token": {
|
1418
1418
|
"other": "Sessione di acquisto scaduta, riprova."
|
1419
1419
|
},
|
1420
|
+
"live_stream_starts": {
|
1421
|
+
"other": "Lo streaming inizia {{.Date}}"
|
1422
|
+
},
|
1423
|
+
"live_streaming_now": {
|
1424
|
+
"other": "In streaming ora"
|
1425
|
+
},
|
1426
|
+
"live_streaming_ended": {
|
1427
|
+
"other": "Il flusso è terminato"
|
1428
|
+
},
|
1429
|
+
"availability_live": {
|
1430
|
+
"other": "ABITARE"
|
1431
|
+
},
|
1432
|
+
"shopping_action_get_ticket": {
|
1433
|
+
"other": "Ottieni il biglietto"
|
1434
|
+
},
|
1420
1435
|
"shopping_error_credit_discounts_not_allowed": {
|
1421
1436
|
"other": "Non è possibile utilizzare un codice promozionale per questo acquisto o noleggio"
|
1422
1437
|
},
|
@@ -1437,5 +1452,68 @@
|
|
1437
1452
|
},
|
1438
1453
|
"shopping_error_missing_code": {
|
1439
1454
|
"other": "Non è stato fornito alcun codice promozionale"
|
1455
|
+
},
|
1456
|
+
"live_label_ended": {
|
1457
|
+
"other": "IN DIRETTA: FINITA"
|
1458
|
+
},
|
1459
|
+
"live_label_live": {
|
1460
|
+
"other": "IN DIRETTA"
|
1461
|
+
},
|
1462
|
+
"live_label_minutes": {
|
1463
|
+
"one": "IN DIRETTA: 1 MINUTO",
|
1464
|
+
"other": "IN DIRETTA: {{.Count}} MINUTI"
|
1465
|
+
},
|
1466
|
+
"live_label_hours": {
|
1467
|
+
"one": "IN DIRETTA: 1 ORA",
|
1468
|
+
"other": "IN DIRETTA: {{.Count}} ORE"
|
1469
|
+
},
|
1470
|
+
"live_label_days": {
|
1471
|
+
"one": "IN DIRETTA: 1 GIORNO",
|
1472
|
+
"other": "IN DIRETTA: {{.Count}} GIORNI"
|
1473
|
+
},
|
1474
|
+
"shopping_info_subtitle_live_event": {
|
1475
|
+
"other": "Trasmissione in diretta"
|
1476
|
+
},
|
1477
|
+
"shopping_info_release_date_title_live_event": {
|
1478
|
+
"other": "Questo è un evento dal vivo. "
|
1479
|
+
},
|
1480
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1481
|
+
"other": "Puoi acquistare un biglietto ora ma dovrai guardarlo mentre lo streaming è in diretta."
|
1482
|
+
},
|
1483
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1484
|
+
"other": "Dovrai guardare mentre lo streaming è in diretta."
|
1485
|
+
},
|
1486
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1487
|
+
"other": "Questo evento è attualmente in diretta. "
|
1488
|
+
},
|
1489
|
+
"shopping_info_available_until_date_title_live_event": {
|
1490
|
+
"other": "Il flusso termina {{.Date}}. "
|
1491
|
+
},
|
1492
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1493
|
+
"other": "Non sarai in grado di guardare lo streaming dopo."
|
1494
|
+
},
|
1495
|
+
"shopping_action_ticket": {
|
1496
|
+
"other": "Ottieni il biglietto"
|
1497
|
+
},
|
1498
|
+
"shopping_info_release_date_title_live_event_start": {
|
1499
|
+
"other": "Il flusso inizia {{.Date}}. "
|
1500
|
+
},
|
1501
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1502
|
+
"other": "È iniziato a {{.Date}}. "
|
1503
|
+
},
|
1504
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1505
|
+
"other": "Non puoi riavvolgerlo."
|
1506
|
+
},
|
1507
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1508
|
+
"other": "La data di scadenza della tua carta è nel passato."
|
1509
|
+
},
|
1510
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1511
|
+
"other": "L'anno di scadenza della tua carta è nel passato."
|
1512
|
+
},
|
1513
|
+
"shopping_error_stripe_invalid_number": {
|
1514
|
+
"other": "Il numero della tua carta non è valido."
|
1515
|
+
},
|
1516
|
+
"new_card_error_timed_out": {
|
1517
|
+
"other": "Qualcosa è andato storto durante l'aggiunta di quella carta. Riprova più tardi o usa una carta diversa."
|
1440
1518
|
}
|
1441
1519
|
}
|
package/site/ja_JP.all.json
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
"other": "Powered by"
|
7
7
|
},
|
8
8
|
"powered_by_name": {
|
9
|
-
"other": "
|
9
|
+
"other": "Shift72"
|
10
10
|
},
|
11
11
|
"powered_by_url": {
|
12
|
-
"other": "https://www.
|
12
|
+
"other": "https://www.shift72.com"
|
13
13
|
},
|
14
14
|
"in_partnership_with": {
|
15
15
|
"other": "in partnership with"
|
@@ -1403,6 +1403,21 @@
|
|
1403
1403
|
"shopping_error_invalid_session_token": {
|
1404
1404
|
"other": "ショッピング セッションの有効期限が切れました。もう一度お試しください。"
|
1405
1405
|
},
|
1406
|
+
"live_stream_starts": {
|
1407
|
+
"other": "ストリーム開始 {{.Date}}"
|
1408
|
+
},
|
1409
|
+
"live_streaming_now": {
|
1410
|
+
"other": "ストリーミング中"
|
1411
|
+
},
|
1412
|
+
"live_streaming_ended": {
|
1413
|
+
"other": "配信終了"
|
1414
|
+
},
|
1415
|
+
"availability_live": {
|
1416
|
+
"other": "住む"
|
1417
|
+
},
|
1418
|
+
"shopping_action_get_ticket": {
|
1419
|
+
"other": "チケットを入手"
|
1420
|
+
},
|
1406
1421
|
"shopping_error_credit_discounts_not_allowed": {
|
1407
1422
|
"other": "この購入またはレンタルにはプロモーション コードを使用できません"
|
1408
1423
|
},
|
@@ -1423,5 +1438,65 @@
|
|
1423
1438
|
},
|
1424
1439
|
"shopping_error_missing_code": {
|
1425
1440
|
"other": "プロモーション コードが提供されていません"
|
1441
|
+
},
|
1442
|
+
"live_label_ended": {
|
1443
|
+
"other": "ライブ: 終了しました"
|
1444
|
+
},
|
1445
|
+
"live_label_live": {
|
1446
|
+
"other": "ライブ"
|
1447
|
+
},
|
1448
|
+
"live_label_minutes": {
|
1449
|
+
"other": "ライブ: {{.Count}} 分"
|
1450
|
+
},
|
1451
|
+
"live_label_hours": {
|
1452
|
+
"other": "ライブ: {{.Count}} 時間"
|
1453
|
+
},
|
1454
|
+
"live_label_days": {
|
1455
|
+
"other": "ライブ: {{.Count}} 日"
|
1456
|
+
},
|
1457
|
+
"shopping_info_subtitle_live_event": {
|
1458
|
+
"other": "ライブ ストリーム"
|
1459
|
+
},
|
1460
|
+
"shopping_info_release_date_title_live_event": {
|
1461
|
+
"other": "これはライブイベントです。"
|
1462
|
+
},
|
1463
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1464
|
+
"other": "今すぐチケットを購入できますが、ストリームがライブである間に視聴する必要があります。"
|
1465
|
+
},
|
1466
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1467
|
+
"other": "ストリームがライブである間、視聴する必要があります。"
|
1468
|
+
},
|
1469
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1470
|
+
"other": "このイベントは現在開催中です。"
|
1471
|
+
},
|
1472
|
+
"shopping_info_available_until_date_title_live_event": {
|
1473
|
+
"other": "ストリームは{{.Date}}で終了します。"
|
1474
|
+
},
|
1475
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1476
|
+
"other": "その後、ストリームを視聴することはできません。"
|
1477
|
+
},
|
1478
|
+
"shopping_action_ticket": {
|
1479
|
+
"other": "チケットを入手"
|
1480
|
+
},
|
1481
|
+
"shopping_info_release_date_title_live_event_start": {
|
1482
|
+
"other": "ストリーム開始{{.Date}}。"
|
1483
|
+
},
|
1484
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1485
|
+
"other": "それは{{.Date}}に始まりました。"
|
1486
|
+
},
|
1487
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1488
|
+
"other": "巻き戻しはできません。"
|
1489
|
+
},
|
1490
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1491
|
+
"other": "カードの有効期限が過ぎています。"
|
1492
|
+
},
|
1493
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1494
|
+
"other": "カードの有効期限が過ぎています。"
|
1495
|
+
},
|
1496
|
+
"shopping_error_stripe_invalid_number": {
|
1497
|
+
"other": "カード番号が無効です。"
|
1498
|
+
},
|
1499
|
+
"new_card_error_timed_out": {
|
1500
|
+
"other": "カードの追加中にエラーが発生しました。後でもう一度試すか、別のカードを使用してください。"
|
1426
1501
|
}
|
1427
1502
|
}
|
package/site/lt_LT.all.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"other": "Shift72"
|
10
10
|
},
|
11
11
|
"powered_by_url": {
|
12
|
-
"other": "https://www.
|
12
|
+
"other": "https://www.shift72.com"
|
13
13
|
},
|
14
14
|
"in_partnership_with": {
|
15
15
|
"other": "in partnership with"
|
@@ -1439,6 +1439,21 @@
|
|
1439
1439
|
"shopping_error_invalid_session_token": {
|
1440
1440
|
"other": "Apsipirkimo sesija baigėsi, bandykite dar kartą."
|
1441
1441
|
},
|
1442
|
+
"live_stream_starts": {
|
1443
|
+
"other": "Srautas prasideda {{.Date}}"
|
1444
|
+
},
|
1445
|
+
"live_streaming_now": {
|
1446
|
+
"other": "Dabar transliuojama"
|
1447
|
+
},
|
1448
|
+
"live_streaming_ended": {
|
1449
|
+
"other": "Srautas baigėsi"
|
1450
|
+
},
|
1451
|
+
"availability_live": {
|
1452
|
+
"other": "GYVAI"
|
1453
|
+
},
|
1454
|
+
"shopping_action_get_ticket": {
|
1455
|
+
"other": "Gaukite bilietą"
|
1456
|
+
},
|
1442
1457
|
"shopping_error_credit_discounts_not_allowed": {
|
1443
1458
|
"other": "Šiam pirkimui ar nuomai negalite naudoti reklamos kredito kodo"
|
1444
1459
|
},
|
@@ -1459,5 +1474,74 @@
|
|
1459
1474
|
},
|
1460
1475
|
"shopping_error_missing_code": {
|
1461
1476
|
"other": "Reklamos kodas nebuvo pateiktas"
|
1477
|
+
},
|
1478
|
+
"live_label_ended": {
|
1479
|
+
"other": "TIESIOGIAI: PABAIGTA"
|
1480
|
+
},
|
1481
|
+
"live_label_live": {
|
1482
|
+
"other": "TIESIOGIAI"
|
1483
|
+
},
|
1484
|
+
"live_label_minutes": {
|
1485
|
+
"one": "TIESIOGIAI: 1 MINUTĖ",
|
1486
|
+
"few": "TIESIOGIAI: {{.Count}} MINUTES",
|
1487
|
+
"many": "TIESIOGIAI: {{.Count}} MINUTES",
|
1488
|
+
"other": "TIESIOGIAI: {{.Count}} MINUTES"
|
1489
|
+
},
|
1490
|
+
"live_label_hours": {
|
1491
|
+
"one": "TIESIOGIAI: 1 VALANDA",
|
1492
|
+
"few": "TIESIOGIAI: {{.Count}} VALANDAS",
|
1493
|
+
"many": "TIESIOGIAI: {{.Count}} VALANDAS",
|
1494
|
+
"other": "TIESIOGIAI: {{.Count}} VALANDAS"
|
1495
|
+
},
|
1496
|
+
"live_label_days": {
|
1497
|
+
"one": "TIESIOGIAI: 1 DIENA",
|
1498
|
+
"few": "TIESIOGIAI: {{.Count}} DIENAS",
|
1499
|
+
"many": "TIESIOGIAI: {{.Count}} DIENAS",
|
1500
|
+
"other": "TIESIOGIAI: {{.Count}} DIENAS"
|
1501
|
+
},
|
1502
|
+
"shopping_info_subtitle_live_event": {
|
1503
|
+
"other": "Tiesiogiai"
|
1504
|
+
},
|
1505
|
+
"shopping_info_release_date_title_live_event": {
|
1506
|
+
"other": "Tai tiesioginis įvykis. "
|
1507
|
+
},
|
1508
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1509
|
+
"other": "Galite nusipirkti bilietą dabar, bet turėsite žiūrėti, kol bus transliuojama tiesioginė transliacija."
|
1510
|
+
},
|
1511
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1512
|
+
"other": "Turėsite žiūrėti, kol vyksta tiesioginė transliacija."
|
1513
|
+
},
|
1514
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1515
|
+
"other": "Šis įvykis šiuo metu vyksta tiesiogiai. "
|
1516
|
+
},
|
1517
|
+
"shopping_info_available_until_date_title_live_event": {
|
1518
|
+
"other": "Srautas baigiasi {{.Date}}. "
|
1519
|
+
},
|
1520
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1521
|
+
"other": "Po to srauto žiūrėti nebegalėsite."
|
1522
|
+
},
|
1523
|
+
"shopping_action_ticket": {
|
1524
|
+
"other": "Gaukite bilietą"
|
1525
|
+
},
|
1526
|
+
"shopping_info_release_date_title_live_event_start": {
|
1527
|
+
"other": "Srautas prasideda {{.Date}}. "
|
1528
|
+
},
|
1529
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1530
|
+
"other": "Jis prasidėjo {{.Date}}. "
|
1531
|
+
},
|
1532
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1533
|
+
"other": "Jūs negalite jo atsukti."
|
1534
|
+
},
|
1535
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1536
|
+
"other": "Jūsų kortelės galiojimo laikas yra praeityje."
|
1537
|
+
},
|
1538
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1539
|
+
"other": "Jūsų kortelės galiojimo laikas yra praeityje."
|
1540
|
+
},
|
1541
|
+
"shopping_error_stripe_invalid_number": {
|
1542
|
+
"other": "Jūsų kortelės numeris neteisingas."
|
1543
|
+
},
|
1544
|
+
"new_card_error_timed_out": {
|
1545
|
+
"other": "Pridedant šią kortelę kažkas nutiko. Bandykite dar kartą vėliau arba naudokite kitą kortelę."
|
1462
1546
|
}
|
1463
1547
|
}
|
package/site/nl_BE.all.json
CHANGED
@@ -1413,6 +1413,21 @@
|
|
1413
1413
|
"shopping_error_invalid_session_token": {
|
1414
1414
|
"other": "Shopping-sessie is verlopen, probeer het opnieuw."
|
1415
1415
|
},
|
1416
|
+
"live_stream_starts": {
|
1417
|
+
"other": "Stream begint {{.Date}}"
|
1418
|
+
},
|
1419
|
+
"live_streaming_now": {
|
1420
|
+
"other": "Nu streamen"
|
1421
|
+
},
|
1422
|
+
"live_streaming_ended": {
|
1423
|
+
"other": "Stream beëindigd"
|
1424
|
+
},
|
1425
|
+
"availability_live": {
|
1426
|
+
"other": "LIVE"
|
1427
|
+
},
|
1428
|
+
"shopping_action_get_ticket": {
|
1429
|
+
"other": "Koop een kaartje"
|
1430
|
+
},
|
1416
1431
|
"shopping_error_credit_discounts_not_allowed": {
|
1417
1432
|
"other": "U kunt geen promotiecode gebruiken voor deze aankoop of huur"
|
1418
1433
|
},
|
@@ -1433,5 +1448,68 @@
|
|
1433
1448
|
},
|
1434
1449
|
"shopping_error_missing_code": {
|
1435
1450
|
"other": "Er is geen promotiecode verstrekt"
|
1451
|
+
},
|
1452
|
+
"live_label_ended": {
|
1453
|
+
"other": "LIVE: BEINDIGD"
|
1454
|
+
},
|
1455
|
+
"live_label_live": {
|
1456
|
+
"other": "LIVE"
|
1457
|
+
},
|
1458
|
+
"live_label_minutes": {
|
1459
|
+
"one": "LIVE: 1 MINUUT",
|
1460
|
+
"other": "LIVE: {{.Count}} MINUTEN"
|
1461
|
+
},
|
1462
|
+
"live_label_hours": {
|
1463
|
+
"one": "LIVE: 1 UUR",
|
1464
|
+
"other": "LIVE: {{.Count}} UUR"
|
1465
|
+
},
|
1466
|
+
"live_label_days": {
|
1467
|
+
"one": "LIVE: 1 DAG",
|
1468
|
+
"other": "LIVE: {{.Count}} DAGEN"
|
1469
|
+
},
|
1470
|
+
"shopping_info_subtitle_live_event": {
|
1471
|
+
"other": "Livestream"
|
1472
|
+
},
|
1473
|
+
"shopping_info_release_date_title_live_event": {
|
1474
|
+
"other": "Dit is een live-evenement. "
|
1475
|
+
},
|
1476
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1477
|
+
"other": "Je kunt nu een kaartje kopen, maar je moet kijken terwijl de stream live is."
|
1478
|
+
},
|
1479
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1480
|
+
"other": "Je moet kijken terwijl de stream live is."
|
1481
|
+
},
|
1482
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1483
|
+
"other": "Dit evenement is momenteel live. "
|
1484
|
+
},
|
1485
|
+
"shopping_info_available_until_date_title_live_event": {
|
1486
|
+
"other": "Stream eindigt {{.Date}}. "
|
1487
|
+
},
|
1488
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1489
|
+
"other": "Daarna kun je de stream niet meer bekijken."
|
1490
|
+
},
|
1491
|
+
"shopping_action_ticket": {
|
1492
|
+
"other": "Koop een kaartje"
|
1493
|
+
},
|
1494
|
+
"shopping_info_release_date_title_live_event_start": {
|
1495
|
+
"other": "Stream start {{.Date}}. "
|
1496
|
+
},
|
1497
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1498
|
+
"other": "Het begon om {{.Date}}. "
|
1499
|
+
},
|
1500
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1501
|
+
"other": "Je kunt het niet terugspoelen."
|
1502
|
+
},
|
1503
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1504
|
+
"other": "De vervaldatum van uw kaart ligt in het verleden."
|
1505
|
+
},
|
1506
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1507
|
+
"other": "Het vervaljaar van uw kaart is in het verleden."
|
1508
|
+
},
|
1509
|
+
"shopping_error_stripe_invalid_number": {
|
1510
|
+
"other": "Uw kaartnummer is ongeldig."
|
1511
|
+
},
|
1512
|
+
"new_card_error_timed_out": {
|
1513
|
+
"other": "Er is iets misgegaan bij het toevoegen van die kaart. Probeer het later opnieuw of gebruik een andere kaart."
|
1436
1514
|
}
|
1437
1515
|
}
|
package/site/no_NO.all.json
CHANGED
@@ -1413,6 +1413,21 @@
|
|
1413
1413
|
"shopping_error_invalid_session_token": {
|
1414
1414
|
"other": "Shoppingøkten er utløpt, prøv igjen."
|
1415
1415
|
},
|
1416
|
+
"live_stream_starts": {
|
1417
|
+
"other": "Stream starter {{.Date}}"
|
1418
|
+
},
|
1419
|
+
"live_streaming_now": {
|
1420
|
+
"other": "Streamer nå"
|
1421
|
+
},
|
1422
|
+
"live_streaming_ended": {
|
1423
|
+
"other": "Strømmen ble avsluttet"
|
1424
|
+
},
|
1425
|
+
"availability_live": {
|
1426
|
+
"other": "BO"
|
1427
|
+
},
|
1428
|
+
"shopping_action_get_ticket": {
|
1429
|
+
"other": "Få billett"
|
1430
|
+
},
|
1416
1431
|
"shopping_error_credit_discounts_not_allowed": {
|
1417
1432
|
"other": "Du kan ikke bruke en kampanjekode for dette kjøpet eller utleien"
|
1418
1433
|
},
|
@@ -1433,5 +1448,68 @@
|
|
1433
1448
|
},
|
1434
1449
|
"shopping_error_missing_code": {
|
1435
1450
|
"other": "Ingen kampanjekode ble oppgitt"
|
1451
|
+
},
|
1452
|
+
"live_label_ended": {
|
1453
|
+
"other": "LIVE: AVSLUTTET"
|
1454
|
+
},
|
1455
|
+
"live_label_live": {
|
1456
|
+
"other": "LIVE"
|
1457
|
+
},
|
1458
|
+
"live_label_minutes": {
|
1459
|
+
"one": "LIVE: 1 MITT",
|
1460
|
+
"other": "LIVE: {{.Count}} MINUTTER"
|
1461
|
+
},
|
1462
|
+
"live_label_hours": {
|
1463
|
+
"one": "LIVE: 1 TIME",
|
1464
|
+
"other": "LIVE: {{.Count}} TIMER"
|
1465
|
+
},
|
1466
|
+
"live_label_days": {
|
1467
|
+
"one": "LIVE: 1 DAG",
|
1468
|
+
"other": "LIVE: {{.Count}} DAGER"
|
1469
|
+
},
|
1470
|
+
"shopping_info_subtitle_live_event": {
|
1471
|
+
"other": "Direktestrømming"
|
1472
|
+
},
|
1473
|
+
"shopping_info_release_date_title_live_event": {
|
1474
|
+
"other": "Dette er en Live Event. "
|
1475
|
+
},
|
1476
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1477
|
+
"other": "Du kan kjøpe en billett nå, men du må se mens strømmen er direkte."
|
1478
|
+
},
|
1479
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1480
|
+
"other": "Du må se mens strømmen er direkte."
|
1481
|
+
},
|
1482
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1483
|
+
"other": "Denne begivenheten er for øyeblikket live. "
|
1484
|
+
},
|
1485
|
+
"shopping_info_available_until_date_title_live_event": {
|
1486
|
+
"other": "Strøm slutter {{.Date}}. "
|
1487
|
+
},
|
1488
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1489
|
+
"other": "Du vil ikke kunne se strømmen etter det."
|
1490
|
+
},
|
1491
|
+
"shopping_action_ticket": {
|
1492
|
+
"other": "Få billett"
|
1493
|
+
},
|
1494
|
+
"shopping_info_release_date_title_live_event_start": {
|
1495
|
+
"other": "Strømmen starter {{.Date}}. "
|
1496
|
+
},
|
1497
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1498
|
+
"other": "Det startet på {{.Date}}. "
|
1499
|
+
},
|
1500
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1501
|
+
"other": "Du kan ikke spole den tilbake."
|
1502
|
+
},
|
1503
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1504
|
+
"other": "Kortets utløpsdato er i fortiden."
|
1505
|
+
},
|
1506
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1507
|
+
"other": "Kortets utløpsår er i fortiden."
|
1508
|
+
},
|
1509
|
+
"shopping_error_stripe_invalid_number": {
|
1510
|
+
"other": "Kortnummeret ditt er ugyldig."
|
1511
|
+
},
|
1512
|
+
"new_card_error_timed_out": {
|
1513
|
+
"other": "Noe gikk galt da kortet ble lagt til. Prøv igjen senere eller bruk et annet kort."
|
1436
1514
|
}
|
1437
1515
|
}
|
package/site/pl_PL.all.json
CHANGED
@@ -1484,6 +1484,21 @@
|
|
1484
1484
|
"shopping_error_invalid_session_token": {
|
1485
1485
|
"other": "Sesja zakupowa wygasła, spróbuj ponownie."
|
1486
1486
|
},
|
1487
|
+
"live_stream_starts": {
|
1488
|
+
"other": "Strumień zaczyna się {{.Date}}"
|
1489
|
+
},
|
1490
|
+
"live_streaming_now": {
|
1491
|
+
"other": "Streaming teraz"
|
1492
|
+
},
|
1493
|
+
"live_streaming_ended": {
|
1494
|
+
"other": "Transmisja zakończyła się"
|
1495
|
+
},
|
1496
|
+
"availability_live": {
|
1497
|
+
"other": "RELACJA NA ŻYWO"
|
1498
|
+
},
|
1499
|
+
"shopping_action_get_ticket": {
|
1500
|
+
"other": "Kup bilet"
|
1501
|
+
},
|
1487
1502
|
"shopping_error_credit_discounts_not_allowed": {
|
1488
1503
|
"other": "Nie możesz użyć kodu promocyjnego do tego zakupu lub wypożyczenia"
|
1489
1504
|
},
|
@@ -1504,5 +1519,74 @@
|
|
1504
1519
|
},
|
1505
1520
|
"shopping_error_missing_code": {
|
1506
1521
|
"other": "Nie podano kodu promocyjnego"
|
1522
|
+
},
|
1523
|
+
"live_label_ended": {
|
1524
|
+
"other": "NA ŻYWO: ZAKOŃCZONE"
|
1525
|
+
},
|
1526
|
+
"live_label_live": {
|
1527
|
+
"other": "RELACJA NA ŻYWO"
|
1528
|
+
},
|
1529
|
+
"live_label_minutes": {
|
1530
|
+
"one": "NA ŻYWO: 1 MINUTA",
|
1531
|
+
"few": "NA ŻYWO: {{.Count}} MINUTY",
|
1532
|
+
"many": "NA ŻYWO: {{.Count}} MINUTY",
|
1533
|
+
"other": "NA ŻYWO: {{.Count}} MINUTY"
|
1534
|
+
},
|
1535
|
+
"live_label_hours": {
|
1536
|
+
"one": "NA ŻYWO: 1 GODZINA",
|
1537
|
+
"few": "NA ŻYWO: {{.Count}} GODZINY",
|
1538
|
+
"many": "NA ŻYWO: {{.Count}} GODZINY",
|
1539
|
+
"other": "NA ŻYWO: {{.Count}} GODZINY"
|
1540
|
+
},
|
1541
|
+
"live_label_days": {
|
1542
|
+
"one": "NA ŻYWO: 1 DZIEŃ",
|
1543
|
+
"few": "NA ŻYWO: {{.Count}} DNI",
|
1544
|
+
"many": "NA ŻYWO: {{.Count}} DNI",
|
1545
|
+
"other": "NA ŻYWO: {{.Count}} DNI"
|
1546
|
+
},
|
1547
|
+
"shopping_info_subtitle_live_event": {
|
1548
|
+
"other": "Transmisja na żywo"
|
1549
|
+
},
|
1550
|
+
"shopping_info_release_date_title_live_event": {
|
1551
|
+
"other": "To jest wydarzenie na żywo. "
|
1552
|
+
},
|
1553
|
+
"shopping_info_release_date_explanation1_live_event_rent": {
|
1554
|
+
"other": "Możesz teraz kupić bilet, ale musisz oglądać, gdy transmisja jest na żywo."
|
1555
|
+
},
|
1556
|
+
"shopping_info_release_date_explanation2_live_event_rent": {
|
1557
|
+
"other": "Musisz oglądać transmisję na żywo."
|
1558
|
+
},
|
1559
|
+
"shopping_info_release_date_explanation3_live_event_rent": {
|
1560
|
+
"other": "To wydarzenie jest aktualnie na żywo. "
|
1561
|
+
},
|
1562
|
+
"shopping_info_available_until_date_title_live_event": {
|
1563
|
+
"other": "Transmisja kończy się {{.Date}}. "
|
1564
|
+
},
|
1565
|
+
"shopping_info_available_until_date_explanation_live_event_rent": {
|
1566
|
+
"other": "Po tym nie będziesz mógł oglądać transmisji."
|
1567
|
+
},
|
1568
|
+
"shopping_action_ticket": {
|
1569
|
+
"other": "Kup bilet"
|
1570
|
+
},
|
1571
|
+
"shopping_info_release_date_title_live_event_start": {
|
1572
|
+
"other": "Strumień zaczyna się {{.Date}}. "
|
1573
|
+
},
|
1574
|
+
"shopping_info_release_date_explanation4_live_event_rent": {
|
1575
|
+
"other": "Zaczęło się w {{.Date}}. "
|
1576
|
+
},
|
1577
|
+
"shopping_info_release_date_explanation5_live_event_rent": {
|
1578
|
+
"other": "Nie możesz go cofnąć."
|
1579
|
+
},
|
1580
|
+
"shopping_error_stripe_invalid_expiry_month_past": {
|
1581
|
+
"other": "Data ważności Twojej karty już minęła."
|
1582
|
+
},
|
1583
|
+
"shopping_error_stripe_invalid_expiry_year_past": {
|
1584
|
+
"other": "Rok ważności Twojej karty już minął."
|
1585
|
+
},
|
1586
|
+
"shopping_error_stripe_invalid_number": {
|
1587
|
+
"other": "Numer Twojej karty jest nieprawidłowy."
|
1588
|
+
},
|
1589
|
+
"new_card_error_timed_out": {
|
1590
|
+
"other": "Coś poszło nie tak podczas dodawania tej karty. Spróbuj ponownie później lub użyj innej karty."
|
1507
1591
|
}
|
1508
1592
|
}
|