├── .circleci └── config.yml ├── .distignore ├── .editorconfig ├── .eslintrc.js ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── Bug_report.md │ ├── Enhancement.md │ └── Feature_request.md ├── PULL_REQUEST_TEMPLATE.md ├── dependabot.yml ├── labeler.yml └── workflows │ ├── auto-merge.yml │ ├── changelog.yml │ └── main.yml ├── .gitignore ├── .hooks └── pre-push ├── .npmignore ├── .npmrc ├── .nvmrc ├── .phpcs.xml.dist ├── .prettierignore ├── .prettierrc.js ├── .stylelintrc.js ├── CHANGELOG.md ├── README.md ├── babel.config.js ├── bin ├── install-wp-tests.sh └── update-translations.sh ├── block-list.json ├── commitlint.config.js ├── composer.json ├── composer.lock ├── includes ├── class-modal-checkout.php ├── class-newspack-blocks-api.php ├── class-newspack-blocks-caching.php ├── class-newspack-blocks-patterns.php ├── class-newspack-blocks.php ├── modal-checkout │ ├── class-change-payment-gateway.php │ └── class-checkout-data.php ├── plugins │ └── class-the-events-calendar.php └── tracking │ └── class-data-events.php ├── languages ├── newspack-blocks-de_DE-01a5b44b8bc8d20f62541de420aa61ab.json ├── newspack-blocks-de_DE-0662222bf15e7a1a7b74db2dabb48d6c.json ├── newspack-blocks-de_DE-0c8dad524e2a57cee4f8efb6e35387c1.json ├── newspack-blocks-de_DE-10754bc02d28d4301c103f26dbf519ce.json ├── newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json ├── newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json ├── newspack-blocks-de_DE-351fd022e077061b5796bf7042446bfc.json ├── newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json ├── newspack-blocks-de_DE-4b2ccb4e4dc8b3491228b2feb54872f2.json ├── newspack-blocks-de_DE-4cecf783e091d36284a3e0cdafcd0fd5.json ├── newspack-blocks-de_DE-4f16e21047908d19937bc10ced63acd1.json ├── newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json ├── newspack-blocks-de_DE-501b38ac90d35730a620fb0d483702fa.json ├── newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json ├── newspack-blocks-de_DE-5d4055f484eeb00e3ea0f9d8aace0897.json ├── newspack-blocks-de_DE-5f70538e0223bc8a05b922cba67da6fb.json ├── newspack-blocks-de_DE-6c2e53bab28419c30e1eaee70ba599cf.json ├── newspack-blocks-de_DE-6ed95fb4873e6e2b81351177a44995f6.json ├── newspack-blocks-de_DE-727631509ad8eec8e2cbe740c6dad199.json ├── newspack-blocks-de_DE-73c6d3bde805172d1993f75397e9832d.json ├── newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json ├── newspack-blocks-de_DE-7b1aa64ce2d962decc04666ab86c53de.json ├── newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json ├── newspack-blocks-de_DE-912a2876091ef0dca9b26f3cfc01fc9c.json ├── newspack-blocks-de_DE-91a7ac8017d6e2159be1c5a3c1e372e4.json ├── newspack-blocks-de_DE-969286d51bb0afe10983b9aec317b5ee.json ├── newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json ├── newspack-blocks-de_DE-a822c3d210c89af3cb7da28eaaef929c.json ├── newspack-blocks-de_DE-aa9f9057c77a46b31d7e325a4322f2da.json ├── newspack-blocks-de_DE-b6d3cfc30bb16d88d7bc5384bc775543.json ├── newspack-blocks-de_DE-b712270cd4eb3cae7899b50b57bdd576.json ├── newspack-blocks-de_DE-babcc0ca24e7f0145b1c8f647049f085.json ├── newspack-blocks-de_DE-bb66d96d450663284550bed5a3e9113e.json ├── newspack-blocks-de_DE-c810378e74f20906b8193ea76adb6bc0.json ├── newspack-blocks-de_DE-d3a1c55a07efd1a65e227bf120840752.json ├── newspack-blocks-de_DE-d5f23a52ecbfd492ebf819c14206a9e2.json ├── newspack-blocks-de_DE-d684e5c5ac51934ba20811c2f588e1d5.json ├── newspack-blocks-de_DE-dd56360b115d1b39c48033c1e0749a11.json ├── newspack-blocks-de_DE-e0e4434aee4db01e71268ce3edf1dd97.json ├── newspack-blocks-de_DE-e58126c278611ed6c17684ba8e7459b4.json ├── newspack-blocks-de_DE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json ├── newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json ├── newspack-blocks-de_DE-eeb28f99adedd5fad3081d2756d6f4a4.json ├── newspack-blocks-de_DE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json ├── newspack-blocks-de_DE-f8b1589c450689398f90b179f47e74ee.json ├── newspack-blocks-de_DE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json ├── newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json ├── newspack-blocks-de_DE.mo ├── newspack-blocks-de_DE.po ├── newspack-blocks-es_ES-01a5b44b8bc8d20f62541de420aa61ab.json ├── newspack-blocks-es_ES-0662222bf15e7a1a7b74db2dabb48d6c.json ├── newspack-blocks-es_ES-0c8dad524e2a57cee4f8efb6e35387c1.json ├── newspack-blocks-es_ES-10754bc02d28d4301c103f26dbf519ce.json ├── newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json ├── newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json ├── newspack-blocks-es_ES-351fd022e077061b5796bf7042446bfc.json ├── newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json ├── newspack-blocks-es_ES-4b2ccb4e4dc8b3491228b2feb54872f2.json ├── newspack-blocks-es_ES-4cecf783e091d36284a3e0cdafcd0fd5.json ├── newspack-blocks-es_ES-4f16e21047908d19937bc10ced63acd1.json ├── newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json ├── newspack-blocks-es_ES-501b38ac90d35730a620fb0d483702fa.json ├── newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json ├── newspack-blocks-es_ES-5d4055f484eeb00e3ea0f9d8aace0897.json ├── newspack-blocks-es_ES-5f70538e0223bc8a05b922cba67da6fb.json ├── newspack-blocks-es_ES-6c2e53bab28419c30e1eaee70ba599cf.json ├── newspack-blocks-es_ES-6ed95fb4873e6e2b81351177a44995f6.json ├── newspack-blocks-es_ES-727631509ad8eec8e2cbe740c6dad199.json ├── newspack-blocks-es_ES-73c6d3bde805172d1993f75397e9832d.json ├── newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json ├── newspack-blocks-es_ES-7b1aa64ce2d962decc04666ab86c53de.json ├── newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json ├── newspack-blocks-es_ES-912a2876091ef0dca9b26f3cfc01fc9c.json ├── newspack-blocks-es_ES-91a7ac8017d6e2159be1c5a3c1e372e4.json ├── newspack-blocks-es_ES-969286d51bb0afe10983b9aec317b5ee.json ├── newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json ├── newspack-blocks-es_ES-a822c3d210c89af3cb7da28eaaef929c.json ├── newspack-blocks-es_ES-aa9f9057c77a46b31d7e325a4322f2da.json ├── newspack-blocks-es_ES-b6d3cfc30bb16d88d7bc5384bc775543.json ├── newspack-blocks-es_ES-b712270cd4eb3cae7899b50b57bdd576.json ├── newspack-blocks-es_ES-babcc0ca24e7f0145b1c8f647049f085.json ├── newspack-blocks-es_ES-bb66d96d450663284550bed5a3e9113e.json ├── newspack-blocks-es_ES-c810378e74f20906b8193ea76adb6bc0.json ├── newspack-blocks-es_ES-d3a1c55a07efd1a65e227bf120840752.json ├── newspack-blocks-es_ES-d5f23a52ecbfd492ebf819c14206a9e2.json ├── newspack-blocks-es_ES-d684e5c5ac51934ba20811c2f588e1d5.json ├── newspack-blocks-es_ES-dd56360b115d1b39c48033c1e0749a11.json ├── newspack-blocks-es_ES-e0e4434aee4db01e71268ce3edf1dd97.json ├── newspack-blocks-es_ES-e58126c278611ed6c17684ba8e7459b4.json ├── newspack-blocks-es_ES-ea3e2a660753c7bfa13b5bbd8a46bdd0.json ├── newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json ├── newspack-blocks-es_ES-eeb28f99adedd5fad3081d2756d6f4a4.json ├── newspack-blocks-es_ES-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json ├── newspack-blocks-es_ES-f8b1589c450689398f90b179f47e74ee.json ├── newspack-blocks-es_ES-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json ├── newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json ├── newspack-blocks-es_ES.mo ├── newspack-blocks-es_ES.po ├── newspack-blocks-fr_BE-01a5b44b8bc8d20f62541de420aa61ab.json ├── newspack-blocks-fr_BE-0662222bf15e7a1a7b74db2dabb48d6c.json ├── newspack-blocks-fr_BE-0c8dad524e2a57cee4f8efb6e35387c1.json ├── newspack-blocks-fr_BE-10754bc02d28d4301c103f26dbf519ce.json ├── newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json ├── newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json ├── newspack-blocks-fr_BE-351fd022e077061b5796bf7042446bfc.json ├── newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json ├── newspack-blocks-fr_BE-4b2ccb4e4dc8b3491228b2feb54872f2.json ├── newspack-blocks-fr_BE-4cecf783e091d36284a3e0cdafcd0fd5.json ├── newspack-blocks-fr_BE-4f16e21047908d19937bc10ced63acd1.json ├── newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json ├── newspack-blocks-fr_BE-501b38ac90d35730a620fb0d483702fa.json ├── newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json ├── newspack-blocks-fr_BE-5d4055f484eeb00e3ea0f9d8aace0897.json ├── newspack-blocks-fr_BE-5f70538e0223bc8a05b922cba67da6fb.json ├── newspack-blocks-fr_BE-6c2e53bab28419c30e1eaee70ba599cf.json ├── newspack-blocks-fr_BE-6ed95fb4873e6e2b81351177a44995f6.json ├── newspack-blocks-fr_BE-727631509ad8eec8e2cbe740c6dad199.json ├── newspack-blocks-fr_BE-73c6d3bde805172d1993f75397e9832d.json ├── newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json ├── newspack-blocks-fr_BE-7b1aa64ce2d962decc04666ab86c53de.json ├── newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json ├── newspack-blocks-fr_BE-912a2876091ef0dca9b26f3cfc01fc9c.json ├── newspack-blocks-fr_BE-91a7ac8017d6e2159be1c5a3c1e372e4.json ├── newspack-blocks-fr_BE-969286d51bb0afe10983b9aec317b5ee.json ├── newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json ├── newspack-blocks-fr_BE-a822c3d210c89af3cb7da28eaaef929c.json ├── newspack-blocks-fr_BE-aa9f9057c77a46b31d7e325a4322f2da.json ├── newspack-blocks-fr_BE-b6d3cfc30bb16d88d7bc5384bc775543.json ├── newspack-blocks-fr_BE-b712270cd4eb3cae7899b50b57bdd576.json ├── newspack-blocks-fr_BE-babcc0ca24e7f0145b1c8f647049f085.json ├── newspack-blocks-fr_BE-bb66d96d450663284550bed5a3e9113e.json ├── newspack-blocks-fr_BE-c810378e74f20906b8193ea76adb6bc0.json ├── newspack-blocks-fr_BE-d3a1c55a07efd1a65e227bf120840752.json ├── newspack-blocks-fr_BE-d5f23a52ecbfd492ebf819c14206a9e2.json ├── newspack-blocks-fr_BE-d684e5c5ac51934ba20811c2f588e1d5.json ├── newspack-blocks-fr_BE-dd56360b115d1b39c48033c1e0749a11.json ├── newspack-blocks-fr_BE-e0e4434aee4db01e71268ce3edf1dd97.json ├── newspack-blocks-fr_BE-e58126c278611ed6c17684ba8e7459b4.json ├── newspack-blocks-fr_BE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json ├── newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json ├── newspack-blocks-fr_BE-eeb28f99adedd5fad3081d2756d6f4a4.json ├── newspack-blocks-fr_BE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json ├── newspack-blocks-fr_BE-f8b1589c450689398f90b179f47e74ee.json ├── newspack-blocks-fr_BE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json ├── newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json ├── newspack-blocks-fr_BE.mo ├── newspack-blocks-fr_BE.po ├── newspack-blocks-nb_NO-01a5b44b8bc8d20f62541de420aa61ab.json ├── newspack-blocks-nb_NO-0662222bf15e7a1a7b74db2dabb48d6c.json ├── newspack-blocks-nb_NO-0c8dad524e2a57cee4f8efb6e35387c1.json ├── newspack-blocks-nb_NO-10754bc02d28d4301c103f26dbf519ce.json ├── newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json ├── newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json ├── newspack-blocks-nb_NO-351fd022e077061b5796bf7042446bfc.json ├── newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json ├── newspack-blocks-nb_NO-4b2ccb4e4dc8b3491228b2feb54872f2.json ├── newspack-blocks-nb_NO-4cecf783e091d36284a3e0cdafcd0fd5.json ├── newspack-blocks-nb_NO-4f16e21047908d19937bc10ced63acd1.json ├── newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json ├── newspack-blocks-nb_NO-501b38ac90d35730a620fb0d483702fa.json ├── newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json ├── newspack-blocks-nb_NO-5d4055f484eeb00e3ea0f9d8aace0897.json ├── newspack-blocks-nb_NO-5f70538e0223bc8a05b922cba67da6fb.json ├── newspack-blocks-nb_NO-6c2e53bab28419c30e1eaee70ba599cf.json ├── newspack-blocks-nb_NO-6ed95fb4873e6e2b81351177a44995f6.json ├── newspack-blocks-nb_NO-73c6d3bde805172d1993f75397e9832d.json ├── newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json ├── newspack-blocks-nb_NO-7b1aa64ce2d962decc04666ab86c53de.json ├── newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json ├── newspack-blocks-nb_NO-912a2876091ef0dca9b26f3cfc01fc9c.json ├── newspack-blocks-nb_NO-91a7ac8017d6e2159be1c5a3c1e372e4.json ├── newspack-blocks-nb_NO-969286d51bb0afe10983b9aec317b5ee.json ├── newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json ├── newspack-blocks-nb_NO-a822c3d210c89af3cb7da28eaaef929c.json ├── newspack-blocks-nb_NO-aa9f9057c77a46b31d7e325a4322f2da.json ├── newspack-blocks-nb_NO-b6d3cfc30bb16d88d7bc5384bc775543.json ├── newspack-blocks-nb_NO-b712270cd4eb3cae7899b50b57bdd576.json ├── newspack-blocks-nb_NO-babcc0ca24e7f0145b1c8f647049f085.json ├── newspack-blocks-nb_NO-bb66d96d450663284550bed5a3e9113e.json ├── newspack-blocks-nb_NO-c810378e74f20906b8193ea76adb6bc0.json ├── newspack-blocks-nb_NO-d3a1c55a07efd1a65e227bf120840752.json ├── newspack-blocks-nb_NO-d5f23a52ecbfd492ebf819c14206a9e2.json ├── newspack-blocks-nb_NO-d684e5c5ac51934ba20811c2f588e1d5.json ├── newspack-blocks-nb_NO-dd56360b115d1b39c48033c1e0749a11.json ├── newspack-blocks-nb_NO-e0e4434aee4db01e71268ce3edf1dd97.json ├── newspack-blocks-nb_NO-e58126c278611ed6c17684ba8e7459b4.json ├── newspack-blocks-nb_NO-ea3e2a660753c7bfa13b5bbd8a46bdd0.json ├── newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json ├── newspack-blocks-nb_NO-eeb28f99adedd5fad3081d2756d6f4a4.json ├── newspack-blocks-nb_NO-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json ├── newspack-blocks-nb_NO-f8b1589c450689398f90b179f47e74ee.json ├── newspack-blocks-nb_NO-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json ├── newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json ├── newspack-blocks-nb_NO.mo ├── newspack-blocks-nb_NO.po ├── newspack-blocks-pt_PT-01a5b44b8bc8d20f62541de420aa61ab.json ├── newspack-blocks-pt_PT-0662222bf15e7a1a7b74db2dabb48d6c.json ├── newspack-blocks-pt_PT-0c8dad524e2a57cee4f8efb6e35387c1.json ├── newspack-blocks-pt_PT-10754bc02d28d4301c103f26dbf519ce.json ├── newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json ├── newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json ├── newspack-blocks-pt_PT-351fd022e077061b5796bf7042446bfc.json ├── newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json ├── newspack-blocks-pt_PT-4b2ccb4e4dc8b3491228b2feb54872f2.json ├── newspack-blocks-pt_PT-4cecf783e091d36284a3e0cdafcd0fd5.json ├── newspack-blocks-pt_PT-4f16e21047908d19937bc10ced63acd1.json ├── newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json ├── newspack-blocks-pt_PT-501b38ac90d35730a620fb0d483702fa.json ├── newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json ├── newspack-blocks-pt_PT-5d4055f484eeb00e3ea0f9d8aace0897.json ├── newspack-blocks-pt_PT-5f70538e0223bc8a05b922cba67da6fb.json ├── newspack-blocks-pt_PT-6c2e53bab28419c30e1eaee70ba599cf.json ├── newspack-blocks-pt_PT-6ed95fb4873e6e2b81351177a44995f6.json ├── newspack-blocks-pt_PT-727631509ad8eec8e2cbe740c6dad199.json ├── newspack-blocks-pt_PT-73c6d3bde805172d1993f75397e9832d.json ├── newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json ├── newspack-blocks-pt_PT-7b1aa64ce2d962decc04666ab86c53de.json ├── newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json ├── newspack-blocks-pt_PT-912a2876091ef0dca9b26f3cfc01fc9c.json ├── newspack-blocks-pt_PT-91a7ac8017d6e2159be1c5a3c1e372e4.json ├── newspack-blocks-pt_PT-969286d51bb0afe10983b9aec317b5ee.json ├── newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json ├── newspack-blocks-pt_PT-a822c3d210c89af3cb7da28eaaef929c.json ├── newspack-blocks-pt_PT-aa9f9057c77a46b31d7e325a4322f2da.json ├── newspack-blocks-pt_PT-b6d3cfc30bb16d88d7bc5384bc775543.json ├── newspack-blocks-pt_PT-b712270cd4eb3cae7899b50b57bdd576.json ├── newspack-blocks-pt_PT-babcc0ca24e7f0145b1c8f647049f085.json ├── newspack-blocks-pt_PT-bb66d96d450663284550bed5a3e9113e.json ├── newspack-blocks-pt_PT-c810378e74f20906b8193ea76adb6bc0.json ├── newspack-blocks-pt_PT-d3a1c55a07efd1a65e227bf120840752.json ├── newspack-blocks-pt_PT-d5f23a52ecbfd492ebf819c14206a9e2.json ├── newspack-blocks-pt_PT-d684e5c5ac51934ba20811c2f588e1d5.json ├── newspack-blocks-pt_PT-dd56360b115d1b39c48033c1e0749a11.json ├── newspack-blocks-pt_PT-e0e4434aee4db01e71268ce3edf1dd97.json ├── newspack-blocks-pt_PT-e58126c278611ed6c17684ba8e7459b4.json ├── newspack-blocks-pt_PT-ea3e2a660753c7bfa13b5bbd8a46bdd0.json ├── newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json ├── newspack-blocks-pt_PT-eeb28f99adedd5fad3081d2756d6f4a4.json ├── newspack-blocks-pt_PT-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json ├── newspack-blocks-pt_PT-f8b1589c450689398f90b179f47e74ee.json ├── newspack-blocks-pt_PT-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json ├── newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json ├── newspack-blocks-pt_PT.mo ├── newspack-blocks-pt_PT.po └── newspack-blocks.pot ├── newspack-blocks.php ├── package-lock.json ├── package.json ├── phpcs.xml ├── phpunit.xml.dist ├── src ├── assets │ ├── placeholder-1024x536.jpg │ ├── placeholder-600x800.jpg │ ├── placeholder-800x600.jpg │ ├── placeholder-800x800.jpg │ ├── placeholder-donations-cover.jpg │ ├── placeholder-donations-image.jpg │ ├── placeholder-subscribe-cover.jpg │ └── placeholder-subscribe-image.jpg ├── block-patterns │ ├── donations-1.php │ ├── donations-2.php │ ├── donations-3.php │ ├── donations-4.php │ ├── donations-5.php │ ├── homepage-posts-1.php │ ├── homepage-posts-10.php │ ├── homepage-posts-11.php │ ├── homepage-posts-12.php │ ├── homepage-posts-13.php │ ├── homepage-posts-14.php │ ├── homepage-posts-15.php │ ├── homepage-posts-16.php │ ├── homepage-posts-17.php │ ├── homepage-posts-18.php │ ├── homepage-posts-19.php │ ├── homepage-posts-2.php │ ├── homepage-posts-20.php │ ├── homepage-posts-21.php │ ├── homepage-posts-22.php │ ├── homepage-posts-23.php │ ├── homepage-posts-24.php │ ├── homepage-posts-25.php │ ├── homepage-posts-26.php │ ├── homepage-posts-27.php │ ├── homepage-posts-28.php │ ├── homepage-posts-29.php │ ├── homepage-posts-3.php │ ├── homepage-posts-30.php │ ├── homepage-posts-31.php │ ├── homepage-posts-4.php │ ├── homepage-posts-5.php │ ├── homepage-posts-6.php │ ├── homepage-posts-7.php │ ├── homepage-posts-8.php │ ├── homepage-posts-9.php │ ├── subscribe-1.php │ ├── subscribe-2.php │ ├── subscribe-3.php │ ├── subscribe-4.php │ ├── subscribe-5.php │ ├── subscribe-6.php │ └── subscribe-7.php ├── block-styles │ ├── core │ │ ├── columns │ │ │ ├── editor.scss │ │ │ ├── index.js │ │ │ └── view.scss │ │ └── group │ │ │ ├── editor.scss │ │ │ ├── index.js │ │ │ └── view.scss │ └── view.js ├── blocks │ ├── author-list │ │ ├── block.json │ │ ├── class-wp-rest-newspack-author-list-controller.php │ │ ├── edit.js │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── index.js │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── author-profile │ │ ├── block.json │ │ ├── class-wp-rest-newspack-authors-controller.php │ │ ├── edit.js │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── index.js │ │ ├── single-author.js │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── carousel │ │ ├── block.json │ │ ├── create-swiper.js │ │ ├── edit.js │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── index.js │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── checkout-button │ │ ├── block.json │ │ ├── deprecated.js │ │ ├── edit.js │ │ ├── edit.scss │ │ ├── editor.js │ │ ├── index.js │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── donate │ │ ├── block.json │ │ ├── consts.ts │ │ ├── edit │ │ │ ├── FrequencyBasedLayout.tsx │ │ │ ├── TierBasedLayout.tsx │ │ │ ├── components │ │ │ │ ├── AmountValueInput.tsx │ │ │ │ └── index.tsx │ │ │ └── index.tsx │ │ ├── editor.js │ │ ├── frequency-based │ │ │ ├── index.ts │ │ │ └── style.scss │ │ ├── frontend │ │ │ ├── class-newspack-blocks-donate-renderer-base.php │ │ │ ├── class-newspack-blocks-donate-renderer-frequency-based.php │ │ │ ├── class-newspack-blocks-donate-renderer-tiers-based.php │ │ │ └── class-newspack-blocks-donate-renderer.php │ │ ├── index.js │ │ ├── styles │ │ │ ├── editor.scss │ │ │ ├── style-variations.scss │ │ │ └── view.scss │ │ ├── tiers-based │ │ │ ├── index.ts │ │ │ ├── slider.ts │ │ │ ├── style.scss │ │ │ ├── types.ts │ │ │ ├── utils.test.js │ │ │ ├── utils.ts │ │ │ └── view.ts │ │ ├── types.ts │ │ ├── utils.ts │ │ ├── view.php │ │ └── view.ts │ ├── homepage-articles │ │ ├── block.json │ │ ├── class-wp-rest-newspack-articles-controller.php │ │ ├── edit.tsx │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── index.js │ │ ├── store.js │ │ ├── templates │ │ │ ├── article.php │ │ │ ├── articles-list.php │ │ │ └── articles-loop.php │ │ ├── utils.ts │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── iframe │ │ ├── block.json │ │ ├── class-wp-rest-newspack-iframe-controller.php │ │ ├── edit.js │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── icons.js │ │ ├── iframe-placeholder.js │ │ ├── index.js │ │ ├── view.js │ │ ├── view.php │ │ └── view.scss │ ├── shared │ │ └── author.js │ └── video-playlist │ │ ├── edit.js │ │ ├── editor.js │ │ ├── editor.scss │ │ ├── index.js │ │ └── view.php ├── components │ ├── autocomplete-tokenfield.js │ ├── autocomplete-tokenfield.scss │ ├── editor-panels.js │ ├── query-controls.js │ └── redirect-after-success.tsx ├── modal-checkout │ ├── accessibility.js │ ├── analytics │ │ ├── ga4 │ │ │ ├── README.md │ │ │ ├── checkout-attempt.js │ │ │ ├── checkout-success.js │ │ │ ├── dismissed.js │ │ │ ├── loaded.js │ │ │ ├── opened.js │ │ │ ├── pagination.js │ │ │ └── utils │ │ │ │ └── index.js │ │ └── index.js │ ├── checkout.scss │ ├── index.js │ ├── modal.js │ ├── modal.scss │ ├── templates │ │ ├── empty-html-add-recipient.php │ │ ├── empty-order-details.php │ │ ├── form-change-payment-method.php │ │ ├── form-checkout.php │ │ ├── form-coupon.php │ │ ├── form-gift-subscription.php │ │ ├── payment-method.php │ │ └── thankyou.php │ └── utils.js ├── setup │ ├── block-styles.js │ ├── category.js │ ├── editor.js │ ├── editor.scss │ ├── newspack-logo.js │ ├── placeholder-blocks.js │ └── unregister-blocks.js ├── shared │ ├── js │ │ ├── newspack-icon.js │ │ └── utils.js │ └── sass │ │ ├── _colors.scss │ │ ├── _mixins.scss │ │ ├── _placeholder.scss │ │ ├── _preview.scss │ │ └── _variables.scss ├── templates │ └── author-profile-card.php └── types │ ├── @wordpress │ ├── block-editor.d.ts │ └── components.d.ts │ ├── index.d.ts │ └── newspack-components.d.ts ├── tests ├── bootstrap.php ├── test-donate-block.php ├── test-homepage-posts-block.php └── wp-unittestcase-blocks.php ├── tsconfig.json └── webpack.config.js /.distignore: -------------------------------------------------------------------------------- 1 | # A set of files you probably don't want in your WordPress.org distribution 2 | __mocks__/ 3 | .distignore 4 | .editorconfig 5 | .eslintrc.js 6 | .git 7 | .gitignore 8 | .gitlab-ci.yml 9 | .npmignore 10 | .npmrc 11 | .nvmrc 12 | .prettierrc 13 | .travis.yml 14 | .DS_Store 15 | Thumbs.db 16 | babel.config.js 17 | behat.yml 18 | bitbucket-pipelines.yml 19 | .circleci/config.yml 20 | commitlint.config.js 21 | composer.json 22 | composer.lock 23 | package-lock.json 24 | phpunit.xml 25 | phpunit.xml.dist 26 | multisite.xml 27 | multisite.xml.dist 28 | .phpcs.xml 29 | phpcs.xml 30 | .phpcs.xml.dist 31 | phpcs.xml.dist 32 | tsconfig.json 33 | webpack.config.js 34 | wp-cli.local.yml 35 | yarn.lock 36 | node_modules 37 | *.sql 38 | *.tar.gz 39 | *.zip 40 | .github 41 | .circleci 42 | /release 43 | /tests 44 | /bin 45 | .cache 46 | coverage 47 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # This file is for unifying the coding style for different editors and IDEs 2 | # editorconfig.org 3 | 4 | # WordPress Coding Standards 5 | # https://make.wordpress.org/core/handbook/coding-standards/ 6 | 7 | root = true 8 | 9 | [*] 10 | charset = utf-8 11 | end_of_line = lf 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | indent_style = tab 15 | indent_size = 4 16 | 17 | [{.jshintrc,*.json,*.yml}] 18 | indent_style = space 19 | indent_size = 2 20 | 21 | [{*.txt,wp-config-sample.php}] 22 | end_of_line = crlf 23 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | require( '@rushstack/eslint-patch/modern-module-resolution' ); 2 | 3 | module.exports = { 4 | rules: { 5 | '@typescript-eslint/ban-ts-comment': 'warn', 6 | }, 7 | extends: [ './node_modules/newspack-scripts/config/eslintrc.js' ], 8 | }; 9 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @Automattic/newspack-product 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F41E Bug report" 3 | about: Report a bug if something isn't working as expected. 4 | 5 | --- 6 | 7 | **Describe the bug** 8 | A clear and concise description of what the bug is. Please be as descriptive as possible; issues lacking detail, or for any other reason than to report a bug, may be closed without action. 9 | 10 | **To Reproduce** 11 | Steps to reproduce the behavior: 12 | 1. Go to '...' 13 | 2. Click on '....' 14 | 3. Scroll down to '....' 15 | 4. See error 16 | 17 | **Screenshots** 18 | If applicable, add screenshots to help explain your problem. 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Enhancement.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "✨ New Enhancement" 3 | about: "If you have an idea to improve an existing feature please let us know or submit a Pull Request!" 4 | 5 | --- 6 | 7 | **Is your feature request related to a problem? Please describe.** 8 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 9 | 10 | **Describe the solution you'd like** 11 | A clear and concise description of what you want to happen. 12 | 13 | **Describe alternatives you've considered** 14 | A clear and concise description of any alternative solutions or features you've considered. 15 | 16 | **Additional context** 17 | Add any other context or screenshots about the feature request here. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F680 Feature request" 3 | about: "Suggest a new feature \U0001F389 We'll consider building it if it receives sufficient interest! \U0001F44D" 4 | 5 | --- 6 | 7 | **Is your feature request related to a problem? Please describe.** 8 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 9 | 10 | **Describe the solution you'd like** 11 | A clear and concise description of what you want to happen. 12 | 13 | **Describe alternatives you've considered** 14 | A clear and concise description of any alternative solutions or features you've considered. 15 | 16 | **Additional context** 17 | Add any other context or screenshots about the feature request here. -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | # Dependabot config. 2 | # Keep NPM and Composer packages up-to-date. 3 | # Let's start out with weekly updates and then drop back to less frequent intervals after everything is up-to-date. 4 | 5 | version: 2 6 | updates: 7 | # Enable version updates for npm 8 | - package-ecosystem: 'npm' 9 | # Look for `package.json` and `lock` files in the `root` directory 10 | directory: '/' 11 | # Check the npm registry for updates every day (weekdays) 12 | schedule: 13 | interval: 'weekly' 14 | # Add reviewers 15 | reviewers: 16 | - 'Automattic/newspack-product' 17 | 18 | # Enable version updates for Composer 19 | - package-ecosystem: 'composer' 20 | # Look for a `composer.lock` in the `root` directory 21 | directory: '/' 22 | # Check for updates every day (weekdays) 23 | schedule: 24 | interval: 'weekly' 25 | # Add reviewers 26 | reviewers: 27 | - 'Automattic/newspack-product' 28 | -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | needs-changelog: 2 | - base-branch: ['trunk'] 3 | -------------------------------------------------------------------------------- /.github/workflows/auto-merge.yml: -------------------------------------------------------------------------------- 1 | on: 2 | pull_request_target: 3 | types: [labeled] 4 | 5 | name: Dependabot auto-merge 6 | jobs: 7 | auto-merge: 8 | name: Auto-merge dependabot PRs for minor and patch updates 9 | runs-on: ubuntu-latest 10 | if: | 11 | contains( github.event.pull_request.labels.*.name, 'dependencies' ) 12 | && ! contains( github.event.pull_request.labels.*.name, '[Status] Approved' ) 13 | steps: 14 | - uses: actions/checkout@v2 15 | - uses: ahmadnassri/action-dependabot-auto-merge@v2 16 | with: 17 | target: minor # includes patch updates. 18 | github-token: ${{ secrets.DEPENDABOT_TOKEN }} 19 | -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | on: pull_request_review 2 | name: Label approved pull requests 3 | jobs: 4 | labelWhenApproved: 5 | name: Label when approved 6 | runs-on: ubuntu-latest 7 | steps: 8 | - name: Label when approved 9 | uses: abinoda/label-when-approved-action@master 10 | env: 11 | APPROVALS: '1' 12 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 13 | ADD_LABEL: '[Status] Approved' 14 | # Needs to be URL-encoded, see https://github.com/abinoda/label-when-approved-action/pull/3#discussion_r321882620 15 | REMOVE_LABEL: '%5BStatus%5D%20Needs%20Review' 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Editors 2 | project.xml 3 | project.properties 4 | /nbproject/private/ 5 | .buildpath 6 | .project 7 | .settings* 8 | .idea 9 | .vscode 10 | *.sublime-project 11 | *.sublime-workspace 12 | .sublimelinterrc 13 | 14 | # NPM 15 | .cache 16 | /node_modules/ 17 | 18 | # Sass 19 | .sass-cache/ 20 | 21 | # OS X metadata 22 | .DS_Store 23 | 24 | # Windows junk 25 | Thumbs.db 26 | 27 | # Composer 28 | /vendor/ 29 | 30 | # Built files 31 | /dist 32 | /src/components/dist 33 | /src/components/shared 34 | /src/components/node_modules 35 | release 36 | 37 | # Tests 38 | codecov/ 39 | coverage/ 40 | .phpunit.result.cache 41 | 42 | # Misc 43 | tsconfig.tsbuildinfo -------------------------------------------------------------------------------- /.hooks/pre-push: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') 4 | 5 | if [[ "$branch" = "trunk" ]]; then 6 | echo "Error: pushing directly to the trunk branch is prohibited" 7 | exit 1 8 | fi 9 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | release 2 | __mocks__ 3 | tests 4 | 5 | .circleci 6 | .github 7 | .distignore 8 | .editorconfig 9 | .phpcs.xml.dist 10 | phpunit.xml.dist 11 | .prettierrc 12 | -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | access=public 2 | -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | lts/* -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | dist 2 | node_modules 3 | release 4 | vendor -------------------------------------------------------------------------------- /.prettierrc.js: -------------------------------------------------------------------------------- 1 | const baseConfig = require( './node_modules/newspack-scripts/config/prettier.config.js' ); 2 | 3 | module.exports = { 4 | ...baseConfig 5 | }; 6 | -------------------------------------------------------------------------------- /.stylelintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | ignoreFiles: [ 3 | 'dist/**', 4 | 'node_modules/**', 5 | 'release/**', 6 | 'scripts/**', 7 | ], 8 | extends: [ './node_modules/newspack-scripts/config/stylelint.config.js' ], 9 | }; 10 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = api => { 2 | api.cache( true ); 3 | return { 4 | extends: 'newspack-scripts/config/babel.config.js', 5 | }; 6 | }; 7 | -------------------------------------------------------------------------------- /bin/update-translations.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd $(dirname "$(dirname "$0")") 3 | wp i18n make-pot . languages/newspack-blocks.pot --domain=newspack-blocks --package-name='Newspack Blocks' 4 | 5 | cd languages 6 | for po in newspack-blocks-*.po; do 7 | # Update translations according to the new POT file 8 | msgmerge $po newspack-blocks.pot -o $po.out 9 | mv $po.out $po 10 | msgfmt $po -o $(basename $po .po).mo 11 | # no-purge since we need the JS translations for the next run 12 | wp i18n make-json --no-purge $po . 13 | done 14 | -------------------------------------------------------------------------------- /block-list.json: -------------------------------------------------------------------------------- 1 | { 2 | "production": [ 3 | "author-list", 4 | "author-profile", 5 | "carousel", 6 | "checkout-button", 7 | "donate", 8 | "homepage-articles", 9 | "video-playlist", 10 | "iframe" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /commitlint.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { extends: [ '@commitlint/config-conventional' ] }; 2 | -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-01a5b44b8bc8d20f62541de420aa61ab.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-0662222bf15e7a1a7b74db2dabb48d6c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-0c8dad524e2a57cee4f8efb6e35387c1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-10754bc02d28d4301c103f26dbf519ce.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-351fd022e077061b5796bf7042446bfc.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":["(kein Name)"],"(no title)":["(kein Titel)"],"Choose Specific Posts":[""],"Posts":["Beitr\u00e4ge"],"Begin typing post title, click autocomplete result to select.":[""],"Authors":["Autoren"],"Categories":["Kategorien"],"Include subcategories ":[""],"Tags":["Schlagw\u00f6rter"],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-4b2ccb4e4dc8b3491228b2feb54872f2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-4f16e21047908d19937bc10ced63acd1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":["(kein Titel)"],"Categories":["Kategorien"],"Error":["Fehler"],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-501b38ac90d35730a620fb0d483702fa.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-5d4055f484eeb00e3ea0f9d8aace0897.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":["Klein"],"S":["S"],"Medium":["Mittel"],"M":["M"],"Large":["Gro\u00df"],"L":["L"],"Extra Large":["Extra Gro\u00df"],"XL":["XL"],"Extra-large":["Extra Gro\u00df"],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":["(kein Name)"],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-5f70538e0223bc8a05b922cba67da6fb.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":["Spenden"],"donate":["Spenden"],"memberships":["Mitgliedschaften"],"subscriptions":["Abonnements"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-6ed95fb4873e6e2b81351177a44995f6.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":["(kein Name)"],"(no title)":["(kein Titel)"],"Choose Specific Posts":[""],"Posts":["Beitr\u00e4ge"],"Begin typing post title, click autocomplete result to select.":[""],"Authors":["Autoren"],"Categories":["Kategorien"],"Include subcategories ":[""],"Tags":["Schlagw\u00f6rter"],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-73c6d3bde805172d1993f75397e9832d.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["von"],"post author\u0004 and ":[" und "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-7b1aa64ce2d962decc04666ab86c53de.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-912a2876091ef0dca9b26f3cfc01fc9c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-91a7ac8017d6e2159be1c5a3c1e372e4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-969286d51bb0afe10983b9aec317b5ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":["Datum anzeigen"],"Show Category":["Kategorie anzeigen"],"Show Author":["Autor anzeigen"],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-a822c3d210c89af3cb7da28eaaef929c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-aa9f9057c77a46b31d7e325a4322f2da.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-b6d3cfc30bb16d88d7bc5384bc775543.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-b712270cd4eb3cae7899b50b57bdd576.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["von"],"post author\u0004 and ":[" und "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-babcc0ca24e7f0145b1c8f647049f085.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-bb66d96d450663284550bed5a3e9113e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-c810378e74f20906b8193ea76adb6bc0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-d3a1c55a07efd1a65e227bf120840752.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-d5f23a52ecbfd492ebf819c14206a9e2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-d684e5c5ac51934ba20811c2f588e1d5.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":["Spenden"],"donate":["Spenden"],"memberships":["Mitgliedschaften"],"subscriptions":["Abonnements"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-dd56360b115d1b39c48033c1e0749a11.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-e0e4434aee4db01e71268ce3edf1dd97.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":["Standard"],"Homepage Posts":[""],"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"A block for displaying homepage posts.":[""],"block style\u0004Borders":["Rahmen"]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-e58126c278611ed6c17684ba8e7459b4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":["Datum anzeigen"],"Show Category":["Kategorie anzeigen"],"Show Author":["Autor anzeigen"],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":["Klein"],"S":["S"],"Medium":["Mittel"],"M":["M"],"Large":["Gro\u00df"],"L":["L"],"Extra Large":["Extra Gro\u00df"],"XL":["XL"],"Extra-large":["Extra Gro\u00df"],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":["(kein Name)"],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-eeb28f99adedd5fad3081d2756d6f4a4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-f8b1589c450689398f90b179f47e74ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":["(kein Titel)"],"Categories":["Kategorien"],"Error":["Fehler"],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":["Standard"],"Homepage Posts":[""],"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"A block for displaying homepage posts.":[""],"block style\u0004Borders":["Rahmen"]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/languages/newspack-blocks-de_DE.mo -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-01a5b44b8bc8d20f62541de420aa61ab.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-0662222bf15e7a1a7b74db2dabb48d6c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-0c8dad524e2a57cee4f8efb6e35387c1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-10754bc02d28d4301c103f26dbf519ce.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-351fd022e077061b5796bf7042446bfc.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-4b2ccb4e4dc8b3491228b2feb54872f2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-4f16e21047908d19937bc10ced63acd1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"(no name)":[""],"author":[""],"authors":[""],"Author List":[""],"Error fetching authors.":[""],"Author List Settings":[""],"Author Type":[""],"%s will be displayed.":[""],"Both guest authors and WP users":[""],"%s only":[""],"Guest authors":[""],"WP users":[""],"All authors":[""],"Columns":[""],"WP User Roles":[""],"Display alphabetical separators":[""],"Chunk authors alphabetically.":[""],"Group authors by alphabet":[""],"Display each alphabetical chunk as a discrete section.":[""],"Exclude authors with 0 posts":[""],"Authors with no published posts will be %s.":[""],"hidden":[""],"displayed":[""],"Search by author name":[""],"Authors selected here will not be displayed.":[""],"Avatar Size":[""],"List":[""],"Fetching authors\u2026":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-501b38ac90d35730a620fb0d483702fa.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-5d4055f484eeb00e3ea0f9d8aace0897.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-5f70538e0223bc8a05b922cba67da6fb.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-6ed95fb4873e6e2b81351177a44995f6.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-73c6d3bde805172d1993f75397e9832d.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["por"],"post author\u0004 and ":[" y "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-7b1aa64ce2d962decc04666ab86c53de.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-912a2876091ef0dca9b26f3cfc01fc9c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-91a7ac8017d6e2159be1c5a3c1e372e4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-969286d51bb0afe10983b9aec317b5ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-a822c3d210c89af3cb7da28eaaef929c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-aa9f9057c77a46b31d7e325a4322f2da.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-b6d3cfc30bb16d88d7bc5384bc775543.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-b712270cd4eb3cae7899b50b57bdd576.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["por"],"post author\u0004 and ":[" y "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-babcc0ca24e7f0145b1c8f647049f085.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-bb66d96d450663284550bed5a3e9113e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-c810378e74f20906b8193ea76adb6bc0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-d3a1c55a07efd1a65e227bf120840752.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-d5f23a52ecbfd492ebf819c14206a9e2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-d684e5c5ac51934ba20811c2f588e1d5.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-dd56360b115d1b39c48033c1e0749a11.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-e0e4434aee4db01e71268ce3edf1dd97.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-e58126c278611ed6c17684ba8e7459b4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-ea3e2a660753c7bfa13b5bbd8a46bdd0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-eeb28f99adedd5fad3081d2756d6f4a4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-f8b1589c450689398f90b179f47e74ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/languages/newspack-blocks-es_ES.mo -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-01a5b44b8bc8d20f62541de420aa61ab.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-0662222bf15e7a1a7b74db2dabb48d6c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-0c8dad524e2a57cee4f8efb6e35387c1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-10754bc02d28d4301c103f26dbf519ce.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-351fd022e077061b5796bf7042446bfc.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-4b2ccb4e4dc8b3491228b2feb54872f2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-4f16e21047908d19937bc10ced63acd1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"(no name)":[""],"author":[""],"authors":[""],"Author List":[""],"Error fetching authors.":[""],"Author List Settings":[""],"Author Type":[""],"%s will be displayed.":[""],"Both guest authors and WP users":[""],"%s only":[""],"Guest authors":[""],"WP users":[""],"All authors":[""],"Columns":[""],"WP User Roles":[""],"Display alphabetical separators":[""],"Chunk authors alphabetically.":[""],"Group authors by alphabet":[""],"Display each alphabetical chunk as a discrete section.":[""],"Exclude authors with 0 posts":[""],"Authors with no published posts will be %s.":[""],"hidden":[""],"displayed":[""],"Search by author name":[""],"Authors selected here will not be displayed.":[""],"Avatar Size":[""],"List":[""],"Fetching authors\u2026":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-501b38ac90d35730a620fb0d483702fa.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-5d4055f484eeb00e3ea0f9d8aace0897.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-5f70538e0223bc8a05b922cba67da6fb.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-6ed95fb4873e6e2b81351177a44995f6.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-73c6d3bde805172d1993f75397e9832d.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["par"],"post author\u0004 and ":[" et "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-7b1aa64ce2d962decc04666ab86c53de.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-912a2876091ef0dca9b26f3cfc01fc9c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-91a7ac8017d6e2159be1c5a3c1e372e4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-969286d51bb0afe10983b9aec317b5ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-a822c3d210c89af3cb7da28eaaef929c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-aa9f9057c77a46b31d7e325a4322f2da.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-b6d3cfc30bb16d88d7bc5384bc775543.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-b712270cd4eb3cae7899b50b57bdd576.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["par"],"post author\u0004 and ":[" et "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-babcc0ca24e7f0145b1c8f647049f085.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-bb66d96d450663284550bed5a3e9113e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-c810378e74f20906b8193ea76adb6bc0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-d3a1c55a07efd1a65e227bf120840752.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-d5f23a52ecbfd492ebf819c14206a9e2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-d684e5c5ac51934ba20811c2f588e1d5.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-dd56360b115d1b39c48033c1e0749a11.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-e0e4434aee4db01e71268ce3edf1dd97.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-e58126c278611ed6c17684ba8e7459b4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-eeb28f99adedd5fad3081d2756d6f4a4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-f8b1589c450689398f90b179f47e74ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-fr_BE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/languages/newspack-blocks-fr_BE.mo -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-01a5b44b8bc8d20f62541de420aa61ab.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-0662222bf15e7a1a7b74db2dabb48d6c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-0c8dad524e2a57cee4f8efb6e35387c1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-10754bc02d28d4301c103f26dbf519ce.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-351fd022e077061b5796bf7042446bfc.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-4b2ccb4e4dc8b3491228b2feb54872f2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-4f16e21047908d19937bc10ced63acd1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-501b38ac90d35730a620fb0d483702fa.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-5d4055f484eeb00e3ea0f9d8aace0897.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-5f70538e0223bc8a05b922cba67da6fb.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-6ed95fb4873e6e2b81351177a44995f6.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":[""],"(no title)":[""],"Choose Specific Posts":[""],"Posts":[""],"Begin typing post title, click autocomplete result to select.":[""],"Authors":[""],"Categories":[""],"Include subcategories ":[""],"Tags":[""],"Hide Advanced Filters":[""],"Show Advanced Filters":[""],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-73c6d3bde805172d1993f75397e9832d.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["av"],"post author\u0004 and ":[" og "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-7b1aa64ce2d962decc04666ab86c53de.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-912a2876091ef0dca9b26f3cfc01fc9c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-91a7ac8017d6e2159be1c5a3c1e372e4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-969286d51bb0afe10983b9aec317b5ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-a822c3d210c89af3cb7da28eaaef929c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-aa9f9057c77a46b31d7e325a4322f2da.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-b6d3cfc30bb16d88d7bc5384bc775543.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-b712270cd4eb3cae7899b50b57bdd576.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["av"],"post author\u0004 and ":[" og "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-babcc0ca24e7f0145b1c8f647049f085.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-bb66d96d450663284550bed5a3e9113e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-c810378e74f20906b8193ea76adb6bc0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-d3a1c55a07efd1a65e227bf120840752.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-d5f23a52ecbfd492ebf819c14206a9e2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-d684e5c5ac51934ba20811c2f588e1d5.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Donate":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-dd56360b115d1b39c48033c1e0749a11.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":[""],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-e0e4434aee4db01e71268ce3edf1dd97.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-e58126c278611ed6c17684ba8e7459b4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":[""],"Show Author":[""],"Show Author Avatar":[""],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-ea3e2a660753c7bfa13b5bbd8a46bdd0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Small":[""],"S":[""],"Medium":[""],"M":[""],"Large":[""],"L":[""],"Extra Large":[""],"XL":[""],"Extra-large":[""],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":[""],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-eeb28f99adedd5fad3081d2756d6f4a4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-f8b1589c450689398f90b179f47e74ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"(no title)":[""],"Categories":[""],"Error":[""],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nb_NO","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":[""],"Homepage Posts":[""],"posts":[""],"articles":[""],"latest":[""],"A block for displaying homepage posts.":[""],"block style\u0004Borders":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-nb_NO.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/languages/newspack-blocks-nb_NO.mo -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-01a5b44b8bc8d20f62541de420aa61ab.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-0662222bf15e7a1a7b74db2dabb48d6c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-0c8dad524e2a57cee4f8efb6e35387c1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-10754bc02d28d4301c103f26dbf519ce.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":["Padr\u00e3o"],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-351fd022e077061b5796bf7042446bfc.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"(no name)":["(sem nome)"],"(no title)":["(sem t\u00edtulo)"],"Choose Specific Posts":[""],"Posts":["Posts"],"Begin typing post title, click autocomplete result to select.":[""],"Authors":["Autores"],"Categories":["Categorias"],"Include subcategories ":[""],"Tags":["Tags"],"Hide Advanced Filters":[""],"Show Advanced Filters":["Mostrar filtros avan\u00e7ados"],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-4b2ccb4e4dc8b3491228b2feb54872f2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-4f16e21047908d19937bc10ced63acd1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"(no title)":["(sem t\u00edtulo)"],"Categories":["Categorias"],"Error":["Erro"],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-501b38ac90d35730a620fb0d483702fa.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"dist\/placeholder_blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-5d4055f484eeb00e3ea0f9d8aace0897.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Small":["Pequeno"],"S":["S"],"Medium":["M\u00e9dio"],"M":["M"],"Large":["Amplo"],"L":["L"],"Extra Large":["Extra grande"],"XL":["XL"],"Extra-large":["Extra grande"],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":["(sem nome)"],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-5f70538e0223bc8a05b922cba67da6fb.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Donate":["Doa\u00e7\u00e3o"],"donate":[""],"memberships":["Associa\u00e7\u00f5es"],"subscriptions":["assinaturas"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-6ed95fb4873e6e2b81351177a44995f6.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/query-controls.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"(no name)":["(sem nome)"],"(no title)":["(sem t\u00edtulo)"],"Choose Specific Posts":[""],"Posts":["Posts"],"Begin typing post title, click autocomplete result to select.":[""],"Authors":["Autores"],"Categories":["Categorias"],"Include subcategories ":[""],"Tags":["Tags"],"Hide Advanced Filters":[""],"Show Advanced Filters":["Mostrar filtros avan\u00e7ados"],"Excluded Tags":[""],"Excluded Categories":[""],"Excluded %s":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-73c6d3bde805172d1993f75397e9832d.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["por"],"post author\u0004 and ":[" e "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Hide iframe preview":[""],"Show iframe preview":[""],"This block will take over the page content.":[""],"Newspack embedded iframe":[""],"An error occured when uploading the iframe archive.":[""],"An error occured when setting the iframe from the archive media.":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Width":[""],"Height":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-7b1aa64ce2d962decc04666ab86c53de.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-912a2876091ef0dca9b26f3cfc01fc9c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/setup\/placeholder-blocks.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Ad Unit":[""],"Render an ad unit from your inventory.":[""],"Place ad units inside your page by installing Newspack Ads.":[""],"The \"%s\" block is currently not available.":[""],"Visit Plugin Page":[""],"Remove Block":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-91a7ac8017d6e2159be1c5a3c1e372e4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/single-author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"More by":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-969286d51bb0afe10983b9aec317b5ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":["Mostrar Categoria"],"Show Author":["Mostrar Autor"],"Show Author Avatar":["Mostrar Autor Avatar"],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":["Padr\u00e3o"],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-a822c3d210c89af3cb7da28eaaef929c.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Support reference":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-aa9f9057c77a46b31d7e325a4322f2da.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-b6d3cfc30bb16d88d7bc5384bc775543.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Width settings":[""],"Button width":[""],"Click to change the selected product":[""],"Change the selected product":[""],"Type to search for a product\u2026":[""],"Select a product":[""],"Cancel":[""],"Product":[""],"Allow the reader to select the variation before checkout.":[""],"Variation":[""],"Select the product variation to be added to cart.":[""],"After purchase":[""],"Name Your Price":[""],"This product has \"Name Your Price\" toggled on. You can set the custom price for this checkout.":[""],"Suggested price:":[""],"Minimum price:":[""],"Maximum price:":[""],"Custom Price":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-b712270cd4eb3cae7899b50b57bdd576.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/shared\/js\/utils.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Draft":[""],"Scheduled":[""],"post author\u0004by":["por"],"post author\u0004 and ":[" e "]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-babcc0ca24e7f0145b1c8f647049f085.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-bb66d96d450663284550bed5a3e9113e.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-profile\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Author Profile":[""],"author":[""],"profile":[""],"block style\u0004Default":["Padr\u00e3o"],"block style\u0004Centered":[""],"Display an author profile card.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-c810378e74f20906b8193ea76adb6bc0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/dist\/carousel\/view.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-d3a1c55a07efd1a65e227bf120840752.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/carousel\/create-swiper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-d5f23a52ecbfd492ebf819c14206a9e2.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"YouTube Video Playlist":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-d684e5c5ac51934ba20811c2f588e1d5.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/donate\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Donate":["Doa\u00e7\u00e3o"],"donate":[""],"memberships":["Associa\u00e7\u00f5es"],"subscriptions":["assinaturas"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Alternate":[""],"Minimal":[""],"Modern":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-dd56360b115d1b39c48033c1e0749a11.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":["Padr\u00e3o"],"block style\u0004Centered":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-e0e4434aee4db01e71268ce3edf1dd97.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"block style\u0004Default":["Padr\u00e3o"],"Homepage Posts":[""],"posts":["posts"],"articles":["artigos"],"latest":["mais recente"],"A block for displaying homepage posts.":[""],"block style\u0004Borders":["Bordas"]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-e58126c278611ed6c17684ba8e7459b4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/carousel\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Slide Aspect Ratio":[""],"Image Fit":[""],"Cover":[""],"Contain":[""],"Article Meta Settings":[""],"Show Title":[""],"Show Date":[""],"Show Category":["Mostrar Categoria"],"Show Author":["Mostrar Autor"],"Show Author Avatar":["Mostrar Autor Avatar"],"Show Featured Image Caption":[""],"Show Featured Image Credit":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-ea3e2a660753c7bfa13b5bbd8a46bdd0.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/shared\/author.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Small":["Pequeno"],"S":["S"],"Medium":["M\u00e9dio"],"M":["M"],"Large":["Amplo"],"L":["L"],"Extra Large":["Extra grande"],"XL":["XL"],"Extra-large":["Extra grande"],"No authors or guest authors found for ID %s.":[""],"Author Profile Settings":[""],"Text Size":[""],"Avatar Settings":[""],"Display avatar":[""],"Hide default avatar":[""],"Avatar size":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Author Profile":[""],"Fetching author info\u2026":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"(no name)":["(sem nome)"],"author":[""],"authors":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-eeb28f99adedd5fad3081d2756d6f4a4.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/components\/editor-panels.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-f8b1589c450689398f90b179f47e74ee.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/video-playlist\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"(no title)":["(sem t\u00edtulo)"],"Categories":["Categorias"],"Error":["Erro"],"No videos found":[""],"Settings":[""],"Videos":[""],"The maximum number of videos to pull from posts.":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"release\/newspack-blocks\/src\/blocks\/iframe\/iframe-placeholder.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"Upload a document file (PDF, Word, Excel sheet, or a PPT), choose one from the media library, %s.":[""],"embed from a URL, or upload a .zip archive containing HTML assets":[""],"or embed from a URL":[""],"Update":[""],"Upload":[""],"Media Library":[""],"Update from URL":[""],"Embed from URL":[""]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.8.1","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt","plural-forms":"nplurals=2; plural=(n > 1);"},"block style\u0004Default":["Padr\u00e3o"],"Homepage Posts":[""],"posts":["posts"],"articles":["artigos"],"latest":["mais recente"],"A block for displaying homepage posts.":[""],"block style\u0004Borders":["Bordas"]}}} -------------------------------------------------------------------------------- /languages/newspack-blocks-pt_PT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/languages/newspack-blocks-pt_PT.mo -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | ./tests/ 13 | ./tests/test-sample.php 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/assets/placeholder-1024x536.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-1024x536.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-600x800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-600x800.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-800x600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-800x600.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-800x800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-800x800.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-donations-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-donations-cover.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-donations-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-donations-image.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-subscribe-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-subscribe-cover.jpg -------------------------------------------------------------------------------- /src/assets/placeholder-subscribe-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/newspack-blocks/f16ea93855b33a6513ca018899e8afe89759f51e/src/assets/placeholder-subscribe-image.jpg -------------------------------------------------------------------------------- /src/block-patterns/donations-1.php: -------------------------------------------------------------------------------- 1 | __( 'Donations Pattern 1', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n

