@automattic/newspack-blocks 4.16.0-alpha.2 → 4.17.0-alpha.1

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 (96) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/composer.lock +13 -14
  3. package/dist/block_styles-rtl.css +2 -2
  4. package/dist/block_styles.asset.php +1 -1
  5. package/dist/block_styles.css +2 -2
  6. package/dist/blocks/homepage-articles/block.json +1 -1
  7. package/dist/carousel/view-rtl.css +1 -1
  8. package/dist/carousel/view.asset.php +1 -1
  9. package/dist/carousel/view.css +1 -1
  10. package/dist/donate/view-rtl.css +1 -1
  11. package/dist/donate/view.asset.php +1 -1
  12. package/dist/donate/view.css +1 -1
  13. package/dist/editor-rtl.css +11 -10
  14. package/dist/editor.asset.php +1 -1
  15. package/dist/editor.css +11 -10
  16. package/dist/editor.js +18 -18
  17. package/dist/frequencyBased-rtl.css +1 -1
  18. package/dist/frequencyBased.asset.php +1 -1
  19. package/dist/frequencyBased.css +1 -1
  20. package/dist/homepage-articles/view-rtl.css +1 -1
  21. package/dist/homepage-articles/view.asset.php +1 -1
  22. package/dist/homepage-articles/view.css +1 -1
  23. package/dist/modal-rtl.css +1 -1
  24. package/dist/modal.asset.php +1 -1
  25. package/dist/modal.css +1 -1
  26. package/dist/modal.js +1 -1
  27. package/dist/modalCheckout-rtl.css +1 -1
  28. package/dist/modalCheckout.asset.php +1 -1
  29. package/dist/modalCheckout.css +1 -1
  30. package/dist/modalCheckout.js +1 -1
  31. package/dist/tiersBased-rtl.css +1 -1
  32. package/dist/tiersBased.asset.php +1 -1
  33. package/dist/tiersBased.css +1 -1
  34. package/includes/class-modal-checkout.php +2 -1
  35. package/includes/class-newspack-blocks.php +3 -1
  36. package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  37. package/languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  38. package/languages/newspack-blocks-de_DE.po +95 -85
  39. package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  40. package/languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  41. package/languages/newspack-blocks-es_ES.po +95 -85
  42. package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  43. package/languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  44. package/languages/newspack-blocks-fr_BE.po +95 -85
  45. package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  46. package/languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  47. package/languages/newspack-blocks-nb_NO.mo +0 -0
  48. package/languages/newspack-blocks-nb_NO.po +96 -86
  49. package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  50. package/languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  51. package/languages/newspack-blocks-pt_PT.po +95 -85
  52. package/languages/newspack-blocks.pot +98 -88
  53. package/newspack-blocks.php +2 -2
  54. package/package.json +5 -3
  55. package/src/block-styles/core/columns/editor.scss +5 -4
  56. package/src/block-styles/core/columns/view.scss +2 -1
  57. package/src/block-styles/core/group/editor.scss +2 -1
  58. package/src/block-styles/core/group/view.scss +2 -1
  59. package/src/blocks/author-list/index.js +6 -1
  60. package/src/blocks/author-profile/index.js +6 -1
  61. package/src/blocks/carousel/editor.scss +3 -2
  62. package/src/blocks/carousel/index.js +7 -13
  63. package/src/blocks/carousel/view.scss +17 -17
  64. package/src/blocks/checkout-button/edit.scss +2 -2
  65. package/src/blocks/checkout-button/index.js +6 -1
  66. package/src/blocks/donate/frequency-based/style.scss +17 -17
  67. package/src/blocks/donate/index.js +8 -12
  68. package/src/blocks/donate/styles/editor.scss +4 -5
  69. package/src/blocks/donate/styles/style-variations.scss +68 -68
  70. package/src/blocks/donate/styles/view.scss +5 -6
  71. package/src/blocks/donate/tiers-based/style.scss +11 -11
  72. package/src/blocks/homepage-articles/block.json +1 -1
  73. package/src/blocks/homepage-articles/edit.tsx +8 -35
  74. package/src/blocks/homepage-articles/editor.scss +3 -3
  75. package/src/blocks/homepage-articles/index.js +7 -14
  76. package/src/blocks/homepage-articles/view.scss +28 -5
  77. package/src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php +79 -21
  78. package/src/blocks/iframe/edit.js +8 -13
  79. package/src/blocks/iframe/index.js +8 -3
  80. package/src/blocks/video-playlist/editor.scss +2 -2
  81. package/src/blocks/video-playlist/index.js +7 -14
  82. package/src/modal-checkout/accessibility.js +1 -11
  83. package/src/modal-checkout/checkout.scss +60 -42
  84. package/src/modal-checkout/index.js +13 -5
  85. package/src/modal-checkout/modal.js +4 -1
  86. package/src/modal-checkout/modal.scss +13 -13
  87. package/src/modal-checkout/templates/form-change-payment-method.php +7 -5
  88. package/src/modal-checkout/templates/form-checkout.php +2 -1
  89. package/src/setup/editor.scss +2 -2
  90. package/src/setup/newspack-logo.js +12 -3
  91. package/src/shared/js/newspack-icon.js +7 -2
  92. package/src/shared/sass/_variables.scss +0 -2
  93. package/vendor/composer/installed.php +2 -2
  94. package/webpack.config.js +17 -0
  95. package/src/blocks/iframe/icons.js +0 -10
  96. package/src/shared/sass/_colors.scss +0 -26
