@automattic/newspack-blocks 4.24.1 → 4.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/author-profile/view-rtl.css +1 -1
  3. package/dist/author-profile/view.asset.php +1 -1
  4. package/dist/author-profile/view.css +1 -1
  5. package/dist/blocks/author-list/block.json +2 -1
  6. package/dist/blocks/author-profile/block.json +18 -1
  7. package/dist/blocks/carousel/block.json +2 -1
  8. package/dist/blocks/donate/block.json +2 -1
  9. package/dist/blocks/homepage-articles/block.json +2 -1
  10. package/dist/blocks/iframe/block.json +2 -1
  11. package/dist/editor-rtl.css +2 -2
  12. package/dist/editor.asset.php +1 -1
  13. package/dist/editor.css +2 -2
  14. package/dist/editor.js +23 -19
  15. package/dist/placeholder_blocks.asset.php +1 -1
  16. package/dist/placeholder_blocks.js +1 -1
  17. package/includes/class-modal-checkout.php +43 -11
  18. package/includes/class-newspack-blocks-caching.php +13 -1
  19. package/includes/class-newspack-blocks.php +14 -7
  20. package/languages/newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  21. package/languages/newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json +1 -1
  22. package/languages/newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json +1 -1
  23. package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  24. package/languages/newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json +1 -1
  25. package/languages/newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  26. package/languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  27. package/languages/newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  28. package/languages/newspack-blocks-de_DE.po +594 -493
  29. package/languages/newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  30. package/languages/newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json +1 -1
  31. package/languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json +1 -1
  32. package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  33. package/languages/newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json +1 -1
  34. package/languages/newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  35. package/languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  36. package/languages/newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  37. package/languages/newspack-blocks-es_ES.po +594 -493
  38. package/languages/newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  39. package/languages/newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json +1 -1
  40. package/languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json +1 -1
  41. package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  42. package/languages/newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json +1 -1
  43. package/languages/newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  44. package/languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  45. package/languages/newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  46. package/languages/newspack-blocks-fr_BE.po +594 -493
  47. package/languages/newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  48. package/languages/newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json +1 -1
  49. package/languages/newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json +1 -1
  50. package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  51. package/languages/newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json +1 -1
  52. package/languages/newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  53. package/languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  54. package/languages/newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  55. package/languages/newspack-blocks-nb_NO.po +594 -493
  56. package/languages/newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  57. package/languages/newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json +1 -1
  58. package/languages/newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json +1 -1
  59. package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  60. package/languages/newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json +1 -1
  61. package/languages/newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  62. package/languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  63. package/languages/newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  64. package/languages/newspack-blocks-pt_PT.po +594 -493
  65. package/languages/newspack-blocks.pot +806 -671
  66. package/newspack-blocks.php +5 -5
  67. package/package.json +1 -1
  68. package/src/blocks/author-list/block.json +3 -2
  69. package/src/blocks/author-list/edit.js +15 -8
  70. package/src/blocks/author-list/index.js +4 -3
  71. package/src/blocks/author-list/view.php +1 -0
  72. package/src/blocks/author-profile/block.json +16 -2
  73. package/src/blocks/author-profile/class-wp-rest-newspack-authors-controller.php +180 -9
  74. package/src/blocks/author-profile/context.js +26 -0
  75. package/src/blocks/author-profile/edit.js +847 -84
  76. package/src/blocks/author-profile/editor.scss +18 -14
  77. package/src/blocks/author-profile/index.js +14 -9
  78. package/src/blocks/author-profile/single-author.js +6 -2
  79. package/src/blocks/author-profile/view.php +386 -15
  80. package/src/blocks/author-profile/view.scss +48 -19
  81. package/src/blocks/carousel/block.json +2 -1
  82. package/src/blocks/carousel/edit.js +120 -117
  83. package/src/blocks/carousel/index.js +2 -1
  84. package/src/blocks/carousel/view.php +1 -0
  85. package/src/blocks/donate/block.json +3 -2
  86. package/src/blocks/donate/edit/FrequencyBasedLayout.tsx +2 -3
  87. package/src/blocks/donate/edit/index.tsx +56 -39
  88. package/src/blocks/donate/index.js +2 -1
  89. package/src/blocks/donate/view.php +1 -0
  90. package/src/blocks/homepage-articles/block.json +2 -1
  91. package/src/blocks/homepage-articles/edit.tsx +42 -37
  92. package/src/blocks/homepage-articles/index.js +2 -1
  93. package/src/blocks/homepage-articles/view.php +13 -1
  94. package/src/blocks/iframe/block.json +3 -2
  95. package/src/blocks/iframe/edit.js +36 -34
  96. package/src/blocks/iframe/index.js +2 -1
  97. package/src/blocks/iframe/view.php +1 -0
  98. package/src/blocks/video-playlist/edit.js +22 -15
  99. package/src/blocks/video-playlist/index.js +1 -0
  100. package/src/blocks/video-playlist/view.php +1 -0
  101. package/src/setup/placeholder-blocks.js +1 -0
  102. package/vendor/composer/installed.php +2 -2
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '041ba59cd11f5f7da518');
1
+ <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'a4caacf5a299fe0818f5');
@@ -1,4 +1,4 @@
1
- (()=>{"use strict";const e=window.wp.i18n,s=window.wp.blockEditor,c=window.wp.blocks,n=window.wp.components,i=window.wp.data,o=window.ReactJSXRuntime,l=window.wp.primitives;var t=(0,o.jsx)(l.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)(l.Path,{d:"M18 8H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v4zM4 4v1.5h16V4H4zm0 16h16v-1.5H4V20z"})});const r=window.wp.element;var a=(0,r.forwardRef)(({icon:e,size:s=24,...c},n)=>(0,r.cloneElement)(e,{width:s,height:s,...c,ref:n}));const d={"newspack-ads/ad-unit":{title:(0,e.__)("Ad Unit","newspack-blocks"),description:(0,e.__)("Render an ad unit from your inventory.","newspack-blocks"),icon:t,message:(0,e.__)("Place ad units inside your page by installing Newspack Ads.","newspack-blocks"),url:"https://help.newspack.com/revenue/advertising/"}};function p(l,{title:t,description:r,icon:d,message:p,url:w}){(0,c.getBlockType)(l)||(t=t||l.split("/").pop(),(0,c.registerBlockType)(l,{title:t,description:r,icon:d,edit:(0,i.withDispatch)(e=>({removeBlocks:e("core/block-editor").removeBlocks}))(({clientId:c,removeBlocks:i})=>{const l=(0,s.useBlockProps)();return(0,o.jsx)("div",{...l,children:(0,o.jsxs)("div",{className:"newspack-blocks-placeholder-block",children:[(0,o.jsxs)("div",{className:"newspack-blocks-placeholder-block__label",children:[d&&(0,o.jsx)(a,{icon:d}),t]}),(0,o.jsx)("p",{children:(0,o.jsx)("strong",{children:(0,e.sprintf)(
1
+ (()=>{"use strict";const e=window.wp.i18n,s=window.wp.blockEditor,c=window.wp.blocks,n=window.wp.components,i=window.wp.data,o=window.ReactJSXRuntime,l=window.wp.primitives;var t=(0,o.jsx)(l.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)(l.Path,{d:"M18 8H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v4zM4 4v1.5h16V4H4zm0 16h16v-1.5H4V20z"})});const r=window.wp.element;var a=(0,r.forwardRef)(({icon:e,size:s=24,...c},n)=>(0,r.cloneElement)(e,{width:s,height:s,...c,ref:n}));const d={"newspack-ads/ad-unit":{title:(0,e.__)("Ad Unit","newspack-blocks"),description:(0,e.__)("Render an ad unit from your inventory.","newspack-blocks"),icon:t,message:(0,e.__)("Place ad units inside your page by installing Newspack Ads.","newspack-blocks"),url:"https://help.newspack.com/revenue/advertising/"}};function p(l,{title:t,description:r,icon:d,message:p,url:w}){(0,c.getBlockType)(l)||(t=t||l.split("/").pop(),(0,c.registerBlockType)(l,{apiVersion:3,title:t,description:r,icon:d,edit:(0,i.withDispatch)(e=>({removeBlocks:e("core/block-editor").removeBlocks}))(({clientId:c,removeBlocks:i})=>{const l=(0,s.useBlockProps)();return(0,o.jsx)("div",{...l,children:(0,o.jsxs)("div",{className:"newspack-blocks-placeholder-block",children:[(0,o.jsxs)("div",{className:"newspack-blocks-placeholder-block__label",children:[d&&(0,o.jsx)(a,{icon:d}),t]}),(0,o.jsx)("p",{children:(0,o.jsx)("strong",{children:(0,e.sprintf)(
2
2
  // translators: %s is the block name.
3
3
  // translators: %s is the block name.
4
4
  (0,e.__)('The "%s" block is currently not available.',"newspack-blocks"),t)})}),p&&(0,o.jsx)("p",{children:p}),(0,o.jsxs)("div",{className:"newspack-blocks-placeholder-block__buttons",children:[w&&(0,o.jsx)(n.Button,{variant:"primary",target:"_blank",rel:"external",href:w,children:(0,e.__)("Visit Plugin Page","newspack-blocks")}),(0,o.jsx)(n.Button,{variant:"secondary",isDestructive:!0,onClick:()=>i(c),children:(0,e.__)("Remove Block","newspack-blocks")})]})]})})}),supports:{html:!1,lock:!1,reusable:!1,inserter:!1,defaultStylePicker:!1,customClassName:!1,className:!1,alignWide:!1,align:!1,anchor:!1}}))}for(const e in d)p(e,d[e])})();
@@ -267,21 +267,31 @@ final class Modal_Checkout {
267
267
  }
268
268
 
269
269
  /**
270
- * Whether any available payment gateways are not suppored in modal checkout.
270
+ * Whether any enabled payment gateways are not supported in modal checkout.
271
271
  *
272
- * @return boolean
272
+ * @return bool
273
273
  */
274
274
  public static function has_unsupported_payment_gateway() {
275
- $supported_gateways = self::get_supported_payment_gateways();
276
- $available_gateways = function_exists( 'WC' ) ? \WC()->payment_gateways->get_available_payment_gateways() : [];
277
- $unsupported_payment_gateway = false;
278
- foreach ( $available_gateways as $id => $gateway ) {
279
- if ( ! in_array( $id, $supported_gateways, true ) ) {
280
- $unsupported_payment_gateway = true;
281
- break;
275
+ if ( ! function_exists( 'WC' ) ) {
276
+ return false;
277
+ }
278
+
279
+ $supported_gateways = self::get_supported_payment_gateways();
280
+ $all_gateways = \WC()->payment_gateways()->payment_gateways();
281
+
282
+ // Check unsupported gateways directly against admin settings. Some gateways
283
+ // can be omitted from runtime availability due to constraints (like Wompi).
284
+ foreach ( array_keys( $all_gateways ) as $id ) {
285
+ if ( in_array( $id, $supported_gateways, true ) ) {
286
+ continue;
287
+ }
288
+ $settings = get_option( 'woocommerce_' . $id . '_settings', [] );
289
+ if ( is_array( $settings ) && isset( $settings['enabled'] ) && 'yes' === $settings['enabled'] ) {
290
+ return true;
282
291
  }
283
292
  }
284
- return $unsupported_payment_gateway;
293
+
294
+ return false;
285
295
  }
286
296
 
287
297
  /**
@@ -776,6 +786,17 @@ final class Modal_Checkout {
776
786
  * Dequeue scripts not needed in the modal checkout.
777
787
  */
778
788
  public static function dequeue_scripts() {
789
+ /**
790
+ * Prevents dequeuing of scripts in modal checkout. By default,
791
+ * Newspack removes unnecessary scripts to improve modal checkout performance.
792
+ *
793
+ * @constant NEWSPACK_ALLOW_ALL_CHECKOUT_SCRIPTS
794
+ * @type bool
795
+ * @default Unnecessary scripts dequeued in modal checkout
796
+ * @status draft
797
+ *
798
+ * @example define( 'NEWSPACK_ALLOW_ALL_CHECKOUT_SCRIPTS', true );
799
+ */
779
800
  if (
780
801
  ! self::is_modal_checkout() ||
781
802
  ( defined( 'NEWSPACK_ALLOW_ALL_CHECKOUT_SCRIPTS' ) && NEWSPACK_ALLOW_ALL_CHECKOUT_SCRIPTS )
@@ -1826,7 +1847,18 @@ final class Modal_Checkout {
1826
1847
  return $option_value;
1827
1848
  }
1828
1849
 
1829
- // Escape hatch in case we want the standard behavior even in modal checkout.
1850
+ /**
1851
+ * Prevents forcing the WooCommerce base location as the default
1852
+ * customer address in modal checkout. Use if you need standard
1853
+ * geolocation behavior.
1854
+ *
1855
+ * @constant NEWSPACK_PREVENT_FORCE_BASE_DEFAULT_CUSTOMER_ADDRESS
1856
+ * @type bool
1857
+ * @default Base address forced in modal checkout
1858
+ * @status draft
1859
+ *
1860
+ * @example define( 'NEWSPACK_PREVENT_FORCE_BASE_DEFAULT_CUSTOMER_ADDRESS', true );
1861
+ */
1830
1862
  if ( defined( 'NEWSPACK_PREVENT_FORCE_BASE_DEFAULT_CUSTOMER_ADDRESS' ) && NEWSPACK_PREVENT_FORCE_BASE_DEFAULT_CUSTOMER_ADDRESS ) {
1831
1863
  return $option_value;
1832
1864
  }
@@ -47,8 +47,20 @@ class Newspack_Blocks_Caching {
47
47
  add_filter( 'pre_render_block', [ __CLASS__, 'maybe_serve_cached_block' ], 10, 2 );
48
48
  add_filter( 'render_block', [ __CLASS__, 'maybe_cache_block' ], 9999, 2 );
49
49
 
50
+ /**
51
+ * Cache duration in seconds for Newspack blocks (Homepage Posts, etc.).
52
+ * Blocks are cached for non-logged-in users to improve performance.
53
+ * Set to 0 to disable caching.
54
+ *
55
+ * @constant NEWSPACK_BLOCKS_CACHE_BLOCKS_TIME
56
+ * @type int
57
+ * @default 120 (two minutes)
58
+ * @status draft
59
+ *
60
+ * @example define( 'NEWSPACK_BLOCKS_CACHE_BLOCKS_TIME', 300 );
61
+ */
50
62
  if ( ! defined( 'NEWSPACK_BLOCKS_CACHE_BLOCKS_TIME' ) ) {
51
- define( 'NEWSPACK_BLOCKS_CACHE_BLOCKS_TIME', 120 ); // Two minutes.
63
+ define( 'NEWSPACK_BLOCKS_CACHE_BLOCKS_TIME', 120 );
52
64
  }
53
65
  }
54
66
  }
@@ -131,6 +131,10 @@ class Newspack_Blocks {
131
131
  * Enqueue placeholder blocks assets.
132
132
  */
133
133
  public static function enqueue_placeholder_blocks_assets() {
134
+ if ( ! is_admin() ) {
135
+ // In non-editor environment, do nothing.
136
+ return;
137
+ }
134
138
  $script_data = self::script_enqueue_helper( NEWSPACK_BLOCKS__BLOCKS_DIRECTORY . 'placeholder_blocks.js' );
135
139
  if ( $script_data ) {
136
140
  wp_enqueue_script(
@@ -207,9 +211,12 @@ class Newspack_Blocks {
207
211
  /**
208
212
  * Enqueue block scripts and styles for editor.
209
213
  */
210
- public static function enqueue_block_editor_assets() {
214
+ public static function enqueue_block_assets() {
215
+ if ( ! is_admin() ) {
216
+ // In non-editor environment, do nothing.
217
+ return;
218
+ }
211
219
  $script_data = static::script_enqueue_helper( NEWSPACK_BLOCKS__BLOCKS_DIRECTORY . 'editor.js' );
212
-
213
220
  if ( $script_data ) {
214
221
  wp_enqueue_script(
215
222
  'newspack-blocks-editor',
@@ -260,7 +267,6 @@ class Newspack_Blocks {
260
267
  }
261
268
 
262
269
  $editor_style = plugins_url( NEWSPACK_BLOCKS__BLOCKS_DIRECTORY . 'editor.css', NEWSPACK_BLOCKS__PLUGIN_FILE );
263
-
264
270
  $handle = 'newspack-blocks-editor';
265
271
  wp_enqueue_style(
266
272
  $handle,
@@ -275,10 +281,6 @@ class Newspack_Blocks {
275
281
  * Enqueue block scripts and styles for view.
276
282
  */
277
283
  public static function manage_view_scripts() {
278
- if ( is_admin() ) {
279
- // In editor environment, do nothing.
280
- return;
281
- }
282
284
  $src_directory = NEWSPACK_BLOCKS__PLUGIN_DIR . 'src/blocks/';
283
285
  $dist_directory = NEWSPACK_BLOCKS__PLUGIN_DIR . 'dist/';
284
286
  $iterator = new DirectoryIterator( $src_directory );
@@ -296,6 +298,11 @@ class Newspack_Blocks {
296
298
  continue;
297
299
  }
298
300
 
301
+ // Skip remaining logic in admin - only needed for frontend asset loading.
302
+ if ( is_admin() ) {
303
+ continue;
304
+ }
305
+
299
306
  /* If view.php is missing but view Javascript file is found, do generic view asset loading. */
300
307
  $view_js_path = $dist_directory . $type . '/view.js';
301
308
  if ( file_exists( $view_js_path ) ) {
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/author-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"block style\u0004Default":["Standard"],"block style\u0004Centered":[""],"author":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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 %s":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/author-list\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":["(kein Name)"],"Author Profile Settings":[""],"Text Size":[""],"Avatar":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"Avatar border radius":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"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":["Spalten"],"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.":[""],"List":[""],"Fetching authors\u2026":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/author-list\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":["(kein Name)"],"Avatar":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"Avatar border radius":[""],"Fetching authors\u2026":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"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":["Spalten"],"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.":[""],"Author Profile Settings":[""],"Text Size":[""],"List":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Cancel":[""],"Draft":[""],"Scheduled":[""],"per %s":[""],"Donate":["Spenden"],"once":[""],"One-time":["Einmal"],"Monthly":["Monatlich"],"Annually":["J\u00e4hrlich"],"Donation amount":["Spendenbetrag"],"Other":["Andere"],"Load more posts":["Mehr Beitr\u00e4ge laden"],"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s,":[""],"Playing":[""],"Paused":[""],"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""],"(no title)":["(kein Titel)"],"(no name)":["(kein Name)"],"Deleted category":[""],"Deleted tag":[""],"Mode":[""],"The block will display only the specifically selected content.":[""],"The block will display content based on the filtering settings below.":[""],"Dynamic":[""],"Static":[""],"Content":["Inhalt"],"Begin typing any word in a title. Click on an autocomplete result to select it.":[""],"Category":[""],"is one of":[""],"is all of":[""],"Include subcategories":[""],"Tags":["Schlagw\u00f6rter"],"Authors":["Autoren"],"Excluded categories":[""],"Excluded tags":[""],"Excluded %s":[""],"More by":[""],"The post content.":[""],"The post excerpt.":[""],"Full post content.":[""],"Post Subtitle":[""],"Post Title":[""],"by":["von"],"Featured image caption":[""],"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":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"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.":[""],"author":[""],"authors":[""],"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""],"post author\u0004and":[""],"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Settings":[""],"Display":[""],"Hide Controls":[""],"Remove navigation indicators from view.":[""],"Autoplay":["Autoplay"],"Automatically advance through slides.":[""],"Transition delay":[""],"Set the waiting time between automatic slide transitions in seconds.":[""],"Slides per view":[""],"Choose how many slides appear on screen simultaneously.":[""],"Featured Image":[""],"Aspect ratio":[""],"All slides will share the same aspect ratio, for consistency.":[""],"Fit":[""],"The image will fill the entire slide and will be cropped if necessary.":[""],"The image will be resized to fit inside the slide without being cropped.":[""],"Cover":[""],"Contain":[""],"Show caption":[""],"Show credit":[""],"Post Meta":[""],"Show title":[""],"Show date":[""],"Show category":[""],"Show author":[""],"Show avatar":[""],"Content Carousel":[""],"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"query":[""],"An advanced block that displays content in a carousel format with customizable parameters and visual configurations.":[""],"Post-Checkout Button":[""],"After a successful purchase, a button will be presented to finish the process.":[""],"Close the modal":[""],"Go to a custom URL":[""],"Go to the previous page":[""],"Button Label":[""],"Custom URL":[""],"https:\/\/example.com":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""],"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":["Spalten"],"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.":[""],"List":[""],"Fetching authors\u2026":[""],"Display an author profile card.":[""],"Width":[""],"Could not find a product with ID %s. Please select a different product.":[""],"Product":[""],"Change the selected product":[""],"Edit":[""],"Type to search for a product\u2026":[""],"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":[""],"per `Frequency`\u0004per %s":[""],"Frequency":[""],"Tiers":[""],"Heading\u2026":[""],"\u2026":[""],"Button text\u2026":[""],"Description\u2026":[""],"Thank you text\u2026":[""],"Low-tier":[""],"Mid-tier":[""],"High-tier":[""],"donate":["Spenden"],"memberships":["Mitgliedschaften"],"subscriptions":["Abonnements"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Error":["Fehler"],"Go to checkout & payment settings to troubleshoot.":[""],"The Donate block will not be rendered.":[""],"The Reader Revenue platform is set to \"other\".":[""],"Go to checkout & payment settings to update the platform.":[""],"Grid View":[""],"List View":[""],"Warning: suggested donations should be at least the minimum donation amount (%1$s%2$d).":[""],"Layout":[""],"Tiers layout is disabled if the block is set to render untiered.":[""],"Default Tab":[""],"Suggested Donations":[""],"Configure manually":[""],"Tiered":[""],"Minimum donation":[""],"The Donate Block allows you to collect donations from readers. The fields are automatically defined based on your donation settings.":[""],"Edit donation settings":[""],"Styling":[""],"Button Color":[""],"News Revenue Hub Settings":[""],"Campaign ID":[""],"Alternate":[""],"Minimal":[""],"Modern":[""],"Grid":[""],"Allow duplicate content":[""],"Exclude this block from the page's deduplication logic.":[""],"Show \"Load more posts\" button":[""],"This site is private, therefore this feature is not active.":[""],"Infinite scroll":[""],"Text":[""],"None":[""],"Excerpt":[""],"Full Post":[""],"Max number of words in excerpt":[""],"Keep reading":[""],"Show featured image":[""],"Stack on mobile":[""],"Minimum height":["Mindesth\u00f6he"],"Sets a minimum height for the block, using a percentage of the screen's current height.":[""],"Show subtitle":[""],"Color":[""],"Typography":[""],"Type Scale":[""],"Dimensions":[""],"Grid Spacing":[""],"List view":[""],"Grid view":[""],"Show media on top":[""],"Show media on left":[""],"Show media on right":[""],"Show media behind":[""],"Landscape image shape":[""],"portrait image shape":[""],"Square image shape":[""],"Uncropped":[""],"Write header\u2026":[""],"Sorry, no posts were found.":["Entschuldigung, wir konnten keine Beitr\u00e4ge finden."],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":["Rahmen"],"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":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""],"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.":[""],"Height":[""],"No videos found":[""],"Consider using <a href=\"%1$s\">YouTube Playlists<\/a> instead, which can be <a href=\"%2$s\">embedded<\/a> into post or page content.":[""],"YouTube Video Playlist (DEPRECATED)":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Cancel":[""],"Draft":[""],"Scheduled":[""],"per %s":[""],"Donate":["Spenden"],"Author Profile":[""],"More by %s":[""],"block style\u0004Default":["Standard"],"block style\u0004Centered":[""],"once":[""],"One-time":["Einmal"],"Monthly":["Monatlich"],"Annually":["J\u00e4hrlich"],"Donation amount":["Spendenbetrag"],"Other":["Andere"],"Load more posts":["Mehr Beitr\u00e4ge laden"],"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s,":[""],"Playing":[""],"Paused":[""],"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""],"(no title)":["(kein Titel)"],"(no name)":["(kein Name)"],"Deleted category":[""],"Deleted tag":[""],"Mode":[""],"The block will display only the specifically selected content.":[""],"The block will display content based on the filtering settings below.":[""],"Dynamic":[""],"Static":[""],"Content":["Inhalt"],"Begin typing any word in a title. Click on an autocomplete result to select it.":[""],"Category":[""],"is one of":[""],"is all of":[""],"Include subcategories":[""],"Tags":["Schlagw\u00f6rter"],"Authors":["Autoren"],"Excluded categories":[""],"Excluded tags":[""],"Excluded %s":[""],"The post content.":[""],"The post excerpt.":[""],"Full post content.":[""],"Post Subtitle":[""],"Post Title":[""],"by":["von"],"Featured image caption":[""],"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""],"post author\u0004and":[""],"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Settings":[""],"Display":[""],"Hide Controls":[""],"Remove navigation indicators from view.":[""],"Autoplay":["Autoplay"],"Automatically advance through slides.":[""],"Transition delay":[""],"Set the waiting time between automatic slide transitions in seconds.":[""],"Slides per view":[""],"Choose how many slides appear on screen simultaneously.":[""],"Featured Image":[""],"Aspect ratio":[""],"All slides will share the same aspect ratio, for consistency.":[""],"Fit":[""],"The image will fill the entire slide and will be cropped if necessary.":[""],"The image will be resized to fit inside the slide without being cropped.":[""],"Cover":[""],"Contain":[""],"Show caption":[""],"Show credit":[""],"Post Meta":[""],"Show title":[""],"Show date":[""],"Show category":[""],"Show author":[""],"Show avatar":[""],"Content Carousel":[""],"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"query":[""],"An advanced block that displays content in a carousel format with customizable parameters and visual configurations.":[""],"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"],"Author Name":[""],"Job Title":[""],"Role":[""],"Employer":[""],"Biography":[""],"No authors or guest authors found for ID %s.":[""],"Error fetching authors for this post.":[""],"Error fetching byline authors.":[""],"Show authors without bio":[""],"Display author profiles even if their bio is empty.":[""],"Text size":[""],"Avatar":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"Avatar border radius":[""],"Fetching authors\u2026":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Reset layout":[""],"Reset":[""],"Select a type to start with.":[""],"Contextual":[""],"Specific":[""],"This block was created with a block theme and is not supported in the current theme. It will render using the classic layout on the frontend.":[""],"Author bio is hidden because Custom Byline is active on this post.":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"author":[""],"authors":[""],"No authors found for this post.":[""],"Preview author":[""],"Previewing 1 of %d authors. All authors display on frontend.":[""],"Post-Checkout Button":[""],"After a successful purchase, a button will be presented to finish the process.":[""],"Close the modal":[""],"Go to a custom URL":[""],"Go to the previous page":[""],"Button Label":[""],"Custom URL":[""],"https:\/\/example.com":[""],"Author List":[""],"profile":[""],"Display a list of author profile cards.":[""],"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":["Spalten"],"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.":[""],"Author Profile Settings":[""],"Text Size":[""],"List":[""],"Display an author profile card.":[""],"Width":[""],"Could not find a product with ID %s. Please select a different product.":[""],"Product":[""],"Change the selected product":[""],"Edit":[""],"Type to search for a product\u2026":[""],"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":[""],"per `Frequency`\u0004per %s":[""],"Frequency":[""],"Tiers":[""],"Heading\u2026":[""],"\u2026":[""],"Button text\u2026":[""],"Description\u2026":[""],"Thank you text\u2026":[""],"Low-tier":[""],"Mid-tier":[""],"High-tier":[""],"donate":["Spenden"],"memberships":["Mitgliedschaften"],"subscriptions":["Abonnements"],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Error":["Fehler"],"Go to checkout & payment settings to troubleshoot.":[""],"The Donate block will not be rendered.":[""],"The Reader Revenue platform is set to \"other\".":[""],"Go to checkout & payment settings to update the platform.":[""],"Grid View":[""],"List View":[""],"Warning: suggested donations should be at least the minimum donation amount (%1$s%2$d).":[""],"Layout":[""],"Tiers layout is disabled if the block is set to render untiered.":[""],"Default Tab":[""],"Suggested Donations":[""],"Configure manually":[""],"Tiered":[""],"Minimum donation":[""],"The Donate Block allows you to collect donations from readers. The fields are automatically defined based on your donation settings.":[""],"Edit donation settings":[""],"Styling":[""],"Button Color":[""],"News Revenue Hub Settings":[""],"Campaign ID":[""],"Alternate":[""],"Minimal":[""],"Modern":[""],"Grid":[""],"Allow duplicate content":[""],"Exclude this block from the page's deduplication logic.":[""],"Show \"Load more posts\" button":[""],"This site is private, therefore this feature is not active.":[""],"Infinite scroll":[""],"Text":[""],"None":[""],"Excerpt":[""],"Full Post":[""],"Max number of words in excerpt":[""],"Keep reading":[""],"Show featured image":[""],"Stack on mobile":[""],"Minimum height":["Mindesth\u00f6he"],"Sets a minimum height for the block, using a percentage of the screen's current height.":[""],"Show subtitle":[""],"Color":[""],"Typography":[""],"Type Scale":[""],"Dimensions":[""],"Grid Spacing":[""],"List view":[""],"Grid view":[""],"Show media on top":[""],"Show media on left":[""],"Show media on right":[""],"Show media behind":[""],"Landscape image shape":[""],"portrait image shape":[""],"Square image shape":[""],"Uncropped":[""],"Write header\u2026":[""],"Sorry, no posts were found.":["Entschuldigung, wir konnten keine Beitr\u00e4ge finden."],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":["Rahmen"],"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":[""],"Iframe":[""],"iframe":[""],"project iframe":[""],"Embed an iframe.":[""],"Hide iframe preview":[""],"Show iframe preview":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Height":[""],"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.":[""],"No videos found":[""],"Consider using <a href=\"%1$s\">YouTube Playlists<\/a> instead, which can be <a href=\"%2$s\">embedded<\/a> into post or page content.":[""],"YouTube Video Playlist (DEPRECATED)":[""],"video":[""],"playlist":[""],"youtube":[""],"Embed a playlist of latest YouTube videos.":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Width":[""],"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.":[""],"Height":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/iframe\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Width":[""],"Hide iframe preview":[""],"Show iframe preview":[""],"Iframe Settings":[""],"Fullscreen":[""],"If enabled, the iframe will be full screen and hide all the post content.":[""],"Height":[""],"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.":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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.":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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":[""],"Display an author profile card.":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"(no name)":["(kein Name)"],"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":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"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.":[""],"author":[""],"authors":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/author-profile\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"Author Profile":[""],"More by %s":[""],"(no name)":["(kein Name)"],"Settings":[""],"Display":[""],"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"],"Author Name":[""],"Job Title":[""],"Role":[""],"Employer":[""],"Biography":[""],"No authors or guest authors found for ID %s.":[""],"Error fetching authors for this post.":[""],"Error fetching byline authors.":[""],"Show authors without bio":[""],"Display author profiles even if their bio is empty.":[""],"Text size":[""],"Avatar":[""],"Display avatar":[""],"Hide default avatar":[""],"Size":[""],"Avatar size":[""],"Border radius":[""],"Avatar border radius":[""],"Fetching authors\u2026":[""],"Show avatar on left":[""],"Show avatar on right":[""],"Edit selection":[""],"Reset layout":[""],"Reset":[""],"Select a type to start with.":[""],"Contextual":[""],"Specific":[""],"This block was created with a block theme and is not supported in the current theme. It will render using the classic layout on the frontend.":[""],"Author bio is hidden because Custom Byline is active on this post.":[""],"Search for an author to display":[""],"Begin typing name, click autocomplete result to select.":[""],"author":[""],"authors":[""],"No authors found for this post.":[""],"Preview author":[""],"Previewing 1 of %d authors. All authors display on frontend.":[""]}}}
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/homepage-articles\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de","plural-forms":"nplurals=2; plural=(n != 1);"},"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"query":[""],"block style\u0004Default":["Standard"],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":["Rahmen"]}}}
1
+ {"translation-revision-date":"2024-08-30 08:45-0700","generator":"WP-CLI\/2.12.0","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"],"posts":["Beitr\u00e4ge"],"articles":["Artikel"],"latest":["letzten"],"query":[""],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":["Rahmen"]}}}