@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\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: 2024-08-30 08:45-0700\n"
7
7
  "Last-Translator: \n"
8
8
  "Language-Team: \n"
@@ -195,34 +195,39 @@ msgid "Purchase"
195
195
  msgstr ""
196
196
 
197
197
  #: includes/class-modal-checkout.php:2001
198
- msgid "Back"
198
+ msgid "Edit billing information"
199
199
  msgstr ""
200
200
 
201
- #: includes/class-modal-checkout.php:2002
202
- msgid "Transaction successful"
201
+ #: includes/class-modal-checkout.php:2002 dist/editor.js:29
202
+ #: src/blocks/checkout-button/edit.js:209
203
+ msgid "Cancel"
203
204
  msgstr ""
204
205
 
205
206
  #: includes/class-modal-checkout.php:2003
207
+ msgid "Transaction successful"
208
+ msgstr ""
209
+
210
+ #: includes/class-modal-checkout.php:2004
206
211
  msgid ""
207
212
  "Your contribution directly funds our work. If you're moved to do so, you can "
208
213
  "opt to pay more than the standard rate."
209
214
  msgstr ""
210
215
 
211
- #: includes/class-modal-checkout.php:2004
216
+ #: includes/class-modal-checkout.php:2005
212
217
  msgid "Thank you for your generosity! We couldn't do this without you!"
213
218
  msgstr ""
214
219
 
215
- #: includes/class-modal-checkout.php:2005
220
+ #: includes/class-modal-checkout.php:2006
216
221
  msgid "Increase your support"
217
222
  msgstr ""
218
223
 
219
- #: includes/class-modal-checkout.php:2006
224
+ #: includes/class-modal-checkout.php:2007
220
225
  #: src/modal-checkout/templates/form-coupon.php:20
221
226
  msgid "Apply"
222
227
  msgstr ""
223
228
 
224
229
  #. Translators: %s is the site name.
225
- #: includes/class-modal-checkout.php:2143
230
+ #: includes/class-modal-checkout.php:2144
226
231
  #, php-format
227
232
  msgid ""
228
233
  "Thank you for supporting %s. Your transaction was completed successfully."
@@ -259,50 +264,50 @@ msgstr ""
259
264
  msgid "Newspack Subscribe"
260
265
  msgstr ""
261
266
 
262
- #: includes/class-newspack-blocks.php:900
267
+ #: includes/class-newspack-blocks.php:902
263
268
  msgid "Common"
264
269
  msgstr ""
265
270
 
266
271
  #. translators: separates last two sponsor names; needs a space on either side.
267
- #: includes/class-newspack-blocks.php:1001
272
+ #: includes/class-newspack-blocks.php:1003
268
273
  msgid " and "
269
274
  msgstr " und "
270
275
 
271
276
  #. translators: separates all but the last two sponsor names; needs a space at the end.
272
- #: includes/class-newspack-blocks.php:1004
277
+ #: includes/class-newspack-blocks.php:1006
273
278
  msgid ", "
274
279
  msgstr ""
275
280
 
276
- #: includes/class-newspack-blocks.php:1305
281
+ #: includes/class-newspack-blocks.php:1307
277
282
  msgid "Jetpack donations is disabled in favour of Newspack donations."
278
283
  msgstr ""
279
284
 
280
- #: includes/class-newspack-blocks.php:1338 dist/editor.js:8
285
+ #: includes/class-newspack-blocks.php:1340 dist/editor.js:8
281
286
  #: src/shared/js/utils.js:56
282
287
  msgid "Draft"
283
288
  msgstr ""
284
289
 
285
- #: includes/class-newspack-blocks.php:1339 dist/editor.js:8
290
+ #: includes/class-newspack-blocks.php:1341 dist/editor.js:8
286
291
  #: src/shared/js/utils.js:56
287
292
  msgid "Scheduled"
288
293
  msgstr ""
289
294
 
290
295
  #. Translators: %s is the %s is the frequency.
291
- #: includes/class-newspack-blocks.php:1497 dist/editor.js:35
296
+ #: includes/class-newspack-blocks.php:1499 dist/editor.js:35
292
297
  #, php-format
293
298
  msgid "per %s"
294
299
  msgstr ""
295
300
 
296
- #: includes/class-newspack-blocks.php:1528 dist/editor.js:29
301
+ #: includes/class-newspack-blocks.php:1530 dist/editor.js:29
297
302
  msgid " once"
298
303
  msgstr ""
299
304
 