@@ -2,7 +2,7 @@ msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Newspack Blocks 1.0.0-alpha.20\n"
4
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
5
- "POT-Creation-Date: 2025-09-25T18:26:23+00:00\n"
5
+ "POT-Creation-Date: 2025-10-17T12:49:09+00:00\n"
6
6
  "PO-Revision-Date: 2025-08-12T14:56:45+00:00\n"
7
7
  "Last-Translator: \n"
8
8
  "Language-Team: \n"
@@ -187,34 +187,39 @@ msgid "Purchase"
187
187
  msgstr ""
188
188
 
189
189
  #: includes/class-modal-checkout.php:2001
190
- msgid "Back"
190
+ msgid "Edit billing information"
191
191
  msgstr ""
192
192
 
193
- #: includes/class-modal-checkout.php:2002
194
- msgid "Transaction successful"
193
+ #: includes/class-modal-checkout.php:2002 dist/editor.js:29
194
+ #: src/blocks/checkout-button/edit.js:209
195
+ msgid "Cancel"
195
196
  msgstr ""
196
197
 
197
198
  #: includes/class-modal-checkout.php:2003
199
+ msgid "Transaction successful"
200
+ msgstr ""
201
+
202
+ #: includes/class-modal-checkout.php:2004
198
203
  msgid ""
199
204
  "Your contribution directly funds our work. If you're moved to do so, you can "
200
205
  "opt to pay more than the standard rate."
201
206
  msgstr ""
202
207
 
203
- #: includes/class-modal-checkout.php:2004
208
+ #: includes/class-modal-checkout.php:2005
204
209
  msgid "Thank you for your generosity! We couldn't do this without you!"
205
210
  msgstr ""
206
211
 
207
- #: includes/class-modal-checkout.php:2005
212
+ #: includes/class-modal-checkout.php:2006
208
213
  msgid "Increase your support"
209
214
  msgstr ""
210
215
 
211
- #: includes/class-modal-checkout.php:2006
216
+ #: includes/class-modal-checkout.php:2007
212
217
  #: src/modal-checkout/templates/form-coupon.php:20
213
218
  msgid "Apply"
214
219
  msgstr ""
215
220
 
216
221
  #. Translators: %s is the site name.
217
- #: includes/class-modal-checkout.php:2143
222
+ #: includes/class-modal-checkout.php:2144
218
223
  #, php-format
