@shift72/core-template 0.3.8 → 0.4.0-rc.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/CHANGELOG.md +19 -1
- package/kibble.json +1 -1
- package/package.json +2 -2
- package/site/404.html.jet +1 -1
- package/site/acceptinvite.html.jet +1 -1
- package/site/account.html.jet +1 -1
- package/site/ar_LB.all.json +79 -2
- package/site/ca_ES.all.json +78 -2
- package/site/da_DK.all.json +79 -2
- package/site/de_DE.all.json +77 -1
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +79 -3
- package/site/el_EL.all.json +77 -1
- package/site/en_AU.all.json +51 -13
- package/site/es_ES.all.json +77 -1
- package/site/es_MX.all.json +7 -0
- package/site/fi_FI.all.json +78 -2
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +77 -1
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +479 -403
- package/site/hu_HU.all.json +79 -3
- package/site/it_IT.all.json +77 -1
- package/site/ja_JP.all.json +78 -2
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +78 -2
- package/site/nl_BE.all.json +78 -2
- package/site/no_NO.all.json +79 -3
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +78 -2
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +78 -2
- package/site/pt_PT.all.json +78 -2
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +78 -2
- package/site/se_SE.all.json +78 -2
- package/site/search.html.jet +1 -1
- package/site/signin.html.jet +1 -1
- package/site/signup.html.jet +1 -1
- package/site/styles/_awards.scss +39 -0
- package/site/styles/_buttons.scss +13 -0
- package/site/styles/_card.scss +3 -0
- package/site/styles/_forms.scss +1 -1
- package/site/styles/_globals.scss +7 -0
- package/site/styles/_icons.scss +4 -0
- package/site/styles/_meta-detail.scss +1 -2
- package/site/styles/_pages.scss +13 -3
- package/site/styles/_plans.scss +87 -0
- package/site/styles/_poster.scss +25 -1
- package/site/styles/_shift72.scss +19 -0
- package/site/styles/_shopping.scss +6 -0
- package/site/styles/_variables.scss +14 -0
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +6 -1
- package/site/templates/{application.jet → application/application.jet} +5 -5
- package/site/templates/{footer → application/footer}/app-badges.jet +3 -3
- package/site/templates/{footer → application/footer}/brand.jet +0 -0
- package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
- package/site/templates/{footer → application/footer}/footer.jet +0 -0
- package/site/templates/{footer → application/footer}/info.jet +0 -0
- package/site/templates/{footer → application/footer}/nav.jet +0 -0
- package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
- package/site/{google.jet → templates/application/google.jet} +0 -0
- package/site/templates/application/head/font.jet +4 -0
- package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
- package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
- package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
- package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
- package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
- package/site/templates/bundle/item.jet +1 -1
- package/site/templates/collection/carousel_item.jet +3 -1
- package/site/templates/collection/index.jet +1 -1
- package/site/templates/collection/item.jet +1 -1
- package/site/templates/collection/list.jet +4 -4
- package/site/templates/collection/page_collection.jet +8 -8
- package/site/templates/common/awards/carousel.jet +10 -0
- package/site/templates/common/awards/item.jet +12 -0
- package/site/templates/common/awards/partial.jet +7 -0
- package/site/templates/common/social-media-buttons.jet +1 -1
- package/site/templates/film/item.jet +5 -1
- package/site/templates/items/meta_item.jet +7 -2
- package/site/templates/items/tagline.jet +11 -11
- package/site/templates/page/content.jet +1 -1
- package/site/templates/page/curated.jet +25 -6
- package/site/templates/page/homepage.jet +1 -1
- package/site/templates/page/landing.jet +1 -1
- package/site/templates/page/page-content.jet +24 -2
- package/site/templates/page/page-header.jet +21 -2
- package/site/templates/tv/detail.jet +7 -1
- package/site/tr_TR.all.json +79 -3
- package/site/uk_UA.all.json +78 -2
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +76 -1
- package/site/static/styles/main.css.map +0 -1
package/site/hu_HU.all.json
CHANGED
|
@@ -73,7 +73,14 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Folytatás"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Megosztás" },
|
|
76
|
-
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Megosztani Facebookon" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Oszd meg a Twitteren" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Oszd meg a Linkedin-en" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Oszd meg e-mailben" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Link megosztás" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Link a vágólapra másolva!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Másolja a vágólapra" },
|
|
83
|
+
|
|
77
84
|
"accept_invite_page_header": { "other": "Üdvözöljük" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Úgy tűnik, már felhasználtad a meghívódat, próbálj meg <a href=\"{{.SigninURL}}\">bejelentkezni</a>. Ha elfelejtetted a jelszavadat, <a href=\"{{.ForgotPasswordURL}}\">állíts be újat</a>." },
|
|
79
86
|
"acceptinvite_complete": { "other": "Köszönjük. A fiókodat létrehoztuk." },
|
|
@@ -453,6 +460,75 @@
|
|
|
453
460
|
|
|
454
461
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
455
462
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
456
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
463
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
464
|
+
|
|
465
|
+
"shopping_price_title_plan": {
|
|
466
|
+
"other": "Ár"
|
|
467
|
+
},
|
|
468
|
+
"shopping_price_plan_note": {
|
|
469
|
+
"zero": "{{ .Interval }} minden .Intervallum .",
|
|
470
|
+
"one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
|
|
471
|
+
"other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
|
|
472
|
+
},
|
|
473
|
+
"shopping_price_plan_note_interval": {
|
|
474
|
+
"one": "{{ .Interval }}",
|
|
475
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
476
|
+
},
|
|
477
|
+
"shopping_enter_card_prompt_plan": {
|
|
478
|
+
"other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
|
|
479
|
+
},
|
|
480
|
+
"shopping_action_plan": {
|
|
481
|
+
"other": "teljes"
|
|
482
|
+
},
|
|
483
|
+
"shopping_complete_subscription": {
|
|
484
|
+
"other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
|
|
485
|
+
},
|
|
486
|
+
"shopping_complete_subscription_browse": {
|
|
487
|
+
"other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
|
|
488
|
+
},
|
|
489
|
+
"shopping_info_plan_offer": {
|
|
490
|
+
"one": "Automatikusan megújítja minden {{ .Interval }}",
|
|
491
|
+
"other": "Automatikusan {{ .Count }} {{ .Interval }}"
|
|
492
|
+
},
|
|
493
|
+
"shopping_info_trial_period_offer": {
|
|
494
|
+
"one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
|
|
495
|
+
"other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
|
|
496
|
+
},
|
|
497
|
+
"plans_page_header": {
|
|
498
|
+
"other": "Rendelkezésre álló tervek"
|
|
499
|
+
},
|
|
500
|
+
"plan_label_owned": {
|
|
501
|
+
"other": "Öné ez a terv"
|
|
502
|
+
},
|
|
503
|
+
"plan_expiry_date": {
|
|
504
|
+
"other": "Az értékesítés lezárása:"
|
|
505
|
+
},
|
|
506
|
+
"plan_read_more": {
|
|
507
|
+
"other": "Tudjon meg többet"
|
|
508
|
+
},
|
|
509
|
+
"plan_page_read_more": {
|
|
510
|
+
"other": "Olvass tovább"
|
|
511
|
+
},
|
|
512
|
+
"plan_page_header_text": {
|
|
513
|
+
"other": "Élvezze {{ .Name }}"
|
|
514
|
+
},
|
|
515
|
+
"page_plan_explore_intro": {
|
|
516
|
+
"other": "VAGY"
|
|
517
|
+
},
|
|
518
|
+
"page_plan_explore_link": {
|
|
519
|
+
"other": "Fedezzen fel más bérleteket"
|
|
520
|
+
},
|
|
521
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
522
|
+
"other": "Vásárolj most"
|
|
523
|
+
},
|
|
524
|
+
"plan_free_link_text": {
|
|
525
|
+
"other": "Regisztrálj ingyen"
|
|
526
|
+
},
|
|
527
|
+
"awards_nominated_for": {
|
|
528
|
+
"other": "Erre jelölték"
|
|
529
|
+
},
|
|
530
|
+
"awards_in_competition": {
|
|
531
|
+
"other": "Versenyben"
|
|
532
|
+
}
|
|
457
533
|
}
|
|
458
|
-
|
|
534
|
+
|
package/site/it_IT.all.json
CHANGED
|
@@ -73,6 +73,13 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Continua"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Condividi" },
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Condividi su Facebook" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Condividi su Twitter" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Condividi su Linkedin" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Condividi via e-mail" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Condividi link" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Link copiato negli appunti!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Copia negli appunti" },
|
|
76
83
|
|
|
77
84
|
"accept_invite_page_header": { "other": "Accoglienza" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Questo Invito è già stato usato." },
|
|
@@ -396,5 +403,74 @@
|
|
|
396
403
|
|
|
397
404
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
398
405
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
399
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
406
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
407
|
+
|
|
408
|
+
"shopping_price_title_plan": {
|
|
409
|
+
"other": "Prezzo"
|
|
410
|
+
},
|
|
411
|
+
"shopping_price_plan_note": {
|
|
412
|
+
"zero": "Addebitato ogni {{ .Interval }} .",
|
|
413
|
+
"one": "Addebitato ogni {{ .Interval }} termine della prova gratuita di 24 ore.",
|
|
414
|
+
"other": "Addebitato ogni {{ .Interval }} dopo la {{ .Count }} del periodo di prova gratuito di .Count."
|
|
415
|
+
},
|
|
416
|
+
"shopping_price_plan_note_interval": {
|
|
417
|
+
"one": "{{ .Interval }}",
|
|
418
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
419
|
+
},
|
|
420
|
+
"shopping_enter_card_prompt_plan": {
|
|
421
|
+
"other": "Inserisci i dati della tua carta di credito qui sotto per iniziare il tuo abbonamento."
|
|
422
|
+
},
|
|
423
|
+
"shopping_action_plan": {
|
|
424
|
+
"other": "Completare"
|
|
425
|
+
},
|
|
426
|
+
"shopping_complete_subscription": {
|
|
427
|
+
"other": "L'acquisto dell'abbonamento è andato a buon fine. Ora sei iscritto a {{ .Title }} ."
|
|
428
|
+
},
|
|
429
|
+
"shopping_complete_subscription_browse": {
|
|
430
|
+
"other": "Sentiti libero di <a href=\"/\">navigare nel</a> sito o di <a href=\"/search.html\">cercare</a> qualcosa di specifico."
|
|
431
|
+
},
|
|
432
|
+
"shopping_info_plan_offer": {
|
|
433
|
+
"one": "Si rinnova automaticamente ogni {{ .Interval }}",
|
|
434
|
+
"other": "Rinnova automaticamente ogni {{ .Count }} {{ .Interval }}"
|
|
435
|
+
},
|
|
436
|
+
"shopping_info_trial_period_offer": {
|
|
437
|
+
"one": "Prova subito la tua prova gratuita di 24 ore!",
|
|
438
|
+
"other": "Prova la tua prova gratuita di {{ .Count }} Day!"
|
|
439
|
+
},
|
|
440
|
+
"plans_page_header": {
|
|
441
|
+
"other": "Piani disponibili"
|
|
442
|
+
},
|
|
443
|
+
"plan_label_owned": {
|
|
444
|
+
"other": "Possiedi questo piano"
|
|
445
|
+
},
|
|
446
|
+
"plan_expiry_date": {
|
|
447
|
+
"other": "Chiusura vendite:"
|
|
448
|
+
},
|
|
449
|
+
"plan_read_more": {
|
|
450
|
+
"other": "Scopri di più"
|
|
451
|
+
},
|
|
452
|
+
"plan_page_read_more": {
|
|
453
|
+
"other": "Per saperne di più"
|
|
454
|
+
},
|
|
455
|
+
"plan_page_header_text": {
|
|
456
|
+
"other": "Divertiti con {{ .Name }}"
|
|
457
|
+
},
|
|
458
|
+
"page_plan_explore_intro": {
|
|
459
|
+
"other": "O"
|
|
460
|
+
},
|
|
461
|
+
"page_plan_explore_link": {
|
|
462
|
+
"other": "Esplora altri pass"
|
|
463
|
+
},
|
|
464
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
465
|
+
"other": "Acquista ora"
|
|
466
|
+
},
|
|
467
|
+
"plan_free_link_text": {
|
|
468
|
+
"other": "Iscriviti gratis"
|
|
469
|
+
},
|
|
470
|
+
"awards_nominated_for": {
|
|
471
|
+
"other": "Nominato per"
|
|
472
|
+
},
|
|
473
|
+
"awards_in_competition": {
|
|
474
|
+
"other": "In Concorso"
|
|
475
|
+
}
|
|
400
476
|
}
|
package/site/ja_JP.all.json
CHANGED
|
@@ -50,6 +50,13 @@
|
|
|
50
50
|
"play_button_resume": { "other" : "続きから見る"},
|
|
51
51
|
|
|
52
52
|
"social_media_buttons_title": { "other": "共有" },
|
|
53
|
+
"social_media_buttons_facebook": { "other": "Facebookでシェア" },
|
|
54
|
+
"social_media_buttons_twitter": { "other": "Twitterで共有する" },
|
|
55
|
+
"social_media_buttons_linkedin": { "other": "Linkedinで共有する" },
|
|
56
|
+
"social_media_buttons_email": { "other": "メールで共有する" },
|
|
57
|
+
"social_media_buttons_email_subject": { "other": "リンクシェア" },
|
|
58
|
+
"social_media_buttons_copied_link": { "other": "リンクがクリップボードにコピーされました!" },
|
|
59
|
+
"social_media_buttons_copy_link": { "other": "クリップボードにコピー" },
|
|
53
60
|
|
|
54
61
|
"accept_invite_page_header": { "other": "ようこそ" },
|
|
55
62
|
"acceptinvite_form_invalid_reset_password_token": { "other": "すでに招待リクエスト済みですので、サインインしてください。" },
|
|
@@ -360,5 +367,74 @@
|
|
|
360
367
|
|
|
361
368
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
362
369
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
363
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
364
|
-
|
|
370
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
371
|
+
|
|
372
|
+
"shopping_price_title_plan": {
|
|
373
|
+
"other": "価格"
|
|
374
|
+
},
|
|
375
|
+
"shopping_price_plan_note": {
|
|
376
|
+
"zero": "{{ .Interval }}ごとに課金されます。",
|
|
377
|
+
"one": "24時間の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}",
|
|
378
|
+
"other": "{{ .Count }}日の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}"
|
|
379
|
+
},
|
|
380
|
+
"shopping_price_plan_note_interval": {
|
|
381
|
+
"one": "{{ .Interval }}",
|
|
382
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
383
|
+
},
|
|
384
|
+
"shopping_enter_card_prompt_plan": {
|
|
385
|
+
"other": "サブスクリプションを開始するには、以下にクレジットカードの詳細を入力してください。"
|
|
386
|
+
},
|
|
387
|
+
"shopping_action_plan": {
|
|
388
|
+
"other": "完了"
|
|
389
|
+
},
|
|
390
|
+
"shopping_complete_subscription": {
|
|
391
|
+
"other": "サブスクリプションの購入は成功しました。これで、 {{ .Title }}サブスクライブしました。"
|
|
392
|
+
},
|
|
393
|
+
"shopping_complete_subscription_browse": {
|
|
394
|
+
"other": "気軽に<a href=\"/\">サイトを閲覧したり</a>、特定のものを<a href=\"/search.html\">検索</a>したりしてください。"
|
|
395
|
+
},
|
|
396
|
+
"shopping_info_plan_offer": {
|
|
397
|
+
"one": "{{ .Interval }}ごとに自動的に更新されます",
|
|
398
|
+
"other": "{{ .Count }} {{ .Interval }}ごとに自動的に更新されます"
|
|
399
|
+
},
|
|
400
|
+
"shopping_info_trial_period_offer": {
|
|
401
|
+
"one": "今すぐ無料の24時間トライアルをお試しください!",
|
|
402
|
+
"other": "{{ .Count }}日トライアルをお試しください!"
|
|
403
|
+
},
|
|
404
|
+
"plans_page_header": {
|
|
405
|
+
"other": "利用可能なプラン"
|
|
406
|
+
},
|
|
407
|
+
"plan_label_owned": {
|
|
408
|
+
"other": "あなたはこの計画を所有しています"
|
|
409
|
+
},
|
|
410
|
+
"plan_expiry_date": {
|
|
411
|
+
"other": "販売終了:"
|
|
412
|
+
},
|
|
413
|
+
"plan_read_more": {
|
|
414
|
+
"other": "詳細はこちら"
|
|
415
|
+
},
|
|
416
|
+
"plan_page_read_more": {
|
|
417
|
+
"other": "続きを読む"
|
|
418
|
+
},
|
|
419
|
+
"plan_page_header_text": {
|
|
420
|
+
"other": "{{ .Name }}お楽しみください"
|
|
421
|
+
},
|
|
422
|
+
"page_plan_explore_intro": {
|
|
423
|
+
"other": "また"
|
|
424
|
+
},
|
|
425
|
+
"page_plan_explore_link": {
|
|
426
|
+
"other": "他のパスを探す"
|
|
427
|
+
},
|
|
428
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
429
|
+
"other": "今買う"
|
|
430
|
+
},
|
|
431
|
+
"plan_free_link_text": {
|
|
432
|
+
"other": "無料でお申し込み頂けます"
|
|
433
|
+
},
|
|
434
|
+
"awards_nominated_for": {
|
|
435
|
+
"other": "ノミネート"
|
|
436
|
+
},
|
|
437
|
+
"awards_in_competition": {
|
|
438
|
+
"other": "競争中"
|
|
439
|
+
}
|
|
440
|
+
}
|
package/site/library.html.jet
CHANGED
package/site/lt_LT.all.json
CHANGED
|
@@ -73,6 +73,13 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Tęsti"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Dalintis" },
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Dalintis Facebook" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Bendrinti Twitter" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Dalintis Linkedin" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Bendrinkite el. paštu" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Nuorodos bendrinimas" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Nuoroda nukopijuota į mainų sritį!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Nukopijuoti į iškarpinę" },
|
|
76
83
|
|
|
77
84
|
"accept_invite_page_header": { "other": "Sveiki" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Panašu, kad jau patvirtinote šį kvietimą, prašome <a href=\"{{.SigninURL}}\">prisijungti</a>. Pamiršus slaptažodį, galite <a href=\"{{.ForgotPasswordURL}}\">susikurti naują</a>." },
|
|
@@ -290,7 +297,7 @@
|
|
|
290
297
|
"shopping_error_discount_disallowed_on_bundles": { "other": "Nuolaidos kodas negalioja rinkiniams." },
|
|
291
298
|
"shopping_error_payment_intent_authentication_failure": { "other": "Mokėjimo kortelė nepriimta. Prašome bandyti dar kartą." },
|
|
292
299
|
|
|
293
|
-
"shopping_complete_rental": { "other": "
|
|
300
|
+
"shopping_complete_rental": { "other": "Pirkinys sėkmingas!" },
|
|
294
301
|
"shopping_complete_rental_period": {
|
|
295
302
|
"one": "Per ateinančią dieną įrašą galite žiūrėti tiek kartu, kiek norite.",
|
|
296
303
|
"other": "Per {{.Count}} dienas įrašą peržiūrėti galite tiek kartų, kiek norite. "
|
|
@@ -481,5 +488,74 @@
|
|
|
481
488
|
|
|
482
489
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
483
490
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
484
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
491
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
492
|
+
|
|
493
|
+
"shopping_price_title_plan": {
|
|
494
|
+
"other": "Kaina"
|
|
495
|
+
},
|
|
496
|
+
"shopping_price_plan_note": {
|
|
497
|
+
"zero": "Įkraunama kas {{ .Interval }} .",
|
|
498
|
+
"one": "{{ .Interval }} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
|
|
499
|
+
"other": "{{ .Interval }} kas .Intervalas pasibaigus {{ .Count }} dienų bandomajam laikotarpiui."
|
|
500
|
+
},
|
|
501
|
+
"shopping_price_plan_note_interval": {
|
|
502
|
+
"one": "{{ .Interval }}",
|
|
503
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
504
|
+
},
|
|
505
|
+
"shopping_enter_card_prompt_plan": {
|
|
506
|
+
"other": "Norėdami pradėti prenumeratą, žemiau įveskite savo kredito kortelės duomenis."
|
|
507
|
+
},
|
|
508
|
+
"shopping_action_plan": {
|
|
509
|
+
"other": "Užbaigti"
|
|
510
|
+
},
|
|
511
|
+
"shopping_complete_subscription": {
|
|
512
|
+
"other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{ .Title }} ."
|
|
513
|
+
},
|
|
514
|
+
"shopping_complete_subscription_browse": {
|
|
515
|
+
"other": "Nedvejodami <a href=\"/\">naršykite</a> svetainėje arba <a href=\"/search.html\">ieškokite</a> ko nors konkretaus."
|
|
516
|
+
},
|
|
517
|
+
"shopping_info_plan_offer": {
|
|
518
|
+
"one": "Automatiškai atnaujina kiekvieną {{ .Interval }}",
|
|
519
|
+
"other": "Automatiškai atnaujina kiekvieną {{ .Count }} {{ .Interval }}"
|
|
520
|
+
},
|
|
521
|
+
"shopping_info_trial_period_offer": {
|
|
522
|
+
"one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
|
|
523
|
+
"other": "Išbandykite nemokamą {{ .Count }} dienos bandomąją versiją!"
|
|
524
|
+
},
|
|
525
|
+
"plans_page_header": {
|
|
526
|
+
"other": "Galimi planai"
|
|
527
|
+
},
|
|
528
|
+
"plan_label_owned": {
|
|
529
|
+
"other": "Jums priklauso šis planas"
|
|
530
|
+
},
|
|
531
|
+
"plan_expiry_date": {
|
|
532
|
+
"other": "Išpardavimas uždarytas:"
|
|
533
|
+
},
|
|
534
|
+
"plan_read_more": {
|
|
535
|
+
"other": "Sužinoti daugiau"
|
|
536
|
+
},
|
|
537
|
+
"plan_page_read_more": {
|
|
538
|
+
"other": "Skaityti daugiau"
|
|
539
|
+
},
|
|
540
|
+
"plan_page_header_text": {
|
|
541
|
+
"other": "Mėgaukitės {{ .Name }}"
|
|
542
|
+
},
|
|
543
|
+
"page_plan_explore_intro": {
|
|
544
|
+
"other": "ARBA"
|
|
545
|
+
},
|
|
546
|
+
"page_plan_explore_link": {
|
|
547
|
+
"other": "Naršykite kitus leidimus"
|
|
548
|
+
},
|
|
549
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
550
|
+
"other": "Pirkti dabar"
|
|
551
|
+
},
|
|
552
|
+
"plan_free_link_text": {
|
|
553
|
+
"other": "Prisijunk nemokamai"
|
|
554
|
+
},
|
|
555
|
+
"awards_nominated_for": {
|
|
556
|
+
"other": "Nominuotas už"
|
|
557
|
+
},
|
|
558
|
+
"awards_in_competition": {
|
|
559
|
+
"other": "Varžybose"
|
|
560
|
+
}
|
|
485
561
|
}
|
package/site/nl_BE.all.json
CHANGED
|
@@ -73,6 +73,13 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Ga verder"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Deel" },
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Delen op Facebook" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Delen op Twitter" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Deel op Linkedin" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Deel via e-mail" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Link delen" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Link gekopieerd naar klembord!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Kopieer naar klembord" },
|
|
76
83
|
|
|
77
84
|
"accept_invite_page_header": { "other": "Welkom" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Het lijkt erop dat u deze uitnodiging al hebt gebruikt. U dient zich hier <a href=\"{{.SigninURL}}\">in te loggen</a>. <a href=\"{{.ForgotPasswordURL}}\">Wachtwoord vergeten?</a>." },
|
|
@@ -481,5 +488,74 @@
|
|
|
481
488
|
|
|
482
489
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
483
490
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
484
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
485
|
-
|
|
491
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
492
|
+
|
|
493
|
+
"shopping_price_title_plan": {
|
|
494
|
+
"other": "Prijs"
|
|
495
|
+
},
|
|
496
|
+
"shopping_price_plan_note": {
|
|
497
|
+
"zero": "Elk {{ .Interval }} opgeladen.",
|
|
498
|
+
"one": "Elke {{ .Interval }} nadat uw gratis proefperiode van 24 uur is afgelopen.",
|
|
499
|
+
"other": "Elk {{ .Interval }} nadat uw {{ .Count }} dag is afgelopen."
|
|
500
|
+
},
|
|
501
|
+
"shopping_price_plan_note_interval": {
|
|
502
|
+
"one": "{{ .Interval }}",
|
|
503
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
504
|
+
},
|
|
505
|
+
"shopping_enter_card_prompt_plan": {
|
|
506
|
+
"other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
|
|
507
|
+
},
|
|
508
|
+
"shopping_action_plan": {
|
|
509
|
+
"other": "Compleet"
|
|
510
|
+
},
|
|
511
|
+
"shopping_complete_subscription": {
|
|
512
|
+
"other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{ .Title }} ."
|
|
513
|
+
},
|
|
514
|
+
"shopping_complete_subscription_browse": {
|
|
515
|
+
"other": "Kijk gerust <a href=\"/\">rond op</a> de site of <a href=\"/search.html\">zoek</a> naar iets specifieks."
|
|
516
|
+
},
|
|
517
|
+
"shopping_info_plan_offer": {
|
|
518
|
+
"one": "{{ .Interval }} automatisch elk .Interval",
|
|
519
|
+
"other": "{{ .Count }} automatisch elke {{ .Interval }}"
|
|
520
|
+
},
|
|
521
|
+
"shopping_info_trial_period_offer": {
|
|
522
|
+
"one": "Probeer nu uw gratis proefperiode van 24 uur!",
|
|
523
|
+
"other": "Probeer uw gratis {{ .Count }} !"
|
|
524
|
+
},
|
|
525
|
+
"plans_page_header": {
|
|
526
|
+
"other": "Beschikbare abonnementen"
|
|
527
|
+
},
|
|
528
|
+
"plan_label_owned": {
|
|
529
|
+
"other": "Jij bent eigenaar van dit abonnement"
|
|
530
|
+
},
|
|
531
|
+
"plan_expiry_date": {
|
|
532
|
+
"other": "Verkoop sluiten:"
|
|
533
|
+
},
|
|
534
|
+
"plan_read_more": {
|
|
535
|
+
"other": "Meer te weten komen"
|
|
536
|
+
},
|
|
537
|
+
"plan_page_read_more": {
|
|
538
|
+
"other": "Lees verder"
|
|
539
|
+
},
|
|
540
|
+
"plan_page_header_text": {
|
|
541
|
+
"other": "Geniet van {{ .Name }}"
|
|
542
|
+
},
|
|
543
|
+
"page_plan_explore_intro": {
|
|
544
|
+
"other": "OF"
|
|
545
|
+
},
|
|
546
|
+
"page_plan_explore_link": {
|
|
547
|
+
"other": "Ontdek andere passen"
|
|
548
|
+
},
|
|
549
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
550
|
+
"other": "Nu kopen"
|
|
551
|
+
},
|
|
552
|
+
"plan_free_link_text": {
|
|
553
|
+
"other": "Gratis inschrijven"
|
|
554
|
+
},
|
|
555
|
+
"awards_nominated_for": {
|
|
556
|
+
"other": "Genomineerd voor"
|
|
557
|
+
},
|
|
558
|
+
"awards_in_competition": {
|
|
559
|
+
"other": "in competitie"
|
|
560
|
+
}
|
|
561
|
+
}
|
package/site/no_NO.all.json
CHANGED
|
@@ -73,7 +73,14 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Fortsett"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Del" },
|
|
76
|
-
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Del på Facebook" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Del på Twitter" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Del på Linkedin" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Del via e-post" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Linkdeling" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Linken er kopiert til utklippstavlen!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Kopiere til utklippstavle" },
|
|
83
|
+
|
|
77
84
|
"accept_invite_page_header": { "other": "Velkommen" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Det ser ut til at du allerede har godtatt denne invitasjonen, forsøk i stedet å <a href=\"{{.SigninURL}}\">logge inn</a>. Hvis du har glemt passordet kan du også <a href=\"{{.ForgotPasswordURL}}\">tilbakestille passordet</a>." },
|
|
79
86
|
"acceptinvite_complete": { "other": "Takk! Din konto er opprettet." },
|
|
@@ -453,6 +460,75 @@
|
|
|
453
460
|
|
|
454
461
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
455
462
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
456
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
463
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
464
|
+
|
|
465
|
+
"shopping_price_title_plan": {
|
|
466
|
+
"other": "Pris"
|
|
467
|
+
},
|
|
468
|
+
"shopping_price_plan_note": {
|
|
469
|
+
"zero": "Lades hvert {{ .Interval }} .",
|
|
470
|
+
"one": "Belastet hvert {{ .Interval }} etter at den 24-timers gratis prøveperioden er over.",
|
|
471
|
+
"other": "Belastet hvert {{ .Interval }} etter at {{ .Count }} dager avsluttes."
|
|
472
|
+
},
|
|
473
|
+
"shopping_price_plan_note_interval": {
|
|
474
|
+
"one": "{{ .Interval }}",
|
|
475
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
476
|
+
},
|
|
477
|
+
"shopping_enter_card_prompt_plan": {
|
|
478
|
+
"other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte abonnementet."
|
|
479
|
+
},
|
|
480
|
+
"shopping_action_plan": {
|
|
481
|
+
"other": "Fullstendig"
|
|
482
|
+
},
|
|
483
|
+
"shopping_complete_subscription": {
|
|
484
|
+
"other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{ .Title }} ."
|
|
485
|
+
},
|
|
486
|
+
"shopping_complete_subscription_browse": {
|
|
487
|
+
"other": "<a href=\"/\">Bla deg gjerne rundt</a> på siden, eller <a href=\"/search.html\">søk</a> etter noe spesifikt."
|
|
488
|
+
},
|
|
489
|
+
"shopping_info_plan_offer": {
|
|
490
|
+
"one": "{{ .Interval }} automatisk hver .Interval",
|
|
491
|
+
"other": "{{ .Count }} automatisk hver {{ .Interval }}"
|
|
492
|
+
},
|
|
493
|
+
"shopping_info_trial_period_offer": {
|
|
494
|
+
"one": "Prøv din gratis 24-timers prøveversjon nå!",
|
|
495
|
+
"other": "Prøv din gratis {{ .Count }} day prøveversjon!"
|
|
496
|
+
},
|
|
497
|
+
"plans_page_header": {
|
|
498
|
+
"other": "Tilgjengelige planer"
|
|
499
|
+
},
|
|
500
|
+
"plan_label_owned": {
|
|
501
|
+
"other": "Du eier denne planen"
|
|
502
|
+
},
|
|
503
|
+
"plan_expiry_date": {
|
|
504
|
+
"other": "Salg stenger:"
|
|
505
|
+
},
|
|
506
|
+
"plan_read_more": {
|
|
507
|
+
"other": "Finne ut mer"
|
|
508
|
+
},
|
|
509
|
+
"plan_page_read_more": {
|
|
510
|
+
"other": "Les mer"
|
|
511
|
+
},
|
|
512
|
+
"plan_page_header_text": {
|
|
513
|
+
"other": "Nyt {{ .Name }}"
|
|
514
|
+
},
|
|
515
|
+
"page_plan_explore_intro": {
|
|
516
|
+
"other": "ELLER"
|
|
517
|
+
},
|
|
518
|
+
"page_plan_explore_link": {
|
|
519
|
+
"other": "Utforsk andre pass"
|
|
520
|
+
},
|
|
521
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
522
|
+
"other": "Kjøp nå"
|
|
523
|
+
},
|
|
524
|
+
"plan_free_link_text": {
|
|
525
|
+
"other": "Registrer deg gratis"
|
|
526
|
+
},
|
|
527
|
+
"awards_nominated_for": {
|
|
528
|
+
"other": "Nominert til"
|
|
529
|
+
},
|
|
530
|
+
"awards_in_competition": {
|
|
531
|
+
"other": "I konkurranse"
|
|
532
|
+
}
|
|
457
533
|
}
|
|
458
|
-
|
|
534
|
+
|
package/site/pin.html.jet
CHANGED
package/site/pl_PL.all.json
CHANGED
|
@@ -50,6 +50,13 @@
|
|
|
50
50
|
"play_button_resume": { "other" : "Kontynuuj"},
|
|
51
51
|
|
|
52
52
|
"social_media_buttons_title": { "other": "Udostępnij" },
|
|
53
|
+
"social_media_buttons_facebook": { "other": "Udostępnij na Facebooku" },
|
|
54
|
+
"social_media_buttons_twitter": { "other": "Podziel się na Twitterze" },
|
|
55
|
+
"social_media_buttons_linkedin": { "other": "Udostępnij na Linkedin" },
|
|
56
|
+
"social_media_buttons_email": { "other": "Udostępnij przez e-mail" },
|
|
57
|
+
"social_media_buttons_email_subject": { "other": "Udostępnianie linków" },
|
|
58
|
+
"social_media_buttons_copied_link": { "other": "Link skopiowany do schowka!" },
|
|
59
|
+
"social_media_buttons_copy_link": { "other": "Skopiuj do schowka" },
|
|
53
60
|
|
|
54
61
|
"accept_invite_page_header": { "other": "Witamy" },
|
|
55
62
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Wygląda na to, że już odebrałeś to zaproszenie. Kliknij zatem <a href=\"{{.SigninURL}}\"> zaloguj się </a>. Jeśli zapomniałeś hasła, możesz je odzyskać <a href=\"{{.ForgotPasswordURL}}\"> resetując hasło </a>." },
|
|
@@ -417,5 +424,74 @@
|
|
|
417
424
|
|
|
418
425
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
419
426
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
420
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
421
|
-
|
|
427
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
428
|
+
|
|
429
|
+
"shopping_price_title_plan": {
|
|
430
|
+
"other": "Cena"
|
|
431
|
+
},
|
|
432
|
+
"shopping_price_plan_note": {
|
|
433
|
+
"zero": "{{ .Interval }} co .Interwał .",
|
|
434
|
+
"one": "{{ .Interval }} co .Interwał po zakończeniu 24-godzinnego bezpłatnego okresu próbnego.",
|
|
435
|
+
"other": "{{ .Interval }} co .Interwał po {{ .Count }} bezpłatnego okresu próbnego .Count."
|
|
436
|
+
},
|
|
437
|
+
"shopping_price_plan_note_interval": {
|
|
438
|
+
"one": "{{ .Interval }}",
|
|
439
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
440
|
+
},
|
|
441
|
+
"shopping_enter_card_prompt_plan": {
|
|
442
|
+
"other": "Wprowadź poniżej dane karty kredytowej, aby rozpocząć subskrypcję."
|
|
443
|
+
},
|
|
444
|
+
"shopping_action_plan": {
|
|
445
|
+
"other": "Kompletny"
|
|
446
|
+
},
|
|
447
|
+
"shopping_complete_subscription": {
|
|
448
|
+
"other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{ .Title }} ."
|
|
449
|
+
},
|
|
450
|
+
"shopping_complete_subscription_browse": {
|
|
451
|
+
"other": "Możesz swobodnie <a href=\"/\">przeglądać</a> witrynę lub <a href=\"/search.html\">szukać</a> czegoś konkretnego."
|
|
452
|
+
},
|
|
453
|
+
"shopping_info_plan_offer": {
|
|
454
|
+
"one": "Automatycznie odnawia co {{ .Interval }}",
|
|
455
|
+
"other": "Automatycznie odnawia co {{ .Count }} {{ .Interval }}"
|
|
456
|
+
},
|
|
457
|
+
"shopping_info_trial_period_offer": {
|
|
458
|
+
"one": "Wypróbuj bezpłatny 24-godzinny okres próbny już teraz!",
|
|
459
|
+
"other": "Wypróbuj bezpłatną {{ .Count }} próbną programu .Count!"
|
|
460
|
+
},
|
|
461
|
+
"plans_page_header": {
|
|
462
|
+
"other": "Dostępne plany"
|
|
463
|
+
},
|
|
464
|
+
"plan_label_owned": {
|
|
465
|
+
"other": "Jesteś właścicielem tego planu"
|
|
466
|
+
},
|
|
467
|
+
"plan_expiry_date": {
|
|
468
|
+
"other": "Zamknięcie sprzedaży:"
|
|
469
|
+
},
|
|
470
|
+
"plan_read_more": {
|
|
471
|
+
"other": "Dowiedz się więcej"
|
|
472
|
+
},
|
|
473
|
+
"plan_page_read_more": {
|
|
474
|
+
"other": "Czytaj więcej"
|
|
475
|
+
},
|
|
476
|
+
"plan_page_header_text": {
|
|
477
|
+
"other": "Ciesz się {{ .Name }}"
|
|
478
|
+
},
|
|
479
|
+
"page_plan_explore_intro": {
|
|
480
|
+
"other": "LUB"
|
|
481
|
+
},
|
|
482
|
+
"page_plan_explore_link": {
|
|
483
|
+
"other": "Poznaj inne karnety"
|
|
484
|
+
},
|
|
485
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
486
|
+
"other": "Kup Teraz"
|
|
487
|
+
},
|
|
488
|
+
"plan_free_link_text": {
|
|
489
|
+
"other": "Zarejestruj się za darmo"
|
|
490
|
+
},
|
|
491
|
+
"awards_nominated_for": {
|
|
492
|
+
"other": "Nominowany do"
|
|
493
|
+
},
|
|
494
|
+
"awards_in_competition": {
|
|
495
|
+
"other": "W zawodach"
|
|
496
|
+
}
|
|
497
|
+
}
|