300
- #: includes/class-newspack-blocks.php:1531
305
+ #: includes/class-newspack-blocks.php:1533
301
306
  msgid " per "
302
307
  msgstr ""
303
308
 
304
- #: includes/modal-checkout/class-checkout-data.php:259 dist/editor.js:35
305
- #: src/blocks/donate/index.js:25
309
+ #: includes/modal-checkout/class-checkout-data.php:291 dist/editor.js:35
310
+ #: src/blocks/donate/index.js:31
306
311
  msgid "Donate"
307
312
  msgstr "Spenden"
308
313
 
@@ -562,27 +567,28 @@ msgid " and "
562
567
  msgstr " und "
563
568
 
564
569
  #. Translators: %s is a list of supported file extensions for uploading.
565
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:261
570
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:274
571
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:371
566
572
  msgid ""
567
573
  "Unsupported filetype. Please make sure it's one of the supported filetypes: "
568
574
  "% s"
569
575
  msgstr ""
570
576
 
571
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:270
577
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:283
572
578
  msgid "Could not upload this file."
573
579
  msgstr ""
574
580
 
575
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:304
576
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:311
581
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:317
582
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:324
577
583
  msgid "Please choose a valid (.zip) assets archive."
578
584
  msgstr ""
579
585
 
580
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:379
586
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:407
581
587
  msgid "Could not upload your document."
582
588
  msgstr ""
583
589
 
584
590
  #. Translators: %s is a list of supported file extensions for uploading.
585
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:397
591
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:425
586
592
  #, php-format
587
593
  msgid ""
588
594
  "Error reading the archive. Please make sure it's a valid .zip archive file "
@@ -590,11 +596,19 @@ msgid ""
590
596
  msgstr ""
591
597
 
592
598
  #. translators: %s: iframe entry file (e.g. index,html)
593
- #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:482
599
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:517
594
600
  #, php-format
595
601
  msgid "Required %s entrypoint file was not found in the archive."
596
602
  msgstr ""
597
603
 
604
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:565
605
+ msgid "Could not delete the directory. Invalid path."
606
+ msgstr ""
607
+
608
+ #: src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php:580
609
+ msgid "Could not delete the directory."
610
+ msgstr ""
611
+
598
612
  #: src/modal-checkout/templates/form-checkout.php:22
599
613
  msgid "You must be logged in to checkout."
600
614
  msgstr ""
@@ -813,7 +827,7 @@ msgid "Edit selection"
813
827
  msgstr ""
814
828
 
815
829
  #: dist/editor.js:3 dist/editor.js:26 src/blocks/author-profile/edit.js:318
816
- #: src/blocks/author-profile/index.js:23
830
+ #: src/blocks/author-profile/index.js:28
817
831
  msgid "Author Profile"
818
832
  msgstr ""
819
833
 
@@ -836,8 +850,8 @@ msgid "(no name)"
836
850
  msgstr "(kein Name)"
837
851
 
838
852
  #: dist/editor.js:3 dist/editor.js:17 dist/editor.js:26
839
- #: src/blocks/author-list/edit.js:263 src/blocks/author-list/index.js:40
840
- #: src/blocks/author-profile/edit.js:396 src/blocks/author-profile/index.js:40
853
+ #: src/blocks/author-list/edit.js:263 src/blocks/author-list/index.js:45
854
+ #: src/blocks/author-profile/edit.js:396 src/blocks/author-profile/index.js:45
841
855
  msgid "author"
842
856
  msgstr ""
843
857
 
@@ -995,31 +1009,31 @@ msgstr ""
995
1009
  msgid "Show avatar"
996
1010
  msgstr ""
997
1011
 
998
- #: dist/editor.js:5 src/blocks/carousel/index.js:23
1012
+ #: dist/editor.js:5 src/blocks/carousel/index.js:28
999
1013
  msgid "Content Carousel"
1000
1014
  msgstr ""
1001
1015
 
1002
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:45
1003
- #: src/blocks/homepage-articles/index.js:48
1016
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:39
1017
+ #: src/blocks/homepage-articles/index.js:41
1004
1018
  msgid "posts"
1005
1019
  msgstr "Beiträge"
1006
1020
 
1007
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:46
1008
- #: src/blocks/homepage-articles/index.js:49
1021
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:40
1022
+ #: src/blocks/homepage-articles/index.js:42
1009
1023
  msgid "articles"
1010
1024
  msgstr "Artikel"
1011
1025
 
1012
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:47
1013
- #: src/blocks/homepage-articles/index.js:50
1026
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:41
1027
+ #: src/blocks/homepage-articles/index.js:43
1014
1028
  msgid "latest"