219
224
  msgid ""
220
225
  "Thank you for supporting %s. Your transaction was completed successfully."
@@ -251,50 +256,50 @@ msgstr ""
251
256
  msgid "Newspack Subscribe"
252
257
  msgstr ""
253
258
 
254
- #: includes/class-newspack-blocks.php:900
259
+ #: includes/class-newspack-blocks.php:902
255
260
  msgid "Common"
256
261
  msgstr ""
257
262
 
258
263
  #. translators: separates last two sponsor names; needs a space on either side.
259
- #: includes/class-newspack-blocks.php:1001
264
+ #: includes/class-newspack-blocks.php:1003
260
265
  msgid " and "
261
266
  msgstr " y "
262
267
 
263
268
  #. translators: separates all but the last two sponsor names; needs a space at the end.
264
- #: includes/class-newspack-blocks.php:1004
269
+ #: includes/class-newspack-blocks.php:1006
265
270
  msgid ", "
266
271
  msgstr ""
267
272
 
268
- #: includes/class-newspack-blocks.php:1305
273
+ #: includes/class-newspack-blocks.php:1307
269
274
  msgid "Jetpack donations is disabled in favour of Newspack donations."
270
275
  msgstr ""
271
276
 
272
- #: includes/class-newspack-blocks.php:1338 dist/editor.js:8
277
+ #: includes/class-newspack-blocks.php:1340 dist/editor.js:8
273
278
  #: src/shared/js/utils.js:56
274
279
  msgid "Draft"
275
280
  msgstr ""
276
281
 
277
- #: includes/class-newspack-blocks.php:1339 dist/editor.js:8
282
+ #: includes/class-newspack-blocks.php:1341 dist/editor.js:8
278
283
  #: src/shared/js/utils.js:56
279
284
  msgid "Scheduled"
280
285
  msgstr ""
281
286
 
282
287
  #. Translators: %s is the %s is the frequency.
283
- #: includes/class-newspack-blocks.php:1497 dist/editor.js:35
288
+ #: includes/class-newspack-blocks.php:1499 dist/editor.js:35
284
289
  #, php-format
285
290
  msgid "per %s"
286
291
  msgstr ""
287
292
 
288
- #: includes/class-newspack-blocks.php:1528 dist/editor.js:29
293
+ #: includes/class-newspack-blocks.php:1530 dist/editor.js:29
289
294
  msgid " once"
290
295
  msgstr ""
291
296
 
292
- #: includes/class-newspack-blocks.php:1531
297
+ #: includes/class-newspack-blocks.php:1533
293
298
  msgid " per "
294
299
  msgstr ""
295
300
 
296
- #: includes/modal-checkout/class-checkout-data.php:259 dist/editor.js:35
297
- #: src/blocks/donate/index.js:25
301
+ #: includes/modal-checkout/class-checkout-data.php:291 dist/editor.js:35
302
+ #: src/blocks/donate/index.js:31
298
303
  msgid "Donate"
299
304
  msgstr ""
300
305
 
@@ -554,27 +559,28 @@ msgid " and "
554
559
  msgstr " y "
555
560
 
556
561
  #. Translators: %s is a list of supported file extensions for uploading.
557
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:261
562
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:274
563
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:371
558
564
  msgid ""
559
565
  "Unsupported filetype. Please make sure it's one of the supported filetypes: "
560
566
  "% s"
561
567
  msgstr ""
562
568
 
563
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:270
569
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:283
564
570
  msgid "Could not upload this file."
565
571
  msgstr ""
566
572
 
567
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:304
568
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:311
573
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:317
574
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:324
569
575
  msgid "Please choose a valid (.zip) assets archive."
570
576
  msgstr ""
571
577
 
572
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:379
578
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:407
573
579
  msgid "Could not upload your document."
574
580
  msgstr ""
575
581
 
576
582
  #. Translators: %s is a list of supported file extensions for uploading.