" . $donations_title . "

\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 910, 12 | 'categories' => array( 'newspack-donations' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/donations-2.php: -------------------------------------------------------------------------------- 1 | __( 'Donations Pattern 2', 'newspack-blocks' ), 10 | 'content' => "\n

" . $donations_title . "

\n\n\n\n
\n
\n

" . $donations_desc . "

\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 910, 12 | 'categories' => array( 'newspack-donations' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-11.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 11', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-12.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 12', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-13.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 13', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-14.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 14', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n\n\n\n
\n\n\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-15.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 15', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1280, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-17.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 17', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-19.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 19', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1280, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-22.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 22', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-23.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 23', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-24.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 24', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-25.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 25', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-27.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 27', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-28.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 28', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-3.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 3', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-31.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 31', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-4.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 4', 'newspack-blocks' ), 10 | 'content' => '', 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-7.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 7', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1000, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-8.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 8', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1280, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-patterns/homepage-posts-9.php: -------------------------------------------------------------------------------- 1 | __( 'Content Loop Pattern 9', 'newspack-blocks' ), 10 | 'content' => "\n
\n
\n\n\n\n
\n
\n", 11 | 'viewportWidth' => 1280, 12 | 'categories' => array( 'newspack-homepage-posts' ), 13 | ); 14 | -------------------------------------------------------------------------------- /src/block-styles/core/columns/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * External dependencies 3 | */ 4 | import { registerBlockStyle } from '@wordpress/blocks'; 5 | import './editor.scss'; 6 | 7 | registerBlockStyle( 'core/columns', { 8 | name: 'borders', 9 | label: 'Borders', 10 | } ); 11 | 12 | registerBlockStyle( 'core/columns', { 13 | name: 'first-col-to-second', 14 | label: 'Move first column to second', 15 | } ); 16 | 17 | registerBlockStyle( 'core/columns', { 18 | name: 'first-col-to-third', 19 | label: 'Move first column to third', 20 | } ); 21 | -------------------------------------------------------------------------------- /src/block-styles/core/group/editor.scss: -------------------------------------------------------------------------------- 1 | @use "../../../shared/sass/variables"; 2 | @use "../../../shared/sass/mixins"; 3 | 4 | .block-editor-block-list__layout 5 | .block-editor-block-list__block[data-align="left"] 6 | .block-editor-block-list__block-edit 7 | .block-editor-block-list__block-edit, 8 | .block-editor-block-list__layout 9 | .block-editor-block-list__block[data-align="right"] 10 | .block-editor-block-list__block-edit 11 | .block-editor-block-list__block-edit { 12 | float: none; 13 | } 14 | 15 | .wp-block-group { 16 | &.is-style-border { 17 | border: 1px solid variables.$color__border; 18 | 19 | &:not(.has-background) { 20 | padding: 20px 30px; 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/block-styles/core/group/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * External dependencies 3 | */ 4 | import { addFilter } from '@wordpress/hooks'; 5 | import { registerBlockStyle } from '@wordpress/blocks'; 6 | import './editor.scss'; 7 | 8 | addFilter( 'blocks.registerBlockType', 'newspack-blocks', ( settings, name ) => { 9 | if ( name === 'core/group' ) { 10 | const { supports } = settings; 11 | const { align } = supports; 12 | if ( align.indexOf( 'left' ) === -1 ) { 13 | align.push( 'left' ); 14 | } 15 | if ( align.indexOf( 'right' ) === -1 ) { 16 | align.push( 'right' ); 17 | } 18 | } 19 | return settings; 20 | } ); 21 | 22 | registerBlockStyle( 'core/group', { 23 | name: 'border', 24 | label: 'Border', 25 | } ); 26 | -------------------------------------------------------------------------------- /src/block-styles/core/group/view.scss: -------------------------------------------------------------------------------- 1 | @use "../../../shared/sass/variables"; 2 | @use "../../../shared/sass/mixins"; 3 | 4 | .wp-block-group { 5 | &.is-style-border { 6 | border: 1px solid variables.$color__border; 7 | 8 | &:not(.has-background) { 9 | padding: 20px 30px; 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/block-styles/view.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import './core/columns/view.scss'; 5 | import './core/group/view.scss'; 6 | -------------------------------------------------------------------------------- /src/blocks/author-list/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/author-list/editor.scss: -------------------------------------------------------------------------------- 1 | @use "view.scss"; 2 | -------------------------------------------------------------------------------- /src/blocks/author-list/view.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Style dependencies 3 | */ 4 | 5 | import './view.scss'; 6 | -------------------------------------------------------------------------------- /src/blocks/author-list/view.scss: -------------------------------------------------------------------------------- 1 | .wp-block-newspack-blocks-author-list { 2 | .newspack-blocks__author-list-container { 3 | list-style: none; 4 | margin-left: 0; 5 | margin-right: 0; 6 | padding-left: 0; 7 | padding-right: 0; 8 | 9 | .newspack-blocks__author-list-item { 10 | display: inline-block; 11 | margin-bottom: 2.5rem; 12 | width: 100%; 13 | } 14 | } 15 | 16 | .is-columns { 17 | column-width: auto; 18 | page-break-inside: avoid; 19 | break-inside: avoid; 20 | } 21 | 22 | .columns-2 { 23 | column-count: 2; 24 | } 25 | 26 | .columns-3 { 27 | column-count: 3; 28 | } 29 | 30 | .columns-4 { 31 | column-count: 4; 32 | } 33 | 34 | .columns-5 { 35 | column-count: 5; 36 | } 37 | 38 | .columns-6 { 39 | column-count: 6; 40 | } 41 | 42 | h2.newspack-blocks__author-list-separator { 43 | margin-bottom: 0; 44 | margin-top: 0; 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /src/blocks/author-profile/block.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "author-profile", 3 | "category": "newspack", 4 | "apiVersion": 3, 5 | "attributes": { 6 | "className": { 7 | "type": "string", 8 | "default": "" 9 | }, 10 | "authorId": { 11 | "type": "number", 12 | "default": 0 13 | }, 14 | "isGuestAuthor": { 15 | "type": "boolean", 16 | "default": true 17 | }, 18 | "showBio": { 19 | "type": "boolean", 20 | "default": true 21 | }, 22 | "showSocial": { 23 | "type": "boolean", 24 | "default": true 25 | }, 26 | "showEmail": { 27 | "type": "boolean", 28 | "default": true 29 | }, 30 | "showArchiveLink": { 31 | "type": "boolean", 32 | "default": true 33 | }, 34 | "textSize": { 35 | "type": "string", 36 | "default": "medium" 37 | }, 38 | "showAvatar": { 39 | "type": "boolean", 40 | "default": true 41 | }, 42 | "avatarAlignment": { 43 | "type": "string", 44 | "default": "left" 45 | }, 46 | "avatarBorderRadius": { 47 | "type": "string", 48 | "default": "50%" 49 | }, 50 | "avatarSize": { 51 | "type": "number", 52 | "default": 128 53 | }, 54 | "avatarHideDefault": { 55 | "type": "boolean", 56 | "default": false 57 | } 58 | } 59 | } -------------------------------------------------------------------------------- /src/blocks/author-profile/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/author-profile/editor.scss: -------------------------------------------------------------------------------- 1 | @use "view"; 2 | @use "../../shared/sass/mixins"; 3 | 4 | .editor-styles-wrapper { 5 | .wp-block-newspack-blocks-author-profile { 6 | .components-notice { 7 | margin: 0 0 2rem; 8 | width: 100%; 9 | } 10 | 11 | .is-loading { 12 | align-items: center; 13 | display: flex; 14 | 15 | .components-spinner { 16 | margin-right: 0; 17 | margin-top: 0; 18 | } 19 | } 20 | 21 | a.no-op { 22 | pointer-events: none; 23 | } 24 | 25 | p { 26 | font-size: 1em; 27 | } 28 | 29 | &__bio { 30 | @include mixins.media( mobile ) { 31 | flex: 4; 32 | 33 | h3 { 34 | margin-top: 0; 35 | } 36 | } 37 | } 38 | 39 | &__social-links { 40 | list-style: none; 41 | margin: -8px; 42 | padding: 0; 43 | 44 | li { 45 | margin: 8px; 46 | } 47 | } 48 | } 49 | 50 | .wp-block-group { 51 | &.has-text-color { 52 | .wp-block-newspack-blocks-author-profile a { 53 | color: inherit; 54 | } 55 | } 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /src/blocks/author-profile/view.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Style dependencies 3 | */ 4 | 5 | import './view.scss'; 6 | -------------------------------------------------------------------------------- /src/blocks/carousel/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/carousel/editor.scss: -------------------------------------------------------------------------------- 1 | @use "../../shared/sass/placeholder"; 2 | 3 | .wp-block-newspack-blocks-carousel { 4 | .swiper-wrapper { 5 | height: auto; 6 | pointer-events: none; 7 | } 8 | .entry-title { 9 | color: white; 10 | } 11 | a { 12 | color: inherit; 13 | 14 | &:active, 15 | &:focus, 16 | &:hover { 17 | color: rgba(255, 255, 255, 0.75); 18 | } 19 | } 20 | .post-thumbnail img { 21 | display: block; 22 | } 23 | &__placeholder { 24 | height: 100%; 25 | } 26 | .swiper-pagination-bullet.swiper-pagination-bullet-active { 27 | opacity: 1; 28 | width: 24px; 29 | } 30 | &.hide-controls { 31 | button { 32 | display: none; 33 | visibility: hidden; 34 | } 35 | } 36 | 37 | // Work around RawHTML `
` encapsulation. 38 | .entry-meta div.byline-container { 39 | display: inline; 40 | display: flex; 41 | align-items: center; 42 | margin-right: 1.5em; 43 | } 44 | } 45 | .editor-block-list__layout .editor-block-list__block .wpnbpc .entry-title a, 46 | .editor-block-list__layout .editor-block-list__block .wpnbpc .entry-meta .byline a { 47 | color: inherit; 48 | } 49 | -------------------------------------------------------------------------------- /src/blocks/checkout-button/edit.scss: -------------------------------------------------------------------------------- 1 | @use "../../shared/sass/colors"; 2 | 3 | .newspack-checkout-button { 4 | &__product-field { 5 | &__selected { 6 | .components-button { 7 | display: block; 8 | width: 100%; 9 | text-align: left; 10 | } 11 | } 12 | &__error { 13 | color: colors.$color__error; 14 | font-size: 0.9em; 15 | margin-top: 0.5em; 16 | } 17 | /* Workaround for hard-coded help text in FormTokenField. */ 18 | .components-form-token-field__help { 19 | display: none; 20 | } 21 | &__tokenfield { 22 | position: relative; 23 | .components-spinner { 24 | position: absolute; 25 | top: 2em; 26 | right: 0; 27 | } 28 | } 29 | } 30 | } 31 | 32 | .wp-block-newspack-blocks-checkout-button { 33 | [data-align="center"] & { 34 | display: flex; 35 | flex-direction: column; 36 | } 37 | &__button { 38 | width: auto; 39 | 40 | [data-align="full"] &, 41 | [data-align="wide"] & { 42 | width: 100%; 43 | } 44 | [data-align="center"] & { 45 | margin-left: auto; 46 | margin-right: auto; 47 | } 48 | } 49 | } 50 | 51 | -------------------------------------------------------------------------------- /src/blocks/checkout-button/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies 3 | */ 4 | import { addFilter } from '@wordpress/hooks'; 5 | import { registerBlockType } from '@wordpress/blocks'; 6 | 7 | /** 8 | * Internal dependencies 9 | */ 10 | import { name, settings } from '.'; 11 | 12 | registerBlockType( name, settings ); 13 | 14 | addFilter( 15 | 'blockEditor.useSetting.before', 16 | 'newspack-blocks/add-border-radius-support', 17 | ( value, path, clientId, blockName ) => { 18 | if ( path === 'border.radius' && blockName === 'newspack-blocks/checkout-button' ) { 19 | return true; 20 | } 21 | return value; 22 | } 23 | ); 24 | -------------------------------------------------------------------------------- /src/blocks/checkout-button/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies 3 | */ 4 | import { button } from '@wordpress/icons'; 5 | 6 | /** 7 | * Internal dependencies 8 | */ 9 | import edit from './edit'; 10 | import metadata from './block.json'; 11 | import deprecated from './deprecated'; 12 | 13 | const { name } = metadata; 14 | 15 | // Name must be exported separately. 16 | export { name }; 17 | 18 | export const settings = { 19 | ...metadata, 20 | icon: { 21 | src: button, 22 | foreground: '#406ebc', 23 | }, 24 | edit, 25 | deprecated, 26 | save: () => null, // to use view.php. 27 | }; 28 | -------------------------------------------------------------------------------- /src/blocks/checkout-button/view.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import './view.scss'; 5 | -------------------------------------------------------------------------------- /src/blocks/checkout-button/view.scss: -------------------------------------------------------------------------------- 1 | .wp-block-newspack-blocks-checkout-button { 2 | &.alignwide, 3 | &.alignfull { 4 | button { 5 | width: 100%; 6 | } 7 | } 8 | &.aligncenter { 9 | form { 10 | display: flex; 11 | flex-direction: column; 12 | } 13 | button { 14 | margin-left: auto; 15 | margin-right: auto; 16 | } 17 | } 18 | 19 | &.wp-block-button__width-25 button { 20 | width: 25%; 21 | } 22 | &.wp-block-button__width-50 button { 23 | width: 50%; 24 | } 25 | &.wp-block-button__width-75 button { 26 | width: 75%; 27 | } 28 | &.wp-block-button__width-100 button { 29 | width: 100%; 30 | } 31 | 32 | .wp-block-button__link { 33 | display: inline-block; 34 | width: auto; 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /src/blocks/donate/consts.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies 3 | */ 4 | import { __ } from '@wordpress/i18n'; 5 | 6 | /** 7 | * Internal dependencies 8 | */ 9 | import type { DonationFrequencySlug, DonateBlockAttributes } from './types'; 10 | 11 | export const FREQUENCIES: { [ Key in DonationFrequencySlug as string ]: string } = { 12 | once: __( 'One-time', 'newspack-blocks' ), 13 | month: __( 'Monthly', 'newspack-blocks' ), 14 | year: __( 'Annually', 'newspack-blocks' ), 15 | }; 16 | 17 | export const FREQUENCY_SLUGS: DonationFrequencySlug[] = Object.keys( 18 | FREQUENCIES 19 | ) as DonationFrequencySlug[]; 20 | 21 | export const LAYOUT_OPTIONS: { label: string; key: DonateBlockAttributes[ 'layoutOption' ] }[] = [ 22 | { label: __( 'Frequency', 'newspack-blocks' ), key: 'frequency' }, 23 | { label: __( 'Tiers', 'newspack-blocks' ), key: 'tiers' }, 24 | ]; 25 | 26 | // The item at fourth position is the "other" value, it is not a tier. 27 | export const DISABLED_IN_TIERS_BASED_LAYOUT_TIER_INDEX = 3; 28 | -------------------------------------------------------------------------------- /src/blocks/donate/edit/components/index.tsx: -------------------------------------------------------------------------------- 1 | export { default as AmountValueInput } from './AmountValueInput'; 2 | -------------------------------------------------------------------------------- /src/blocks/donate/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/donate/styles/view.scss: -------------------------------------------------------------------------------- 1 | @use "../../../shared/sass/colors"; 2 | @use "../../../shared/sass/variables"; 3 | 4 | @use "./style-variations"; 5 | 6 | .wpbnbd { 7 | &__button, 8 | .tab-container .freq-label { 9 | border: 0 solid variables.$color__border; 10 | background: colors.$color__background-body; 11 | color: colors.$color__text-light; 12 | line-height: variables.$font__line-height-body; 13 | text-overflow: ellipsis; 14 | text-align: center; 15 | &--active, 16 | &:focus, 17 | &:hover { 18 | color: colors.$color__text-main; 19 | } 20 | } 21 | 22 | &__tiers__amount__value, 23 | .tier-frequency { 24 | font-size: 13px; 25 | } 26 | 27 | .woocommerce-Price-amount, 28 | .price-amount { 29 | display: inline; 30 | font-family: var(--newspack-theme-font-heading, sans-serif); 31 | font-size: 29px; 32 | font-weight: 700; 33 | } 34 | 35 | mark { 36 | background-color: transparent; 37 | } 38 | 39 | &--selected { 40 | &-other { 41 | .wp-block-newspack-blocks-donate__frequency-label { 42 | display: none; 43 | } 44 | } 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /src/blocks/donate/tiers-based/types.ts: -------------------------------------------------------------------------------- 1 | import { parseTiersBasedConfig } from './utils'; 2 | 3 | export type Configuration = ReturnType< typeof parseTiersBasedConfig >; 4 | -------------------------------------------------------------------------------- /src/blocks/donate/tiers-based/utils.test.js: -------------------------------------------------------------------------------- 1 | import { parseTiersBasedConfig } from './utils'; 2 | 3 | describe( 'tiers-based config processing', () => { 4 | it( 'decodes a tiers-based config', () => { 5 | expect( 6 | parseTiersBasedConfig( 7 | '["donation_frequency","donation_value_","once",[{"heading":"Small"},{"heading":"Medium"},{"heading":"Large"}],{"once":[9,20,90,20],"month":[7,15,30,15],"year":[84,180,360,180]},"February 09, 2024","January 09, 2025","#dd3333"]' 8 | ) 9 | ).toEqual( { 10 | amounts: { 11 | month: [ 7, 15, 30, 15 ], 12 | once: [ 9, 20, 90, 20 ], 13 | year: [ 84, 180, 360, 180 ], 14 | }, 15 | buttonColor: '#dd3333', 16 | initialFrequency: 'once', 17 | params: { 18 | frequency: 'donation_frequency', 19 | tierPrefix: 'donation_value_', 20 | }, 21 | renewsAt: { 22 | month: 'February 09, 2024', 23 | year: 'January 09, 2025', 24 | }, 25 | tiersBasedOptions: [ 26 | { 27 | heading: 'Small', 28 | }, 29 | { 30 | heading: 'Medium', 31 | }, 32 | { 33 | heading: 'Large', 34 | }, 35 | ], 36 | } ); 37 | } ); 38 | } ); 39 | -------------------------------------------------------------------------------- /src/blocks/donate/tiers-based/utils.ts: -------------------------------------------------------------------------------- 1 | export const parseTiersBasedConfig = ( rawConfig = '' ) => { 2 | try { 3 | const items = JSON.parse( rawConfig ); 4 | return { 5 | params: { 6 | frequency: items[ 0 ], 7 | tierPrefix: items[ 1 ], 8 | }, 9 | initialFrequency: items[ 2 ], 10 | tiersBasedOptions: items[ 3 ], 11 | amounts: items[ 4 ], 12 | renewsAt: { 13 | month: items[ 5 ] as string, 14 | year: items[ 6 ] as string, 15 | }, 16 | buttonColor: items[ 7 ], 17 | }; 18 | } catch ( error ) { 19 | return false; 20 | } 21 | }; 22 | -------------------------------------------------------------------------------- /src/blocks/donate/view.php: -------------------------------------------------------------------------------- 1 | $block_json['attributes'], 23 | 'render_callback' => 'Newspack_Blocks_Donate_Renderer::render', 24 | 'supports' => $block_json['supports'], 25 | ] 26 | ); 27 | } 28 | add_action( 'init', 'newspack_blocks_register_donate' ); 29 | -------------------------------------------------------------------------------- /src/blocks/homepage-articles/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | 6 | /** 7 | * Internal dependencies 8 | */ 9 | import { settings, name } from '.'; 10 | import { name as carouselBlockName } from '../carousel'; 11 | import { registerQueryStore } from './store'; 12 | 13 | const BLOCK_NAME = `newspack-blocks/${ name }`; 14 | 15 | registerBlockType( BLOCK_NAME, settings ); 16 | registerQueryStore( [ BLOCK_NAME, `newspack-blocks/${ carouselBlockName }` ] ); 17 | -------------------------------------------------------------------------------- /src/blocks/homepage-articles/templates/articles-list.php: -------------------------------------------------------------------------------- 1 | $data['attributes'], // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 16 | 'article_query' => $data['article_query'], // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 17 | ) 18 | ); 19 | }, 20 | $data // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable 21 | ); 22 | -------------------------------------------------------------------------------- /src/blocks/homepage-articles/templates/articles-loop.php: -------------------------------------------------------------------------------- 1 | have_posts() ) { 22 | $article_query->the_post(); 23 | if ( Newspack_Blocks::should_deduplicate_block( $attributes ) ) { 24 | $newspack_blocks_post_id[ get_the_ID() ] = true; 25 | } 26 | echo Newspack_Blocks::template_inc( __DIR__ . '/article.php', array( 'attributes' => $attributes ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 27 | } 28 | 29 | Newspack_Blocks::remove_excerpt_filter(); 30 | 31 | do_action( 'newspack_blocks_homepage_posts_after_render' ); 32 | wp_reset_postdata(); 33 | }, 34 | $data // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable 35 | ); 36 | -------------------------------------------------------------------------------- /src/blocks/iframe/block.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "iframe", 3 | "category": "newspack", 4 | "apiVersion": 3, 5 | "attributes": { 6 | "className": { 7 | "type": "string", 8 | "default": "" 9 | }, 10 | "src": { 11 | "type": "string", 12 | "default": "" 13 | }, 14 | "archiveFolder": { 15 | "type": "string", 16 | "default": "" 17 | }, 18 | "height": { 19 | "type": "string", 20 | "default": "600px" 21 | }, 22 | "width": { 23 | "type": "string", 24 | "default": "100%" 25 | }, 26 | "isFullScreen": { 27 | "type": "boolean", 28 | "default": false 29 | }, 30 | "mode": { 31 | "type": "string", 32 | "default": "iframe" 33 | } 34 | } 35 | } -------------------------------------------------------------------------------- /src/blocks/iframe/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/iframe/icons.js: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies 3 | */ 4 | import { Path, SVG } from '@wordpress/components'; 5 | 6 | export const iframeIcon = ( 7 | 8 | 9 | 10 | ); 11 | -------------------------------------------------------------------------------- /src/blocks/iframe/view.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Style dependencies 3 | */ 4 | 5 | import './view.scss'; 6 | -------------------------------------------------------------------------------- /src/blocks/iframe/view.scss: -------------------------------------------------------------------------------- 1 | body.newspack-post-with-fullscreen-iframe { 2 | #page { 3 | visibility: hidden; 4 | } 5 | 6 | .wp-block-newspack-blocks-iframe { 7 | visibility: visible; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/blocks/video-playlist/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import { registerBlockType } from '@wordpress/blocks'; 5 | import { name, settings } from '.'; 6 | 7 | registerBlockType( `newspack-blocks/${ name }`, settings ); 8 | -------------------------------------------------------------------------------- /src/blocks/video-playlist/editor.scss: -------------------------------------------------------------------------------- 1 | @use "../../shared/sass/colors"; 2 | @use "../../shared/sass/placeholder"; 3 | 4 | /** 5 | * Prevents interaction with the player until the block is focused. 6 | */ 7 | .wpbnbvp__overlay { 8 | align-content: center; 9 | background-color: rgba(255, 255, 255, 0.9); 10 | display: flex; 11 | flex-direction: column; 12 | justify-content: center; 13 | left: 0; 14 | height: 100%; 15 | position: absolute; 16 | text-align: center; 17 | top: 0; 18 | width: 100%; 19 | } 20 | 21 | .wpbnbvp-preview { 22 | position: relative; 23 | } 24 | -------------------------------------------------------------------------------- /src/components/autocomplete-tokenfield.scss: -------------------------------------------------------------------------------- 1 | @use "~@wordpress/base-styles/colors" as wp-colors; 2 | 3 | .autocomplete-tokenfield { 4 | max-width: 100%; 5 | position: relative; 6 | 7 | .components-spinner { 8 | bottom: 12px; 9 | position: absolute; 10 | right: 0; 11 | } 12 | 13 | &:has(.autocomplete-tokenfield__help) .components-spinner { 14 | bottom: calc(36px + 8px + 12px); 15 | } 16 | 17 | /* Workaround for hard-coded help text in FormTokenField. */ 18 | .components-form-token-field > .components-form-token-field__help { 19 | display: none; 20 | } 21 | 22 | .autocomplete-tokenfield__help { 23 | color: wp-colors.$gray-700; 24 | font-size: 12px; 25 | margin: 8px 0; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/ga4/checkout-attempt.js: -------------------------------------------------------------------------------- 1 | import { getEventPayload, sendEvent } from './utils'; 2 | import { getCheckoutData } from '../../utils'; 3 | 4 | /** 5 | * Event fired when switching between steps of the multi-step checkout flow. 6 | * 7 | * @param {string} action Action name for the event: 'continue' or 'back'. 8 | */ 9 | 10 | export const manageCheckoutAttempt = () => { 11 | if ( 'function' !== typeof window.gtag ) { 12 | return; 13 | } 14 | 15 | const params = getCheckoutData( 'modal-checkout-product-details' ); 16 | const payload = getEventPayload( 'form_submission', params ); 17 | sendEvent( payload ); 18 | }; 19 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/ga4/checkout-success.js: -------------------------------------------------------------------------------- 1 | import { getEventPayload, sendEvent } from './utils'; 2 | import { getCheckoutData } from '../../utils'; 3 | /** 4 | * Event fired when switching between steps of the multi-step checkout flow. 5 | * 6 | * @param {string} action Action name for the event: 'continue' or 'back'. 7 | */ 8 | 9 | export const manageCheckoutSuccess = () => { 10 | if ( 'function' !== typeof window.gtag ) { 11 | return; 12 | } 13 | 14 | const params = getCheckoutData( 'modal-checkout-product-details' ); 15 | const payload = getEventPayload( 'form_submission_success', params ); 16 | sendEvent( payload ); 17 | }; 18 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/ga4/dismissed.js: -------------------------------------------------------------------------------- 1 | import { getEventPayload, sendEvent } from './utils'; 2 | import { getCheckoutData } from '../../utils'; 3 | /** 4 | * Event fired when a checkout modal is dismissed (not when closed automatically due to a completed checkout). 5 | * 6 | * @param {Object} data The data to send with the event. 7 | */ 8 | export const manageDismissed = ( data ) => { 9 | if ( 'function' !== typeof window.gtag ) { 10 | return; 11 | } 12 | 13 | data = data || getCheckoutData( 'newspack_modal_checkout' ); 14 | 15 | const payload = getEventPayload( 'dismissed', data ); 16 | sendEvent( payload ); 17 | }; 18 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/ga4/loaded.js: -------------------------------------------------------------------------------- 1 | import { getEventPayload, sendEvent } from './utils'; 2 | import { domReady, getCheckoutData } from '../../utils'; 3 | 4 | /** 5 | * Event fired when the modal checkout content is loaded. 6 | */ 7 | export const manageLoaded = () => { 8 | domReady( function() { 9 | if ( 'function' !== typeof window.gtag ) { 10 | return; 11 | } 12 | const params = getCheckoutData( 'modal-checkout-product-details' ); 13 | const payload = getEventPayload( 'loaded', params ); 14 | 15 | sendEvent( payload ); 16 | } ); 17 | }; 18 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/ga4/opened.js: -------------------------------------------------------------------------------- 1 | import { getEventPayload, sendEvent } from './utils'; 2 | 3 | /** 4 | * Execute a callback function to send a GA event when a prompt is dismissed. 5 | * 6 | * @param {Object} data Information about the purchase being made. 7 | */ 8 | export const manageOpened = ( data ) => { 9 | if ( 'function' !== typeof window.gtag ) { 10 | return; 11 | } 12 | 13 | let action = 'opened'; 14 | 15 | const { 16 | amount = '', 17 | is_variable = '', 18 | price = '', 19 | variation_id = '', 20 | } = data; 21 | 22 | const params = { 23 | ...data, 24 | }; 25 | 26 | // On the first variable screen, there may not be a price so we want to check for it. 27 | if ( amount || price ) { 28 | params.amount = amount ? amount : price; 29 | } 30 | 31 | // Change the action when opening the initial variation modal. 32 | if ( is_variable && ! variation_id ) { 33 | action = 'opened_variations'; 34 | } 35 | 36 | const payload = getEventPayload( action, params ); 37 | 38 | sendEvent( payload ); 39 | }; 40 | -------------------------------------------------------------------------------- /src/modal-checkout/analytics/index.js: -------------------------------------------------------------------------------- 1 | export { manageCheckoutAttempt } from './ga4/checkout-attempt'; 2 | export { manageCheckoutSuccess } from './ga4/checkout-success'; 3 | export { manageDismissed } from './ga4/dismissed'; 4 | export { manageLoaded } from './ga4/loaded'; 5 | export { manageOpened } from './ga4/opened'; 6 | export { managePagination } from './ga4/pagination'; 7 | -------------------------------------------------------------------------------- /src/modal-checkout/templates/empty-html-add-recipient.php: -------------------------------------------------------------------------------- 1 | 15 |
16 | 16 | 23 | -------------------------------------------------------------------------------- /src/setup/block-styles.js: -------------------------------------------------------------------------------- 1 | import '../block-styles/core/columns'; 2 | import '../block-styles/core/group'; 3 | -------------------------------------------------------------------------------- /src/setup/category.js: -------------------------------------------------------------------------------- 1 | /** 2 | * External dependencies 3 | */ 4 | import { getCategories, setCategories } from '@wordpress/blocks'; 5 | 6 | /** 7 | * Internal dependencies 8 | */ 9 | import NewspackLogo from './newspack-logo'; 10 | 11 | setCategories( [ 12 | ...getCategories().filter( ( { slug } ) => slug !== 'newspack' ), 13 | { 14 | slug: 'newspack', 15 | title: 'Newspack', 16 | icon: , 17 | }, 18 | ] ); 19 | -------------------------------------------------------------------------------- /src/setup/editor.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies 3 | */ 4 | import './category'; 5 | import './block-styles'; 6 | import './unregister-blocks'; 7 | import './editor.scss'; 8 | -------------------------------------------------------------------------------- /src/setup/editor.scss: -------------------------------------------------------------------------------- 1 | @use "~@wordpress/base-styles/colors"; 2 | 3 | .editor-styles-wrapper { 4 | .block-editor-block-patterns-list__item { 5 | .block-editor-block-preview__container { 6 | max-height: 316px; 7 | overflow: hidden; 8 | } 9 | } 10 | 11 | .newspack-blocks-placeholder-block { 12 | background-color: white; 13 | border-radius: 2px; 14 | box-shadow: inset 0 0 0 1px colors.$gray-900; 15 | font-family: 16 | -apple-system, 17 | BlinkMacSystemFont, 18 | "Segoe UI", 19 | Roboto, 20 | Oxygen-Sans, 21 | Ubuntu, 22 | Cantarell, 23 | "Helvetica Neue", 24 | sans-serif; 25 | margin-top: 0; 26 | padding: 1em; 27 | p { 28 | font-size: 13px; 29 | } 30 | &__label { 31 | align-items: center; 32 | display: flex; 33 | flex-wrap: wrap; 34 | font-size: 18pt; 35 | 36 | svg { 37 | display: block; 38 | fill: currentcolor; 39 | margin-right: 1ch; 40 | } 41 | } 42 | &__buttons { 43 | display: flex; 44 | flex-wrap: wrap; 45 | gap: 16px; 46 | 47 | .components-button { 48 | margin: 0; 49 | 50 | &.is-primary { 51 | color: white; 52 | } 53 | } 54 | } 55 | } 56 | } 57 | -------------------------------------------------------------------------------- /src/setup/newspack-logo.js: -------------------------------------------------------------------------------- 1 | /** 2 | * External dependencies 3 | */ 4 | import { Path, SVG } from '@wordpress/components'; 5 | import classNames from 'classnames'; 6 | 7 | const NewspackLogo = ( { size = 24, className } ) => ( 8 | 14 | 18 | 22 | 23 | ); 24 | 25 | export default NewspackLogo; 26 | -------------------------------------------------------------------------------- /src/setup/unregister-blocks.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | import { getBlockType, unregisterBlockType } from '@wordpress/blocks'; 4 | import domReady from '@wordpress/dom-ready'; 5 | 6 | const removeBlocks = [ 'jetpack/donations', 'jetpack/subscriptions' ]; 7 | 8 | domReady( function () { 9 | removeBlocks.forEach( function ( blockName ) { 10 | if ( getBlockType( blockName ) ) { 11 | unregisterBlockType( blockName ); 12 | } 13 | } ); 14 | } ); 15 | -------------------------------------------------------------------------------- /src/shared/js/newspack-icon.js: -------------------------------------------------------------------------------- 1 | /** 2 | * WordPress dependencies. 3 | */ 4 | import { Path, SVG } from '@wordpress/components'; 5 | 6 | /** 7 | * External dependencies. 8 | */ 9 | import classnames from 'classnames'; 10 | 11 | const NewspackIcon = ( { size = 24, className } ) => ( 12 | 18 | 23 | 28 | 29 | ); 30 | 31 | export default NewspackIcon; 32 | -------------------------------------------------------------------------------- /src/shared/sass/_colors.scss: -------------------------------------------------------------------------------- 1 | $color__primary: #003da5; 2 | $color__secondary: #555; 3 | $color__background-body: #fff; 4 | $color__background-input: #fff; 5 | $color__background-screen: #f1f1f1; 6 | $color__text-main: #111; 7 | $color__text-light: #767676; 8 | $color__text-input-focus: #111; 9 | $color__border: #ccc; 10 | $color__error: #d63638; 11 | $color__success: #008a20; 12 | $color__info: #dfdfdf; 13 | $color__gray: #757575; 14 | $color__gray-lighter: #f0f0f0; 15 | $newspack-ui-color-neutral-0: #fff; 16 | $newspack-ui-color-neutral-5: #f7f7f7; 17 | $newspack-ui-color-neutral-10: #f0f0f0; 18 | $newspack-ui-color-neutral-20: #e0e0e0; 19 | $newspack-ui-color-neutral-30: #ddd; 20 | $newspack-ui-color-neutral-40: #ccc; 21 | $newspack-ui-color-neutral-50: #949494; 22 | $newspack-ui-color-neutral-60: #6c6c6c; 23 | $newspack-ui-color-neutral-70: #00000070; 24 | $newspack-ui-color-neutral-80: #3e3e3e; 25 | $newspack-ui-color-neutral-90: #1e1e1e; 26 | $newspack-ui-color-neutral-100: #000; 27 | -------------------------------------------------------------------------------- /src/shared/sass/_mixins.scss: -------------------------------------------------------------------------------- 1 | @use "./variables"; 2 | 3 | @mixin media( $res ) { 4 | @if mobile == $res { 5 | @media only screen and ( min-width: variables.$mobile_width ) { 6 | @content; 7 | } 8 | } 9 | 10 | @if tabletonly == $res { 11 | @media only screen and ( max-width: #{ variables.$tablet_width - 1 } ) { 12 | @content; 13 | } 14 | } 15 | 16 | @if tablet == $res { 17 | @media only screen and ( min-width: variables.$tablet_width ) { 18 | @content; 19 | } 20 | } 21 | 22 | @if desktop == $res { 23 | @media only screen and ( min-width: variables.$desktop_width ) { 24 | @content; 25 | } 26 | } 27 | 28 | @if wide == $res { 29 | @media only screen and ( min-width: variables.$wide_width ) { 30 | @content; 31 | } 32 | } 33 | } 34 | 35 | @mixin visuallyHidden { 36 | position: absolute !important; 37 | height: 1px; 38 | width: 1px; 39 | overflow: hidden; 40 | clip: rect(1px, 1px, 1px, 1px); 41 | white-space: nowrap; /* added line */ 42 | } 43 | -------------------------------------------------------------------------------- /src/shared/sass/_placeholder.scss: -------------------------------------------------------------------------------- 1 | .wp-block[data-type^="newspack-blocks/"] { 2 | .component-placeholder__align-center { 3 | align-items: center; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/shared/sass/_preview.scss: -------------------------------------------------------------------------------- 1 | .newspack-preview-label { 2 | position: absolute; 3 | top: 5px; 4 | left: 5px; 5 | z-index: 1; 6 | font-family: sans-serif; 7 | font-size: 10px; 8 | text-transform: uppercase; 9 | background: #ffc000; 10 | padding: 0 4px; 11 | border-radius: 2px; 12 | } 13 | -------------------------------------------------------------------------------- /src/shared/sass/_variables.scss: -------------------------------------------------------------------------------- 1 | $mobile_width: 600px; 2 | $tablet_width: 782px; 3 | $desktop_width: 1168px; 4 | $wide_width: 1379px; 5 | 6 | $font__size_base: 20px; 7 | $font__size-ratio: 1.125; 8 | 9 | $font__size-xxxs: 1em * 0.5; // 10px 10 | $font__size-xxs: 1em * 0.6; // 12px 11 | $font__size-xs: 1em * 0.7; // 14px 12 | $font__size-sm: 1em * 0.8; // 16px 13 | // $font__size_base: 1em * 1; // 20px 14 | $font__size-md: 1em * 1.2; // 24px 15 | $font__size-lg: 1em * 1.4; // 28px 16 | $font__size-xl: 1em * 1.8; // 36px 17 | $font__size-xxl: 1em * 2.2; // 44px 18 | $font__size-xxxl: 1em * 2.8; // 56px 19 | $font__size-xxxxl: 1em * 3.2; // 64px 20 | 21 | $font__line-height-body: 1.6; 22 | $font__line-height-pre: 1.6; 23 | $font__line-height-heading: 1.2; 24 | $font__line-height-double: 2 * $font__line-height-heading; 25 | 26 | $color__border: #ccc; 27 | -------------------------------------------------------------------------------- /src/types/@wordpress/block-editor.d.ts: -------------------------------------------------------------------------------- 1 | declare module '@wordpress/block-editor' -------------------------------------------------------------------------------- /src/types/@wordpress/components.d.ts: -------------------------------------------------------------------------------- 1 | declare module '@wordpress/components' -------------------------------------------------------------------------------- /src/types/newspack-components.d.ts: -------------------------------------------------------------------------------- 1 | declare module 'newspack-components' { 2 | function useObjectState( 3 | object: StateObject 4 | ): [object: StateObject, (object: Partial) => void]; 5 | const hooks = { useObjectState }; 6 | export { hooks }; 7 | } 8 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "newspack-scripts/config/tsconfig.json", 3 | "compilerOptions": { 4 | "rootDir": "src" 5 | }, 6 | "include": [ "src", "src/**/*.json" ] 7 | } 8 | --------------------------------------------------------------------------------