1015
1029
  msgstr "letzten"
1016
1030
 
1017
- #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:48
1018
- #: src/blocks/homepage-articles/index.js:52
1031
+ #: dist/editor.js:5 dist/editor.js:47 src/blocks/carousel/index.js:42
1032
+ #: src/blocks/homepage-articles/index.js:45
1019
1033
  msgid "query"
1020
1034
  msgstr ""
1021
1035
 
1022
- #: dist/editor.js:5 src/blocks/carousel/index.js:50
1036
+ #: dist/editor.js:5 src/blocks/carousel/index.js:44
1023
1037
  msgid ""
1024
1038
  "An advanced block that displays content in a carousel format with "
1025
1039
  "customizable parameters and visual configurations."
@@ -1212,28 +1226,28 @@ msgstr ""
1212
1226
  #. Translators: %s: The name of the type.
1213
1227
  #. Translators: %s: the name of a post type.
1214
1228
  #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/edit.js:456
1215
- #: src/blocks/author-list/index.js:23
1229
+ #: src/blocks/author-list/index.js:28
1216
1230
  msgid "Author List"
1217
1231
  msgstr ""
1218
1232
 
1219
- #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:40
1220
- #: src/blocks/author-profile/index.js:40
1233
+ #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:45
1234
+ #: src/blocks/author-profile/index.js:45
1221
1235
  msgid "profile"
1222
1236
  msgstr ""
1223
1237
 
1224
- #: dist/editor.js:17 src/blocks/author-list/index.js:41
1238
+ #: dist/editor.js:17 src/blocks/author-list/index.js:46
1225
1239
  msgid "Display a list of author profile cards."
1226
1240
  msgstr ""
1227
1241
 
1228
1242
  #: dist/editor.js:17 dist/editor.js:26 dist/editor.js:47
1229
- #: src/blocks/author-list/index.js:43 src/blocks/author-profile/index.js:43
1230
- #: src/blocks/homepage-articles/index.js:61
1243
+ #: src/blocks/author-list/index.js:48 src/blocks/author-profile/index.js:48
1244
+ #: src/blocks/homepage-articles/index.js:54
1231
1245
  msgctxt "block style"
1232
1246
  msgid "Default"
1233
1247
  msgstr "Standard"
1234
1248
 
1235
- #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:44
1236
- #: src/blocks/author-profile/index.js:44
1249
+ #: dist/editor.js:17 dist/editor.js:26 src/blocks/author-list/index.js:49
1250
+ #: src/blocks/author-profile/index.js:49
1237
1251
  msgctxt "block style"
1238
1252
  msgid "Centered"
1239
1253
  msgstr ""
@@ -1337,12 +1351,12 @@ msgstr ""
1337
1351
  msgid "Fetching authors…"
1338
1352
  msgstr ""
1339
1353
 
1340
- #: dist/editor.js:26 src/blocks/author-profile/index.js:41
1354
+ #: dist/editor.js:26 src/blocks/author-profile/index.js:46
1341
1355
  msgid "Display an author profile card."
1342
1356
  msgstr ""
1343
1357
 
1344
1358
  #: dist/editor.js:26 dist/editor.js:50 src/blocks/checkout-button/edit.js:75
1345
- #: src/blocks/iframe/edit.js:238
1359
+ #: src/blocks/iframe/edit.js:233
1346
1360
  msgid "Width"
1347
1361
  msgstr ""
1348
1362
 
@@ -1368,10 +1382,6 @@ msgstr ""
1368
1382
  msgid "Type to search for a product…"
1369
1383
  msgstr ""
1370
1384
 
1371
- #: dist/editor.js:29 src/blocks/checkout-button/edit.js:209
1372
- msgid "Cancel"
1373
- msgstr ""
1374
-
1375
1385
  #: dist/editor.js:29 src/blocks/checkout-button/edit.js:327
1376
1386
  msgid "Allow the reader to select the variation before checkout."
1377
1387
  msgstr ""
@@ -1461,24 +1471,24 @@ msgstr ""
1461
1471
  msgid "High-tier"
1462
1472
  msgstr ""
1463
1473
 
1464
- #: dist/editor.js:35 src/blocks/donate/index.js:45
1474
+ #: dist/editor.js:35 src/blocks/donate/index.js:41
1465
1475
  msgid "donate"
1466
1476
  msgstr "Spenden"
1467
1477
 