577
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:397
583
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:425
578
584
  #, php-format
579
585
  msgid ""
580
586
  "Error reading the archive. Please make sure it's a valid .zip archive file "
@@ -582,11 +588,19 @@ msgid ""
582
588
  msgstr ""
583
589
 
584
590
  #. translators: %s: iframe entry file (e.g. index,html)
585
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:482
591
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:517
586
592
  #, php-format
587
593
  msgid "Required %s entrypoint file was not found in the archive."
588
594
  msgstr ""
589
595
 
596
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:565
597
+ msgid "Could not delete the directory. Invalid path."
598
+ msgstr ""
599
+
600
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:580
601
+ msgid "Could not delete the directory."
602
+ msgstr ""
603
+
590
604
  #: src/modal-checkout/templates/form-checkout.php:22
591
605
  msgid "You must be logged in to checkout."
592
606
  msgstr ""
@@ -805,7 +819,7 @@ msgid "Edit selection"
805
819
  msgstr ""
806
820
 
807
821
  #: dist/editor.js:3 dist/editor.js:26 src/blocks/author-profile/edit.js:318
808
- #: src/blocks/author-profile/index.js:23
822
+ #: src/blocks/author-profile/index.js:28
809
823
  msgid "Author Profile"
810
824
  msgstr ""
811
825
 
@@ -828,8 +842,8 @@ msgid "(no name)"
828
842
  msgstr ""
829
843
 
830
844
  #: dist/editor.js:3 dist/editor.js:17 dist/editor.js:26
831
- #: src/blocks/author-list/edit.js:263 src/blocks/author-list/index.js:40
832
- #: src/blocks/author-profile/edit.js:396 src/blocks/author-profile/index.js:40
845
+ #: src/blocks/author-list/edit.js:263 src/blocks/author-list/index.js:45
846
+ #: src/blocks/author-profile/edit.js:396 src/blocks/author-profile/index.js:45
833
847
  msgid "author"
834
848
  msgstr ""
835
849
 
@@ -987,31 +1001,31 @@ msgstr ""
987
1001
  msgid "Show avatar"
988
1002
  msgstr ""
989
1003
 
990
- #: dist/editor.js:5 src/blocks/carousel/index.js:23
1004
+ #: dist/editor.js:5 src/blocks/carousel/index.js:28
991
1005
  msgid "Content Carousel"
992
1006
  msgstr ""
993
1007
 
994
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:45
995
- #: src/blocks/homepage-articles/index.js:48
1008
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:39
1009
+ #: src/blocks/homepage-articles/index.js:41
996
1010
  msgid "posts"
997
1011
  msgstr ""
998
1012
 
999
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:46
1000
- #: src/blocks/homepage-articles/index.js:49
1013
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:40
1014
+ #: src/blocks/homepage-articles/index.js:42
1001
1015
  msgid "articles"
1002
1016
  msgstr ""
1003
1017
 
1004
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:47
1005
- #: src/blocks/homepage-articles/index.js:50
1018
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:41
1019
+ #: src/blocks/homepage-articles/index.js:43
1006
1020
  msgid "latest"
1007
1021
  msgstr ""
1008
1022
 
1009
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:48
1010
- #: src/blocks/homepage-articles/index.js:52
1023
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:42
1024
+ #: src/blocks/homepage-articles/index.js:45
1011
1025
  msgid "query"
1012
1026
  msgstr ""
1013
1027
 
1014
- #: dist/editor.js:5 src/blocks/carousel/index.js:50
1028
+ #: dist/editor.js:5 src/blocks/carousel/index.js:44
1015
1029
  msgid ""
1016
1030
  "An advanced block that displays content in a carousel format with "
1017
1031
  "customizable parameters and visual configurations."
@@ -1204,28 +1218,28 @@ msgstr ""
1204
1218
  #. Translators: %s: The name of the type.
1205
1219
  #. Translators: %s: the name of a post type.
