├── .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 |
" . $donations_desc . "
\n