1468
- #: dist/editor.js:35 src/blocks/donate/index.js:46
1478
+ #: dist/editor.js:35 src/blocks/donate/index.js:42
1469
1479
  msgid "memberships"
1470
1480
  msgstr "Mitgliedschaften"
1471
1481
 
1472
- #: dist/editor.js:35 src/blocks/donate/index.js:47
1482
+ #: dist/editor.js:35 src/blocks/donate/index.js:43
1473
1483
  msgid "subscriptions"
1474
1484
  msgstr "Abonnements"
1475
1485
 
1476
- #: dist/editor.js:35 src/blocks/donate/index.js:52
1486
+ #: dist/editor.js:35 src/blocks/donate/index.js:48
1477
1487
  msgid "Manually place a donation block on any post or page on your site."
1478
1488
  msgstr ""
1479
1489
 
1480
- #: dist/editor.js:35 dist/editor.js:50 src/blocks/donate/index.js:58
1481
- #: src/blocks/iframe/index.js:37
1490
+ #: dist/editor.js:35 dist/editor.js:50 src/blocks/donate/index.js:54
1491
+ #: src/blocks/iframe/index.js:42
1482
1492
  msgid "Support reference"
1483
1493
  msgstr ""
1484
1494
 
@@ -1572,15 +1582,15 @@ msgstr ""
1572
1582
  msgid "Campaign ID"
1573
1583
  msgstr ""
1574
1584
 
1575
- #: dist/editor.js:41 src/blocks/donate/index.js:73
1585
+ #: dist/editor.js:41 src/blocks/donate/index.js:69
1576
1586
  msgid "Alternate"
1577
1587
  msgstr ""
1578
1588
 
1579
- #: dist/editor.js:41 src/blocks/donate/index.js:78
1589
+ #: dist/editor.js:41 src/blocks/donate/index.js:74
1580
1590
  msgid "Minimal"
1581
1591
  msgstr ""
1582
1592
 
1583
- #: dist/editor.js:41 src/blocks/donate/index.js:83
1593
+ #: dist/editor.js:41 src/blocks/donate/index.js:79
1584
1594
  msgid "Modern"
1585
1595
  msgstr ""
1586
1596
 
@@ -1723,21 +1733,21 @@ msgstr ""
1723
1733
  msgid "Sorry, no posts were found."
1724
1734
  msgstr "Entschuldigung, wir konnten keine Beiträge finden."
1725
1735
 
1726
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:25
1736
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:30
1727
1737
  msgid "Content Loop"
1728
1738
  msgstr ""
1729
1739
 
1730
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:51
1740
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:44
1731
1741
  msgid "homepage"
1732
1742
  msgstr ""
1733
1743
 
1734
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:54
1744
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:47
1735
1745
  msgid ""
1736
1746
  "An advanced block that allows displaying content based on different "
1737
1747
  "parameters and visual configurations."
1738
1748
  msgstr ""
1739
1749
 
1740
- #: dist/editor.js:47 src/blocks/homepage-articles/index.js:66
1750
+ #: dist/editor.js:47 src/blocks/homepage-articles/index.js:59
1741
1751
  msgctxt "block style"
1742
1752
  msgid "Borders"
1743
1753
  msgstr "Rahmen"
@@ -1777,60 +1787,60 @@ msgstr ""
1777
1787
  msgid "Embed from URL"
1778
1788
  msgstr ""
1779
1789
 
1780
- #: dist/editor.js:50 src/blocks/iframe/index.js:20
1790
+ #: dist/editor.js:50 src/blocks/iframe/index.js:25
1781
1791
  msgid "Iframe"
1782
1792
  msgstr ""
1783
1793
 
1784
- #: dist/editor.js:50 src/blocks/iframe/index.js:32
1794
+ #: dist/editor.js:50 src/blocks/iframe/index.js:37
1785
1795
  msgid "iframe"
1786
1796
  msgstr ""
1787
1797
 
1788
- #: dist/editor.js:50 src/blocks/iframe/index.js:32
1798
+ #: dist/editor.js:50 src/blocks/iframe/index.js:37
1789
1799
  msgid "project iframe"
1790
1800
  msgstr ""
1791
1801
 
1792
- #: dist/editor.js:50 src/blocks/iframe/index.js:35
1802
+ #: dist/editor.js:50 src/blocks/iframe/index.js:40
1793
1803
  msgid "Embed an iframe."
1794
1804
  msgstr ""
1795
1805
 
1796
- #: dist/editor.js:50 src/blocks/iframe/edit.js:167
1806
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:162
1797
1807
  msgid "Hide iframe preview"