1206
1220
  #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/edit.js:456
1207
- #: src/blocks/author-list/index.js:23
1221
+ #: src/blocks/author-list/index.js:28
1208
1222
  msgid "Author List"
1209
1223
  msgstr ""
1210
1224
 
1211
- #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:40
1212
- #: src/blocks/author-profile/index.js:40
1225
+ #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:45
1226
+ #: src/blocks/author-profile/index.js:45
1213
1227
  msgid "profile"
1214
1228
  msgstr ""
1215
1229
 
1216
- #: dist/editor.js:17 src/blocks/author-list/index.js:41
1230
+ #: dist/editor.js:17 src/blocks/author-list/index.js:46
1217
1231
  msgid "Display a list of author profile cards."
1218
1232
  msgstr ""
1219
1233
 
1220
1234
  #: dist/editor.js:17 dist/editor.js:26 dist/editor.js:47
1221
- #: src/blocks/author-list/index.js:43 src/blocks/author-profile/index.js:43
1222
- #: src/blocks/homepage-articles/index.js:61
1235
+ #: src/blocks/author-list/index.js:48 src/blocks/author-profile/index.js:48
1236
+ #: src/blocks/homepage-articles/index.js:54
1223
1237
  msgctxt "block style"
1224
1238
  msgid "Default"
1225
1239
  msgstr ""
1226
1240
 
1227
- #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:44
1228
- #: src/blocks/author-profile/index.js:44
1241
+ #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:49
1242
+ #: src/blocks/author-profile/index.js:49
1229
1243
  msgctxt "block style"
1230
1244
  msgid "Centered"
1231
1245
  msgstr ""
@@ -1329,12 +1343,12 @@ msgstr ""
1329
1343
  msgid "Fetching authors…"
1330
1344
  msgstr ""
1331
1345
 
1332
- #: dist/editor.js:26 src/blocks/author-profile/index.js:41
1346
+ #: dist/editor.js:26 src/blocks/author-profile/index.js:46
1333
1347
  msgid "Display an author profile card."
1334
1348
  msgstr ""
1335
1349
 
1336
1350
  #: dist/editor.js:26 dist/editor.js:50 src/blocks/checkout-button/edit.js:75
1337
- #: src/blocks/iframe/edit.js:238
1351
+ #: src/blocks/iframe/edit.js:233
1338
1352
  msgid "Width"
1339
1353
  msgstr ""
1340
1354
 
@@ -1360,10 +1374,6 @@ msgstr ""
1360
1374
  msgid "Type to search for a product…"
1361
1375
  msgstr ""
1362
1376
 
1363
- #: dist/editor.js:29 src/blocks/checkout-button/edit.js:209
1364
- msgid "Cancel"
1365
- msgstr ""
1366
-
1367
1377
  #: dist/editor.js:29 src/blocks/checkout-button/edit.js:327
1368
1378
  msgid "Allow the reader to select the variation before checkout."
1369
1379
  msgstr ""
@@ -1453,24 +1463,24 @@ msgstr ""
1453
1463
  msgid "High-tier"
1454
1464
  msgstr ""
1455
1465
 
1456
- #: dist/editor.js:35 src/blocks/donate/index.js:45
1466
+ #: dist/editor.js:35 src/blocks/donate/index.js:41
1457
1467
  msgid "donate"
1458
1468
  msgstr ""
1459
1469
 
1460
- #: dist/editor.js:35 src/blocks/donate/index.js:46
1470
+ #: dist/editor.js:35 src/blocks/donate/index.js:42
1461
1471
  msgid "memberships"
1462
1472
  msgstr ""
1463
1473
 
1464
- #: dist/editor.js:35 src/blocks/donate/index.js:47
1474
+ #: dist/editor.js:35 src/blocks/donate/index.js:43
1465
1475
  msgid "subscriptions"
1466
1476
  msgstr ""
1467
1477
 
1468
- #: dist/editor.js:35 src/blocks/donate/index.js:52
1478
+ #: dist/editor.js:35 src/blocks/donate/index.js:48
1469
1479
  msgid "Manually place a donation block on any post or page on your site."
1470
1480
  msgstr ""
1471
1481
 
1472
- #: dist/editor.js:35 dist/editor.js:50 src/blocks/donate/index.js:58
1473
- #: src/blocks/iframe/index.js:37
1482
+ #: dist/editor.js:35 dist/editor.js:50 src/blocks/donate/index.js:54
1483
+ #: src/blocks/iframe/index.js:42
1474
1484
  msgid "Support reference"
1475
1485
  msgstr ""
1476
1486
 
@@ -1564,15 +1574,15 @@ msgstr ""
1564
1574
  msgid "Campaign ID"
1565
1575
  msgstr ""
1566
1576
 
1567
- #: dist/editor.js:41 src/blocks/donate/index.js:73
1577
+ #: dist/editor.js:41 src/blocks/donate/index.js:69
1568
1578
  msgid "Alternate"
1569
1579
  msgstr ""
1570
1580
 
1571
- #: dist/editor.js:41 src/blocks/donate/index.js:78
1581
+ #: dist/editor.js:41 src/blocks/donate/index.js:74
1572
1582
  msgid "Minimal"
1573
1583
  msgstr ""
1574
1584
 
1575
- #: dist/editor.js:41 src/blocks/donate/index.js:83
1585
+ #: dist/editor.js:41 src/blocks/donate/index.js:79
1576
1586
  msgid "Modern"
1577
1587
  msgstr ""
1578
1588
 
@@ -1715,21 +1725,21 @@ msgstr ""
1715
1725
  msgid "Sorry, no posts were found."
1716
1726
  msgstr ""
1717
1727
 
1718
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:25
1728
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:30
1719
1729
  msgid "Content Loop"
1720
1730
  msgstr ""
1721
1731
 
1722
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:51
1732
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:44
1723
1733
  msgid "homepage"
1724
1734
  msgstr ""
1725
1735
 
1726
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:54
1736
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:47
1727
1737
  msgid ""
1728
1738
  "An advanced block that allows displaying content based on different "
1729
1739
  "parameters and visual configurations."
1730
1740
  msgstr ""
1731
1741
 
1732
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:66
1742
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:59
1733
1743
  msgctxt "block style"
1734
1744
  msgid "Borders"
1735
1745
  msgstr ""
@@ -1769,60 +1779,60 @@ msgstr ""
1769
1779
  msgid "Embed from URL"
1770
1780
  msgstr ""
1771
1781
 
1772
- #: dist/editor.js:50 src/blocks/iframe/index.js:20
1782
+ #: dist/editor.js:50 src/blocks/iframe/index.js:25
1773
1783
  msgid "Iframe"
1774
1784
  msgstr ""
1775
1785
 
1776
- #: dist/editor.js:50 src/blocks/iframe/index.js:32
1786
+ #: dist/editor.js:50 src/blocks/iframe/index.js:37
1777
1787
  msgid "iframe"
1778
1788
  msgstr ""
1779
1789
 
1780
- #: dist/editor.js:50 src/blocks/iframe/index.js:32
1790
+ #: dist/editor.js:50 src/blocks/iframe/index.js:37
1781
1791
  msgid "project iframe"
1782
1792
  msgstr ""
1783
1793
 
1784
- #: dist/editor.js:50 src/blocks/iframe/index.js:35
1794
+ #: dist/editor.js:50 src/blocks/iframe/index.js:40
1785
1795
  msgid "Embed an iframe."
1786
1796
  msgstr ""
1787
1797
 
1788
- #: dist/editor.js:50 src/blocks/iframe/edit.js:167
1798
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:162
1789
1799
  msgid "Hide iframe preview"
1790
1800
  msgstr ""
1791
1801
 
1792
- #: dist/editor.js:50 src/blocks/iframe/edit.js:168
1802
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:163
1793
1803
  msgid "Show iframe preview"