1798
1808
  msgstr ""
1799
1809
 
1800
- #: dist/editor.js:50 src/blocks/iframe/edit.js:168
1810
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:163
1801
1811
  msgid "Show iframe preview"
1802
1812
  msgstr ""
1803
1813
 
1804
- #: dist/editor.js:50 src/blocks/iframe/edit.js:182
1814
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:177
1805
1815
  msgid "This block will take over the page content."
1806
1816
  msgstr ""
1807
1817
 
1808
- #: dist/editor.js:50 src/blocks/iframe/edit.js:188
1818
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:183
1809
1819
  msgid "Newspack embedded iframe"
1810
1820
  msgstr ""
1811
1821
 
1812
- #: dist/editor.js:50 src/blocks/iframe/edit.js:73 src/blocks/iframe/edit.js:108
1822
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:68 src/blocks/iframe/edit.js:103
1813
1823
  msgid "An error occured when uploading the iframe archive."
1814
1824
  msgstr ""
1815
1825
 
1816
- #: dist/editor.js:50 src/blocks/iframe/edit.js:142
1826
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:137
1817
1827
  msgid "An error occured when setting the iframe from the archive media."
1818
1828
  msgstr ""
1819
1829
 
1820
- #: dist/editor.js:50 src/blocks/iframe/edit.js:222
1830
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:217
1821
1831
  msgid "Iframe Settings"
1822
1832
  msgstr ""
1823
1833
 
1824
- #: dist/editor.js:50 src/blocks/iframe/edit.js:225
1834
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:220
1825
1835
  msgid "Fullscreen"
1826
1836
  msgstr ""
1827
1837
 
1828
- #: dist/editor.js:50 src/blocks/iframe/edit.js:226
1838
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:221
1829
1839
  msgid ""
1830
1840
  "If enabled, the iframe will be full screen and hide all the post content."
1831
1841
  msgstr ""
1832
1842
 
1833
- #: dist/editor.js:50 src/blocks/iframe/edit.js:244
1843
+ #: dist/editor.js:50 src/blocks/iframe/edit.js:239
1834
1844
  msgid "Height"
1835
1845
  msgstr ""
1836
1846
 
@@ -1845,23 +1855,23 @@ msgid ""
1845
1855
  "<a href=\"%2$s\">embedded</a> into post or page content."
1846
1856
  msgstr ""
1847
1857
 
1848
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:18
1858
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:23
1849
1859
  msgid "YouTube Video Playlist (DEPRECATED)"
1850
1860
  msgstr ""
1851
1861
 
1852
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:40
1862
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:33
1853
1863
  msgid "video"
1854
1864
  msgstr ""
1855
1865
 
1856
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:41
1866
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:34
1857
1867
  msgid "playlist"
1858
1868
  msgstr ""
1859
1869
 
1860
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:42
1870
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:35
1861
1871
  msgid "youtube"
1862
1872
  msgstr ""
1863
1873
 
1864
- #: dist/editor.js:53 src/blocks/video-playlist/index.js:44
1874
+ #: dist/editor.js:53 src/blocks/video-playlist/index.js:37
1865
1875
  msgid "Embed a playlist of latest YouTube videos."
1866
1876
  msgstr ""
1867
1877
 
@@ -1 +1 @@
1
- {"translation-revision-date":"2025-08-12T14:56:45+00:00","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Draft":[""],"Scheduled":[""],"per %s":[""]," once":[""],"Donate":[""],"One-time":["Una vez"],"Monthly":["Mensual"],"Annually":["Anual"],"Donation amount":["Monto de la donaci\u00f3n"],"Other":["Otro"],"Load more posts":[""],"post author\u0004 and ":[" y "],"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":["por"],"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":"2025-08-12T14:56:45+00:00","generator":"WP-CLI\/2.12.0","source":"dist\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","plural-forms":"nplurals=2; plural=(n != 1);"},"Cancel":[""],"Draft":[""],"Scheduled":[""],"per %s":[""]," once":[""],"Donate":[""],"One-time":["Una vez"],"Monthly":["Mensual"],"Annually":["Anual"],"Donation amount":["Monto de la donaci\u00f3n"],"Other":["Otro"],"Load more posts":[""],"post author\u0004 and ":[" y "],"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":["por"],"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":"2025-08-12T14:56:45+00:00","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","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":"2025-08-12T14:56:45+00:00","generator":"WP-CLI\/2.12.0","source":"src\/blocks\/checkout-button\/edit.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es","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":[""]}}}