1794
1804
  msgstr ""
1795
1805
 
1796
- #: dist/editor.js:50 src/blocks/iframe/edit.js:182
1806
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:177
1797
1807
  msgid "This block will take over the page content."
1798
1808
  msgstr ""
1799
1809
 
1800
- #: dist/editor.js:50 src/blocks/iframe/edit.js:188
1810
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:183
1801
1811
  msgid "Newspack embedded iframe"
1802
1812
  msgstr ""
1803
1813
 
1804
- #: dist/editor.js:50 src/blocks/iframe/edit.js:73 src/blocks/iframe/edit.js:108
1814
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:68 src/blocks/iframe/edit.js:103
1805
1815
  msgid "An error occured when uploading the iframe archive."
1806
1816
  msgstr ""
1807
1817
 
1808
- #: dist/editor.js:50 src/blocks/iframe/edit.js:142
1818
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:137
1809
1819
  msgid "An error occured when setting the iframe from the archive media."
1810
1820
  msgstr ""
1811
1821
 
1812
- #: dist/editor.js:50 src/blocks/iframe/edit.js:222
1822
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:217
1813
1823
  msgid "Iframe Settings"
1814
1824
  msgstr ""
1815
1825
 
1816
- #: dist/editor.js:50 src/blocks/iframe/edit.js:225
1826
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:220
1817
1827
  msgid "Fullscreen"
1818
1828
  msgstr ""
1819
1829
 
1820
- #: dist/editor.js:50 src/blocks/iframe/edit.js:226
1830
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:221
1821
1831
  msgid ""
1822
1832
  "If enabled, the iframe will be full screen and hide all the post content."
1823
1833
  msgstr ""
1824
1834
 
1825
- #: dist/editor.js:50 src/blocks/iframe/edit.js:244
1835
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:239
1826
1836
  msgid "Height"
1827
1837
  msgstr ""
1828
1838
 
@@ -1837,23 +1847,23 @@ msgid ""
1837
1847
  "<a href=\"%2$s\">embedded</a> into post or page content."
1838
1848
  msgstr ""
1839
1849
 
1840
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:18
1850
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:23
1841
1851
  msgid "YouTube Video Playlist (DEPRECATED)"
1842
1852
  msgstr ""
1843
1853
 
1844
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:40
1854
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:33
1845
1855
  msgid "video"
1846
1856
  msgstr ""
1847
1857
 
1848
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:41
1858
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:34
1849
1859
  msgid "playlist"
1850
1860
  msgstr ""
1851
1861
 
1852
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:42
1862
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:35
1853
1863
  msgid "youtube"
1854
1864
  msgstr ""
1855
1865
 
1856
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:44
1866
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:37
1857
1867
  msgid "Embed a playlist of latest YouTube videos."
1858
1868
  msgstr ""
1859
1869
 
@@ -1 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Draft":[""],"Scheduled":[""],"per %s":[""]," once":[""],"Donate":[""],"One-time":["Une fois"],"Monthly":["Mensuel"],"Annually":["Annuel"],"Donation amount":["Montant du don"],"Other":["Autre"],"Load more posts":["Charger plus d\u2019articles"],"post author\u0004 and ":[" et "],"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""],"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":[""],"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.":[""],"(no name)":[""],"author":[""],"authors":[""],"More by":[""],"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Settings":[""],"Display":[""],"Hide Controls":[""],"Remove navigation indicators from view.":[""],"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":[""],"articles":[""],"latest":[""],"query":[""],"An advanced block that displays content in a carousel format with customizable parameters and visual configurations.":[""],"The post content.":[""],"The post excerpt.":[""],"Full post content.":[""],"Post Subtitle":[""],"Post Title":[""],"by":[""],"Category":[""],"Featured image caption":[""],"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""],"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""],"(no title)":[""],"Deleted category":[""],"Deleted tag":[""],"Mode":[""],"The block will display only the specifically selected post(s).":[""],"The block will display content based on the filtering settings below.":[""],"Dynamic":[""],"Static":[""],"Posts":[""],"Begin typing any word in a post title. Click on an autocomplete result to select it.":[""],"is one of":[""],"is all of":[""],"Include subcategories ":[""],"Tags":[""],"Authors":[""],"Excluded categories":[""],"Excluded tags":[""],"Excluded %s":[""],"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":[""],"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":[""],"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":[""],"Cancel":[""],"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`\u0004 per %s":[""],"Frequency":[""],"Tiers":[""],"Heading\u2026":[""],"\u2026":[""],"Button text\u2026":[""],"Description\u2026":[""],"Thank you text\u2026":[""],"Low-tier":[""],"Mid-tier":[""],"High-tier":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Error":[""],"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 stories":[""],"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":[""],"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.":[""],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":[""],"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:46-0700","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Cancel":[""],"Draft":[""],"Scheduled":[""],"per %s":[""]," once":[""],"Donate":[""],"One-time":["Une fois"],"Monthly":["Mensuel"],"Annually":["Annuel"],"Donation amount":["Montant du don"],"Other":["Autre"],"Load more posts":["Charger plus d\u2019articles"],"post author\u0004 and ":[" et "],"Slide %s":[""],"Slide %1$s of %2$s":[""],"Image: %s, ":[""],"Playing":[""],"Paused":[""],"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":[""],"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.":[""],"(no name)":[""],"author":[""],"authors":[""],"More by":[""],"Square":[""],"1:1":[""],"4:3":[""],"16:9":[""],"3:4":[""],"9:16":[""],"Settings":[""],"Display":[""],"Hide Controls":[""],"Remove navigation indicators from view.":[""],"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":[""],"articles":[""],"latest":[""],"query":[""],"An advanced block that displays content in a carousel format with customizable parameters and visual configurations.":[""],"The post content.":[""],"The post excerpt.":[""],"Full post content.":[""],"Post Subtitle":[""],"Post Title":[""],"by":[""],"Category":[""],"Featured image caption":[""],"Biographical info":[""],"Social links":[""],"Email address":[""],"Link to author archive":[""],"Display the following fields:":[""],"Listings":[""],"Post Types":[""],"Additional Post Statuses":[""],"Selection here has effect only for editors, regular users will only see published posts.":[""],"(no title)":[""],"Deleted category":[""],"Deleted tag":[""],"Mode":[""],"The block will display only the specifically selected post(s).":[""],"The block will display content based on the filtering settings below.":[""],"Dynamic":[""],"Static":[""],"Posts":[""],"Begin typing any word in a post title. Click on an autocomplete result to select it.":[""],"is one of":[""],"is all of":[""],"Include subcategories ":[""],"Tags":[""],"Authors":[""],"Excluded categories":[""],"Excluded tags":[""],"Excluded %s":[""],"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":[""],"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":[""],"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`\u0004 per %s":[""],"Frequency":[""],"Tiers":[""],"Heading\u2026":[""],"\u2026":[""],"Button text\u2026":[""],"Description\u2026":[""],"Thank you text\u2026":[""],"Low-tier":[""],"Mid-tier":[""],"High-tier":[""],"donate":[""],"memberships":[""],"subscriptions":[""],"Manually place a donation block on any post or page on your site.":[""],"Support reference":[""],"Error":[""],"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 stories":[""],"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":[""],"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.":[""],"Content Loop":[""],"homepage":[""],"An advanced block that allows displaying content based on different parameters and visual configurations.":[""],"block style\u0004Borders":[""],"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 +1 @@
1
- {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Settings":[""],"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":[""],"Cancel":[""],"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":[""]}}}
1
+ {"translation-revision-date":"2024-08-30 08:46-0700","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fr_BE","plural-forms":"nplurals=2; plural=(n > 1);"},"Cancel":[""],"Settings":[""],"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":[""]}}}